.livestreamBlock {
  width: 100%;
  position: relative;
  margin: 100px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.livestreamBlock.aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.livestreamBlock .contentWrapper {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
.livestreamBlock .backgroundImage {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: calc(100% - 180px);
  right: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: center center;
}
.livestreamBlock .backgroundImage.lazy {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: none !important;
  background-color: #bb3d42;
}
.livestreamBlock .background {
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 220px;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #ffffff;
  -webkit-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
  transition: transform 0.3s 0.3s, left 0.3s 0.3s, width 0.3s 0.3s;
}
.livestreamBlock .background:after {
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 5px;
  right: -1px;
  background: #f90000;
}
.livestreamBlock .content {
  /*        .absolute();*/
  position: relative;
  padding: 20px 40px;
  width: 220px;
  color: #191919;
}
.livestreamBlock .content .liveHeader {
  height: 32px;
}
.livestreamBlock .content .liveHeader .liveButton {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(249, 0, 0, 0.6);
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.livestreamBlock .content .liveHeader .liveButton:before {
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -moz-transform: translate(-50%, -50%) rotate(-30deg);
  -o-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  background: #d95656;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d95656), color-stop(1, #ff6f6f));
  background: -ms-linear-gradient(left, #d95656, #ff6f6f);
  background: -moz-linear-gradient(left, #d95656 0%, #ff6f6f 100%);
  background: -o-linear-gradient(#ff6f6f, #d95656);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f6f', endColorstr='#d95656', GradientType=0);
  border-radius: 50%;
}
.livestreamBlock .content .liveHeader .liveButton:after {
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 13px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -moz-transform: translate(-50%, -50%) rotate(-30deg);
  -o-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  background: #ae0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ae0000), color-stop(1, #ff0000));
  background: -ms-linear-gradient(left, #ae0000, #ff0000);
  background: -moz-linear-gradient(left, #ae0000 0%, #ff0000 100%);
  background: -o-linear-gradient(#ff0000, #ae0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ae0000', GradientType=0);
  border-radius: 50%;
}
.livestreamBlock .content .liveHeader .liveTitle {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 26px);
  font-size: 12px;
}
.livestreamBlock .content .title {
  margin-top: 5px;
  color: #bb3d42;
}
.livestreamBlock .content .time {
  margin-bottom: 5px;
}
.livestreamBlock .content .time.live {
  color: #f90000;
}
.livestreamBlock .content .links a {
  color: #191919;
}
@media all and (max-width: 767px) {
  .livestreamBlock .content {
    padding-left: 0;
  }
}
