.stream .stream__loader, .stream .stream__add {
    color: #ffffff;
    background: #96bcdc;
    font-weight: bold;
    font-size: 17px;
    padding: 0 15px 0 30px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stream .stream__loader b {
    display: block;
    font-size: 30px;
}

.stream .stream__loader {
    background: #e27200;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding: 0 5px;
    align-items: center;
    text-align: center;
}

.stream-empty {
    background: #96bcdc;
    font-weight: bold;
    font-size: 20px;
    height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff !important;
    text-align: center;
}

.stream-empty:hover, .stream .stream__add:hover {
    background: #b8d8ea;
}


.stream-empty::before, .stream .stream__add::before {
    content: '';
    width: 100%;
    margin-bottom: 20px;
    height: 70px;
    background: url(/images/hotelsvisor/add-video.svg) left /contain no-repeat;
}

.stream-empty::before {
    height: 70px;
    margin: 0 20px 0 0;
    width: 70px;
}

.stream {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.stream .stream__webinar {
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-weight: bold;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
}


.stream .stream__item:hover .stream__icon {
    color: #ffffff;
}

.stream .stream__item .stream__icon {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    border-radius: 2px 2px 0 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
}

.stream .stream__video:hover {
    background: transparent;
}

.stream img {
    cursor: pointer;
}

.stream .stream__video {
    position: absolute;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    height: 100%;
    z-index: 2;
}

.stream .stream__time {
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    border-radius: 3px;
    right: 5px;
    bottom: 5px;
}


.stream .stream__item {
    position: absolute;
}

.stream .stream__bottom .hint {
    width: 221px
}

html body .page .stream .caption {
    display: none !important;
}

.stream .stream__item:hover .stream__bottom {
    opacity: 1;
}

.stream .stream__bottom {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #e5e5e5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stream .stream__cat:hover {
    color: #318cc6;
}

.stream .stream__cat {
    color: #475669;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.stream .stream__bottom .bth__ava-square {
    width: 15px;
    height: 15px;
}

.stream .stream__bottom > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.stream .stream__loader:hover {
    background: #e27c36;
}

.stream .stream__loader .bth__loader-spin {
    display: block !important;
    text-align: center;
    width: 100%;
    margin: 0;
}

.stream .stream__loader .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.lsfw-filter__detail-drop .show-1199 {
    display: none;
}

.stream-paginator:hover {
    background: #e27c36;
}

.stream-paginator {
    font-weight: bold;
    color: #ffffff !important;
    font-size: 18px;
    background: #ff8e41;
    display: block;
    text-transform: uppercase;
    line-height: 80px;
    border-radius: 2px;
    margin-top: 40px;
    padding-left: 40px;
    width: 500px;
}

.stream-paginator .bth__loader-spin {
    display: inline-block !important;
}

.stream-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

@media screen and (max-width: 767px) {
    .lsfw-filter__detail-drop .hide-1199 {
        display: none;
    }

    .stream .stream__add::before {
        height: 30px;
        margin-bottom: 10px;
        background-position: center;
    }

    .stream .stream__loader, .stream .stream__add {
        font-size: 10px;
        padding-left: 5px;
        align-items: center;
        text-align: center;
        padding-right: 5px;
    }

    .lsfw-filter__detail-drop .show-1199 {
        display: inline-block;
    }

    .stream-paginator {
        line-height: 50px;
        font-size: 13px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .stream .stream__item .stream__icon {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.91);
    }

    .stream {
        width: calc(100% + 2px);
        margin-left: -1px;
    }

    .stream .stream__loader b {
        font-size: 14px;
    }

    .stream .stream__time {
        line-height: 13px;
        font-size: 8px;
    }

}
