html {
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  footer,
  header,
  menu,
  nav {
    display: block;
  }
  
  a {
    background-color: transparent;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  img {
    border: 0;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  html,
  body,
  div,
  span,
  iframe,
  h1,
  h2,
  h3,
  p,
  a,
  em,
  img,
  b,
  center,
  ol,
  ul,
  li,
  embed,
  footer,
  header,
  menu,
  nav,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  footer,
  header,
  menu,
  nav  {
    display: block;
  }
  
  img {
    display: block;
  }
  ul {
    list-style: none;
  }
  /* body
  ========================================================================== */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #282825;
  }
  * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  h1,
  .h1 {
    font-size: 23px;
    font-weight: normal;
  }
  h2,
  .h2 {
    font-size: 23px;
    font-weight: normal;
  }
  h3,
  .h3 {
    font-size: 18px;
    font-weight: normal;
  }
  h4,
  .h4 {
    font-size: 18px;
    font-weight: normal;
  }
  h5,
  .h5 {
    font-size: 14px;
    font-weight: normal;
  }
  h6,
  .h6 {
    font-size: 12px;
    font-weight: normal;
  }
  a {
    color: #ffffff;
    text-decoration: none;
  }
  /* header
  ========================================================================== */
  header {
    height: 80px;
    background-color: #1b1b19;
    border-bottom: 1px solid #000000;
    box-shadow: 0 2px 8px #0e0e0c;
    margin: 0 0 5px 0;
  }
  header .content {
    position: relative;
    display: block;
  }
  header .logo {
    display: inline-block;
    position: relative;
    margin: 16px 0 0 0;
    height: 80px;
  }
  header .logo a {
    display: block;
  }
  header .logo a span {
    display: inline-block;
    width: 192px;
    height: 32px;
  }
  header .logo p {
    display: block;
    font-size: .9em;
    padding-left: 8px;
  }
  header .menu {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 80%;
    margin-left: -250px;
    overflow: hidden;
  }
  header .menu li {
    display: inline-block;
    margin-bottom: 8px;
  }
  header .menu li a {
    display: block;
    padding: 4px 8px;
    margin-right: 8px;
    background-color: #353531;
    box-shadow: 0 2px 8px #0e0e0c;
  }
  header .menu li a:hover {
    background-color: #42423e;
  }
  header .menu:before {
    content: " ";
    display: table;
  }
  header .menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  header .button-share {
  position: absolute;
  display: inline-block;
  padding: 5px 5px;
  top: 22px;
  right: 10px;
  }
  @media (min-width: 0px) and (max-width: 310px) {
    header .button-share {
      display: none;
    }
    header .menu {
      display: none;
    }
  header .logo p {
    font-size: .8em;
  }
  }
  @media (min-width: 0px) and (max-width: 525px) {
    header {
      margin: 0 0 0px 0;
      height: auto;
    }
    header .menu {
      position: static;
      display: flex;
      align-items: center;
              margin: 0 auto;
        justify-content: center;
    }
    header .button-share {
      display: none;
    }
  }
  
  @media (min-width: 750px) and (max-width: 859px) {
    header .menu {
      margin-left: -100px;
      width: 300px;
    }
  }
  @media (min-width: 860px) and (max-width: 1025px) {
    header .menu {
      margin-left: -100px;
      width: 300px;
    }
  }
  /* content
  ========================================================================== */
  .content {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 8px;
  overflow:hidden;
  }
  .content > h1,
  .content > h2 {
    margin: 16px 0 8px 0;
    border-bottom: 1px solid #1b1b19;
    box-shadow: 0 1px 0 #353531;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
  }
  @media (min-width: 0px) and (max-width: 525px) {
    .content h1,
    .content h2 {
      font-size: 16px;
    }
    .content > h1,
    .content > h2 {
      text-align: center;
    }
  }
  .content:before {
    content: " ";
    display: table;
  }
  .content:after {
    content: " ";
    display: table;
    clear: both;
  }
  
  /* thumb
  ========================================================================== */
  .thumb {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 242px;
    margin: 0 auto;
    background-color: #1b1b19;
    border: 1px solid #0e0e0c;
    border-radius: 4px;
    box-shadow: 0 2px 8px #353531;
  }
  .thumb:hover {
    background-color: #252523;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0 2px 8px #50504a;
  }
  .thumb a > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .thumb > a {
    display: block;
  }
  .thumb a {
    position: relative;
  }
  .thumb p {
    margin-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .thumb span {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.7);
    margin: 4px 4px;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .thumb span.time {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .thumbs ul {
    position: relative;
    margin: 0 -8px 0 0;
  }
  .thumbs ul li {
    float: left;
    position: relative;
    display: block;
    width: 20%;
    padding: 8px 8px 0 0;
  }
  @media (min-width: 0px) and (max-width: 329px) {
    .thumbs ul li {
      width: 100%;
      float: none;
    }
  }
  @media (min-width: 330px) and (max-width: 525px) {
    .thumbs ul li {
      width: 50%;
    }
  }
  @media (min-width: 526px) and (max-width: 771px) {
    .thumbs ul li {
      width: 33.33%;
    }
  }
  @media (min-width: 772px) and (max-width: 1025px) {
    .thumbs ul li {
      width: 25%;
    }
  }
  .thumbs ul:before {
    content: " ";
    display: table;
  }
  .thumbs ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  /* categories
  ========================================================================== */
  .categories {
    margin-right: -8px;
  }
  .categories ul {
    width: 100%;
    padding-right: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  .categories ul li {
    display: block;
  }
  .categories ul li a {
    display: block;
    padding: 0 8px;
    border-radius: 4px;
    color:red;
  }
  .categories ul li a:hover {
    color: #fff;
    background-color: #42423e;
  }
  .categories ul li span {
    margin-right: 8px;
    float: right;
    font-size: 12px;
    padding-top: 2px;
    color: #fff;
  }
  .categories ul:before {
    content: " ";
    display: table;
  }
  .categories ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  .categories:before {
    content: " ";
    display: table;
  }
  .categories:after {
    content: " ";
    display: table;
    clear: both;
  }
  @media (min-width: 0px) and (max-width: 999px) {
    .categories ul {
      float: none;
      width: 100%;
      padding-right: 0;
    }
    .categories ul li {
      float: left;
      margin: 4px 8px 4px 0;
    }
    .categories ul li span {
      display: none;
    }
  }
  .error {
    padding: 20px;
    font-size: 20px;
    text-align: center;
  }
  
  /* nav
  ========================================================================== */
  .nav {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px; }
  
  .nav a, .nav span {
   border-radius: 50%;
   line-height: 30px;
   font-size:14px;
   padding: 10px 7px;
   background-color: #42423e;
  }
  
  .nav a:hover, .nav a:hover span {
    background-color: #fff;
    color: #FF0000; }
  
  /* video
  ========================================================================== */
  .video-block {
    background-color: #1b1b19;
    overflow: hidden;
    margin: 0 10px; }
  
  .player {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 250px; }
  
  .player iframe, .player object, .player embed {
    width: 100%;
    height: 100%; }
  
  .right-player-col {
    text-align: center;
    padding-bottom: 10px; 
  }
  
  @media all and (max-width: 980px)  {
    .right-player-col {
      display: none; } }
  
  @media all and (min-width: 380px) {
    .player {
      height: 300px; } }
  
  @media all and (min-width: 600px) {
    .player {
      height: 400px; } }
  
  @media all and (min-width: 700px) {
    .player {
      height: 450px; } }
  
  @media all and (min-width: 800px) {
    .player {
      height: 500px; } }
  
  @media all and (min-width: 980px) {
    .video-tab {
      display: table;
      width: 100%; }
  
  .player-col, .right-player-col {
      display: table-cell;
      vertical-align: top; }
  
  .right-player-col {
      width: 300px;  }
  
    .player {
      height: 530px; } }
  
  @media all and (min-width: 1620px) {
    .player {
      height: 790px; }
   }
  
  .video-info {
    padding-top: 8px;
    position: relative;
    display: block;
    max-width: 720px;
  }
  .video-info .line {
    color: #999999;
  }
  .video-info .line span {
    color: #ffffff;
  }
  .video-info .line a:after {
    content: " ";
  }
  .video-info .line a:last-child:after {
    content: "";
  }
  /* footer
  ========================================================================== */
  footer {
    margin: 16px 0 4px 0;
    padding: 8px 0 0 0;
    box-shadow: 0 -1px 0 #0e0e0c;
    color: #5d5d56;
    background-color: #1b1b19;
    border-top: 1px solid #000000;
  }
  footer a {
    color: #919188;
  }
  footer a:hover {
    color: #ffffff;
  }
  
  .counters img {
    opacity: 0.1;
    filter: alpha(opacity=10);
    }
  
  @media (min-width: 0px) and (max-width: 799px) {
    .counters table {
      display: none;
    } 
    footer {
    font-size: 12px; } }
  .search-container {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.search-container form {
  border-radius: 6px;
  height: calc(100% - 34px);
  /* max-width: 520px; */
  overflow: hidden;
  width: 100%
}

@media screen and (max-width: 608px) {
  .search-container form {
      border-radius: 0 3px 3px 0;
      max-width: 100%
  }
}

.search-container input {
  background-color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 3px;
  box-sizing: border-box;
  color: #232323;
  font-size: 16px;
  height: 40px;
  padding: 0 78px 0 10px;
  width: 100%;
}

@media screen and (max-width: 608px) {
  .search-container input {
      border-radius: 0;
      border-right: none;
      font-size: 18px;
      height: 55px;
      padding: 0 84px 0 7px;
      width: 100%
  }
}

.search-container input::placeholder {
  color: #b7b7b8
}

.search-container button {
  background-color: #ff0000;
  color: #000000;
  border: none;
  cursor: pointer;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 45px;
  height: 40px;
}

@media screen and (max-width: 608px) {
  .search-container button {
      height: 55px
  }
}

.search-container button:hover i {
  opacity: .7
}

.search-container button i {
  align-items: center;
  color: #b7b7b8;
  display: flex;
  font-size: 23px;
  justify-content: center;
  opacity: 1;
  transition: opacity .2s ease
}
