
*{margin:0;padding:0;text-decoration:none;outline:none;}
fieldset,img{border:0;outline:none}
ul,li{list-style:none;margin:0;padding:0}
input,button,textarea,select,optgroup,option{
  
  font-family:inherit;
  font-size:inherit;font-style:inherit;font-weight:inherit;}
h1,h2,h3,h4,h5,h6{outline:none;border:0;font-weight:bold;}
h1{font-size:1.4em; line-height:1.4;padding: 0px 10px}
h2{font-size:1.3em;line-height:1.3em;}
h3{font-size:1.2em; line-height:1.2em;}
h4{font-size:1.1em; }
  a{ color:#fff;}
body{
  background: #333;

  color:#fff;
  font-size: 14px;
  line-height: 1.5;

  font-family: 'Roboto', arial, sans-serif;

}


  .wrapper{
    position:relative;
    max-width: 1000px;
    background: #000;
    margin: 0 auto;
    
  } 
  
  .clr{
    clear:both;
  }
  
  
  /**** logo ***/
  .header{
    padding:20px 0px;
  }
  .site-logo{
    float:left;
  }
  
  
  /**** search ***/
  .header-search{
    float:left;

    position:relative;
    width:40%;
  
  }
 
  .tsearch{
    background: #fff;
    position:relative;
    width: 40%;
    height: 43px;
    float: left;
 
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline:none;
    background-color: #fff;
    border: 1px solid #eee;
    color: #777;
    padding: 0 0.8em;
  }
  
  .bsearch{
    cursor:pointer;
    position:relative;
    width: 60px;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: none;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
        background-color: #E73D3D;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


  
  
  
  
  /**** menu ***/
  .c-menu{
    display:block;
    background: #333;
  }
  
   .c-menu ul li{
    display:inline-block;
    
  }
  
   .c-menu ul li:hover a{
    color:  #ddd;
  }
  
 
.c-menu ul li a{
    display: block;
    padding: 0 1.5em;
    line-height: 45px;
    height: 45px;
    color: #fff;
    outline: 0;
    font-size: 16px
  }
  .c-menu .current-menu-item a{
    border: 0;
    list-style: none;
    box-sizing: border-box;
    position:relative;
    border-bottom-color: #E73D3D;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}


  
  /***** list item ***/
  
  .list-item{
    display:block;
    padding: 0px 10px;
  }
  .item{
    float: left;
    display: inline-block;
    width: 20%;
  
    
  }
 
  .item .thumb{
    line-height: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 80.25%;
  }
  .thumb img{
    width: 100%;
    height: auto;
  }
  .item .item-link{
    display:block;
    padding: 0px 2.5px;
    
  }
  .item .entry-item{
    
    height: 70px;
    overflow: hidden;
 
    display: block;
    padding: 0.5em 5px 0;
    
  }
  .item .title{
    max-height: 43px;
    overflow: hidden;
    display: block;
    font-weight: 700;
    font-size: 14px;
  }
 .item:hover .title{
    color: #E73D3D;
  }
  
  .under-thumb{
    
  }
  .views, .rating{
    margin-right:5px;
    font-size:12px;
    
  }
  .views{
    color: #777;
  }
  .rating{
    color: #81bd00;
  }
  
  
  

  /*** playbutton ***/
  .item:hover .play-btn{
    display:block;
  }
  .play-btn {
    display:none;
   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  opacity: 0.9;
  background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 3rem;

  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
    left: -0.8rem;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
 
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;

  opacity: 1;
  border-radius: 4rem;
  border: 5px solid rgba(255, 255, 255, .75);
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
  
  
  
  
  
  /**** left col ***/
  .single-left{
    float:left;
    width:70%;
    background:#050505;
  }
  
    .single-right{

  }
 
  
  /*** video ***/
  .w-video{
  margin:0 auto;padding:0;width:100%;position:relative;
  height:0;width:100%;padding-bottom:50.05%;text-align:center
  }

.w-video iframe{
  position:absolute;top:0;left:0;width:100%;height:100%
  }
  
  
  
  /*** single info ***/
  .spost{
    padding: 0px 20px;
  }
  .sct{
    padding: 5px;
  }
  
  .top-title{
   margin-bottom:5px;
  } 
  
.itag, .icate{
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

  .itag:hover , .icate:hover{
    background: #E73D3D;
    color:#fff;
  }
  
.itag i, .icate i {
    font-size: 14px;
    margin-right: 2px;
}
  
  .video-actions{
    color:#fff;
    background:#222;
    padding:10px;
  }
  .b-like, .b-dislike, .bar-rate{
    display:inline-block;
  } 
  
  .b-like, .b-dislike{
    background:#fff;
   
    border-radius:5px;
    color:#555;
    
  }
  .b-like:hover, .b-dislike:hover{
    background: #E73D3D;
    color:#fff;
    cursor:pointer;
  }
  
 .b-like i, .b-dislike i{
    line-height: 2em;
   padding:0px 10px;
    
  }
  
  .bar-rate{
  position:relative;
    top: -0.5em;
    width:100px;
    padding:0px 10px;
  }
  
  
  .like-dislike{
    font-size:0.9em;
    line-height: 2em;
    text-align:center;
  }
  .txt-like, .txt-dislike{
    margin:0px 3px;  
  }
  
  .rating-bar{
    height:5px;
    background:#eee;
  }
  .rating-bar-meter{
    height:100%;
    background:red;
  }

  .box-dark{
float:left
  }
  
  .box-share{
    float:right;
    line-height:2em;
  }
  
  .box-share:hover{
    cursor:pointer;
  }
  
  .txt-content{
    margin-bottom:10px;
    overflow:hidden;
  }
  .txt-content img{
    max-width:100%;
    height:auto;
  }
  
  
  /**** menu footer ***/
    .menu-box{
    float:left;
    margin: 20px 0px;
    width: 33%;
  }
  
  .menu-box .menu-title{
    padding: 5px 15px;
  }
  .menu-box li{
    
    padding: 6px 15px;
  }


  
  .menu-box a:hover{
    color: #E73D3D;
  }
  
  
  /****** copyright *********/
 
  .copyright{
    
   
    text-align:center;
    padding:30px 10px;
  }
  
  .copyright a{
    color: #E73D3D;
  }
  
  
  /********* pagination ********/
  .cls-pagination{
    margin: 20px auto;
    text-align:center;
    
  }
  
  .cls-pagination {
    display:block;
  }
  
   .cls-pagination a, .cls-pagination span{
     display:inline-block;
     padding: 12px 16px;
     border-radius: 3px;
     background: #ccc;
     margin-right: 12px;
     margin-bottom: 10px;
     color:#333;
     cursor:pointer;
  }
  .cls-pagination span{
     background: #E73D3D;
    color: #fff;
  }
  
  
  /*************** ads ***/
  .adxhead{
    text-align:center;
    height:100px;
    margin: 10px auto;
    overflow:hidden;
    width:300px;
  }
  
  .adxplayer{
    text-align:center;
    height:100px;
   margin: 10px auto;
    width:300px;
    overflow:hidden;
  }
  
   .adxside{
    text-align:center;
    height:250px;
    overflow:hidden;
    margin: 10px auto;
     width:300px;
  }
  
   .adxfoot{
    text-align:center;
    height:250px;
    overflow:hidden;
   margin: 10px auto;
     width:300px;
  }
  
  
   .txt-content img{
      max-width: 200px !important;
      height: auto !important;
    }
  
  /************ responsive ***********/
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {

  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {

  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px){
  
    
    .item{
      width: 33.33% !important;
    }
    .single-left, .single-right{
      width: 100%;
      
    }
    
     .w-video{
            height:0;width:100%; padding-bottom:40.05%;
     }
    
    
  }

  /* Small devices (landscape phones, 576px and up) */
  @media only screen and (max-width: 767.98px){
    
    .c-menu{
      background:none;
      padding: 0px 10px;
    }
.c-menu ul li a {
    display: block;
    padding:  10px;
    line-height: 26px;
  background: #333;
    height: auto;
    color: #fff;
    outline: 0;
    font-size: 16px;
  margin-bottom:10px;
  margin-right:7px;
}
    
    .header {
    padding: 0px 10px 10px;
}
    
    .txt-content img{
      max-width: 50% !important;
      height: auto !important;
    }
    
     .tsearch{

          width: 60%;
       
    }
    
    .site-logo{
      width:100%;
      float:none;
    }

    .item{
      width: 50%;
    }
    .single-left, .single-right{
      width: 100%;
    }
    .menu-box{
      width:100%;
      text-align: center;
      margin: 0 auto;
    }
    .header-search{
      width:100%;
    }
    
     .w-video{
            height:0;width:100%; padding-bottom:56.05%;
     }
    
    .tsearch{
      height:28px;
      border-radius:0;
    }
    .bsearch{
      height:30px;
      line-height:22px;
       border-radius:0;
    }
    
  }


  
  
  
  
  
  
