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

/* v20181228 */
header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 320px;
    padding: 160px 0 40px;
    background: -moz-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #590808), color-stop(0%, #590808), color-stop(100%, #2e0505), color-stop(100%, #2e0505));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* ie10+ */
    background: linear-gradient(136deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590808', endColorstr='#2E0505',GradientType=0 );
    /* ie6-9 */
    /*        background: rgb(151,130,114);
            background: -moz-linear-gradient(-45deg,  rgba(151,130,114,1) 0%, rgba(203,104,92,1) 20%, rgba(255,147,128,1) 50%, rgba(255,208,171,1) 85%, rgba(254,219,169,1) 100%);
            background: -webkit-linear-gradient(-45deg,  rgba(151,130,114,1) 0%,rgba(203,104,92,1) 20%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
            background: linear-gradient(135deg,  rgba(151,130,114,1) 0%,rgba(203,104,92,1) 20%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978272', endColorstr='#fedba9',GradientType=1 );*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 980px) {
      header nav {
        padding: 120px 0 40px; } }
    @media only screen and (max-width: 728px) {
      header nav {
        padding: 90px 0 40px; } }
    header nav a {
      display: block;
      padding: 0 30px;
      font-weight: 600;
      line-height: 40px;
      text-transform: uppercase;
      color: #fcc43c; }
      header nav a:hover {
        background-color: #fff;
        color: #6b0807; }
    header nav .mainNav a {
      font-size: 18px; }
    header nav .tinyNav {
      margin: 20px 0; }
      header nav .tinyNav a {
        font-size: 14px; }
    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: #6b0807;
          margin: 0;
          padding: 0; }
          header nav .socialNav li a:hover {
            background-color: #f3f0ea; }
            header nav .socialNav li a:hover [class^="icon-"], header nav .socialNav li a:hover [class*=" icon-"] {
              color: #6b0807; }
          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; }
          header nav .socialNav li a:hover {
            background-color: #fff;
            color: #6b0807; }
      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: "Muli", Arial, Hrlvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 10px; }
      header nav #form_search button {
        width: 40px;
        height: 40px;
        background-color: #f3f0ea; }
        header nav #form_search button:hover {
          background-color: #806f68; }
        header nav #form_search button span {
          font-size: 20px; }
  header .proglogo {
    position: absolute;
    left: 80px;
    top: 10px;
    z-index: 2;
    width: 23%;
    max-width: 220px;
    min-width: 95px; }
    @media only screen and (max-width: 980px) {
      header .proglogo {
        top: 10px; } }
    @media only screen and (max-width: 728px) {
      header .proglogo {
        left: 70px; } }
    header .proglogo a {
      display: block; }
    header .proglogo img {
      display: block;
      width: 100%; }

.open-layer {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 101;
  /*    background-color: $colorpinklight;*/
  color: #fff;
  z-index: 101; }
  .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;
      top: 35px;
      left: -13px;
      font-family: $defaultFont;
      content: "Menu";
      */
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 25px;
      font-family: 'atardeesua';
      font-size: 40px;
      content: "";
      color: #fff;
      transform: translateX(-50%); }
    @media only screen and (max-width: 728px) {
      .open-layer span {
        width: 40px;
        height: 80px;
        font-size: 22px; }
        .open-layer span:before {
          top: 28px; } }
  .open-layer.close {
    /*        background-color: $colorgreylight;*/ }
    .open-layer.close span:before {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 25px;
      font-family: 'atardeesua';
      font-size: 40px;
      content: "";
      color: #fff;
      transform: translateX(-50%); }

/* v20181228 */
/* header rest of site */
/*body {
    
    &:before {
        width:100%;
        height: 400px;
        position: absolute;
        top:0;
        left:0;
        content:'';        
        background: -moz-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  ff3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92,5,5,1)), color-stop(0%, rgba(92,5,5,1)), color-stop(100%, rgba(92,5,5,0)), color-stop(100%, rgba(92,5,5,0)));  safari4+,chrome 
        background: -webkit-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  safari5.1+,chrome10+ 
        background: -o-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  opera 11.10+ 
        background: -ms-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  ie10+ 
        background: linear-gradient(180deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  w3c 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0505', endColorstr='#5c0505',GradientType=0 );  ie6-9 

    }

}*/
header.headerRos {
  height: 130px;
  background: url("/atardeesua/resources/img/back-2020.jpg") no-repeat center/cover;
  /*margin-bottom: 30px;*/
  /*
  background: rgb(177,90,145);
  background: -moz-linear-gradient(25deg, rgba(177,90,145,1) 0%, rgba(242,155,161,1) 20%, rgba(241,241,241,1) 50%);
  background: -webkit-linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  background: linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15a91', endColorstr='#f1f1f1',GradientType=1 );
  */
  /*
  background: rgb(203,104,92);
  background: -moz-linear-gradient(-45deg,  rgba(203,104,92,1) 0%, rgba(255,147,128,1) 50%, rgba(255,208,171,1) 85%, rgba(254,219,169,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(203,104,92,1) 0%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
  background: linear-gradient(135deg,  rgba(203,104,92,1) 0%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb685c', endColorstr='#fedba9',GradientType=1 );*/ }
  @media only screen and (min-width: 728px) {
    header.headerRos nav {
      padding: 110px 0 40px; } }
  header.headerRos .proglogo {
    position: relative;
    display: inline-block;
    top: 10px; }
    header.headerRos .proglogo img {
      width: 130px; }
      @media only screen and (max-width: 728px) {
        header.headerRos .proglogo img {
          width: 95px; } }
  @media only screen and (max-width: 728px) {
    header.headerRos {
      height: 95px;
      /*margin-bottom: 20px;*/ } }
  @media only screen and (max-width: 480px) {
    header.headerRos {
      /*margin-bottom: 10px;*/ } }

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

/* v20181228 */
.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: 40px;
      height: 60px;
      line-height: 80px;
      background-color: #eaeaea;
      color: #242424;
      font-size: 18px;
      font-weight: 600; }
      .defaultPagination li a:hover {
        background-color: #dadada;
        color: #000; }
      .defaultPagination li a.active {
        background-color: #6b0807;
        color: #fff; }
        .defaultPagination li a.active:hover {
          cursor: default; }
      @media only screen and (max-width: 400px) {
        .defaultPagination li a {
          width: 36px; } }
  .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; } }

/* v20181228 */
.mainHeadline {
  margin-top: 10px; }
  .mainHeadline .loaderWrapper {
    background-color: #f5f5f5;
    background-image: url(/atardeesua/resources/img/puff.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px; }
  .mainHeadline .headlineWrapper {
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    width: 100%;
    height: 600px; }
    @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: 100%; } }
    .mainHeadline .headlineWrapper:before {
      content: " ";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(290deg, #5c0505 0%, #5c0505 0%, rgba(92, 5, 5, 0) 37%, rgba(92, 5, 5, 0) 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c0505), color-stop(0%, #5c0505), color-stop(37%, rgba(92, 5, 5, 0)), color-stop(100%, rgba(92, 5, 5, 0)));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(290deg, #5c0505 0%, #5c0505 0%, rgba(92, 5, 5, 0) 37%, rgba(92, 5, 5, 0) 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(290deg, #5c0505 0%, #5c0505 0%, rgba(92, 5, 5, 0) 37%, rgba(92, 5, 5, 0) 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(290deg, #5c0505 0%, #5c0505 0%, rgba(92, 5, 5, 0) 37%, rgba(92, 5, 5, 0) 100%);
      /* ie10+ */
      background: linear-gradient(160deg, #5c0505 0%, #5c0505 0%, rgba(92, 5, 5, 0) 37%, rgba(92, 5, 5, 0) 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0505', endColorstr='#5c0505',GradientType=0 );
      /* ie6-9 */
      /*
      background: rgba(207,95,140,1);
      background: -moz-linear-gradient(top, rgba(207,95,140,1) 0%, rgba(207,95,140,0) 45%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,95,140,1)), color-stop(45%, rgba(207,95,140,0)));
      background: -webkit-linear-gradient(top, rgba(207,95,140,1) 0%, rgba(207,95,140,0) 45%);
      background: -o-linear-gradient(top, rgba(207,95,140,1) 0%, rgba(207,95,140,0) 45%);
      background: -ms-linear-gradient(top, rgba(207,95,140,1) 0%, rgba(207,95,140,0) 45%);
      background: linear-gradient(to bottom, rgba(207,95,140,1) 0%, rgba(207,95,140,0) 45%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5f8c', endColorstr='#cf5f8c', GradientType=0 );
      */
      /*background: -moz-linear-gradient(top,  rgba(255,215,162,1) 0%, rgba(255,215,162,0) 45%);
      background: -webkit-linear-gradient(top,  rgba(255,215,162,1) 0%,rgba(255,215,162,0) 45%);
      background: linear-gradient(to bottom,  rgba(255,215,162,1) 0%,rgba(255,215,162,0) 45%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7a2', endColorstr='#00ffd7a2',GradientType=0 );*/ }
    .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%, rgba(36,36,36,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(36,36,36,0)), color-stop(100%, rgba(36,36,36,1)));
      background: -webkit-linear-gradient(top, rgba(36,36,36,0) 55%, rgba(36,36,36,1) 100%);
      background: -o-linear-gradient(top, rgba(36,36,36,0) 55%, rgba(36,36,36,1) 100%);
      background: -ms-linear-gradient(top, rgba(36,36,36,0) 55%, rgba(36,36,36,1) 100%);
      background: linear-gradient(to bottom, rgba(36,36,36,0) 55%, rgba(36,36,36,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#242424', GradientType=0 );
      */
      background: -moz-linear-gradient(top, rgba(128, 111, 104, 0) 55%, #806f68 100%);
      background: -webkit-linear-gradient(top, rgba(128, 111, 104, 0) 55%, #806f68 100%);
      background: linear-gradient(to bottom, rgba(128, 111, 104, 0) 55%, #806f68 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00806f68', endColorstr='#806f68',GradientType=0 ); }
    .mainHeadline .headlineWrapper .textWrapper {
      position: absolute;
      left: 100px;
      bottom: 40px;
      right: 120px;
      z-index: 2;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 980px) {
        .mainHeadline .headlineWrapper .textWrapper {
          left: 5vw;
          bottom: 5vw;
          right: 5vw; } }
      .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: top right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f0f0f0; }
  @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: #f1f1f1;
    background: -moz-linear-gradient(25deg, #f1f1f1 55%, rgba(241, 241, 241, 0) 80%);
    background: -webkit-gradient(25deg, color-stop(55%, #f1f1f1), color-stop(80%, rgba(241, 241, 241, 0)));
    background: -webkit-linear-gradient(25deg, #f1f1f1 55%, rgba(241, 241, 241, 0) 80%);
    background: -o-linear-gradient(25deg, #f1f1f1 55%, rgba(241, 241, 241, 0) 80%);
    background: -ms-linear-gradient(25deg, #f1f1f1 55%, rgba(241, 241, 241, 0) 80%);
    background: linear-gradient(25deg, #f1f1f1 55%, rgba(241, 241, 241, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=1 ); }
  .mainFeaturedWrapper .mainFeatured {
    position: absolute;
    z-index: 2;
    bottom: 0; }
    .mainFeaturedWrapper .mainFeatured a {
      color: #007eff; }
      .mainFeaturedWrapper .mainFeatured a:hover {
        text-decoration: underline; }
    .mainFeaturedWrapper .mainFeatured .mainTitle {
      margin: 0 20px;
      font-size: 22px;
      font-weight: 800;
      text-transform: uppercase;
      color: #6b0807;
      max-width: 65%; }
    .mainFeaturedWrapper .mainFeatured .mainText {
      margin: 20px;
      font-size: 16px;
      font-weight: 600;
      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; }
    .liveEp a:hover {
      opacity: .5; }
  .liveEp .pictureWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    background-color: #111;
    background-image: url(/atardeesua/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: #eaeaea;
      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(/atardeesua/resources/img/audio.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px; }

.reverList .item {
  background-color: #f5f5f5;
  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; }
    .reverList .item a:hover {
      opacity: .5; }
  .reverList .item .pictureWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 280px; }
    @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 div {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #666666;
      margin: 20px; }
    .reverList .item .textWrapper div {
      font-size: 22px;
      font-weight: 700;
      color: #242424;
      margin: 20px; }
  .reverList .item .icon-play {
    display: none; }
.reverList .item + .item {
  margin: 6px 0; }
.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 */
