.live-news__wrapper .live-news__wrapper__show__live {
  position: fixed;
  color: #fff;
  text-transform: uppercase;
  right: 20px;
  bottom: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  padding: 4px 10px; }
.live-news__wrapper .live-news {
  position: relative;
  -webkit-transition: opacity, visibility 0.2s ease;
  -moz-transition: opacity, visibility 0.2s ease;
  -o-transition: opacity, visibility 0.2s ease;
  -ms-transition: opacity, visibility 0.2s ease;
  transition: opacity, visibility 0.2s ease; }
  .live-news__wrapper .live-news__label {
    color: #fff;
    background: #cf1a43;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 3px 11px 2px 11px;
    background: linear-gradient(to top, #6f071e, #cf1a43); }
  .live-news__wrapper .live-news__inside {
    background: #000;
    color: #fff; }
    .live-news__wrapper .live-news__inside__live-record {
      height: 222px !important;
      padding: 12px 13px 0 13px;
      background: url(/profiles/portal/themes/purple/images/live-record/live-tv.png) no-repeat;
      background-size: 100%; }
      .live-news__wrapper .live-news__inside__live-record img {
        height: 100%;
        width: 100%; }
      .live-news__wrapper .live-news__inside__live-record iframe {
        width: 100%;
        height: 100%; }
    .live-news__wrapper .live-news__inside__control {
      padding: 0 13px;
      font-size: 16px;
      overflow: auto; }
      .live-news__wrapper .live-news__inside__control__description {
        margin: 0 0 15px 0;
        font-size: 14px;
        padding: 5px 8px 3px 8px;
        background: url(/profiles/portal/themes/purple/images/live-record/control_description.jpg) repeat-x;
        box-sizing: border-box;
        min-height: 22px;
        background-size: 2px 100%;
        padding: 0px 8px 4px 8px;
        min-height: 0px; }
.live-news__wrapper.scroll.show_animate .live-news {
  right: 20px; }
.live-news__wrapper.scroll .live-news {
  right: -400px;
  -webkit-transition: opacity, transform, visibility, right 0.2s ease;
  -moz-transition: opacity, transform, visibility, right 0.2s ease;
  -o-transition: opacity, transform, visibility, right 0.2s ease;
  -ms-transition: opacity, transform, visibility, right 0.2s ease;
  transition: opacity, transform, visibility, right 0.2s ease;
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  width: 330px;
  height: 204px;
  box-sizing: border-box;
  background: #e9e9e9;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35); }
  .live-news__wrapper.scroll .live-news__close {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 26px;
    height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .live-news__wrapper.scroll .live-news__close:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("/profiles/portal/themes/purple/images/SVG/icon_live_close.svg") no-repeat;
      background-position: center;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden; }
    .live-news__wrapper.scroll .live-news__close:after {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("/profiles/portal/themes/purple/images/SVG/icon_live_close_gray.svg") no-repeat;
      background-position: center;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .live-news__wrapper.scroll .live-news__close:hover {
      background: #65319c; }
      .live-news__wrapper.scroll .live-news__close:hover:before {
        opacity: 1;
        visibility: visible; }
      .live-news__wrapper.scroll .live-news__close:hover:after {
        opacity: 0;
        visibility: hidden; }
  .live-news__wrapper.scroll .live-news .live-news__inside__live-record {
    height: 173px !important; }
.live-news__wrapper.scroll.hide-block .live-news__wrapper__show__live {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(to top, #6f071e, #cf1a43);
  border-radius: 4px; }
  .live-news__wrapper.scroll.hide-block .live-news__wrapper__show__live:hover {
    background: #65319c; }
.live-news__wrapper.scroll.hide-block .live-news {
  opacity: 0;
  visibility: hidden; }

.article_page .live-news__wrapper {
  margin: 0 0 20px 0; }
  .article_page .live-news__wrapper .live-news__inside__live-record {
    height: 161px; }

@media (min-width: 700px) and (max-width: 1135px) {
  .live-news__wrapper .live-news__inside__live-record {
    height: 155px !important; }

  .video-js .vjs-big-play-button {
    height: 110px !important;
    width: 110px !important;
    margin-left: -55px !important;
    margin-top: -55px !important; }
    .video-js .vjs-big-play-button:before {
      padding-top: 8px !important;
      font-size: 70pt !important; } }
@media (max-width: 767px) {
  .live-news__wrapper .live-news__wrapper__show__live {
    right: 10px;
    bottom: 10px; }
  .live-news__wrapper.scroll {
    display: block !important; }
    .live-news__wrapper.scroll .live-news {
      right: 10px;
      bottom: 10px;
      width: 160px;
      height: 90px;
      margin: 0 !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
      .live-news__wrapper.scroll .live-news .live-news__inside__live-record {
        height: 90px !important; }
      .live-news__wrapper.scroll .live-news__inside__control {
        display: none !important; } }
