#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;
}

.zl_stream_grid_container {
    max-width: 1000px;
    margin: 0 auto;
}
.zl_stream_grid {
    box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    z-index: 1;
    padding: 20px;
    /*width: calc((100% - 60px) / 3);*/
    width: calc((100% - 30px) / 2);
    margin: 15px 0;
    position: relative;
}
.zl_stream_grid.zl_stream_grid_haslink:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
    .zl_stream_grid {
        width: 100%;
        margin: 15px 0;
    }
}
.zl_stream_grid_text_cuttoff {
    height: 125px;
    overflow: hidden;
    position: relative;
}
.zl_stream_grid_text_cuttoff_showmore {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
.zl_stream_grid_text_cuttoff_showmore:hover {
    opacity: 1;
    color: black;
}

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

.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_grid {
    box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
}

.zl_stream_fixedcol {
    margin: .625rem 0;
    border: 1px solid #d7d7d7;
}
.zl_stream_fixedcol.zl_stream_fixedcol_haslink:hover {
    cursor: pointer;
}
@media (min-width: 768px) {
    .zl_stream_fixedcol_title {
        height: 45px;
        overflow: hidden;
    }
}
.zl_stream_fixedcol_content {
    padding: 25px;
}
@media (min-width: 0px) {
    .zl_stream_fixedcol_image {
        height: 195px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
}
@media (min-width: 575px) {
    .zl_stream_fixedcol_image {
        height: 289px;
    }
}
@media (min-width: 768px) {
    .zl_stream_fixedcol_image {
        height: 186px;
    }
}
@media (min-width: 992px) {
    .zl_stream_fixedcol_image {
        height: 164px;
    }
}
@media (min-width: 1200px) {
    .zl_stream_fixedcol_image {
        height: 200px;
    }
}
@media (min-width: 1400px) {
    .zl_stream_fixedcol_image {
        height: 232px;
    }
}

.zl_stream_fixedcol_image_title {
    position: absolute;
    background-color: black;
    color: #fff;
    padding: 5px;
    font-size: .75rem;
    bottom: 15px;
}
.zl_stream_fixedcol_text {
    height: 90px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.zl_stream_set li {
    font-size: .85rem !important;
    margin: 0 !important;
    padding: .5rem 0 !important;
    list-style-type: none;
    position: relative;
}
.zl_stream_set li:before {
    content: "\f058";
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    transform: translateX(-20px);
}
.zl_stream_set li:not(:first-child) {
    border-top: 1px solid #d7d7d7;
}
.zl_stream_set li span {
    display: inline-block;
}
.zl_stream_set li span:first-child {
    font-weight: bold;
    padding-right: 5px;
}


.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_noimage .zl_stream_detail_text {
    transform: translateY(0);
}
.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_noimage .zl_stream_detail_info {
    top: -12px;
    right: -12px;
}
.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);
    }
}