@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&amp;subset=latin-ext" rel="stylesheet');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

figure img {
  display: block;
  width: 100%; }

body {
  font-family: "Source Sans Pro", sans-serif !important; }

strong {
  font-weight: bold; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.containerHttv-fluid {
  width: 100%;
  float: left; }
  .containerHttv-fluid .containerHttv {
    width: 100%;
    max-width: 980px;
    min-width: 980px;
    margin: 0 auto; }
  .containerHttv-fluid .banner300 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .containerHttv-fluid .bannerW100 {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center; }
  .containerHttv-fluid .newsTopSocialBox {
    float: left;
    width: 100%; }
    .containerHttv-fluid .newsTopSocialBox a {
      float: left;
      padding: 5px 10px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      margin-right: 10px;
      border-radius: 3px; }
      .containerHttv-fluid .newsTopSocialBox a.facebook {
        background-color: #224dc3; }
      .containerHttv-fluid .newsTopSocialBox a.twitter {
        background-color: #00a7ff; }
      .containerHttv-fluid .newsTopSocialBox a.googlePlus {
        background-color: #e10836; }
      .containerHttv-fluid .newsTopSocialBox a.whatsapp {
        background-color: #25d366; }
      .containerHttv-fluid .newsTopSocialBox a:nth-last-child(1) {
        margin-right: 0; }
  .containerHttv-fluid header.hidden {
    opacity: 0;
    margin-top: -120px; }
  .containerHttv-fluid header.sticky {
    top: 0;
    opacity: 1; }
  .containerHttv-fluid header {
    position: fixed;
    height: 120px;
    width: 100%;
    z-index: 100;
    background-color: #fff; }
    .containerHttv-fluid header .mobileHeader {
      display: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #171f24;
      padding: 0 15px;
      height: 60px; }
      .containerHttv-fluid header .mobileHeader .mobileLogo {
        max-width: 110px; }
      .containerHttv-fluid header .mobileHeader .mobileMenuBtn {
        max-width: 30px; }
    .containerHttv-fluid header .headerLine1Wrap {
      float: left;
      width: 100%;
      background-color: #111415;
      position: relative; }
      .containerHttv-fluid header .headerLine1Wrap .headerLine1 {
        width: 100%;
        background-color: #111415;
        padding: 0 20px;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine {
          float: left;
          width: calc(100% - 300px);
          padding: 20px 0; }
          .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .lastMuniteLineHeadline {
            float: left;
            color: #ffce00;
            font-size: 14px;
            font-weight: bold;
            padding: 0 10px 0 40px; }
          .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .lastMuniteLineText {
            float: left;
            color: #fff;
            font-size: 14px; }
          .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .owl-carouselBreakingNews {
            position: relative; }
            .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .owl-carouselBreakingNews .owl-dots {
              margin: 0;
              position: absolute;
              left: 0;
              top: -2px; }
              .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .owl-carouselBreakingNews .owl-dots .owl-dot span {
                border: 1px solid #ffce00;
                background: none;
                margin: 0 4px 0 0;
                width: 8px;
                height: 8px; }
              .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headLastMuniteLine .owl-carouselBreakingNews .owl-dots .active span {
                background-color: #ffce00; }
        .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons {
          float: right;
          color: #fff;
          padding: 13px 0; }
          .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons a {
            float: left;
            margin-right: 10px; }
            .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons a i {
              font-size: 28px; }
              .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons a i:before {
                color: #878889; }
          .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons .search i:before {
            color: #ffce00; }
            .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons a i.tw-icon{width:28px; height:28.5px; display: block;} 
            .containerHttv-fluid header .headerLine1Wrap .headerLine1 .headSocialIcons a i.tw-icon img{width:100%; display: block;}
      .containerHttv-fluid header .headerLine1Wrap .headerLivePreWrap {
        position: absolute;
        right: 20px;
        top: 20px; }
        .containerHttv-fluid header .headerLine1Wrap .headerLivePreWrap .headVideo {
          float: left;
          width: 140px;
          height: 80px;
          overflow: hidden; }
          .containerHttv-fluid header .headerLine1Wrap .headerLivePreWrap .headVideo img {
            width: 100%; }
      .containerHttv-fluid header .headerLine1Wrap .headSearchWrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        margin-top: -100px; }
        .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent {
          background-color: #111415;
          float: left;
          width: 100%;
          height: 60px;
          z-index: 5;
          position: relative;
          padding: 15px; }
          .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap {
            float: left;
            width: calc(100% - 50px);
            padding-right: 15px;
            position: relative; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap input {
              background: none;
              border: 0;
              border-bottom: 1px solid #a0a1a1;
              color: #fff;
              width: 100%;
              float: left;
              outline: 0;
              padding: 5px 0 10px 20px; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap .searchBtn {
              position: absolute;
              right: 35px;
              top: 5px;
              color: #fff;
              z-index: 5; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap:before, .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap:after {
              content: " ";
              position: absolute;
              width: 3px;
              height: 3px;
              background-color: #111415;
              border: 1px solid #fff;
              border-radius: 50%;
              bottom: -2px; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap:before {
              left: -5px; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .inputWrap:after {
              right: 10px; }
          .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .headSearcCloseBtn {
            float: left;
            width: 50px; }
            .containerHttv-fluid header .headerLine1Wrap .headSearchWrap .headSearchContent .headSearcCloseBtn a {
              width: 25px;
              height: 25px;
              font-size: 10px;
              color: #fff;
              border: 1px solid #fff;
              border-radius: 50%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center; }
        .containerHttv-fluid header .headerLine1Wrap .headSearchWrap.open {
          margin-top: 0; }
    .containerHttv-fluid header .headerLine2Wrap {
      float: left;
      width: 100%;
      background-color: #353d42; }
      .containerHttv-fluid header .headerLine2Wrap .headerLine2 {
        width: 100%;
        background-color: #353d42;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px; }
        .containerHttv-fluid header .headerLine2Wrap .headerLine2 .logo {
          float: left;
          color: #fff; }
        .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar {
          float: right; }
          .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul {
            float: right;
            width: 100%; }
            .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li {
              float: left;
              position: relative;
              height: 60px;
              padding: 20px 0; }
              .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li a {
                display: block;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                padding: 0 10px; }
                .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li a:hover {
                  color: #ffce00; }
              .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li .active {
                color: #ffce00; }
              .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li ul {
                display: none;
                position: absolute;
                left: -10px;
                top: 60px;
                background-color: #111415;
                width: 200px;
                z-index: 999999;
                padding: 0; }
                .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li ul li {
                  float: left;
                  height: auto;
                  padding: 0;
                  width: 100%;
                  position: static; }
                  .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li ul li a {
                    display: block;
                    color: #c9c9c9;
                    padding: 10px 20px;
                    border-bottom: 1px solid #232323;
                    font-size: 14px;
                    text-align: left; }
              .containerHttv-fluid header .headerLine2Wrap .headerLine2 .headerNavBar ul li:hover ul {
                display: block; }
  .containerHttv-fluid .middleContent {
    float: left;
    width: 100%;
    margin-top: 120px; }
    .containerHttv-fluid .middleContent .programSliderWrap {
      float: left;
      width: 100%;
      padding: 5px 80px 6px 80px; }
      .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a {
        display: block;
        width: 100%;
        float: left; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListLeft {
          width: 100px;
          float: left;
          position: relative;
          height: 100px;
          margin-top: 8px; }
          .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListLeft span:nth-child(1) {
            position: absolute;
            display: block;
            width: 100%;
            bottom: 8px;
            left: 0; }
            .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListLeft span:nth-child(1) img {
              display: block;
              width: 100%; }
          .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListLeft span:nth-child(2) {
            float: left;
            width: 100%;
            border: 8px solid #e8e8e8;
            height: 80px;
            margin-top: 20px; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListRight {
          width: calc(100% - 100px);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 80px;
          margin-top: 20px;
          padding-left: 10px; }
          .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListRight span {
            float: left;
            width: 100%;
            color: #353d42;
            margin-bottom: 3px; }
            .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListRight span:nth-child(1) {
              font-size: 26px;
              font-weight: bold; }
            .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListRight span:nth-child(2) {
              font-size: 18px; }
            .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a .programListRight span:nth-child(3) {
              font-size: 14px;
              color: #898d90; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a:hover .programListLeft span:nth-child(1) {
          bottom: 0; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram a:hover .programListLeft span:nth-child(2) {
          border-color: #b7b7b7; }
      .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-prev, .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-next {
        position: absolute !important;
        top: 40px !important;
        background: none !important; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-prev span:before, .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-next span:before {
          font-family: httv;
          font-size: 36px;
          color: #b9b9b9; }
      .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-prev {
        left: -70px !important; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-prev span:before {
          content: "\e902"; }
      .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-next {
        right: -70px !important; }
        .containerHttv-fluid .middleContent .programSliderWrap .owl-carouselProgram .owl-next span:before {
          content: "\e905"; }
    .containerHttv-fluid .middleContent .mainSliderWrap {
      float: left;
      width: 100%;
      padding: 0 20px; position: relative;
      padding-top: 62%;
    }

    .containerHttv-fluid .middleContent .mainSliderWrap.category{
      padding-top: 56%;
    }

    .containerHttv-fluid .middleContent .mainSliderWrap .owl-carousel{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }

    .containerHttv-fluid .middleContent .mainSliderWrap .owl-carousel .owl-item::before{
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 260px;
      background-position: left;
      background-size: 100%;
      background: -webkit-linear-gradient(bottom,#000 0,transparent 100%);
      background: linear-gradient(to top,#000 0,transparent 100%);
    }

      .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a {
        float: left;
        width: 100%;
        display: block;
        position: relative; }
        .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo {
          position: absolute;
          width: 100%;
          bottom: 20%;
          left: 0;
          right: 0;
          padding: 0 100px;
          text-shadow: 1px 1px 5px #000;
          z-index: 200;
        }
          .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo span {
            float: left;
            width: 100%; }
            .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo span:nth-child(1) {
              color: #ffffff;
              font-weight: bold;
              font-size: 32px;
              margin-bottom: 5px; }
            .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo span:nth-child(2) {
              color: #fff;
              font-size: 48px;
              font-weight: bold; }
      .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots {
        position: absolute;
        bottom: 8%;
        width: 100%; }
        .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .owl-dot {
          padding: 10px 15px;
          font-size: 20px;
          position: relative;
          margin: 0 5px;
          color: #fff;
          font-family: 'httv';
          opacity: 0.7; }
          .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .owl-dot:before {
            content: "\e90a";
            font-size: 36px;
            position: absolute;
            left: 2px;
            top: 2px;
            color: #fff;
            font-family: httv; }
        .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .active {
          color: #ffb100;
          opacity: 1; }
          .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .active:before {
            color: #ffb100; }
      .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-prev, .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0.5);
        height: 80px;
        width: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        position: absolute;
        top: calc(50% - 40px); }
      .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-prev {
        left: 0;
        border-radius: 0 10px 10px 0; }
        .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-prev span {
          font-family: httv; }
          .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-prev span:before {
            content: "\e904"; }
      .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-next {
        right: 0;
        border-radius: 10px 0 0 10px; }
        .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-next span {
          font-family: httv; }
          .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-nav .owl-next span:before {
            content: "\e907"; }
    .containerHttv-fluid .middleContent .categoryWrap {
      float: left;
      width: 100%;
      padding: 0 20px; }
      .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0; }
        .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline {
          text-align: center;
          font-size: 36px;
          font-weight: bold;
          margin-bottom: 5px;
          position: relative; }
          .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:after, .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:before {
            content: " ";
            position: absolute;
            top: 25px;
            width: 50px;
            height: 3px;
            background-color: #171f24; }
          .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:after {
            left: -60px; }
          .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:before {
            right: -60px; }
          .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div {
            position: relative; }
            .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:after, .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:before {
              content: " ";
              position: absolute;
              top: 23px;
              width: 3px;
              height: 3px;
              background-color: #fff;
              border: 2px solid #171f24;
              border-radius: 50%; }
            .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:after {
              left: -67px; }
            .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:before {
              right: -67px; }
        .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap a {
          font-size: 15px;
          text-align: center;
          color: #1b2328;
          text-decoration: underline;
          line-height: 140%;
        }
        .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap a:hover{
          text-decoration: none;
        }
      .containerHttv-fluid .middleContent .categoryWrap .newsRow {
        margin-left: -10px;
        margin-right: -10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox {
          width: 33.3%;
          padding: 0 10px;
          margin-bottom: 30px; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsImg {
            float: left;
            width: 100%;
            position: relative;
            margin-bottom: 5px; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsImg img {
              width: 100%;
              display: block; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsImg .imgBorder {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              padding: 20px; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsImg .imgBorder span {
                float: left;
                border: 1px solid rgba(242, 242, 242, 0.4);
                width: 100%;
                height: 100%; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsText {
            float: left;
            width: 100%;
            font-size: 20px;
            font-weight: bold;
            color: #000;
            line-height: 110%;
            margin-bottom: 5px;
            overflow: hidden; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            font-size: 13px; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .category {
              color: #a4a4a4;
              margin-right: 5px; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .type {
              color: #e10836;
              margin-right: 5px;
              font-weight: bold; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .type i:after {
                font-family: httv;
                font-size: 12px; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .type i.gallery:after {
                content: "\e90d"; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .type i.video:after {
                content: "\e917"; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsBottomInfo .date {
              color: #a4a4a4; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews {
            float: left;
            width: 100%;
            display: block;
            position: relative; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo {
              position: absolute;
              width: 100%;
              bottom: 10%;
              left: 0;
              right: 0;
              padding: 0 30px;
              text-shadow: 1px 1px 5px #000; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo .categoryImgText {
                float: left;
                width: 100%;
                color: #fff;
                font-size: 16px;
                line-height: 22px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 10px; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo .newsBottomInfo {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 100%;
                font-size: 13px;
                color: #a4a4a4; }
                .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo .newsBottomInfo .category {
                  margin-right: 5px; }
                .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo .newsBottomInfo .type {
                  margin-right: 5px;
                  font-weight: bold;
                  color: #a4a4a4; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews img {
              width: 100%; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgBorder {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              padding: 20px; }
              .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgBorder span {
                float: left;
                border: 1px solid rgba(242, 242, 242, 0.4);
                width: 100%;
                height: 100%; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsHover {
            opacity: 0;
            height: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsHover:after {
              font-size: 40px;
              color: #fff;
              font-family: httv; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsHover.gallery:after {
              content: "\e90d"; }
            .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsHover.video:after {
              content: "\e917"; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox:hover .newsHover {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            opacity: 1;
            height: 100%; }
        .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox2 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 66.6%; }
          .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox2 .newsBox {
            width: 50%;
            height: 300px;
            overflow: hidden;
            margin-bottom: 20px; }
      .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap {
        float: left;
        width: 100%; }
        .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a {
          float: left;
          width: 100%;
          display: block;
          position: relative; }
          .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo {
            position: absolute;
            width: 100%;
            bottom: 25%;
            left: 0;
            right: 0;
            padding: 0 100px;
            text-shadow: 1px 1px 5px #000; }
            .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .categoryImgText {
              float: left;
              width: 100%;
              color: #fff;
              font-size: 28px;
              font-weight: bold;
              text-align: center;
              margin-bottom: 10px; }
            .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              width: 100%;
              font-size: 14px;
              color: #a4a4a4; }
              .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo .category {
                margin-right: 5px; }
              .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo .type {
                margin-right: 5px;
                font-weight: bold; }
                .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo .type i:after {
                  font-family: httv;
                  font-size: 12px; }
                .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo .type i.gallery:after {
                  content: "\e90d"; }
                .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo .type i.video:after {
                  content: "\e917"; }
          .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgBorder {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding: 20px; }
            .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgBorder span {
              float: left;
              border: 1px solid rgba(242, 242, 242, 0.4);
              width: 100%;
              height: 100%; }
        .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots {
          position: absolute;
          bottom: 8%;
          width: 100%; }
          .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots .owl-dot {
            padding: 10px 15px;
            color: #fff;
            font-size: 20px;
            font-family: httv;
            position: relative;
            margin: 0 5px;
            color: #8e9293; }
            .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots .owl-dot:before {
              content: "\e90a";
              font-size: 36px;
              position: absolute;
              left: 2px;
              top: 4px;
              color: #8e9293; }
          .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots .active:before {
            color: #ffb100; }
        .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-nav .owl-prev, .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-nav .owl-next {
          background: rgba(0, 0, 0, 0.5);
          height: 80px;
          width: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0;
          position: absolute;
          top: calc(50% - 40px); }
        .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-nav .owl-prev {
          left: 0;
          border-radius: 0 10px 10px 0; }
        .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-nav .owl-next {
          right: 0;
          border-radius: 10px 0 0 10px; }
    .containerHttv-fluid .middleContent .type3 .newsBox2 {
      padding: 0 10px; }
    .containerHttv-fluid .middleContent .type4 .newsBox {
      width: 25% !important; }
    .containerHttv-fluid .middleContent .programWidgetMainWrap {
      float: left;
      width: 100%;
      padding: 0 20px; }
    .containerHttv-fluid .middleContent .programWidget {
      float: left;
      width: 100%;
      background: url(../images/programWidgetBg.jpg) center center;
      padding: 20px 0 0;
      border-radius: 20px; }
      .containerHttv-fluid .middleContent .programWidget .programContentWrap {
        float: left;
        width: 100%; }
        .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft {
          float: left;
          width: 40%;
          position: relative; }
          .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft .programWidgetImgWrap {
            float: left;
            width: 100%;
            z-index: 2;
            position: relative;
            padding-left: 40px; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft .programWidgetImgWrap img {
              max-width: 100%;
              display: block; }
          .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft .programWidgetBackSquare {
            position: absolute;
            width: 400px;
            height: 400px;
            padding: 50px;
            left: 0;
            top: 30px;
            z-index: 1; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft .programWidgetBackSquare span {
              border: 20px solid rgba(255, 255, 255, 0.1);
              width: 100%;
              height: 100%;
              float: left; }
        .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          height: 450px;
          padding: 0 30px;
          width: 60%; }
          .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span {
            float: left;
            width: 100%; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(1) {
              color: #8a8e90;
              font-size: 20px;
              margin-bottom: 10px; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(2) {
              color: #fff;
              font-size: 40px;
              font-weight: bold;
              margin-bottom: 5px; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(3) {
              color: #8a8e90;
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 20px; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(4) {
              background-color: #0062ff;
              color: #fff;
              font-size: 15px;
              padding: 15px 30px;
              width: auto;
              border-radius: 5px;
              margin-bottom: 20px; }
              .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(4):hover {
                background-color: #ffce00;
                color: #000; }
          .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight .newsTopSocialBox {
            position: absolute;
            bottom: 0;
            right: 0;
            text-align: right; }
            .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight .newsTopSocialBox a {
              float: none;
              display: inline-block; }
      .containerHttv-fluid .middleContent .programWidget .owl-dots {
        position: absolute;
        bottom: 25px;
        width: 100%; }
        .containerHttv-fluid .middleContent .programWidget .owl-dots .owl-dot {
          border: 1px solid #7b7d7f;
          padding: 3px;
          margin-right: 10px;
          border-radius: 3px;
          position: relative; }
          .containerHttv-fluid .middleContent .programWidget .owl-dots .owl-dot span {
            border-radius: 0;
            margin: 0;
            background: none !important;
            width: 15px;
            height: 15px; }
          .containerHttv-fluid .middleContent .programWidget .owl-dots .owl-dot:before {
            content: " ";
            position: absolute;
            width: 10px;
            height: 1px;
            background-color: #7b7d7f;
            left: -11px;
            top: 10px; }
          .containerHttv-fluid .middleContent .programWidget .owl-dots .owl-dot:nth-last-child(1):after {
            content: " ";
            position: absolute;
            width: 10px;
            height: 1px;
            background-color: #7b7d7f;
            right: -11px;
            top: 10px; }
        .containerHttv-fluid .middleContent .programWidget .owl-dots .active span {
          background: #7b7d7f !important;
          border-radius: 2px; }
      .containerHttv-fluid .middleContent .programWidget .owl-nav {
        margin-top: 0; }
      .containerHttv-fluid .middleContent .programWidget .breadcrumb a {
        color: #7d7e7e; }
        .containerHttv-fluid .middleContent .programWidget .breadcrumb a:after {
          color: #7d7e7e; }
        .containerHttv-fluid .middleContent .programWidget .breadcrumb a:nth-last-child(1) {
          color: #fff;
          font-weight: normal; }
          .containerHttv-fluid .middleContent .programWidget .breadcrumb a:nth-last-child(1):after {
            content: " "; }
      .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetLeft {
        width: 380px; }
        .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetLeft .programWidgetBackSquare {
          padding: 20px 20px 50px 0;
          width: 350px;
          height: 270px;
          left: 20px;
          top: 11px; }
      .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetRight {
        height: 220px;
        padding-left: 0;
        width: calc(100% - 380px);
        margin-top: 12px;
        position: relative; }
        .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetRight span:nth-child(1) {
          margin-bottom: 5px; }
        .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetRight span:nth-child(3) {
          margin-bottom: 10px; }
        .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetRight span:nth-child(4) {
          color: #ffb100;
          font-size: 18px;
          font-weight: bold;
          background: none;
          padding: 0; }
    .containerHttv-fluid .middleContent .programDetailPageContent {
      float: left;
      width: 100%;
      background-color: #fff;
      margin-top: -220px;
      z-index: 2;
      position: relative; }
      .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft {
        float: left;
        width: 100%; }
        .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .programVideoWrap {
          float: left;
          width: 100%;
          margin: 20px 0;
          padding-top: 56.25%;
          position: relative;
        }
        .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .programVideoWrap  .htplay_video{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }
          .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .programVideoWrap img {
            display: block;
            width: 100%; }
        .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .headline {
          float: left;
          width: 100%;
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 10px; }
        .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .newsDate {
          float: left;
          width: 100%;
          font-size: 18px;
          color: #8b8f91;
          margin-bottom: 20px; }
        .containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft p {
          letter-spacing: 0.01em;
          line-height: 28px;
          margin-bottom: 20px;
          font-size: 18px;
          width: 100%; }
      .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherImgWrap {
          float: left;
          width: 100px; }
          .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherImgWrap img {
            display: block;
            width: 100%; }
        .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherTexts {
          width: calc(100% - 100px);
          padding: 0 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 57px;
          overflow: hidden; }
          .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherTexts div {
            float: left;
            width: 100%;
            margin-bottom: 5px; }
            .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherTexts div:nth-child(1) {
              color: #353d42;
              font-size: 18px;
              font-weight: bold; }
            .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherTexts div:nth-child(2) {
              color: #8b8f91;
              font-size: 13px;
              font-weight: bold; }
            .containerHttv-fluid .middleContent .programDetailPageContent .videoOtherParts .videoOtherTexts div:nth-child(3) {
              color: #8b8f91;
              font-size: 13px; }
    .containerHttv-fluid .middleContent .programWidgetDetailWrap {
      float: left;
      width: 100%;
      margin-bottom: 20px;
      padding: 0 20px;
      background: url(../images/programWidgetBg.jpg); }
      .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget {
        background: none !important; }
        .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-prev, .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-next {
          position: absolute !important;
          top: calc(50% - 22px) !important;
          background: none !important; }
          .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-prev span:before, .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-next span:before {
            font-family: httv;
            font-size: 36px;
            color: #b9b9b9; }
        .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-prev {
          left: -60px !important; }
          .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-prev span:before {
            content: "\e902"; }
        .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-next {
          right: -60px !important; }
          .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-next span:before {
            content: "\e905"; }
    .containerHttv-fluid .middleContent .programDetailContent {
      float: left;
      width: 100%; }
      .containerHttv-fluid .middleContent .programDetailContent .programDetailDays {
        display: none;
        float: left;
        width: 100%; }
        .containerHttv-fluid .middleContent .programDetailContent .programDetailDays .programListRight {
          width: calc(100% - 200px);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 42px;
          padding-left: 10px; }
          .containerHttv-fluid .middleContent .programDetailContent .programDetailDays .programListRight span {
            float: left;
            color: #353d42;
            margin-bottom: 3px; }
            .containerHttv-fluid .middleContent .programDetailContent .programDetailDays .programListRight span:nth-child(1) {
              font-size: 30px !important;
              color: #000 !important;
              font-weight: bold !important; }
      .containerHttv-fluid .middleContent .programDetailContent .programDNW {
        float: left;
        width: 100%;
        display: none; }
      .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a, .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div {
          display: block;
          width: 50%;
          float: left;
          margin-bottom: 30px; }
          .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListLeft, .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListLeft {
            width: 200px;
            float: left;
            position: relative;
            margin-top: 8px; }
            .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListLeft span:nth-child(1), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListLeft span:nth-child(1) {
              float: left;
              width: 100%;
              z-index: 2;
              position: relative; }
              .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListLeft span:nth-child(1) img,  .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListLeft span:nth-child(1) img {
                display: block;
                width: 100%;
                margin-bottom: 23px; }
            .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListLeft span:nth-child(2),  .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListLeft span:nth-child(2) {
              position: absolute;
              display: block;
              width: 100%;
              bottom: 8px;
              left: 0;
              border: 15px solid #e8e8e8;
              height: 180px;
              z-index: 1; }
          .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent .programListRight {
            width: calc(100% - 200px);
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-top: 42px;
            padding-left: 10px; }
            .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight span, .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight span  {
              float: left;
              color: #353d42;
              margin-bottom: 3px; }
              .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight span:nth-child(1), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight span:nth-child(1) {
                font-size: 14px;
                color: #898d90; }
              .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight span:nth-child(2), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight span:nth-child(2) {
                font-size: 26px;
                font-weight: bold; }
              .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight span:nth-child(3), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight span:nth-child(3) {
                font-size: 14px;
                color: #8d9194;
                line-height: 18px;
                margin-bottom: 10px; }
              .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight span:nth-child(4), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight span:nth-child(4) {
                font-size: 14px;
                background-color: #0062ff;
                color: #fff;
                padding: 10px 20px;
                border-radius: 3px; }
          .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a:hover .programListLeft span:nth-child(1), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div:hover .programListLeft span:nth-child(1) {
            bottom: 0; }
          .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a:hover .programListLeft span:nth-child(2), .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div:hover .programListLeft span:nth-child(2) {
            border-color: #b7b7b7; }
      .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 15px 0 30px; }
        .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%; }
          .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop a {
            background-color: #efefef;
            border-radius: 5px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #353d42;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 14%;
            height: 100px;
            margin-bottom: 15px; }
            .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop a span:nth-child(1) {
              font-size: 56px;
              line-height: 56px;
              font-weight: bold; }
            .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop a span:nth-child(2) {
              font-size: 14px; }
            .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop a:hover {
              background-color: #d8d8d8; }
            .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop a.active {
              background-color: #0062ff;
              color: #fff; }
        .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapMobile {
          float: left;
          width: 100%;
          display: none; }
          .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapMobile select {
            float: left;
            width: 100%;
            padding: 15px;
            border: 1px solid #dadada;
            outline: 0; }
    .containerHttv-fluid .middleContent .categoryHttvWrap {
      float: left;
      width: 100%;
      margin-top: 20px; }
      .containerHttv-fluid .middleContent .categoryHttvWrap .categoryPageHolder {
        float: left;
        width: 100%; }
      .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews {
        float: left;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px; }
        .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews {
          float: left;
          width: 100%;
          display: block;
          position: relative; }
          .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo {
            position: absolute;
            width: 100%;
            bottom: 10%;
            left: 0;
            right: 0;
            padding: 0 30px;
            text-shadow: 1px 1px 5px #000;
            text-align: center; }
            .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .actionBtn {
              display: inline-block;
              border: 1px solid #fff;
              border-radius: 5px;
              padding: 10px 15px;
              color: #fff;
              margin-bottom: 10px; }
            .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .categoryImgText {
              float: left;
              width: 100%;
              color: #fff;
              font-size: 28px;
              line-height: 32px;
              font-weight: bold;
              text-align: center;
              margin-bottom: 10px; }
            .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .categoryImgTextSpot {
              float: left;
              width: 100%;
              color: #fff;
              font-size: 18px;
              line-height: 22px;
              font-weight: bold;
              text-align: center;
              margin-bottom: 10px; }
            .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .newsBottomInfo {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              width: 100%;
              font-size: 13px;
              color: #a4a4a4; }
              .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .newsBottomInfo .category {
                margin-right: 5px; }
              .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .newsBottomInfo .type {
                margin-right: 5px;
                font-weight: bold;
                color: #a4a4a4; }
          .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews img {
            width: 100%; }
          .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgBorder {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding: 20px; }
            .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgBorder span {
              float: left;
              border: 1px solid rgba(242, 242, 242, 0.4);
              width: 100%;
              height: 100%; }
          .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews:hover .actionBtn {
            background-color: #000;
            color: #fff;
            border: 1px solid #000; }
  .containerHttv-fluid .mostReadNewsWrap.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2; }
  .containerHttv-fluid .mostReadNewsWrapSticyWrap {
    float: left;
    width: 100%;
    height: 162px;
    z-index: 99;
    position: relative; }
  .containerHttv-fluid .mostReadNewsWrap {
    float: left;
    width: 100%; }
    .containerHttv-fluid .mostReadNewsWrap .mostReadHeadline {
      float: left;
      width: 100%;
      text-align: center;
      border-bottom: 5px solid #ffa200;
      -webkit-animation: border-pulsate 5s infinite;
      animation: border-pulsate 5s infinite; }
      .containerHttv-fluid .mostReadNewsWrap .mostReadHeadline a {
        background-color: #ffa200;
        -webkit-animation: background-pulsate 5s infinite;
        animation: background-pulsate 5s infinite;
        color: #fff;
        padding: 10px 20px 10px 35px;
        border-radius: 10px 10px 0 0;
        display: inline-block;
        position: relative; }
        .containerHttv-fluid .mostReadNewsWrap .mostReadHeadline a:before {
          content: "\e916";
          color: #fff;
          position: absolute;
          left: 18px;
          top: 13px;
          font-family: httv;
          font-size: 11px; }
      .containerHttv-fluid .mostReadNewsWrap .mostReadHeadline.plusIco a:before {
        content: "\e918"; }
    .containerHttv-fluid .mostReadNewsWrap .mostReadNews {
      float: left;
      width: 100%;
      background-color: #222a2f;
      padding: 20px 100px;
      position: relative; }
      .containerHttv-fluid .mostReadNewsWrap .mostReadNews .mostReadLineClose {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #4d5457; }
        .containerHttv-fluid .mostReadNewsWrap .mostReadNews .mostReadLineClose:after {
          content: "\e909";
          font-family: httv;
          font-size: 20px; }
      .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul {
        float: left;
        width: 100%; }
        .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li {
          float: left;
          width: 20%; }
          .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a {
            display: block; }
            .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadImg {
              float: left;
              width: 80px; }
              .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadImg img {
                width: 100%; }
            .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadText {
              float: left;
              width: calc(100% - 80px);
              padding-left: 15px; }
              .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadText span {
                float: left;
                width: 100%;
                line-height: 18px; }
                .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadText span:nth-child(1) {
                  color: #fff;
                  margin-bottom: 5px;
                  font-weight: bold;
                  overflow: hidden;
                  max-height: 38px; }
                .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li a .mostReadText span:nth-child(2) {
                  color: #b8babc;
                  font-size: 14px;
                  overflow: hidden;
                  max-height: 38px; }
    .containerHttv-fluid .mostReadNewsWrap .close {
      height: 0;
      overflow: hidden;
      padding: 0;
      visibility: hidden;
      opacity: 0; }
  .containerHttv-fluid footer {
    float: left;
    width: 100%;
    background-color: #171f24;
    padding-bottom: 50px; }
    .containerHttv-fluid footer .bottomAllLinks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 30px 0; }
      .containerHttv-fluid footer .bottomAllLinks ul li a {
        color: #777;
        padding: 5px;
        font-size: 15px;
        display: block; }
        .containerHttv-fluid footer .bottomAllLinks ul li a:hover {
          color: #fff; }
      .containerHttv-fluid footer .bottomAllLinks ul li .custom {
        color: #ffce00;
        font-weight: bold; }
    .containerHttv-fluid footer .footerSocialBtns {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .containerHttv-fluid footer .footerSocialBtns div {
        display: inline-block; }
        .containerHttv-fluid footer .footerSocialBtns div:nth-child(1) {
          margin-right: 50px; }
        .containerHttv-fluid footer .footerSocialBtns div a {
          padding: 0 5px; }
          .containerHttv-fluid footer .footerSocialBtns div a i {
            font-size: 28px;
            color: #8a8e90; }
            .containerHttv-fluid footer .footerSocialBtns div a i.tw-icon {width:28px; height:28.5px; display:inline-block; padding-top: 1.5px;}
            .containerHttv-fluid footer .footerSocialBtns div a i.tw-icon img{width:100%; display:block;}
    .containerHttv-fluid footer .companyLine {
      float: left;
      width: 100%; }
      .containerHttv-fluid footer .companyLine span {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 12px;
        margin-bottom: 15px;
        text-align: center; }
        .containerHttv-fluid footer .companyLine span:nth-child(2) {
          margin-bottom: 0; }
          .containerHttv-fluid footer .companyLine span:nth-child(2) a {
            width: 50px;
            display: inline-block;
            position: relative; }
            .containerHttv-fluid footer .companyLine span:nth-child(2) a:before {
              content: "\e908";
              font-family: httv;
              color: #fff;
              font-size: 36px;
              position: absolute;
              top: -26px;
              left: 7px; }
  .containerHttv-fluid .breadcrumb {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 22px; }
    .containerHttv-fluid .breadcrumb a {
      float: left;
      color: #000;
      padding-right: 30px;
      position: relative; }
      .containerHttv-fluid .breadcrumb a:after {
        content: "\e907";
        position: absolute;
        right: 12px;
        color: #000;
        font-family: httv;
        font-size: 10px;
        top: 2px;
        font-weight: bold; }
      .containerHttv-fluid .breadcrumb a:nth-last-child(1) {
        color: #000;
        font-weight: bold; }
        .containerHttv-fluid .breadcrumb a:nth-last-child(1):after {
          content: " "; }
  .containerHttv-fluid .programDayNav {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 40px; }
    .containerHttv-fluid .programDayNav .programDayNavDesktop {
      float: left;
      width: 100%; }
      .containerHttv-fluid .programDayNav .programDayNavDesktop a {
        color: #363e43;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #363e43;
        margin-right: 10px;
        border-radius: 3px;
        margin: 5px; }
        .containerHttv-fluid .programDayNav .programDayNavDesktop a:hover, .containerHttv-fluid .programDayNav .programDayNavDesktop a.active {
          background-color: #0062ff;
          border: 1px solid #0062ff;
          color: #fff; }
    .containerHttv-fluid .programDayNav .programDayNavMobile {
      float: left;
      width: 100%;
      display: none; }
      .containerHttv-fluid .programDayNav .programDayNavMobile select {
        float: left;
        width: 100%;
        outline: 0;
        border: 1px solid #dadada;
        padding: 15px;
        color: #333;
        font-weight: bold; }
    .containerHttv-fluid .programDayNav .searchResultsCount {
      font-weight: bold;
      font-size: 16px;
      color: #333; }
  .containerHttv-fluid .programHeadlineTextWrap {
    float: left;
    width: 100%;
    text-align: center; }
    .containerHttv-fluid .programHeadlineTextWrap .programHeadline {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 30px;
      margin-bottom: 10px; }
    .containerHttv-fluid .programHeadlineTextWrap .programSpot {
      float: left;
      width: 100%;
      text-align: center;
      line-height: 22px;
      font-size: 16px; }
    .containerHttv-fluid .programHeadlineTextWrap.localNews .programSpot {
      max-width: 60%;
      float: none;
      margin: 0 auto; }
  .containerHttv-fluid .oneColWrapper {
    float: left;
    width: 100%;
    padding: 20px; }
  .containerHttv-fluid .localNewsTab {
    display: none;
    float: left;
    width: 100%; }
  .containerHttv-fluid .newsRow {
    margin-left: -15px;
    margin-right: -15px; }
  .containerHttv-fluid .twoColWrapper {
    float: left;
    width: 100%;
    padding: 0px 20px 20px 20px; }
    .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap .newsHEadlineWrap {
        float: left;
        width: 100%;
        margin-bottom: 10px; }
        .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap .newsHEadlineWrap .headline {
          float: left;
          width: 100%;
          font-size: 44px;
          font-weight: bold;
          margin-bottom: 10px; }
        .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap .newsHEadlineWrap .spot {
          float: left;
          width: 100%;
          font-size: 20px;
          margin-bottom: 10px; }
    .containerHttv-fluid .twoColWrapper .httvLeftCol {
      float: left;
      width: calc(100% - 300px);
      padding-right: 20px; }
      .containerHttv-fluid .twoColWrapper .httvLeftCol .detailNewsImg {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 5px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .detailNewsImg img {
          width: 100%;
          display: block; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .detailNewsImg .imgBorder {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          padding: 20px; }
          .containerHttv-fluid .twoColWrapper .httvLeftCol .detailNewsImg .imgBorder span {
            float: left;
            border: 1px solid rgba(242, 242, 242, 0.4);
            width: 100%;
            height: 100%; }
      .containerHttv-fluid .twoColWrapper .httvLeftCol .newsTextWrap {
        float: left;
        width: 100%;
        padding: 30px;
        margin-bottom: 30px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .newsTextWrap .newsDate {
          float: left;
          width: 100%;
          color: #8b8f91;
          margin-bottom: 20px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .newsTextWrap p {
          letter-spacing: 0.01em;
          line-height: 28px;
          margin-bottom: 20px;
          font-size: 18px;
          width: 100%; }
      .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prevNext {
          float: left;
          width: 50%; }
          .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prevNext div {
            float: left;
            width: 100%; }
            .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prevNext div:nth-child(1) {
              font-size: 14px;
              margin-bottom: 10px; }
            .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prevNext div:nth-child(2) {
              font-size: 22px;
              font-weight: bold;
              line-height: 28px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prev div {
          text-align: right;
          color: #72777a;
          padding-right: 15px; }
          .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prev div:nth-child(1) i {
            position: relative; }
            .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prev div:nth-child(1) i:before {
              content: "\e903";
              font-family: httv;
              font-size: 26px;
              color: #000;
              position: absolute;
              left: -38px;
              top: -4px; }
        .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .next div {
          text-align: left;
          color: #171f24;
          padding-left: 15px; }
          .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .next div:nth-child(1) i {
            position: relative; }
            .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .next div:nth-child(1) i:before {
              content: "\e906";
              font-family: httv;
              font-size: 26px;
              color: #000;
              position: absolute;
              right: -38px;
              top: -4px; }
    .containerHttv-fluid .twoColWrapper .httvRightCol {
      float: left;
      width: 300px; }
      .containerHttv-fluid .twoColWrapper .httvRightCol .rightColHeadline {
        float: left;
        width: 100%;
        font-size: 22px;
        color: #000;
        margin-bottom: 20px; }
      .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedImg {
          float: left;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          overflow: hidden; }
          .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedImg img {
            display: block;
            width: 100%; }
        .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedText {
          float: left;
          width: calc(100% - 80px);
          padding-left: 15px; }
          .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedText div {
            float: left;
            width: 100%; }
            .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedText div:nth-child(1) {
              color: #72777a;
              font-size: 13px;
              margin-bottom: 5px; }
            .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent .relatedText div:nth-child(2) {
              color: #171f24;
              font-size: 20px;
              line-height: 24px;
              font-weight: bold; }
        .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent:hover .relatedText {
          float: left;
          width: calc(100% - 80px);
          padding-left: 15px; }
          .containerHttv-fluid .twoColWrapper .httvRightCol .relatedNewsContent:hover .relatedText div {
            color: #ffa200; }
  .containerHttv-fluid .localNewsMapWrap {
    float: left;
    width: 100%;
    padding: 20px 0; }
    .containerHttv-fluid .localNewsMapWrap .mapWrap {
      float: left;
      width: calc(100% - 200px); }
      .containerHttv-fluid .localNewsMapWrap .mapWrap img {
        width: 100%; }
    .containerHttv-fluid .localNewsMapWrap .mapSelectWrap {
      width: 200px;
      padding: 0 20px;
      height: 300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .containerHttv-fluid .localNewsMapWrap .mapSelectWrap div {
        float: left;
        margin-bottom: 15px;
        width: 100%; }
        .containerHttv-fluid .localNewsMapWrap .mapSelectWrap div span {
          float: left;
          width: 100%;
          color: #333;
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 5px; }
        .containerHttv-fluid .localNewsMapWrap .mapSelectWrap div select {
          float: left;
          width: 100%;
          border: 1px solid #333;
          padding: 10px;
          border-radius: 5px;
          outline: 0; }
  .containerHttv-fluid .localNewsResultsCount {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .containerHttv-fluid .galleryDetailDate {
    float: left;
    width: 100%;
    color: #8b8f91;
    margin-bottom: 20px; }
  .containerHttv-fluid .galleryDetailBox {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .containerHttv-fluid .galleryDetailBox .galleryDetailTextWrap {
      float: left;
      width: 100%;
      padding: 15px 30px;
      text-align: center; }
      .containerHttv-fluid .galleryDetailBox .galleryDetailTextWrap .newsTopSocialBox {
        text-align: center;
        margin-bottom: 10px; }
        .containerHttv-fluid .galleryDetailBox .galleryDetailTextWrap .newsTopSocialBox a {
          float: none;
          display: inline-block; }
      .containerHttv-fluid .galleryDetailBox .galleryDetailTextWrap p {
        letter-spacing: 0.01em;
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 18px;
        width: 100%; }
  .containerHttv-fluid .searchDetailHeader {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
    padding: 15px 0; }
    .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap {
        float: left;
        width: 100%; }
        .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent {
          float: left;
          width: 100%;
          position: relative;
          padding: 0 15px; }
          .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap {
            float: left;
            width: 100%;
            position: relative; }
            .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap input {
              background: none;
              border: 0;
              border-bottom: 1px solid #a0a1a1;
              color: #333;
              font-size: 20px;
              font-weight: bold;
              width: 100%;
              float: left;
              outline: 0;
              padding: 0 0 5px 20px; }
              .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #000;
                font-weight: bold;
                font-size: 22px; }
              .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap input::-moz-placeholder {
                /* Firefox 19+ */
                color: #000;
                font-weight: bold;
                font-size: 22px; }
              .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap input:-ms-input-placeholder {
                /* IE 10+ */
                color: #000;
                font-weight: bold;
                font-size: 22px; }
              .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap input:-moz-placeholder {
                /* Firefox 18- */
                color: #000;
                font-weight: bold;
                font-size: 22px; }
            .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap .searchBtn {
              position: absolute;
              right: 35px;
              top: 0;
              z-index: 5; }
              .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap .searchBtn i:before {
                color: #62686b;
                font-size: 22px; }
            .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap:before, .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap:after {
              content: " ";
              position: absolute;
              width: 3px;
              height: 3px;
              background-color: #fff;
              border: 1px solid #111415;
              border-radius: 50%;
              bottom: -2px; }
            .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap:before {
              left: -5px; }
            .containerHttv-fluid .searchDetailHeader .searchDetailHeadInput .headSearchWrap .headSearchContent .inputWrap:after {
              right: 0; }
    .containerHttv-fluid .searchDetailHeader .searchDetailHeadResults {
      float: left;
      width: 100%;
      padding: 0 20px 0 30px;
      line-height: 22px; }
  .containerHttv-fluid .searchResultsFilter {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
    .containerHttv-fluid .searchResultsFilter a {
      display: inline-block;
      color: #333;
      padding: 0 15px;
      font-size: 18px;
      font-weight: bold;
      position: relative; }
      .containerHttv-fluid .searchResultsFilter a:after {
        content: " ";
        position: absolute;
        right: -4px;
        top: 8px;
        width: 5px;
        height: 5px;
        background-color: #333;
        border-radius: 50%; }
      .containerHttv-fluid .searchResultsFilter a:nth-last-child(1):after {
        display: none; }
    .containerHttv-fluid .searchResultsFilter .active {
      color: #0062ff; }

.mobileMenuWrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  width: 100%;
  background: rgba(23, 31, 36, 0.5);
  margin-left: -1000px;
  opacity: 0;
  display: none; }
  .mobileMenuWrap .mobileMenuContentWrap {
    width: 80%;
    background: rgba(23, 31, 36, 0.96);
    float: left;
    height: 100%; }
    .mobileMenuWrap .mobileMenuContentWrap .mobileCanvasMenuHead {
      width: 100%;
      text-align: left;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 15px;
      margin-bottom: 15px; }
      .mobileMenuWrap .mobileMenuContentWrap .mobileCanvasMenuHead a {
        display: block;
        max-width: 110px; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileCanvasMenuHead a img {
          width: 100%; }
    .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent {
      float: left;
      width: 100%;
      padding: 0 30px;
      overflow-y: scroll;
      height: calc(100% - 100px); }
      .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSearch {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 20px; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSearch input {
          border: 1px solid #c5c7c8;
          outline: 0;
          border-radius: 5px;
          padding: 10px 10px;
          background-color: transparent;
          width: 100%;
          color: #fff; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSearch a {
          position: absolute;
          right: 15px;
          top: 11px; }
          .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSearch a i:before {
            color: #c5c7c8; }
      .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileNav {
        float: left;
        width: 100%;
        margin-bottom: 20px; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileNav li {
          float: left;
          width: 100%; }
          .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileNav li a {
            height: 45px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #585858;
            color: #fff;
            font-size: 15px; }
            .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileNav li a.active {
              color: #ffce00;
              position: relative; }
              .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileNav li a.active:before {
                content: " ";
                position: absolute;
                left: -30px;
                top: 0;
                height: 45px;
                width: 5px;
                background-color: #ffce00; }
      .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSocialIcons {
        float: left;
        width: 100%; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSocialIcons .socialIconsText {
          float: left;
          width: 100%;
          color: #fff;
          text-align: center;
          margin-bottom: 10px;
          font-size: 14px;
          color: #c5c7c8; }
        .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSocialIcons .socialIconsWrap {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSocialIcons .socialIconsWrap a {
            font-size: 26px;
            color: #c5c7c8;
            padding: 0 5px;
            display: inline-block; }
            .mobileMenuWrap .mobileMenuContentWrap .mobileMenuContent .mobileCanvasMenuSocialIcons .socialIconsWrap a i:before {
              color: #c5c7c8; }
  .mobileMenuWrap.open {
    margin-left: 0;
    opacity: 1; }

.howDoWatch {
  float: left;
  width: 100%;
  text-align: center; }
  .howDoWatch .howDoWatchHeadline {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px; }
  .howDoWatch .howDoWatchSpot {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px; }
  .howDoWatch .howDoWatchList {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .howDoWatch .howDoWatchList div {
      width: 20%;
      float: left;
      text-align: center;
      padding: 0 15px; }
      .howDoWatch .howDoWatchList div .howDoWatchLogoWrap {
        height: 45px;
        float: left;
        width: 100%; }
        .howDoWatch .howDoWatchList div .howDoWatchLogoWrap img {
          max-width: 100%;
          display: block;
          width: 110px;
          margin: 0 auto;
          margin-bottom: 15px; }
          .howDoWatch .howDoWatchList div .howDoWatchLogoWrap img.tivibuLogo {
            width: 80px; }
          .howDoWatch .howDoWatchList div .howDoWatchLogoWrap img.dsmartLogo {
            width: 130px;
            margin-top: 6px; }
          .howDoWatch .howDoWatchList div .howDoWatchLogoWrap img.teledunyaLogo {
            width: 130px; }
      .howDoWatch .howDoWatchList div span {
        float: left;
        width: 100%;
        text-align: center; }
      .howDoWatch .howDoWatchList div .infoName {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 10px; }
      .howDoWatch .howDoWatchList div .infoChannel {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px; }
        .howDoWatch .howDoWatchList div .infoChannel .infoChannelSmall {
          font-size: 12px; }
      .howDoWatch .howDoWatchList div:nth-child(3) .infoChannel {
        margin-bottom: 20px; }

.kunye {
  float: left;
  width: 100%; }
  .kunye .mapWrap {
    float: left;
    width: 100%; }
    .kunye .mapWrap .map {
      float: left;
      width: 100%; }
    .kunye .mapWrap .companyContactInfo {
      float: left;
      width: 100%;
      padding: 10px 50px; }
      .kunye .mapWrap .companyContactInfo .address {
        float: left;
        width: 50%;
        font-size: 16px;
        text-align: left; }
      .kunye .mapWrap .companyContactInfo .telFax {
        float: right;
        width: 50%;
        font-size: 16px;
        text-align: right; }
  .kunye .kunyeInfo {
    float: left;
    width: 100%;
    text-align: center; }
    .kunye .kunyeInfo .kunyeInfoHead {
      font-size: 40px; }
    .kunye .kunyeInfo .kunyeInfoDesp {
      color: #95989a;
      font-size: 16px; }
      .kunye .kunyeInfo .kunyeInfoDesp a {
        color: #000; }
    .kunye .kunyeInfo .part1 {
      float: left;
      width: 100%;
      margin-bottom: 25px; }
      .kunye .kunyeInfo .part1 div {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        .kunye .kunyeInfo .part1 div span {
          float: left;
          width: 100%;
          text-align: center;
          margin-bottom: 5px; }
          .kunye .kunyeInfo .part1 div span:nth-child(1) {
            color: #2b3034;
            font-size: 14px; }
          .kunye .kunyeInfo .part1 div span:nth-child(2) {
            color: #2b3034;
            font-size: 26px;
            font-weight: bold; }
          .kunye .kunyeInfo .part1 div span:nth-child(3) {
            color: #686c6e;
            font-size: 14px; }
    .kunye .kunyeInfo .part2 {
      float: left;
      width: 100%;
      margin-bottom: 25px; }
      .kunye .kunyeInfo .part2 div {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        .kunye .kunyeInfo .part2 div span {
          float: left;
          width: 100%;
          text-align: center;
          margin-bottom: 5px; }
          .kunye .kunyeInfo .part2 div span:nth-child(1) {
            color: #2b3034;
            font-size: 26px;
            font-weight: bold; }
          .kunye .kunyeInfo .part2 div span:nth-child(2) {
            color: #686c6e;
            font-size: 14px; }

.fullContactWrap {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .fullContactWrap .fullContactLeft {
    float: left;
    width: 40%; }
  .fullContactWrap .fullContactRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
   }
    .fullContactWrap .fullContactRight .fullContactRightFormWrap {
      float: left;
      width: 50%; }
      .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent {
        float: left;
        width: 70%; }
        .audience  .fullContactWrap .fullContactRight .fullContactRightFormWrap {
          width: 100%;
        }
        .audience .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent{
          width: 100%;
        }
        .audience  .fullContactWrap .fullContactLeft{
          width: 30%;
        }
        .audience  .fullContactWrap .fullContactRight{
          width: 100%;
        }
        .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent .fullContactRightFormHead {
          float: left;
          width: 100%;
          font-weight: bold;
          font-size: 26px;
          margin-bottom: 15px; }
        .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent .fullContactRightFormDesc {
          float: left;
          width: 100%;
          font-size: 16px;
          color: #95989a;
          margin-bottom: 30px; }
        .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent input, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent textarea {
          float: left;
          width: 100%;
          background-color: #f4f4f4;
          border: 0;
          outline: 0;
          margin-bottom: 10px;
          padding: 15px;
          font-family: inherit;
          font-size: inherit; }
          .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent input::-webkit-input-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select::-webkit-input-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #919191; }
          .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent input::-moz-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select::-moz-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #919191; }
          .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent input:-ms-input-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select:-ms-input-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent textarea:-ms-input-placeholder {
            /* IE 10+ */
            color: #919191; }
          .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent input:-moz-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select:-moz-placeholder, .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #919191; }
        .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent select {
          color: #919191;
          padding-left: 10px; }
        .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent .sendBtn {
          float: left;
          width: 100%;
          background-color: #282d31;
          color: #fff;
          padding: 15px;
          text-align: center;
          border-radius: 5px;
          font-weight: bold; }
          .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent .sendBtn:hover {
            background-color: #696f73; }
    .fullContactWrap .fullContactRight .fullContactRightText {
      float: left;
      width: 50%; }
      .fullContactWrap .fullContactRight .fullContactRightText div {
        float: left;
        width: 100%;
        text-align: right;
        font-size: 16px;
        margin-bottom: 20px; }
        .fullContactWrap .fullContactRight .fullContactRightText div span {
          float: left;
          width: 100%; }
          .fullContactWrap .fullContactRight .fullContactRightText div span:nth-child(1) {
            font-size: 18px;
            margin-bottom: 5px; }
          .fullContactWrap .fullContactRight .fullContactRightText div span:nth-child(2) {
            color: #919191; }
    .fullContactWrap .fullContactRight .fullContactRightMobileMap {
      display: none; }

.episodeBox {width:33% !important;padding:0 10px; }

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

  .episodeBox {width:50% !important;padding:0 10px; }
  .containerHttv-fluid header .headerLine1Wrap .headerLivePreWrap {
    display: none; }
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews {
    padding: 20px; }
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(1) {
    display: none; }
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li {
    width: 25%; } }

@media screen and (max-width: 1200px) {
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(2) {
    display: none; }
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li {
    width: 33.3%; } }

@media screen and (max-width: 1000px) {
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(3) {
    display: none; }
  .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li {
    width: 50%; } }

@media screen and (max-width: 980px) {
  .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox {
    width: 50%; }
  .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox2 {
    width: 100%; }
  .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap {
    margin-bottom: 15px; }
  .kunye .mapWrap .companyContactInfo {
    padding: 15px; } }

@media (max-width: 375px){
  .htplay_video.video-js{
    transform: translateX(-50%);
    left: 50%!important;
}
}
@media screen and (max-width: 768px) {
  .episodeBox {width:100% !important;padding:0 10px; }
  .containerHttv-fluid .containerHttv {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .bannerW100 {
    display: none; }
  .categoryPageHolder {
    margin-top: 20px; }
  .fullContactWrap .fullContactLeft {
    display: none; }
  .fullContactWrap .fullContactRight .fullContactRightMobileMap {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px; }
  .fullContactWrap .fullContactRight {
    width: 100%;
    display: block;
    float: left;
    padding: 0; }
  .fullContactWrap .fullContactRight .fullContactRightFormWrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px; }
  .fullContactWrap .fullContactRight .fullContactRightText {
    width: 100%;
    padding: 15px; }
  .fullContactWrap .fullContactRight .fullContactRightFormWrap .fullContactRightFormContent {
    width: 100%; }
  .fullContactWrap .fullContactRight .fullContactRightText div {
    text-align: center; }
  .fullContactWrap {
    margin-top: 0; }
.containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsText{
  height: auto;
  min-height: auto;
  max-height: auto;
}
.containerHttv-fluid .middleContent .mainSliderWrap:before{
  display: none;
}


.containerHttv-fluid .middleContent .programDetailPageContent .programDetailPageLeft .programVideoWrap{padding-top:70%;}

  }

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

  .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(3){
    margin-bottom: 15px;
  }

  .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(4){
    padding: 10px 15px !important;
  }

  .mobile .containerHttv-fluid .middleContent .programWidgetDetailWrap{
    padding: 0 50px;
  }

  .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-next{
    right: -55px !important;
  }

  .containerHttv-fluid .middleContent .programWidgetDetailWrap .programWidget .owl-prev{
    left: -55px !important;
  }

  .programMiddleContent{
    padding: 0 30px;
  }

  .programDayNav{
    margin-bottom: 20px !important;
  }

  .load-more-button{
    width: 100%!important;
  }
  .mobile {
    /* .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .active:after{content:""; width: 1px; height: 30px; background-color: #ffb100; position: absolute; top: -26px; left: 13px;} */ }
    .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(1), .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(2), .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li:nth-last-child(3) {
      display: block; }
    .mobile .headerLine1Wrap, .mobile .headerLine2Wrap, .mobile .programSliderWrap {
      display: none; }
      #broadcast{
        display: none;
      }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo {
      padding: 15px;
      bottom: 0;
    }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo span:nth-child(1), .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain a .imgInfo span:nth-child(2) {
      font-size: 22px; }
    .mobile .containerHttv-fluid .middleContent .newsBox {
      width: 100% !important;
      height: auto !important;
      margin-bottom: 30px; }
    .mobile .containerHttv-fluid .middleContent .programWidgetMainWrap {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox2 {
      width: 100%; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline {
      font-size: 22px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:after, .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline:before, .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:after, .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:before {
      top: 10px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:after, .mobile .containerHttv-fluid .middleContent .categoryWrap .categoryHeadlineWrap .categoryHeadline div:before {
      top: 8px; }
    .mobile .containerHttv-fluid header {
      height: 62px;
      border-bottom: 2px solid #ffb200; }
    .mobile .containerHttv-fluid .middleContent {
      margin-top: 62px; }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap {
      margin-bottom: 40px;
    }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots {
      bottom: -45px; }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .owl-dot {
      padding: 10px;
      color: #000;
      font-size: 13px; }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .owl-dot:before {
      color: #000;
      font-size: 26px;
      top: 4px;
      left: 0; }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .active {
      color: #ffb100; }
    .mobile .containerHttv-fluid .middleContent .mainSliderWrap .owl-carouselMain .owl-dots .active:before {
      color: #ffb100; }
    .mobile .banner300 {
      margin-left: -10px; }
    .mobile .containerHttv-fluid .bannerW100 {
      display: none; }
    .mobile .containerHttv-fluid .mostReadNewsWrapSticyWrap {
      height: auto !important; }
    .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews {
      padding: 20px; }
    .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews ul li {
      width: 100%;
      margin-bottom: 15px; }
    .mobile .containerHttv-fluid footer .bottomAllLinks {
      display: none; }
    .mobile .containerHttv-fluid footer .footerSocialBtns {
      margin-top: 20px; }
    .mobile .containerHttv-fluid footer .footerSocialBtns div:nth-child(2) a:nth-last-child(1) {
      display: none; }
    .mobile .containerHttv-fluid footer .footerSocialBtns div:nth-child(1) {
      margin-right: 25px; }
    .mobile .containerHttv-fluid footer .companyLine span:nth-child(1) {
      line-height: 16px; }
    .mobile .containerHttv-fluid .mostReadNewsWrap .mostReadNews .mostReadLineClose {
      display: none !important; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo {
      padding: 15px;
      bottom: 0; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .categoryImgText, .mobile .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .verticalNews .imgInfo .categoryImgText {
      line-height: 20px;
      font-size: 15px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap {
      padding-bottom: 80px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory a .imgInfo .newsBottomInfo {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots .owl-dot {
      padding: 10px;
      color: #000;
      font-size: 16px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots {
      bottom: -45px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .categorySliderWrap .owl-carouselCategory .owl-dots .owl-dot:before {
      font-size: 26px;
      left: 1px;
      top: 7px; }
    .mobile .containerHttv-fluid .middleContent .categoryWrap .newsRow .newsBox .newsText {
      font-size: 16px; }
    .mobile .containerHttv-fluid .twoColWrapper .httvLeftCol, .mobile .containerHttv-fluid .twoColWrapper .httvRightCol {
      width: 100%;
      padding: 0; }
    .mobile .containerHttv-fluid .twoColWrapper .httvLeftCol .newsTextWrap {
      padding: 20px 0; }
    .mobile .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap .newsHEadlineWrap .headline {
      font-size: 24px; }
    .mobile .containerHttv-fluid .twoColWrapper .newsDetailHeadWrap .newsHEadlineWrap .spot {
      font-size: 16px; }
    .mobile .containerHttv-fluid .breadcrumb {
      display: none; }
    .mobile .containerHttv-fluid .twoColWrapper .httvLeftCol .prevNextWidgetWrap .prevNext div:nth-child(2) {
      font-size: 16px;
      line-height: 20px; }
   /* .mobile .containerHttv-fluid .twoColWrapper .httvLeftCol .detailNewsImg {
      margin-left: -20px;
      margin-right: -20px;
      float: none;
      width: auto;
      display: inline-block; }*/
    .mobile .containerHttv-fluid header .mobileHeader {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .mobile .mobileMenuWrap {
      display: block; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap {
      margin-top: 0; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgBorder {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo {
      position: static;
      width: 100%;
      float: left;
      text-align: left;
      padding: 10px 0 0; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .actionBtn {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .categoryImgText {
      font-size: 16px;
      color: #000;
      text-shadow: none;
      line-height: 20px;
      text-align: left; }
    .mobile .containerHttv-fluid .middleContent .categoryHttvWrap .middleBigNews .bigNews .imgInfo .categoryImgTextSpot {
      color: #000;
      margin-bottom: 0;
      text-shadow: none;
      font-size: 14px;
      line-height: 16px;
      text-align: left; }
    .mobile .containerHttv-fluid .newsTopSocialBox a {
      padding: 5px;
      margin-bottom: 10px; }
    .mobile .containerHttv-fluid .galleryDetailBox .galleryDetailTextWrap {
      padding: 15px 0; }
    .mobile .containerHttv-fluid .twoColWrapper .httvLeftCol {
      width: 100%;
      padding-right: 0; }
    .mobile .containerHttv-fluid .twoColWrapper .httvRightCol {
      width: 100%; }
    .mobile .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetLeft {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .programWidget.programDetailPage .programContentWrap .programWidgetRight {
      width: 100%;
      height: auto;
      margin: 0 0 20px;
      padding: 0; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight .newsTopSocialBox {
      position: relative;
      text-align: left; }
    .mobile .containerHttv-fluid .middleContent .programDetailPageContent {
      margin-top: 0; }
    .mobile .containerHttv-fluid .middleContent .programWidgetDetailWrap {
      margin-bottom: 0; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a, .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div {
      width: 100%;
      margin-bottom: 15px; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListLeft, .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListLeft {
      width: 100%; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent a .programListRight, .mobile .containerHttv-fluid .middleContent .programDetailContent .programMiddleContent div .programListRight {
      width: 100%;
      padding: 0; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent {
      padding: 15px; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap {
      margin-bottom: 50px; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetLeft {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight {
      width: 100%;
      padding: 0;
      height: auto; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(1) {
      font-size: 14px; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(2) {
      font-size: 26px; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(3) {
      font-size: 16px;
      line-height: 20px; }
    .mobile .containerHttv-fluid .middleContent .programWidget .programContentWrap .programWidgetRight span:nth-child(4) {
      font-size: 14px;
      padding: 15px 20px; }
    .mobile .containerHttv-fluid .programDayNav .programDayNavDesktop {
      display: none; }
    .mobile .containerHttv-fluid .programDayNav .programDayNavMobile {
      display: block; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap {
      margin: 0 0 15px; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapDesktop {
      display: none; }
    .mobile .containerHttv-fluid .middleContent .programDetailContent .streamingDateWrap .streamingDateWrapMobile {
      display: block; }
    .mobile .containerHttv-fluid .programHeadlineTextWrap.localNews .programSpot {
      width: 100%;
      float: left;
      max-width: 100%; }
    .mobile .containerHttv-fluid .localNewsMapWrap .mapWrap {
      width: 100%;
      margin-bottom: 15px; }
    .mobile .containerHttv-fluid .localNewsMapWrap .mapSelectWrap {
      width: 100%;
      padding: 0;
      height: auto; }
    .mobile .howDoWatch .howDoWatchList div {
      width: 100%;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .mobile .kunye .mapWrap .companyContactInfo .address {
      margin-bottom: 15px;
      width: 100%;
      text-align: center; }
    .mobile .kunye .mapWrap .companyContactInfo .telFax {
      margin-bottom: 15px;
      width: 100%;
      text-align: center; }
    .mobile .kunye .mapWrap .companyContactInfo .telFax span {
      float: left;
      width: 100%; }
    .mobile .kunye .mapWrap .companyContactInfo, .mobile .kunye .kunyeInfo {
      padding: 15px; }
    .mobile .kunye .kunyeInfo .kunyeInfoHead {
      font-size: 24px; }
    .mobile .kunye .kunyeInfo .kunyeInfoDesp {
      font-size: 15px; }
    .mobile .kunye .kunyeInfo .part2 div span:nth-child(1), .mobile .kunye .kunyeInfo .part1 div span:nth-child(2) {
      font-size: 20px; } }

.mobile .containerHttv {
  width: 500px;
  max-width: 100% !important;
  min-width: 100% !important; }

  .programDetailContent .programListLeft span img{
    min-width: 200px;
    min-height: 180px;
  }
  .headerLivePreWrap span{
    font-size: 24px
  }
.ads-zone{
      text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.center{
  text-align: center;
  margin: 0 auto;
  width: 100%;

}
.load-more-button{
    display: inline-block;
    width: 50%;
  text-align: center;
  padding: 10px 15px;
  background-color: #171f24;
  color: #fff;
  margin: 10px 0;
      border-radius: 10px 10px 10px 10px;
}
.load-more-button:hover{
  background-color: #ffa200
}
/*Pagination*/
.center-group{
    width: 50%;
  margin: 0 auto;
  text-align: center
}
.pagination-group-list{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 5px 0;

}
.pagination-group-list, .pagination-group-list li{
    display: inline-block;
    margin: 5px;
}
.pagination-group-list li.link-text a.passive{
  color: #ccc;
  cursor: default;
}
.pagination-group-list li a{
  display: block;
  padding: 12px 15px;
  color: #000;
  position: relative;
}
.pagination-group-list li a:hover, .pagination-group-list li a.selected, .pagination-group-list li:not(.link-text) a:hover:before{
  color: #0062ff;
}
.pagination-group-list li:not(.link-text) a:before{
      content: "\e90a";
    font-size: 36px;
    position: absolute;
    left: 2px;
    top: 2px;
    color: #000;
    font-family: httv;
}
.logo img, .mobileLogo img{
  width: 46px;
  height: auto;
}
.newsTextWrap p img{
  width: 100%;
}
.audience-top{
  margin-top: 25px
}
.contact-group > div{
  margin-bottom: 5px;
}

.ads-desktop {display:none;}


/* Galeri Detay */
.tvGaleriDetayImgWrapper{
  text-align: center;
}

.tvGaleriDetayImgWrapper img{
  max-width: 100%;
  max-height: 500px;
  width: auto;
}

.tvGaleriDetayWrapper{
  background-color: rgb(255,255,255);
  padding: 15px;
}

.tvSliderWrapper{
  margin-bottom: 15px;
}

.tvGaleriDetaySlider{
  position: relative;
  margin-bottom: 15px;
}

.tvGaleriDetaySlider .fa-chevron-left,
.tvGaleriDetaySlider .fa-chevron-right {
  /*background-color: rgba(0, 0, 0, 0.15);*/
  color: rgba(255, 255, 255, 0.8);
  font-size: 45px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 70px;
  font-family: httv;
  color: #b9b9b9;
}

.tvGaleriDetaySlider .fa-chevron-left:hover,
.tvGaleriDetaySlider .fa-chevron-left:focus,
.tvGaleriDetaySlider .fa-chevron-right:hover,
.tvGaleriDetaySlider .fa-chevron-right:focus{
  text-decoration: none;
}

.tvGaleriDetaySlider .fa-chevron-left{
  left: -25px;
}

.tvGaleriDetaySlider .fa-chevron-right{
  right: -25px;
}

.tvGaleriDetaySlider .fa-chevron-left:before{
  content: "\e902";
}

.tvGaleriDetaySlider .fa-chevron-right:before{
  content: "\e905";
}

.tvSliderNavigation {
  padding-left: 0 !important;
}

.tvBenzerHaberlerItem {
  background-color: rgb(227, 227, 227);
  margin-bottom: 1px;
  min-height: 105px;
  padding-top: 28px;
}

.tvSliderNavigation .tvBenzerHaberlerItem:hover h4,
.tvSliderNavigation .tvBenzerHaberlerItem:hover span{
  color: rgb(220,20,20);
}

.tvSliderNavigation h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  max-height: 34px;
  overflow: hidden;
  color: initial;
  margin: 0;
}

.tvSliderNavigation span{
  display: block;
  font-size: 12px;
  color: rgb(140,140,140);
}

.tvSliderNavigation span::before {
  content: "\f017";
  font-family: 'fontawesome';
  font-size: 12px;
  margin-right: 4px;
}

.tvSliderThumbImage {

}

.tvSliderThumbImage img {
}

.owlGaleriSlider{
  position: relative;
}

.owlGaleriSlider .owl-controls {
  margin-top: 0 !important;
}

.owlGaleriSlider .owl-dots {
  bottom: 10px;
  position: absolute;
  width: 100%;
}

.owlGaleriSlider .owl-dots .owl-dot {
  margin: 3px;
}

.owlGaleriSlider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255,.5) none repeat scroll 0 0 !important;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 0 !important;
  transition: opacity 200ms ease 0s;
  width: 10px;
}

.owlGaleriSlider .owl-dots .owl-dot.active span,
.owlGaleriSlider .owl-dots .owl-dot:hover span {
  background: rgb(203, 30, 31) !important;
}

.owlGaleriSlider .owl-nav .owl-prev,
.owlGaleriSlider .owl-nav .owl-next{
  border-radius: 0 !important;
  height: 50px;
  margin: -25px 0 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50%;
  width: 50px;
  background-color: initial !important;
}

.owlGaleriSlider .owl-nav .owl-prev:hover,
.owlGaleriSlider .owl-nav .owl-next:hover{
  background-color: initial !important;
}

.owlGaleriSlider .owl-nav .owl-prev{
  left: 0;
}

.owlGaleriSlider .owl-nav .owl-next{
  right: 0;
}

.owlGaleriSlider .fa-chevron-left,
.owlGaleriSlider .fa-chevron-right{
  color: rgba(255, 255, 255,.5);
  font-size: 50px;
  top: 0;
}

.tvSliderNavigation .mCSB_container{
  margin-right: 0 !important;
}

.tvSliderNavigation .mCSB_scrollTools{
  width: 6px !important;
}

.tvSliderNavigation .mCSB_dragger_bar {
  border-radius: 0 !important;
  width: 6px !important;
  background-color: rgb(150,150,150) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0 !important;
  width: 6px !important;
  background-color: rgb(180,180,180) !important;
}

.tvGaleriDetayContentWrapper{
  padding:30px 15px;
}

.tvGaleriDetayContent{}

.tvDetayTitle{
  margin-top: 0;
}

.tvGaleriDetayAside{}

.tvGaleriDetayContentLabels {
  display: table;
  margin: 20px 0;
}

.tvGaleriDetayContentLabels > ul{}

.tvGaleriDetayContentLabels > ul > li {
  background-color: rgb(200, 200, 200);
  display: inline-block;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}

.tvGaleriDetayContentLabels > ul > li:hover {
  background-color: rgb(160, 160, 160);
}

.tvGaleriDetayContentLabels > ul > li > a {
  color: rgb(255, 255, 255);
  display: block;
  line-height: 28px;
  padding: 0 8px;
}

.tvGaleriDetayContentLabels > ul > li > a:focus,
.tvGaleriDetayContentLabels > ul > li > a:hover{
  text-decoration: none;
}

.tvFolioBandWrapper{
  position: relative;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgb(208,208,208);
  min-height: 42px !important;
  margin-top: 15px;
}

.tvDetayFolioLeft{
}

.tvDetayFolioLeft span,
.tvSocialShareButtons span{
  line-height: 40px;
  color: rgb(150,150,150);
  font-size: 12px;
}

.tvDetayFolioLeft .tvTarihFolio{
}

.tvDetayFolioLeft .tvIzlenme{
  position: relative;
  left: 10px;
}

.tvDetayFolioLeft .tvIzlenme::before{
  content:"\f06e";
  font-family:'fontawesome';
  font-size: 14px;
  margin-right: 6px;
}

.tvSocialShareButtons{
}

.tvSocialShareButtons > ul{
  margin: 0;
  float: right;
}

.tvSocialShareButtons > ul > li > a{
}

.tvSocialShareButtons > ul > li > a:hover,
.tvSocialShareButtons > ul > li > a:focus{
  text-decoration: none;
}

.tvSocialShareButtons > ul > li {
  display: inline-block;
  float: left;
  padding: 0 6px;
}

.tvSocialShareButtons > ul > li > a > i {
  color: rgb(150, 150, 150);
  font-size: 20px;
  line-height: 40px;
}

.tvGaleriDetayInfoWrapper{
  padding-right: 30px !important;
}

.tvGaleriDetayTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin: 10px 0;
}

.tvGaleriDetaySpot {
  border-bottom: 1px dotted rgb(210, 210, 210);
  color: rgb(120, 120, 120);
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  padding-bottom: 15px;
}

.tvGaleriDetayText {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}

.tvGaleriDetay300x250 {
  margin-bottom: 15px;
  text-align: center;
}

.tvNavContainer{
    margin: 0 auto;

}

.tvNavContainer .navbar-collapse{
    padding: 0;
    border-top: 0;
    box-shadow: none;
}

.tvCategoryNav .navbar-collapse{
  border-width: 0;
  margin: 0 !important;
}


.tvNavContainer .navbar-nav {
    margin: 0 !important;
    text-align: left;
    width: 100%;
}

.tvNavContainer .navbar-nav > li {
    display: inline-block;
    float: none;
}

.tvNavContainer .navbar-nav > li > a{
    color: rgb(255,255,255);
    font-size: 14px;
    padding: 10px 10px !important;
}

.tvNavContainer .navbar-nav > li > a:focus,
.tvNavContainer .navbar-nav > li > a:hover {
    background-color: rgb(41,41,41);
}

.tvNavContainer .navbar-nav > li.active{
    background-color: #ca393a;
}

.tvNavContainer .icon-bar{
    background-color: rgb(255,255,255);
}

.tvKategoriSec {
    display: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 12px 15px;
}

.tvNavContainer .navbar-toggle{
    margin-bottom: 6px;
    margin-top: 4px;
}



.tvSecondZone{}

.tvSecondZone img{
}

.tvSecondZoneBoxLeft{
    position: relative;
    float: left !important;
    max-height: 250px;
    overflow: hidden;
    height: 250px;
}

.tvSecondZoneBoxRight{
    position: relative;
    float: right;
    max-height: 250px;
    overflow: hidden;
    height: 250px;
}

.tvHaberKutulari{margin-top:20px;}

.tvHaberKutulariTitle {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.tvContentZoneWrapper > .container{
    background-color: rgb(255,255,255);
}

.tvContentCentered{

    padding-bottom: 30px;
}

.tvTabs{
}

.tvTabs .tab-content {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}

.tvDropdownWrapper{
    margin: 10px 0;
    text-align: right;
}

.tvDropdownButton{
    position: relative;
}

.tvDropdownWrapper .dropdown-menu{
    left: inherit;
    right: 0;
}

.tvHaberKutulari{
    margin-bottom: 15px;
}

.tvTabs .nav-tabs {
    border-bottom: 5px solid rgb(203, 203, 203);
}

.tvTabs .nav-tabs > li{
    margin: 0;
}

.tvTabs .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    line-height: 1.42857;
    margin: 0;
    color: rgb(51,51,51);
    font-weight: 600;
    font-size: 12px;
    padding: 5px 10px;
}

.tvTabs .nav > li > a:focus,
.tvTabs .nav > li > a:hover {
    background-color: inherit;
    text-decoration: none;
    border: none;
}

.tvTabs .nav-tabs > li.active > a,
.tvTabs .nav-tabs > li.active > a:focus,
.tvTabs .nav-tabs > li.active > a:hover {
    border-image: none;
    border-style: none;
    border-width: 0;
    color: rgb(203, 30, 31);
}

.tvCategoryNav{
    border: 0 !important;
    background-color: rgb(255,255,255) !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.tvCategoryNav .container-fluid{
  padding: 0;
}
.middleContainer{background-color:#fff!important;}
.middleContainer{padding:15px!important;}
.container-fluid{
  background-color:#ededed;
}

.tvCategoryNav .container-fluid{
    padding: 0;
}

.tvCategoryNav .navbar-collapse{
    border-width: 0;
    margin: 0 !important;
}

.tvCategoryNav .navbar-header{
    margin: 0 !important;
}

.tvCategoryNav .fa-bars{
    font-size: 20px;
    border: 0;
    color: rgb(200,200,200);
}

.tvCategoryNav .navbar-toggle{
    border: 0;
}

.tvCategoryNav .navbar-toggle .icon-bar{
    width: 30px;
    background-color: rgb(200,200,200) !important;
}

.tvCategoryNav .navbar-toggle:focus,
.tvCategoryNav .navbar-toggle:hover {
    background-color: transparent !important;
}


/* BLOG */

.tvBlogTabContent a{
  color: initial;
  text-decoration: none;
}

.tvBlogTabContent a:focus,
.tvBlogTabContent a:hover{
  text-decoration: none;
  color: rgb(120,120,120);
}

.tvBlogYazarBox{
  background-color: rgb(140,140,140);
  padding: 20px 0;
}

.tvBlogYazarImbWrap{
  text-align: center;
}

.tvBlogTabContent .tvBlogYazarImbWrap{
  padding-left: 0;
}

.tvBlogYazarImbWrap img {
  height: auto;
  width:100%;
}

.tvBlogTabContent p img{
  height: auto;
  width:100%;
  display:block;
  margin: 0 !important;
}

.tvBlogYazarBox h3,
.tvBlogYazarBox span {
  color: rgb(255,255,255);
}

.tvBlogYazarBox h3 {
  font-size: 22px;
  margin-top: 5px;
  font-weight: bold;
}

.tvBlogYazarBox span {
  display: block;
}

.tvBlogYazarBox .yazarIsim {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}

.tvBlogYazarBox .yazarEmail {
  font-size: 14px;
}

.tvBlogIndex .tvBlogYazarBox,
#diger-yazarlar .tvBlogYazarBox,
#eski-yazilari .tvBlogYazarBox {
  background-color: initial;
  border-bottom: 2px dotted rgb(235, 235, 235);
  padding: 20px 0;
}

.tvBlogIndex .tvBlogYazarBox h3,
.tvBlogIndex .tvBlogYazarBox span,
#diger-yazarlar .tvBlogYazarBox h3,
#diger-yazarlar .tvBlogYazarBox span,
#eski-yazilari .tvBlogYazarBox h3,
#eski-yazilari .tvBlogYazarBox span {
  color: rgb(80,80,80);
}

.yazarTarih{}

#son-yazisi .yazarTarih{
  font-size: 18px;
  color: rgb(150,150,150);
}

.tvBlogTabContent{
}

.tvBlogTabContent .nav-tabs {
  border-bottom: 4px solid rgb(204, 204, 204);
  margin: 15px 0;
  position: relative;
  width:100%;
  overflow: hidden;
}

.tvBlogTabContent .nav-tabs > li{
  border-width: 0 !important;
  margin-bottom: 0;
}

.tvBlogTabContent .nav-tabs > li > a {
  border-radius: 20px;
  border-width: 0 !important;
  color: rgb(170, 170, 170);
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}

.tvBlogTabContent .nav-tabs > li:first-child > a{
  padding-left: 0 !important;
}

.tvBlogTabContent .nav-tabs > li > a:hover,
.tvBlogTabContent .nav-tabs > li > a:focus{
  background-color: initial !important;
  border-width: 0 !important;
  color: rgb(214, 0, 0);
}

.tvBlogTabContent .nav-tabs > li.active > a,
.tvBlogTabContent .nav-tabs > li.active > a:focus,
.tvBlogTabContent .nav-tabs > li.active > a:hover {
  background-color: initial !important;
  border-radius: 20px !important;
  border-width: 0 !important;
  color: rgb(214, 0, 0);
  cursor: default;
}

.tvBlogTabContent p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.tabContentPostTitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 3px;
}


.tvGaleriDetayImgWrapper{
  text-align: center;
}

.tvGaleriDetayImgWrapper img{
  max-width: 100%;
  max-height: 500px;
  width: auto;
}

.imgInnerWrap{
  position: relative;
}


.tvTabsLinkInside{
}

.tvTabsLinkInside a{
  color: rgb(214, 0, 0);
}

.tvTabsLinkInside a:hover{
  color: rgb(244, 30, 30);
}

.tvTabsLinkInside div{
  float: left;
  width: 33.3%;
  text-align: center;
}

.htvideo-pagination > li:first-child > a,
.htvideo-pagination > li:first-child > span {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-left: 0;
}

.htvideo-pagination > li:first-child > a:focus,
.htvideo-pagination > li:first-child > a:hover,
.htvideo-pagination > li:first-child > span:focus,
.htvideo-pagination > li:first-child > span:hover {
  background-color: initial !important;
  color: rgb(214, 0,0);
}

.htvideo-pagination > li:last-child > a:focus,
.htvideo-pagination > li:last-child > a:hover,
.htvideo-pagination > li:last-child > span:focus,
.htvideo-pagination > li:last-child > span:hover {
  background-color: initial !important;
  color: rgb(214, 0,0);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.htvideo-pagination > li > a,
.htvideo-pagination > li > span {
  background-color: rgb(255, 255, 255);
  border: 0 !important;
  color: rgb(140,140,140);
}

.htvideo-pagination > .active > a,
.htvideo-pagination > .active > a:focus,
.htvideo-pagination > .active > a:hover,
.htvideo-pagination > .active > span,
.htvideo-pagination > .active > span:focus,
.htvideo-pagination > .active > span:hover {
  background-color: rgb(214, 0, 0) !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: rgb(238, 238, 238) !important;
  color: rgb(160,160,160);
}

.tvBlogIndex .tvBlogYazarBox,
#diger-yazarlar .tvBlogYazarBox,
#eski-yazilari .tvBlogYazarBox {
    background-color: initial;
    border-bottom: 2px dotted rgb(235, 235, 235);
    padding: 20px 0;
}

.tvBlogIndex .tvBlogYazarBox h3,
.tvBlogIndex .tvBlogYazarBox span,
#diger-yazarlar .tvBlogYazarBox h3,
#diger-yazarlar .tvBlogYazarBox span,
#eski-yazilari .tvBlogYazarBox h3,
#eski-yazilari .tvBlogYazarBox span {
    color: rgb(80,80,80);
}

.rightColWidget .textBig{font-size:16px; line-height:18px; padding-top:10px!important;}
.rightColWidget .textBig:hover{color:#d60000;}
.rightColWidget .textMedium{font-size:14px; line-height:20px;}

.sectionBreakLine {float:left; width:100%; height: 1px; border-bottom:1px solid #d9d9d9; margin-bottom: 15px;}
.ffMW{font-family: 'Roboto', sans-serif;}
.ffMW > p{font-family: 'Roboto', sans-serif;}
.news-caption {color:#000;font-size:16px;font-weight: bold;}

.partHeadline{color:#d60000; border-bottom:3px solid #d60000; font-size: 24px; font-weight: bold; margin-bottom:15px;}
.partHeadline{font-size:18px;}
.newsDetailContent .leftPwrap{}
.newsDetailContent .leftPwrap p{font-size:16px; margin-bottom:10px; float:left; width:100%;}
.newsDetailContent .leftPwrap li{font-size:16px;}
.pad0{padding:0;}
.marB20{margin-bottom:20px;}
.marB30{margin-bottom:30px;}
.fontWeight300{font-weight:300!important;}
.marB10{margin-bottom:10px;}
.fontWeightBold{font-weight:bold;}
.padB10{padding-bottom:10px;}
.borderBottomG{border-bottom:1px solid #ccc; padding-bottom:10px;}
.marT10{margin-top:10px;}
.font18{font-size:18px;}
.colorG{color:#888888;}
.colorG2{color:#b2b2b2;}
.colorGreen{color:#10c231;}
.relativeDiv{position:relative;}
.textBig{font-size:24px;}
.marB5{margin-bottom:5px;}
span.pad0.newsImg{float:left;margin: -15px;}

.tvNavWrapper{}

.tvGaleriMainZoneWrapper{
  background-color: #fff;
}

.tvGaleriMainZoneWrapper .tvNavWrapper {
    background-color: #575757;
    margin-bottom:10px;
    border: 0 none;
    border-radius: 0;
    display: block !important;
}

.tvCategoryNav .navbar-header{
  margin: 0 !important;
}

.imgFluid{width:100%!important; height:auto!important;}

.banner300x250{ text-align:center;}
.banner300x250{padding:0!important;}

.programEpisodesWrap .programHeadlineText{font-size:24px; font-weight:bold; color:#333; padding-bottom:10px;}
.programEpisodesWrap .programHeadBorder{border-top:5px solid #161616; margin:10px 0;}
.programEpisodesWrap .episode{background-color:#d60000!important; color:#fff; font-weight:bold;}

.videoBoxWrap .news-text{overflow:hidden;}
.videoBoxWrap{float:left;}
.videoBoxWrap .category{background-color:#BFBEBE; padding:5px 10px; color:#fff; float:left; transition:all 0.5s ease;}
.videoBoxWrap .category:hover{background-color:#a6a6a6;}
.videoBoxWrap .time{float:right; padding:5px 0; color:#A5A4A4; text-align:right;}
.videoBoxWrap .text{color:#333; font-size:16px; font-weight:bold; line-height:18px;  height:36px; overflow:hidden;}
.videoBox{float:left; position: relative;}
.videoBox .iconTime{position:absolute;color: #fff;bottom: 10px;  text-shadow: 2px 2px 5px #000;right: 10px;font-weight: bold;font-size: 16px; z-index:2;}
.videoBox .gradient{background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)); position:absolute; bottom:0; left:0; width:100%; height:70px; z-index:1;}
.videoBox .viewCount{position: absolute; right: 15px; top: 10px; color: #fff; font-size:12px;}
.videoBox .viewCount i{font-size:16px;}
.videoBox .hoverBlackShape{position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:3; opacity:0; transition:all 0.5s ease;}
.videoBox:hover .hoverBlackShape{opacity:0.5;}
.videoBox .textBig{position: absolute; bottom: 20px; left: 0; right: 0; color: #fff; z-index: 3; font-size: 36px; font-weight: bold; line-height: 38px; width: 100%; box-sizing: border-box; padding:10px 20px;}
.videoBox .textSmall{position: absolute; bottom: 5px; left: 0; right: 0; color: #fff; z-index: 3; font-size: 18px; font-weight: bold; line-height: 22px; width: 100%; box-sizing: border-box; padding:10px 20px;}
.videoBox .gradientBig{height:50%!important;}
.videoBoxWrap .news-text{overflow:hidden;}

.middleBg{ padding:0!important; padding-bottom:20px!important;}

@media screen and (max-width: 1023px) {
  .tvNavContainer .navbar-nav > li > a{font-size: 13px; font-weight: 400; padding: 10px 15px !important;}
  .banner300x250{width: 100%!important; padding:30px!important;box-sizing:border-box;}
  .videoBox .banner-text-big{
    text-align: center;
    font-family: 'bebas-neue', sans-serif;
    font-size:40px;
    position:absolute;
    text-align:center;
    bottom:0; width:100%; left:0; right:0;
    z-index:12;padding: 0px;
    color: #f5f5f5;
    display:block;
    line-height: 1.05em;

}
}

@media screen and (max-width:1199px) {
  .banner300x250{width: 100%!important; box-sizing:border-box;}
}

@media (min-width: 992px) and (max-width: 1199px) {


  .tvBenzerHaberlerItem {
      background-color: rgb(227, 227, 227);
      margin-bottom: 1px;
      min-height: 86px;
      padding-top: 22px;
  }

  .tvGaleriDetayInfoWrapper{
      padding-left: 0 !important;
      padding-right: 15px !important;
  }

  .tvGaleriDetayTitle {
      font-size: 20px;
      line-height: 24px;
      padding: 0 15px;
  }

  .tvGaleriDetaySpot {
      font-size: 14px;
      line-height: 18px;
      padding: 0 15px 15px;
  }

  .tvGaleriDetayText {
      padding: 0 15px 10px;
      font-size: 14px;
      line-height: 18px;
  }

}

@media (max-width: 500px) {

  .tvDetayFolioLeft,
  .tvSocialShareButtons{
      width: 100% !important;
      display: table !important;
      text-align: center !important;
  }

  .tvSocialShareButtons > ul{
      float: none !important;
  }

  .tvSocialShareButtons > ul > li {
      float: initial !important;
  }

  .tvBlogYazarBox .yazarIsim{
      font-size: 14px;
  }

  .tvBlogYazarBox .yazarEmail{
      font-size: 12px;
  }

  .tvBlogYazarBox h3{
      font-size: 18px;
  }

  .tvBlogYazarBox .yazarTarih{
      font-size: 12px;
  }

  .tvBlogTabContent{
  }

  .tvBlogTabContent .nav-tabs > li {
      display: block;
      width: 100%;
  }

  .tvBlogTabContent .nav-tabs > li > a {
      padding: 4px 10px;
  }

  .tvBlogTabContent .nav-tabs > li:first-child > a {
      padding-left: 10px !important;
  }

  .tvBlogTabContent .nav-tabs {
      border-bottom: none;
  }

  .tvKanalTabContent .nav-tabs > li > a {
      font-size: 12px;
      margin: 0 2px;
      padding: 5px 10px;
  }

  .sliderMainBottom .sliderMainBottomBox .dataTime {
      font-size: 36px;
      line-height: 36px;
  }

  .sliderMainBottom .sliderMainBottomBox .dataName {
      font-size: 14px;
  }

  .tvSliderNavigation h4 {
      font-size: 14px !important;
      line-height: 16px !important;
      margin: 10px 0 !important;
  }

}

@media (min-width:767px){
  .ads-desktop {display:block;}
}

@media (max-width: 767px) {

  .middleBg{padding:0!important;}
  .headerWrap{margin-bottom: 0px}
    .tvTabs .nav-tabs > li{
        float: none;
        border-bottom: 1px dotted rgb(240,240,240);
    }

    .tvGaleriMainZoneWrapper .tvNavWrapper{
        margin: 0;
        margin-top: 15px;
    }

    .tvNavContainer .navbar-nav > li > a {
        padding: 12px 15px;
    }

    .tvNavContainer .navbar-nav > li{
        float: none;
    }

    .tvNavContainer .navbar-nav > li:last-child{
        padding-bottom: 30px;
    }

    .tvKategoriSec {
        display: inline-block;
    }

    .tvKanalCenteredContainer{
        padding: 30px !important;
    }

    .tvKanalNewsBoxTitleWrapper > div > h2 {
        font-size: 26px;
    }

    .tvNavContainer .navbar-nav > li {
        text-align: left;
        display: block;
    }

    .owlKanalItemsInfo > h5 {
        font-size: 18px;
        margin: 0 auto;
        text-align: center;
    }

    .tvSliderNavigation span {
        display: none;
    }

    .tabClose{
        display: none;
    }

    .tvSecondZoneBoxLeft{
        margin-bottom: 30px;
    }

    .tvGaleriMainZoneWrapper, .tvSlides{padding:0!important;}
    .tvGaleriDetayWrapper{padding:0 15px!important;}
    .videoBoxWrap{margin-bottom:30px;}
    .videoBox .textBig{font-size: 14px; line-height: 19px; bottom: 0;}
    .videoBox .banner-text-big{
      font-family: 'bebas-neue', sans-serif;
      text-align: left;

      font-size:30px;
      position:absolute;
      bottom:0; width:100%; left:0; right:0;
      z-index:12;padding: 4px 10px;color: #f5f5f5; display:block;
      line-height: 1.05em;

    }
    .videoBox .textSmall{font-size:13px; line-height:16px;}

}