.video-wrapper {
    background: #000;
    padding-top: 60px;
}
.video-wrapper .pagination {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.filter_right {
    float: right;
}
.filter {
    padding: 10px 0;
    display: inline-block;
    padding: 10px 0;
}
.tr_left .filter .sub_title {
    float: left;
}
.tr_left .sub_title {
    font-weight: normal;
    margin: 0;
    color: #eee;
    font-size: 16px;
}
.tr_left .list_wrap {
    /* padding: 20px 0; */
    display: inline-block;
    /* border-bottom: solid 1px #cecece; */
}
.list_wrap.other {
    padding: 0px 0 10px !important;
    display: inline-block;
    /* border-bottom: solid 1px #cecece; */
}
.tr_left .list_wrap ul {
    margin: 0;
}

.filter_right .category_select {
    padding: 5px;
    border-radius: 4px;
    border: none;
    background: rgba(32,39,51,1);
    margin-right: 3px;
    color: #fff;
    float: left;
}
.sort_title {
    float: left;
    font-size: 14px;
    color: #fff;
    margin: 3px;
}
.tr_left .featured_tv_item .item_top{    cursor: pointer;}
li.featured_tv_item.lead .item_top .image {
    width:100%;
    height: auto;
}
li.featured_tv_item.lead {
    width: 417px;
    height:  auto;
}
.tr_left .featured_tv_item {
    width: 204px;
    height: 200px;
    list-style-type: none;
    margin: 0 15px 15px 0;
    background: #000;
    float: left;
    /* position: relative; */
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px #000;
}
.tr_left .featured_tv_item .item_top .image {
    width: 206px;
    height: 200px;
    /* margin-bottom: 5px; */
    overflow: hidden;
    float: none;
    position: relative;
    display: inline-block;
}

li.featured_tv_item.lead .item_top .info {
    width: 100%;
    height: auto;
}
.list_wrap.other .item_top .info {
    width: 186px;
    height: auto;
    bottom: 10px;
    position: absolute;
    padding: 10px 10px 20px;
    z-index: 2;
    /* display: inline-block; */
}
.tr_left .featured_tv_item .item_top .info {
    width: 186px;
    bottom: 10px;
    position: relative;
    padding: 10px 10px 20px;
    z-index: 2;
    /* display: inline-block; */
}

li.featured_tv_item.lead .item_top .title {
    width: 100%;
}
.list_wrap.other .item_top .title {
    width: 187px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* width: 195px; */
    position: absolute;
    bottom: 0px;
    padding: 5px 0;
    margin: auto;
    /* border: solid 1px white; */
    transition: all 0.5s;
}
.tr_left .featured_tv_item .item_top .title {
    width: 187px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* width: 195px; */
    position: absolute;
    bottom: 27px;
    padding: 5px 0;
    margin: auto;
    /* border: solid 1px white; */
    transition: all 0.5s;
}

li.featured_tv_item.lead .item_top .title h2 {
    font-size: 23px;
    line-height: 26px;
    margin: 12px 0 15px 0;
}

.list_wrap.other .item_top .title h2, .inner_list_wrap .item_top .title h2 {
    color: #ffffff;
    font-size: 15px;
   margin: 12px 0 7px 0;
    font-weight: 600;
    line-height: 18px;
}
.list_wrap.other .item_top .title .date, .inner_list_wrap .item_top .title .date {
    float: left;
    margin: 0px;
}

.list_wrap.other .item_top .title span, .inner_list_wrap .item_top .title span {
    color: #e6e6e6;
    font-size: 11px;
    margin-top: 0;
    font-weight: 100;
    line-height: 15px;
}
.list_wrap.other .item_top .image {
    position: relative;
     background: #000000;
}

.list_wrap.other .item_top .image .img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.list_wrap.other .item_top .image .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
.tr_left .featured_tv_item:nth-child(3) {
    margin-right: 0;
}
.tr_left .featured_tv_item:nth-child(4n+5) {
    margin-right: 0;
}
.list_wrap.other .featured_tv_item:hover .img {
  opacity: 0.4;
}

.list_wrap.other .featured_tv_item:hover .middle {
  opacity: 1;
}

a.item_top{cursor: pointer;}
.tr_left .featured_tv_item .item_top {
    width: 100%;
    height: 88%;
    /*border-bottom: solid 1px #efefef;*/
}
.tr_left .featured_tv_item {
    width: 204px;
    height: 200px;
    list-style-type: none;
    margin: 0 15px 15px 0;
    background: #000;
    float: left;
    /* position: relative; */
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px #000;
}

.tr_left .featured_tv_item .item_top .image:before {
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 25%;
    background: #196882;
    content: "";
    display: block;
    margin-left: 0;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 6;
}

.tr_left .featured_tv_item .item_top .image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    /*backface-visibility: hidden;*/
    -webkit-mask-image: -webkit-linear-gradient( bottom, rgba( 255, 255, 255, 0 ) 5%, rgba( 255, 255, 255, 1 ) 70% );
}

.tr_left .featured_tv_item .section {
    width: 20px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 10px;
    margin: 5px -2px;
    background-image: url(https://ghanasoccernet.com/imgs/play-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
}

.side {
    width: 305px;
    float: left;
    padding: 12px 9px;
}
.side h2.title {
    margin-top: 0;
    margin-bottom: -5px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

.side .radio_list {
    height: auto;
    /* background: #fff; */
    margin: 10px 0 30px;
    position: relative;
    /* overflow: auto; */
}
.side .radio_list ul {
    width: 150px;
    float: none;
    margin-right: 0px !important;
    display: inline-block;
}

.side .radio_list ul li {
    list-style: none;
    font-size: 12px;
    margin: 0 0 4px 0;
    padding: 0;
    float: left;
    border-radius: 5px;
    position: relative;
    background: rgba(32,39,51,1);
    /*background: -moz-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,39,51,1)), color-stop(100%, rgba(53,66,90,1)));
    background: -webkit-linear-gradient(top, rgb(13, 26, 49) 0%, rgb(24, 37, 60) 100%);
    background: -o-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: linear-gradient(to bottom, rgb(26, 114, 136) 0%, rgb(19, 45, 95) 100%);*/
}

.side .radio_list ul li a {
    width: 278px;
    height: 17px;
    color: #e2e2e2 !important;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
}
.side .radio_list ul li .radio_icon {
    width: 21px;
    height: 13px;
    padding: 6px 3px 0px;
    right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    background: transparent;
    background-image: url(https://ghanasoccernet.com/imgs/radio_btn.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 2px;
    z-index: 3;
}
.side .radio_list ul li span {
    width: 20px;
    height: 20px;
    background: #0e2958;
    position: absolute;
}
.side .radio_list ul li:hover {
    color: #ffffff !important;
    /* border: solid 1px #ffde20; */
    text-decoration: none;
    z-index: 1;
}
.side .radio_list ul li a p {
    position: absolute;
    color: #cbd0da;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    display: block;
    padding: 3px;
}
.mediabg{background: #000 !important;}
.side .radio_list .more {
    padding: 0px 2px;
    width: 296px;
    height: auto;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

.side .radio_list .more:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #5b8fa8;
    left: 73px;
    right: 0;
    top: 13px;
    margin-right: 10px;
}
.side .radio_list ul li:hover {
    color: #ffffff !important;
    /*border: solid 1px #ffde20;*/
    text-decoration: none;
    z-index: 1;
}
.inner_list_wrap .featured_tv_item:nth-child(3) {
    margin-right: 15px;
}
.side .radio_list .more a:hover {
    color: #5b8fa8 !important;
    border-left: none;
    text-decoration: underline;
}

.vid_title {
    font-size: 25px;
    border-bottom: solid 1px #2d333e;
    padding: 0 0 20px;
    color: #fff;
    margin: 0;
}

.inner_top {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #2d333e;
    padding: 0;
}
.inner .inner_top .date {
    position: relative;
}
.inner .inner_top .date {
    float: left;
    border: 0;
    font-size: 12px;
    /* font-weight: bold; */
    margin: 8px 40px 0 20px;
}
.comments a, .inner .inner_top .date p, .inner #socialbtn .title_name {
    color: #fff !important;
}
.inner .inner_top .date p:before {
    content: "";
    display: block;
    float: left;
    width: 14px;
    height: 15px;
    background: url(https://ghanasoccernet.com/imgs/icons.png);
    margin: 0 4px 0 0;
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: -34px -70px;
}

.inner #socialbtn {
    float: right;
    margin: 6px 3px;
}
.comments a, .inner .inner_top .date p, .inner #socialbtn .title_name {
    color: #fff !important;
}
.inner #socialbtn .title_name {
    float: left;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 10px 0 0;
}
.inner #socialbtn a.whatsapp {
    background-position: -73px -20px;
}
.inner #socialbtn a {
    background-image: url(https://ghanasoccernet.com/imgs/top_sprite.png);
    background-repeat: no-repeat;
}
#socialbtn a {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 23px;
    width: 25px;
    text-indent: -9999px;
}
.inner .comments {
    float: left;
    border: 0;
    font-size: 12px;
    /* font-weight: bold; */
    margin: 8px 40px 0 0;
}
.inner #socialbtn a.fb {
    background-color: #3b5998;
    background-position: 0 -20px;
    margin-right: 1px;
}
.inner #socialbtn a {
    background-image: url(https://ghanasoccernet.com/imgs/top_sprite.png);
    background-repeat: no-repeat;
}
.inner #socialbtn a.tw {
    background-color: #00adef;
    background-position: -23px -20px;
}
.inner #socialbtn a {
    background-image: url(https://ghanasoccernet.com/imgs/top_sprite.png);
    background-repeat: no-repeat;
}
.inner_top p {
    clear: left;
    line-height: 1.4em;
    margin: 0 0 10px;
}
.inner_preview {
    padding: 20px 0;
    display: block;
    margin:0 auto;
    text-align: center;
}
.inner_list_wrap {
    padding: 0px 0 10px !important;
    display: inline-block;
    /* border-bottom: solid 1px #cecece; */
}
.inner_list_wrap .separator {
    /* width: 676px; */
    height: 33px;
    position: relative;
    padding: 0 10px;
    margin-bottom: 21px;
}
.separator .title {
    padding: 5px 0;
}
.inner_list_wrap .title {
    margin-top: 0;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    padding: 5px 1px;
    float: left;
}

.inner_list_wrap .featured_tv_item:nth-child(4n+0) {
    margin-right: 0;
}
.inner_list_wrap .featured_tv_item:nth-child(4n+5) {
    margin-right: 15px;
}

@media all and (max-width: 500px) {
    li.featured_tv_item.lead {
        width: 300px;
    }
}
