body.category-video-box {
  background:#000;
}

body.category-video-box #accordion {
  margin-bottom:10px;
}

body.category.category-video-box #postcontainer {
    width: 94%;
    max-width: initial;
    margin-top: 0;
}

body.category-video-box .footer-player-button {
  display: none;
}
body.category-video-box #sidebar {
  display: none;
}

iframe {
    background: #000;
}
#videoBox-video {
    /* background: #232323; */
    width: 100%;
    position: relative;
    height: 60%;
    width: 80%;
    top: 70%;
}
.footer-player-button {
  display: none !important;
}

.vidboxaccord {top: 53%;position: absolute;width:70%;text-align:center;margin-left:0px;z-index: 900;background: rgba(0,0,0,0);height: 230px;}

#videoBox-video-display {
    height: 30vw;
    width: 90%;
    position: relative;
    /*top: 61px;*/
    margin-left: 5%;
    text-align: center;
}

ul#videoBox-ul {
    /*opacity: 0;*/
    position: relative;
    width: 100%;
    list-style: none !important;
    color: #fff !important;
    left: 0px;
    z-index: 800;
}
body.category-video-box a {color:#fff;}
#videoBox-video-title a:hover {
  background-color:#666;
}

li.videoBox-li {
    float: left;
    border: 1px solid #fff;
    position: relative;
    width: 30%;
    height: 10vw;
    list-style: none;
    cursor: pointer;
    margin-left: 2.1%;
    left: 0.5%;
    background-size: cover;
    border-style: inset;
    box-sizing: border-box;
    background-position: center;
}

li.videoBox-li:hover {
    opacity: 1; 
  }


.videoBox-videoInfo-title {
    font-weight: bold;
    color: #fff !Important;
    font-size: 16px;
    line-height: 18px;
    cursor:pointer;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    height: 100%;
}
.videoBox-videoInfo-categories {
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0;
    text-align: center;
    height: 17px;
}
.categories a {
  float: none;
}

#videoBox-video-title {
    text-indent: 14px;
    color: #fff;
    padding-top: 9px;
    width: 80%;
    text-align: center;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 40px 10%;
}

#videoBox-video-description {
    position: relative;
    margin-top: 0;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 24px;
    height: 50px;
    margin-bottom: 4%;
}

.share-accordion {
    width: 50%;
    float: left;
}
#revSlider-content {
  display: none;
}

.category-video-box #text-2 li a{color:#fff !Important;}
.category-video-box  .page-numbers {
  display: block;
  float: left;
  background: #e7e7e7;
  padding: 12px 8px;
  margin-right: 5px;
  color: #333;
  font-size: 12px;
  line-height: 12px;
}

.category-video-box .pagination {background:#000;padding:10px;padding-left: 8px;width: 100%;padding-bottom: 100px;float: none;margin: 0 auto;}
.linkpagebutton {
  border-top: 1px solid #dcdcdc;
  padding-top:10px;
  margin: 25px 0;
}




.category-video-box #exgf-player, .woocommerce #exgf-player {display:none;}
.category-video-box .exgf-player-antennas, 
.woocommerce .exgf-player-antennas {display:none;}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}



.stars, .twinkling, .clouds, .twinkling_black, .stars_black {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  z-index: -99999 !important;
}

.stars {
  background:#fff url(images/bg.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(images/twinkling.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 300s linear infinite;
  -ms-animation:move-twink-back 300s linear infinite;
  -o-animation:move-twink-back 300s linear infinite;
  -webkit-animation:move-twink-back 300s linear infinite;
  animation:move-twink-back 300s linear infinite;
}

.stars_black {
  background:#000 url(images/bg_black.png) repeat top center;
  z-index:0;
}

.twinkling_black{
  background:transparent url(images/twinkling_black.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 600s linear infinite;
  -ms-animation:move-twink-back 600s linear infinite;
  -o-animation:move-twink-back 600s linear infinite;
  -webkit-animation:move-twink-back 600s linear infinite;
  animation:move-twink-back 600s linear infinite;
}


@media (min-width:300px) and (max-width: 450px) {
  body.category.category-video-box #postcontainer {
      width: 98%;
      max-width: initial;
  }

  body.category-video-box #footer-controls .footer-info-button {
      margin-left: 45%;
      background-image: url(images/info.png);
  }
  body.category-video-box #footer-controls .footer-player-button {
    display: none !important;
  }
  li.videoBox-li {
      width: 47%;
      height: 20vw;
  }
  #videoBox-video-display {
    height: 240px;
  }
   
  #footerButton-wrap {
      position: relative;
      /* left: 30px; */
      width: 10%;
      height: 30px;
      z-index: 200;
      float: left;
      margin-right: 10px;
      margin-left: 45%;
      margin-bottom: 10px;
      -webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  }
  #videoBox-video-title {
    padding-top: 0px;
    font-size: 18px;
    margin: 0px 0px;
    line-height: 20px;
    width: 100%;
    margin-top: 100px;
    margin-top: 28%;
    margin-bottom: 3%;
  }
  .videoBox-videoInfo-title {
    font-size: 12px;
    line-height: 16px;
  }
}



@media (min-width:350px) and (max-width: 1024px){
  .footer-info-button {
    margin-left: 50%;
  }

}
@media (min-width:1025px) and (max-width: 1099px)
{
  body.category.category-video-box #postcontainer {
      width: 75%;
      max-width: initial;
  }

  #videoBox-video-display {
    height:420px;
  }
  #videoBox-video-title {
      text-indent: 14px;
      color: #fff;
      padding-top: 9px;
      width: 80%;
      text-align: center;
      position: relative;
      font-size: 35px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      margin: 40px 10%;
  }

}


@media (min-width:768px) and (max-width: 1024px)
{
  
  #videoBox-video-title {
      margin-top:10%;
  }
}

@media (min-width:1025px) {

  body.category.category-video-box #postcontainer {
      width: 75%;
      max-width: initial;
      margin-top: 0;
  }
  body.category-video-box #footer-controls .footer-info-button {
    background-image: url(images/info-white.png);
  }
}