@charset "UTF-8";
/*cores*/
#eyeDiv {
  display: none; }

header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100px;
    left: 0;
    width: 320px;
    padding: 0 0 40px;
    /*        background-color: $greyultralight;*/
    background: -moz-linear-gradient(316deg, #eae1dc 0%, #eae1dc 50%, #c6edeb 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eae1dc), color-stop(50%, #eae1dc), color-stop(100%, #c6edeb));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(316deg, #eae1dc 0%, #eae1dc 50%, #c6edeb 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(316deg, #eae1dc 0%, #eae1dc 50%, #c6edeb 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(316deg, #eae1dc 0%, #eae1dc 50%, #c6edeb 100%);
    /* ie10+ */
    background: linear-gradient(134deg, #eae1dc 0%, #eae1dc 50%, #c6edeb 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1dc', endColorstr='#c6edeb',GradientType=1 );
    /* ie6-9 */
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 980px) {
      header nav {
        padding: 20px 0 40px;
        top: 100px; } }
    @media only screen and (max-width: 728px) {
      header nav {
        padding: 20px 0 40px;
        top: 70px; } }
    header nav a {
      display: block;
      padding: 0 30px;
      font-weight: 800;
      line-height: 40px;
      text-transform: uppercase;
      color: #222; }
      @media (hover: hover) {
        header nav a:hover {
          background-color: #fff;
          color: #ff7c28; } }
    header nav .mainNav {
      margin-top: 20px; }
      header nav .mainNav a {
        font-size: 18px; }
      header nav .mainNav .break {
        margin-top: 20px; }
    header nav .tinyNav {
      margin: 20px 0; }
      header nav .tinyNav a {
        font-size: 14px; }
      header nav .tinyNav span {
        display: inline-block;
        width: 36px;
        color: #ff7c28;
        text-align: center;
        font-size: 18px; }
    header nav .socialNav {
      padding: 0 30px; }
      header nav .socialNav li {
        display: inline-block; }
        header nav .socialNav li a {
          position: relative;
          display: block;
          width: 40px;
          height: 60px;
          background-color: #ff7027;
          margin: 0;
          padding: 0;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
          @media (hover: hover) {
            header nav .socialNav li a:hover {
              background-color: #e0ddd4; }
              header nav .socialNav li a:hover [class^="icon-"], header nav .socialNav li a:hover [class*=" icon-"] {
                color: #ffa528; } }
          header nav .socialNav li a [class^="icon-"], header nav .socialNav li a [class*=" icon-"] {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            font-size: 20px;
            color: #fff;
            margin: 0;
            padding: 0;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px; }
          @media (hover: hover) {
            header nav .socialNav li a:hover {
              background-color: #fff;
              color: #ff7c28; } }
      header nav .socialNav li + li a {
        margin-left: 10px; }
    header nav #form_search {
      margin: 20px 0 0;
      padding: 0 30px; }
      header nav #form_search * {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0; }
      header nav #form_search input {
        width: 220px;
        height: 40px;
        font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 10px; }
      header nav #form_search button {
        width: 40px;
        height: 40px; }
        header nav #form_search button span {
          font-size: 20px; }
  header .proglogo {
    position: absolute;
    left: 70px;
    top: 30px;
    z-index: 101; }
    @media only screen and (max-width: 980px) {
      header .proglogo {
        top: 10px; }
        header .proglogo img {
          width: 112px; } }
    @media only screen and (max-width: 728px) {
      header .proglogo {
        left: 55px; }
        header .proglogo img {
          width: 82px; } }
    header .proglogo a {
      display: block; }
    header .proglogo img {
      display: block; }

.open-layer {
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 101;
  background-color: #ff7c28;
  color: #fff;
  z-index: 101; }
  @media (max-width: 1453px) {
    .open-layer {
      -webkit-border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; } }
  @media (min-width: 1453px) {
    .open-layer {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; } }
  .open-layer span {
    display: block;
    width: 50px;
    height: 100px;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase; }
    .open-layer span:before {
      /*          -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);*/
      position: absolute;
      bottom: 10px;
      left: 0px;
      font-size: 32px;
      width: 50px;
      text-align: center;
      /*          font-family: $defaultFont;
                  content: "Menu";*/ }
    @media only screen and (max-width: 728px) {
      .open-layer span {
        width: 50px;
        height: 80px;
        font-size: 22px; }
        .open-layer span:before {
          top: 28px; } }
  .open-layer.close {
    background-color: #eae1dc; }
    .open-layer.close span:before {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 10px;
      font-family: 'vocenatv';
      font-size: 32px;
      content: "";
      color: #ff7c28;
      transform: translateX(-50%); }

/* header rest of site */
header.headerRos {
  height: 110px; }
  @media only screen and (min-width: 728px) {
    header.headerRos nav {
      padding: 20px 0 40px; } }
  header.headerRos .proglogo {
    position: relative;
    display: block;
    width: 40%;
    min-width: 190px;
    max-width: 400px;
    top: 10px; }
    header.headerRos .proglogo img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 728px) {
    header.headerRos {
      height: 80px; } }

.headerSectionName {
  max-width: 1440px;
  margin: 10px auto;
  padding: 0 10px;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #242424; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 7.5vw; } }

.defaultPagination {
  max-width: 1440px;
  margin: 30px auto;
  padding: 0;
  text-align: center;
  /*
  li[class="pageNumber"] + li[class="pageNumber"] {
      margin-left: 6px;
  }
  */
  /* formats first */
  /* formats rest */ }
  .defaultPagination li {
    display: inline-block;
    /*
    @media only screen and (max-width: 400px) {
        &:first-child {
            margin-right: 1px;
        }
        &:last-child {
            margin-left: 1px;
        }
    }
    */ }
    .defaultPagination li:first-child {
      margin-right: 3px; }
    .defaultPagination li:last-child {
      margin-left: 3px; }
    .defaultPagination li a {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 80px;
      background-color: #e0ddd4;
      color: #242424;
      font-size: 18px;
      font-weight: 600;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      @media (hover: hover) {
        .defaultPagination li a:hover {
          background-color: #afc7c8;
          color: #000; } }
      .defaultPagination li a.active {
        background-color: #ff7c28;
        color: #fff; }
        @media (hover: hover) {
          .defaultPagination li a.active:hover {
            cursor: default; } }
      @media only screen and (max-width: 400px) {
        .defaultPagination li a {
          /*                width: 36px;*/ } }
    .defaultPagination li .first_page {
      margin-right: 10px; }
    .defaultPagination li .last_page {
      margin-left: 10px; }
  .defaultPagination li[class="pageNumber"] {
    margin-left: 6px;
    margin-right: 6px; }
    @media only screen and (max-width: 400px) {
      .defaultPagination li[class="pageNumber"] {
        margin-left: 3px;
        margin-right: 3px; } }
  .defaultPagination li[class="pageNumber"] ~ li[class="pageNumber"] {
    margin-left: 0;
    margin-right: 6px; }
    @media only screen and (max-width: 400px) {
      .defaultPagination li[class="pageNumber"] ~ li[class="pageNumber"] {
        margin-right: 3px; } }

.mainHeadline .loaderWrapper {
  /*        background-color: $greyultralight;*/
  background-image: url(/vocenatv/resources/img/puff.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 50px;
  overflow: hidden;
  padding: 0 8px; }
.mainHeadline .headlineWrapper {
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 600px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 980px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 56.25%; } }
  @media only screen and (max-width: 640px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 110%;
      margin-bottom: 30px; } }
  .mainHeadline .headlineWrapper:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(36, 36, 36, 0);
    background: -moz-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(36, 36, 36, 0)), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -ms-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 55%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#242424', GradientType=0 ); }
  .mainHeadline .headlineWrapper .textWrapper {
    position: absolute;
    left: 100px;
    bottom: 40px;
    right: 120px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 980px) {
      .mainHeadline .headlineWrapper .textWrapper {
        left: 40px;
        bottom: 40px;
        right: 40px; } }
    .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
      font-size: 20px;
      font-weight: 600;
      margin: 20px 0; }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
          font-size: 3vw; } }
    .mainHeadline .headlineWrapper .textWrapper .mainTitle {
      font-size: 36px;
      font-weight: 900; }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainTitle {
          font-size: 6vw; } }

.mainHeadline .mainColumnRight {
  max-height: 600px;
  overflow: hidden;
  padding: 0;
  /*justify-self: center;*/ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainHeadline .mainColumnRight {
      display: grid;
      grid-template-columns: 300px auto;
      grid-gap: 20px; } }
  @media only screen and (max-width: 728px) {
    .mainHeadline .mainColumnRight {
      max-height: 100%; } }
  .mainHeadline .mainColumnRight .mainPub {
    /* reset margin homepage*/ }
    .mainHeadline .mainColumnRight .mainPub iframe {
      /*margin: 0 auto;*/ }
    @media only screen and (max-width: 727px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px auto; } }
    @media only screen and (min-width: 728px) and (max-width: 980px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px; } }

.mainFeaturedWrapper {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  height: 320px;
  color: #fff;
  background-position: right -2px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*background-color: #f0f0f0;*/
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    .mainFeaturedWrapper {
      background-size: auto 100%; } }
  .mainFeaturedWrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eae1dc), color-stop(63%, rgba(234, 225, 220, 0)), color-stop(100%, rgba(234, 225, 220, 0)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ie10+ */
    background: linear-gradient(207deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1dc', endColorstr='#eae1dc',GradientType=0 );
    /* ie6-9 */ }
  .mainFeaturedWrapper .mainFeatured {
    position: absolute;
    z-index: 2;
    bottom: 0; }
    .mainFeaturedWrapper .mainFeatured a {
      color: #538183; }
      @media (hover: hover) {
        .mainFeaturedWrapper .mainFeatured a:hover {
          text-decoration: underline; } }
    .mainFeaturedWrapper .mainFeatured .mainTitle {
      margin: 0 20px;
      font-size: 28px;
      font-weight: 800;
      text-transform: uppercase;
      color: #ff7c28;
      max-width: 65%; }
    .mainFeaturedWrapper .mainFeatured .mainText {
      margin: 5px 20px 20px 20px;
      font-size: 18px;
      font-weight: 800;
      color: #242424;
      /*
      background-color: rgba(240,240,240,.25);
      @include text-shadow-white;
      */ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainFeaturedWrapper {
      width: auto;
      margin: 20px;
      height: calc(100% - 40px); } }

.mainSection {
  overflow: hidden; }
  @media only screen and (max-width: 1070px) and (min-width: 728px) {
    .mainSection {
      grid-template-columns: 1fr; } }

.liveEp {
  max-width: 1440px;
  margin: 20px auto;
  background-color: #242424;
  padding: 20px; }
  @media only screen and (max-width: 360px) {
    .liveEp {
      padding: 10px; } }
  .liveEp a {
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    display: block; }
    @media (hover: hover) {
      .liveEp a:hover {
        opacity: .5; } }
  .liveEp .pictureWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    background-color: #111;
    background-image: url(/vocenatv/resources/img/puff.svg);
    background-size: 100px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 980px) {
      .liveEp .pictureWrapper {
        width: 280px; } }
    @media only screen and (max-width: 660px) {
      .liveEp .pictureWrapper {
        width: 100%;
        display: block; } }
  .liveEp .liveEpDetails {
    position: relative;
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 980px) {
      .liveEp .liveEpDetails {
        width: calc(100% - 280px); } }
    @media only screen and (max-width: 660px) {
      .liveEp .liveEpDetails {
        width: 100%;
        display: block; } }
    .liveEp .liveEpDetails h4 {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #e0ddd4;
      margin: 20px 60px 20px 20px; }
    .liveEp .liveEpDetails h3 {
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      margin: 20px 60px 20px 20px; }
    .liveEp .liveEpDetails span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 40px;
      background-color: red;
      background-image: url(/vocenatv/resources/img/audio.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px; }

.reverList {
  /*    .item  + .item {
          margin: 6px 0;
      }*/ }
  .reverList .item {
    background-color: #333;
    padding: 20px; }
    @media only screen and (max-width: 360px) {
      .reverList .item {
        padding: 10px; } }
    .reverList .item a {
      -webkit-transition: all 0.15s ease-in-out 0s;
      -moz-transition: all 0.15s ease-in-out 0s;
      -o-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s;
      display: block; }
      @media (hover: hover) {
        .reverList .item a:hover {
          opacity: .5; } }
    .reverList .item .pictureWrapper {
      display: inline-block;
      vertical-align: middle;
      width: 280px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: solid 4px #ff7c28; }
      @media only screen and (max-width: 660px) {
        .reverList .item .pictureWrapper {
          width: 100%;
          display: block; } }
    .reverList .item .textWrapper {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 280px); }
      @media only screen and (max-width: 660px) {
        .reverList .item .textWrapper {
          width: 100%;
          display: block; } }
      .reverList .item .textWrapper h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #666666;
        margin: 20px;
        display: none; }
      .reverList .item .textWrapper h2 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        margin: 20px; }
    .reverList .item .icon-play {
      display: none; }
  .reverList .item-Pub {
    /*display: table;*/
    margin: 20px auto;
    padding: 0;
    background-color: transparent;
    text-align: center; }

/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen .mainSection, :root .mainSection {
  overflow: hidden; }
  _:-ms-fullscreen .mainSection .mainColumnLeft, :root .mainSection .mainColumnLeft {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 1068px) {
      _:-ms-fullscreen .mainSection .mainColumnLeft, :root .mainSection .mainColumnLeft {
        width: 100%;
        float: none; } }
  _:-ms-fullscreen .mainSection .mainColumnRight, :root .mainSection .mainColumnRight {
    width: 300px;
    margin: 0 20px;
    float: left; }
    @media only screen and (max-width: 1068px) {
      _:-ms-fullscreen .mainSection .mainColumnRight, :root .mainSection .mainColumnRight {
        display: none; } }

/*# sourceMappingURL=reverList.css.map */
