@charset "UTF-8";


body {
    background-color: #0C1D3A !important;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    line-height: initial;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
.tvpage .mobile-menu {
    background: #0c1d3a;
}
.titleWrap {
    display: inline-block;
    width: 100%;
    /*margin: 10px 0;*/
}
.titleWrap .sub_title {
    width: 40%;
    font-weight: bold;
    color: #eee;
    margin: 0;
    font-size: 16px;
    float: left;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tvpage header {
    background: #132747;
}
.television {
    background: #132747 !important;
}
.login .login_icon {
    background-position: -19px 3px;
    background-repeat: no-repeat;
    margin: 0px 3px -2px 0;
}
.open-button span {
    background: #fff;
    opacity: 1;
}
.crumbtail {
    background: #132747 !important;
    border-bottom: solid 3px #1d456a !important;
    color: #f5f5f5;
}
.crumbtail h1 a, .crumbtail h5 a {
    color: #f5f5f5 !important;
}
.crumbtail a {
    color: #f5f5f5 !important;
}
.titleWrap h3 {
    width: 95%;
    display: inline-block;
    margin: 10px 10px 0px 10px;
    text-align: center;
}
.filter {
    width: 100% !important;
    padding: 10px 0;
    display: inline-block;
    padding: 5px 0 10px;
}
.filter_right {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.sort {
    width: 100%;
    /* float: left; */
    margin: 0;
    flex-grow: 1;
}
.sort:first-child {
    margin-right: 5px;
}
.filter_right .category_select {
    width: 100%;
    padding: 7px 7px;
    border-radius: 4px;
    border: none;
    background: #132747;
    margin-right: 3px;
    color: #BBBBBB;
    float: left;
}
.home_streaming_btn {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
}
.home_streaming_btn a {
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background: red;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
}
.home_streaming_btn a:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    display: inline-block;
    margin: 1px 5px;
    border-radius: 50px;
}
.home_streaming_btn .icon {
    float: right;
    height: 29px;
    color: #fff;
    padding: 6px 3px 5px;
    background: red;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    margin-left: 2px;
    display: none;
}
.home_streaming_btn a:after {
    content: '';
    background-image: url(https://cdn.ghanaweb.com/television-icons/live.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin: 1px 1px 0 8px;
    float: right;
}
.home_radio_btn {
    float: right;
    margin: 0 5px 0 0;
    display: inline-block;
}
.home_radio_btn a:before {
    content: '';
    background-image: url(https://cdn.ghanaweb.com/television-icons/radio.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin: 1px 0 0 10px;
    float: right;
}
.home_radio_btn a {
    color: #0c1d3a;
    font-weight: bold;
    padding: 5px 5px 5px 9px;
    background: #FFC400;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
}
.home_radio_btn .icon {
    float: right;
    height: 29px;
    color: #fff;
    padding: 6px 3px 5px;
    background: #FFC400;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    margin-left: 2px;
    display: none;
}
.filter_right .quick_access {
    width: 40px;
    height: 30px;
    float: right;
    padding: 0;
    border-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.filter_right .quick_access a {
    /* width: 100px; */
    height: 11px;
    background: #132747;
    display: block;
    margin: 0;
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    border-radius: 5px;
}

/*BOTTOM*/

.home_carousel_wrapper .bottom {
    width: 100%;
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    position: relative;
}
.home_carousel_wrapper .bottom ul {
    width: max-content;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.home_carousel_wrapper .bottom .item {
    width: 180px;
    height: 170px;
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    white-space: initial;
}
.home_carousel_wrapper .bottom .item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.home_carousel_wrapper .bottom .item .image {
    overflow: hidden;
    width: auto;
    height: 90px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
}
.home_carousel_wrapper .bottom .item .image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(rgb(45,51,62)),to(rgba(0,0,0,0)));
}
.home_carousel_wrapper .bottom .item .info {
    /* width: 233px; */
    /* float: left; */
    /* width: 100%; */
    height: auto;
    bottom: 20px;
    position: absolute;
    padding: 0;
    /* z-index: 2; */
}
.home_carousel_wrapper .bottom .info .text {
    color: #ffffff;
    max-height: 78px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
}
.home_carousel_wrapper .bottom .item .actions {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
}
.home_carousel_wrapper .bottom .item .actions span {
    display: inline-block;
    color: #BBBBBB;
    margin: 0;
    font-size: 11px;
    padding: 0 0 0 20px;
    position: relative;
}
.home_carousel_wrapper .bottom .actions .date:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/clock.svg);
    background-repeat: no-repeat;
}
.home_carousel_wrapper .bottom .actions span:before {
    content: '';
    width: 20px;
    height: 16px;
    /* background: #0c1d3a; */
    display: inline-block;
    margin: 0 5px 0 0;
    top: -1px;
    left: 0;
    position: absolute;
}
.home_carousel_wrapper .bottom .actions .views:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/view.svg);
    background-repeat: no-repeat;
}

.video_prev {
    width: 100%;
}


.carousel_info_float {
    width: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.carousel_info_float .swipe {
    float: left;
    flex-grow: 1;
    margin: 0 11px  0 0;
}
.carousel_info_float .swipe .text {
    /*width: 100%;*/
    padding: 10px 10px;
    margin: 3px 0;
    display: inline-block;
    background: #1d456a;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
}
.carousel_info_float .advertiser {
    float: left;
    flex-grow: 1;
    margin: 0;
}

/*POPUP STYLE*/

.popup_btn {
    padding: 10px 10px;
    margin: 3px;
    display: inline-block;
    background: #1d456a;
    text-decoration: none;
    color: #fff;
    border: 0;
    font-size: 13px;
    border-radius: 3px;
}
.carousel_info_float .btn:hover {
  background: #00898E;
}
.popup {
  position: fixed;
  padding: 40px 20px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  border: solid 2px #ffa500;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 2;
  text-align: center;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
  color: #000;
  transition: color .3s;
  font-size: 2em;
  line-height: .6em;
  font-weight: bold;
  text-decoration: none;
}
.popup .close:hover {
  color: #ff0000;
}
.popup h2 {
    font-size: 20px;
    text-align: center;
}
.close-popup {
  background: rgba(0,0,0,.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 1;
}
.popup:target + .close-popup {  
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.jw-title-primary, .jw-title-secondary {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: .5em;
    overflow: hidden;
    text-overflow: inherit;
    direction: unset;
    white-space: inherit;
    width: 100%;
}
.contact_list {
    width: max-content;
    margin: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact_list a {
    background: #ffa500;
    padding: 20px 30px;
    border-radius: 5px;
    display: inline-block;
    margin: 3px;
}
.contact_list .whatsapp {
    background-image: url(https://cdn.ghanaweb.com/television-icons/whatsapp.svg);
    background-size: 20px;
    background-position: 20px 10px;
    background-repeat: no-repeat;
}
.contact_list .phone {
    background-image: url(https://cdn.ghanaweb.com/television-icons/phone.svg);
    background-size: 20px;
    background-position: 20px 10px;
    background-repeat: no-repeat;
}
.contact_list .web_link {
    background-image: url(https://cdn.ghanaweb.com/television-icons/link.svg);
    background-size: 20px;
    background-position: 20px 10px;
    background-repeat: no-repeat;
}

/*END OF POPUP STYLE*/

/*HOME CAROUSEL*/

.player_content {
    /*height: 170px;
    margin: 0 0 15px;*/
}
.carousel_preview {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 370px;
}
.carousel_preview .title {
    font-size: 21px;
    color: #fff;
    height: 77px;
    overflow: hidden;
    line-height: 25px;
    display: inline-block;
}
.carousel_preview .actions {
    width: 100%;
    display: inline-block;
    margin: 0;
}
.actions span:before {
    content: '';
    width: 20px;
    height: 16px;
    /*background: #0c1d3a;*/
    display: inline-block;
    margin: 0 5px 0 0;
    top: -1px;
    left: 0;
    position: absolute;
}
.actions .date:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/clock.svg);
    background-repeat: no-repeat;
}
.actions .views:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/view.svg);
    background-repeat: no-repeat;
}
.actions .comments:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/comments.svg);
    background-repeat: no-repeat;
}
.carousel_preview .actions span {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 15px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 25px;
}
.carousel_preview .actions span:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    margin: 0 5px 0 0;
    top: 0px;
    left: 0;
    position: absolute;
}
.actions .bookmark_tag {
    float: right;
}

.prev-next {
    background-color: #0c1d3a;
    width: 100%;
    /* height: 170px; */
    /*padding: 2px;*/
    /* float: left; */
    margin: 10px 0;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.previous {
    background-color: #132747;
    width: 100%;
    height: 100px;
    /*float: left;*/
    border-right: solid 2px #0c1d3a;
    flex-grow: 1;
}
.owl-nav {
    display: inline-block;
    margin: 0;
    float: right;
    top: -40px;
    position: relative;
}
.owl-next {
    /*margin: 5px 0;*/
}
button.owl-prev {
    float: left;
}
button.owl-prev span {
    width: 40px;
    height: auto;
    z-index: 2;
    background: #1d456a;
    color: #fff;
    font-size: 40px;
    padding: 0px 10px 5px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    display: none;
}
.owl-next {
    width: 100%;
    padding: 5px 20px 9px;
}
.owl-next span {
    z-index: 2;
    background: #02AAE9;
    color: #fff;
    font-size: 35px;
    padding: 6px 30px 14px;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    line-height: 18px;
    float: right;
    margin: -1px 0 0 0;
}
.home_carousel_wrapper .owl-next span {
    z-index: 2;
    background: #02AAE9;
    color: #fff;
    font-size: 25px;
    padding: 6px 13px 7px;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
    float: right;
    /* margin: 1px 0 0 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 2px 0 0 0;
    display: flex;
}
.home_carousel_wrapper .owl-next span p {
    display: inline-block;
    font-size: 15px;
    float: left;
    margin: 2px 5px 0 0;
}
.prev-content {
    text-align: left;
    padding: 10px;
    display: block;
}
.prev-article-heading {
    color: #bdbdbd;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
}
.prev-article-title {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0px;
    color: #ededed;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
}
/*.next {
    background-color: #132747;
    width: 100%;
    height: 100px;
    flex-grow: 1;
}*/
.next-content {
    text-align: right;
    padding: 10px;
    display: block;
}
.next-article-heading {
    color: #bdbdbd;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
}
.next-article-title {
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0px;
    color: #ededed;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
}
.mid_banner {
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 15px;
}
.med_rec {
    width: auto;
    height: 250px;
    margin: 15px auto;
    padding: 15px 15px;
    background: #132747;
    margin-bottom: 15px;
}

/*VIDEO BLOG*/


.video_blog {
    width: 100%;
    display: inline-block;
}
.sub_title {
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
}
.sub_title.panel_title .arrow {
    width: 40px;
    height: 25px;
    display: inline-block;
    padding: 10px 0px 26px 8px;
    float: right;
    color: #FFF;
    margin-top: -9px;
}
.sub_title.panel_title .arrow .icon {
    width: 25px;
    height: 18px;
    background-image: url(https://cdn.ghanaweb.com/design/social_svg/social_sprite_.png);
    background-size: 150px;
    background-position: 6px -17px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 0px;
}
.sub_title.panel_title.programs {
    background: #132747;
    padding: 9px 0 8px 10px;
    border-bottom: solid 3px #1d456a;
}
.sub_title.panel_title.programs span.arrow {
    background-color: #1d456a;
}
.sub_title.panel_title.trending {
    background: #132747;
    border-bottom: solid 3px #1d456a;
}
.sub_title.panel_title.trending span.arrow {
    background-color: #1d456a;
}
.sub_title.panel_title.news {
    background: #132747;
    border-bottom: solid 3px #70a703;
}
.sub_title.panel_title.news span.arrow {
    background-color: #70a703;
}
.sub_title.panel_title.entertainment {
    background: #132747;
    border-bottom: solid 3px #963a8c;
}
.sub_title.panel_title.entertainment span.arrow {
    background-color: #963a8c;
}
.sub_title.panel_title.business {
    background: #132747;
    border-bottom: solid 3px #019cd6;
}
.sub_title.panel_title.business span.arrow {
    background-color: #019cd6;
}
.sub_title.panel_title.sports {
    background: #132747;
    border-bottom: solid 3px #ff0001;
}
.sub_title.panel_title.sports span.arrow {
    background-color: #ff0001;
}


.video_blog ul {
    margin: 15px 0;
}
.video_blog .item {
    width: calc(50% - 5px);
    height: 140px;
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
}
.video_blog .item:nth-child(2n+0) {
    margin-right: 0;
}
.video_blog .item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.video_blog .item .image {
    overflow: hidden;
    width: 100%;
    height: 90px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(rgb(45,51,62)),to(rgba(0,0,0,0)));
}
.play-icon {
    background: url(https://cdn.ghanaweb.com/design/play-icon2.png) no-repeat 50% 0;
    position: absolute;
    background-color: #e40000;
    background-size: 25px;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 19px;
    text-indent: -9999px;
    /*opacity: 0.8;*/
    padding: 2px 5px 2px 5px;
    font-size: 10px;
    z-index: 1;
}
.video_blog .item .image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    /*-webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(rgb(45,51,62)),to(rgba(0,0,0,0)));*/
}
.video_blog .item .info {
    height: auto;
    bottom: 20px;
    position: absolute;
    padding: 0;
}
.video_blog .item .info .text {
    color: #ffffff;
    max-height: 78px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
}
.video_blog.more .item .info .text {
    /*height: 50px;*/
    max-height: 78px;
}
.video_blog .item .actions {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
}
.video_blog .item .actions span {
    display: inline-block;
    color: #BBBBBB;
    margin: 0;
    font-size: 11px;
    padding: 0 0 0 20px;
    position: relative;
}

.live_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
.live_btns .home_radio_btn {
    width: 100%;
    display: inline-block;
    flex-grow: 1;
}
.live_btns .home_radio_btn a {
    width: 72.8%;
    padding: 5px 5px 5px 12px;
}
.live_btns .home_streaming_btn {
    width: 100%;
    display: inline-block;
    margin: 0 5px 0 0;
    flex-grow: 1;
}
.live_btns .home_streaming_btn a {
    width: 77%;
}

/*PROGRAM BLOG*/

.video_blog.program_blog .item {
    width: calc(50% - 5px);
    height: 130px;
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
}
.video_blog.program_blog .item:nth-child(2n+0) {
    margin-right: 0;
}
.video_blog.program_blog .item .image {
    overflow: hidden;
    width: auto;
    height: 90px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
}
.video_blog.program_blog .item .info {
    height: auto;
    bottom: 10px;
    position: absolute;
    padding: 0;
}
.video_blog.program_blog .item .info .text {
    color: #ffffff;
    max-height: 78px;
    font-size: 16px;
    margin: 0 5px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
}
.video_blog.program_blog .actions {
    margin: 0 5px;
}
.video_blog.program_blog .item .actions span {
    display: inline-block;
    color: #ffc400;
    margin: 0;
    font-size: 13px;
    padding: 0;
}
.video_blog.program_blog .actions span:before {
    display: none;
}

.player_content {
    background: #132747;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    z-index: 0;
    margin: 0 0 15px;
    z-index: 0 !important;
}
.owl-stage {
    margin-bottom: 0;
}
.owl-stage-outer {
    margin-bottom: 0;
}
.carousel_preview .item {
    width: 100%;
    margin-bottom: auto !important;
}
.owl-item {
    margin-bottom: 0 !important;
}
.player_wrapper {
    position: relative;
}
.next_count {
    background: #000;
    position: absolute;
    top: 0;
    width: 90%;
    text-align: center;
    padding: 5% 5%;
}
.next_count .item_wrap {
    width: 80%;
    margin: auto;
}
.next_count .timer {
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 0 0 5px;
}
.next_count .item {
    margin: 0;
    display: inline-block;
    padding: 6px 6px;
    background: #0c1d3a;
    border-radius: 8px;
}
.next_count .item .image {
    overflow: hidden;
    width: auto;
    height: 100px;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 5px;
}
.next_count .item .text {
    color: #fff;
    font-size: 14px;
    height: 52px;
    font-weight: normal;
    line-height: 17px;
    overflow: hidden;
    margin: 10px 5px;
    text-align: left;
}
.next_count .actions {
    width: auto;
    display: inline-block;
    margin: 10px 0 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.next_count .actions a {
    width: 100%;
    display: inline-block;
    color: #BBBBBB;
    margin: 0;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 3px;
}
.next_count .cancel {
    background: #13274775;
}
.next_count .play_now {
    background: #132747;
}
.live_bar {
    width: auto;
    color: #fff;
    padding: 5px 15px 5px 5px;
    background: red;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.live_bar:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 1px 5px;
    border-radius: 50px;
}
.tvpage .article_share, .tvpage .tool-tip {
    background: #0c1d3a;
    border: solid 1px #182f54;
}
.tr_left.inner {
    width: 100%;
    background: #0c1d3a !important;
}
.tvpage .banner_wrapper {
    background: #132747;
    border-radius: 5px;
    padding: 15px 0;
}
.list_wrap.other .separator {
    padding: 4px 10px;
    background: #132747;
}
.tr_left .other ul li {
    width: 47.8%;
    border: 0;
    padding: 0;
    display: inline-block;
}
.list_wrap.other .item_top .title .date, .list_wrap.other .item_top .title .view {
    display: none;
}


.featured_tv_item.lead {
    padding: 10px;
    background: #132747;
    border-radius: 5px;
}
.featured_tv_item.lead .image {
    width: auto;
    height: 160px;
    float: none;
    margin: 0;
    position: relative;
}
.featured_tv_item.lead .info {
    width: auto;
    float: none;
}
li.featured_tv_item.lead .info .title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    max-height: 90px;
}
li.featured_tv_item {
    display: inline-block;
    padding: 10px 0;
    border-bottom: solid 2px #132747;
}
.featured_tv_item .title span:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: -1px;
    position: absolute;
}
.featured_tv_item.lead .title {
    padding: 5px 0;
}
.featured_tv_item.lead .title h2 {
    margin-bottom: 10px;
}
.featured_tv_item .title .date {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
}

.featured_tv_item .title .date:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/clock.svg);
    background-repeat: no-repeat;
}
.featured_tv_item .title .view {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
    position: relative;
}
.featured_tv_item .title .view:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/view.svg);
    background-repeat: no-repeat;
}
li.featured_tv_item {
    display: inline-block;
}
li.featured_tv_item .image {
    width: 40%;
    height: 75px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
}
li.featured_tv_item .info {
    width: 56%;
    float: left;
}
li.featured_tv_item .info .title h2 {
    font-size: 15px;
    height: 54px;
    font-weight: inherit;
    overflow: hidden;
    line-height: 17px;
    margin: 4px 0 4px;
}


/*RELATED*/

.tr_left.inner ul {
    width: inherit;
    display: inline-block;
}
.tr_left.inner ul .item {
    width: calc(50% - 5px);
    height: 140px;
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    background: transparent;
}
.tr_left.inner ul .item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.tr_left.inner ul .item .image {
    overflow: hidden;
    width: 100%;
    height: 90px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(rgb(45,51,62)),to(rgba(0,0,0,0)));
}
.tr_left.inner ul .item .image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    /* -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(rgb(45,51,62)),to(rgba(0,0,0,0))); */
}
.tr_left.inner ul .item .info {
    height: auto;
    bottom: 20px;
    position: absolute;
    padding: 0;
}
.tr_left.inner ul .item .info .text {
    color: #ffffff;
    max-height: 78px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    height: 54px;
    line-height: 17px;
}
.tr_left.inner ul .item .date {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
}
.tr_left.inner ul .item .view {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
    position: relative;
}
.tr_left.inner ul .item .view:before {
    background-image: url(https://cdn.ghanaweb.com/television-icons/view.svg);
    background-repeat: no-repeat;
}
.tr_left .list_wrap div {
    margin: 0 !important;
}
.main-container.article .more {
    padding: 8px 0 7px 0;
    display: block;
    text-align: center;
    background-color: #132747;
    color: #d5d5d5;
    border-radius: 30px 30px;
    margin-bottom: 20px;
}
#footer_menu_item_wrapper {
    background: #0c1d3a;
    float: none;
}
.footer_sub_lists {
    background: #132747;
    margin: 0;
}
#footer_menu_item_wrapper h3 {
    border-bottom: solid 1px #132747;
}

.inner .inner_top .date, .inner .inner_top .comments {
    display: inline-block;
    color: #BBBBBB;
    margin: 0 10px 0 0;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
}
.inner .inner_top .date:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: -1px;
    position: absolute;
    margin: 0 3px 0 0;
    background-image: url(https://cdn.ghanaweb.com/television-icons/clock.svg);
    background-repeat: no-repeat;
}
.inner .inner_top .comments:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: -1px;
    position: absolute;
    margin: 0 3px 0 0;
    background-image: url(https://cdn.ghanaweb.com/television-icons/view.svg);
    background-repeat: no-repeat;
}
.inner .inner_top .comments a:before {
    display: none;
}
.comments a, .inner .inner_top .date p, .inner #socialbtn .title_name {
    color: #BBBBBB !important;
}
.inner_preview {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}
.inner_preview .twi_news {
    float: left;
    margin: 0 0 10px 0;
}
.inner_preview .twi_news a {
    font-size: 13px;
    color: #BBBBBB;
}
.inner_preview .twi_news a:before {
    content: '';
    background-image: url(https://cdn.ghanaweb.com/television-icons/twi_news.svg);
    background-repeat: no-repeat;
    margin: 0;
}


@media screen and (max-width: 320px) {

.video_blog .item {
    height: 150px;
    margin: 0 10px 10px 0;
}
.video_blog .item .info {
    height: auto;
    bottom: 15px;
    position: absolute;
    padding: 0;
}
.video_blog .item .info .text {
    max-height: 65px;
    margin: 0 5px;
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 13px;
}
.live_btns .home_streaming_btn a {
    width: 76.9%;
}
.live_btns .home_radio_btn a {
    width: 71.5%;
}
.owl-next span {
    margin: 5px 0;
}
.owl-next span {
    padding: 4px 30px 10px;
    margin: 5px 0;
}
.carousel_info_float {
    width: 75%;
}
.carousel_info_float .swipe {
    margin: 0;
}
.carousel_info_float .popup_btn {
    font-size: 12px;
    padding: 9px 10px;
    text-align: center;
}
.carousel_info_float .swipe .text {
    padding: 8px 10px;
    margin: 3px 0;
    font-size: 13px;
    text-align: center;
}
.carousel_info_float .popup {
    padding: 40px 20px;
}
.carousel_info_float .popup h2 {
    font-size: 18px;
    text-align: center;
}
.carousel_info_float .contact_list a {
    padding: 20px 28px;
    border-radius: 5px;
    display: inline-block;
    margin: 3px;
}

}