#loadingNewsContainer {
	display: none;
	height: 80px;
	background-image: url("/assets/stream/1/latest/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 80px;
}

#noMoreNews {
	display: none;
	height: 50px;
}

#noMoreNews a {
	border: none;
}

#loadingMoreNews {
	display: none;
	height: 50px;
}

.newsDivContainer {
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	margin: 0 0 15px 0;
}

.newsDivContainer:not(.newsDivDetail) .newsDivDate {
	margin: 15px 0 0 0;
}

.newsDivContainer .newsDivImage,
.newsDivContainer .newsDivImageCont {
	width: 100%;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 8px 2px #c7c7c7;
	-webkit-box-shadow: 0 0 8px 2px #c7c7c7;
	box-shadow: 0 0 8px 2px #c7c7c7;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.newsDivContainer .newsDivImageCont {
	height: 130px;
}

.newsDivContainer.newsDivDetail .newsDivImage img {
	visibility: hidden;
}

.newsDivContainer .newsDivImageSmall,
.newsDivContainer .newsDivImageContSmall {
	width: 48%;
	float: left;
	height: 125px;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 8px 2px #c7c7c7;
	-webkit-box-shadow: 0 0 8px 2px #c7c7c7;
	box-shadow: 0 0 8px 2px #c7c7c7;
	background-size: cover;
	overflow: hidden;	
}
.newsDivContainer .newsDivImageContSmall {
	height: 75px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.newsDivContainer .newsDivImageSmall {
		height: 100px;
	}
}

.newsDivImageDetailPano {
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 8px 2px #c7c7c7;
	-webkit-box-shadow: 0 0 8px 2px #c7c7c7;
	box-shadow: 0 0 8px 2px #c7c7c7;
}
.newsDivImageDetailPano > a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.newsDivImageSmallDivider {
	width: 4%;
	float: left;
}

.newsDivTitle {
	font-size: 18px;
}

@media (max-width: 767px) {
	.newsDivImageMobileNotpanorama {
		height: 125px;
		border: 3px solid #ffffff;
		-moz-box-shadow: 0 0 8px 2px #c7c7c7;
		-webkit-box-shadow: 0 0 8px 2px #c7c7c7;
		box-shadow: 0 0 8px 2px #c7c7c7;
		background-size: cover;
		background-position: center center;
		margin: 0 0 15px 0;
	}
}

.newsDivImageFloatright {
	float: right;
	width: 30%;
	margin: 0 0 15px 30px !important;
}

.newsDivContainerQuote {
	background-color: #e6e6e6;
	cursor: auto;
}

.newsDivContainerQuote .newsDivTitle {
	text-align: center;
}

.newsDivContainerQuoteImage {
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}

.newsDivContainerQuoteImage .newsDivTitle {
	text-align: center;
}

.newsDivContainerQuoteImage .newsDivTitle {
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin: 0 -15px 0 -15px;
}

.newsDivContainerArticle .newsDivDate,
.newsDivContainerArticle .newsDivTitle,
.newsDivContainerArticle .newsDivImageContSmall,
.newsDivContainerArticle .newsDivImageCont,
.newsDivContainerArticle .newsDivImage,
.newsDivContainerArticle .newsDivIntro,
.newsDivContainerArticle .newsDivText,
.newsDivContainerArticle .newsDivImageDetailPano {
	margin: 0 0 15px 0;
} 

.newsDivContainerArticle .newsDivDate, .newsDivContainerArticle .newsDivText {
	font-size: 12px;
}

.newsDivDetail {
	cursor: auto;
}

.newsDivGalleryImage {
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	margin: 0 0 30px 0;
    border: 3px solid #ffffff;
    -moz-box-shadow: 0 0 8px 2px #c7c7c7;
    -webkit-box-shadow: 0 0 8px 2px #c7c7c7;
    box-shadow: 0 0 8px 2px #c7c7c7;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.newsDivGalleryImage img {
	display: none;
}

.tagDivNews {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin: 0 0 15px 0;
}

.newsDivImageReadingTime {
	display: none;
}

.newsDivImageReadingTime p:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f017";
	font-weight: 300;
}

.zl_stream_tags a {
	margin-right: 10px;
}
.zl_stream_tags a.zl_stream_tag_active {
	font-weight: bold;
}
a.zl_stream_tag_all {
	margin-right: 20px;
}


.zl_stream_detail_sfeer_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15rem;
	overflow: hidden;
}
.zl_stream_detail_sfeer {
	position: absolute;
	left: -15px;
	top: -15px;
	width: calc(100% + 30px);
	height: calc(15rem + 30px);
	background-position: center;
	background-size: cover;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	z-index: 0;
	overflow: hidden;
	padding: 30px;
	border-radius: 0;
}
.zl_stream_detail {
	margin-top: 3rem;
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 0px 10px 6px rgba(149,157,165,.2);
	border: 1px solid #d7d7d7;
	padding: calc( var(--bs-gutter-x) * .5);
}
.zl_stream_detail_image {
	background-position: center;
	background-size: cover;
	height: 350px;
	position: relative;
	width: calc(100% + (2*var(--bs-gutter-x) * .5) + 2px);
	margin-top: calc((var(--bs-gutter-x) * .5) - (var(--bs-gutter-x) * .5 *2 + 1px));
	margin-left: calc((var(--bs-gutter-x) * .5) - (var(--bs-gutter-x) * .5 *2 + 1px));
}
.zl_stream_detail > .row {
	position: relative;
	z-index: 3;
}
.zl_stream_detail:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 33.33333333%;
	z-index: 2;
	right: 0;
	bottom: 0;
	background-color: #f6f6f6;
}
@media (max-width: 991px) {
	.zl_stream_detail:before {
		width: 100%;
	}
}
.zl_stream_detail:after {
	content: "";
	position: absolute;
	height: 225px;
	z-index: 2;
	left: -12px;
	bottom: -20px;
	width: calc(100% + 24px);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.zl_stream_detail_text {
	position: relative;
	padding: 25px;
	background-color: #fff;
	transform: translateY(-5rem);
}
.zl_stream_detail_text_intro p {
	font-size: 1.3rem;
}
.zl_stream_detail_info {
	position: absolute;
	top: -30px;
	right: 0;
	background-color: black;
	color: #fff;
	padding: 5px;
	font-size: small;
}
.zl_stream_detail_info_readtime {
	padding-left: 10px;
}
.zl_stream_detail_social a {
	width: 42px;
	height: 42px;
	text-align: center;
	display: inline-block;
	border: 2px solid #3f3f3f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 5px;
	background-size: 45%;
}
@media (min-width: 992px) and (max-width: 1399px) {
	.zl_stream_detail_social a {
		width: 52px;
		height: 52px;
	}
}
@media (min-width: 1400px) {
	.zl_stream_detail_social a {
		width: 64px;
		height: 64px;
	}
}

.zl_stream_detail_tags .h4 {
	margin: 0;
}
.zl_stream_detail_tags p {
	font-size: .75em;
	margin: 0;
}
.zl_stream_detail_tags a {
	display: inline-block;
	color: #3f3f3f !important;
	font-weight: normal !important;
	padding: 8px 15px;
	font-size: .75em;
	border: 1px solid #3f3f3f;
	border-radius: 15px;
	margin: 3px;
}
.zl_stream_detail_right {
	padding: 1.25rem;
}
@media (max-width: 767px) {
	.zl_stream_detail_right {
		transform: translateY(-4rem);
	}
}