.liveTimeline {
	margin-bottom: 24px;
	border-bottom: 2px solid #9B9B9B;
}
.liveTimeline__head {
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
	border-bottom: 2px solid #D8D8D8;
}
.liveTimeline__headTitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	vertical-align: middle;
	color: #333;
} 
.liveTimeline__blink {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-color: #D0021B;
	margin-right: 8px;
	animation-name: blink;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	border-radius: 50%;
}
.liveTimeline__title {
	margin-bottom: 8px;
}
.liveTimeline__title p {
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	text-align: center;
	color: #333;
}
.liveTime__timeline {
	padding-bottom: 16px;
}
.liveTime__timelineColumn p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: 700;
}
.liveTime__timelineColumn--Time {
	margin-bottom: 8px;
}
.liveTime__timelineText,
.liveTime__timelineText p {
	font-size: 18px;
    line-height: 27px;
	color: #333;
	font-weight: 400;
}
.liveTime__timelineText p img {
	width: 100%;
	height: auto;
}
.liveTime__timelineText iframe {
	width: 100%;
}
/*animation*/
@keyframes blink {
	50% {
    opacity: 0;
  }
}

/*live*/
.liveTime__timeline p span {
    font-size: 20px;
}
.liveTime__timeline h2 {
    font-size: 18px;
    margin-left: 0;
    font-weight: 500;
}
.liveTime__timeline h3{
	font-size: 20px;
    margin-left: 0;
    font-weight: 500;
}
.liveTime__timeline h6 {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-left: 0;
	line-height: 24px;
}
.live-label-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
	align-items: center;
}
.live-label-wrapper .live-label__text {
    font-size: 20px;
    font-weight: 600;
    margin-left: 16px;
}
span.live-label__indicator {
    background: #C91C1F;
    width: 16px;
    height: 16px;
    border-radius: 100%;
	transform: scale(1);
  	animation: pulse-red 2s infinite;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
@keyframes pulse-red {
	0% {
	  transform: scale(0.95);
	  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
	  transform: scale(1);
	  box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
	  transform: scale(0.95);
	  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
  }
  .liveTimeline .liveTimeline__article-photo-wrapper a img {
    width: 100%;
}
.liveTimeline .liveTimeline__article-text-wrapper {
    border: 1px dashed #222222;
    position: relative;
    bottom: 14px;
    padding: 8px;
}
.liveTimeline .liveTimeline__article-text-wrapper a {
	color: var(--color-main);
}
.liveTimeline .gl_plugin.galleries {
	max-width: 100% !important;
    margin-left: 0 !important;
}
.liveTimeline .lead-gallery .lead-gallery-more {
    right: 16px;
    bottom: 16px;
}
.liveTimeline .lead-gallery-more a span {
    display: block !important;
	font-size: 10px !important;
}
.liveTimeline .lead-gallery-more a {
	text-align: center;
	font-size: 0 !important;
}
.liveTimeline .liveTimeline__article-wrapper {
    padding-left: 16px;
}