.video-container .wrapper {
    position: relative;
}

/* Video Progress & Status */
#video-progress {
    width: 0%;
    height: 2px;
    background-color: #EF4136;
    transition: width .4s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#video-status {
    font-size: 14px;
    padding: 1px 3px 3px;
}
#video-status ul {
    margin: 0;
}
#video-status code {
	background: transparent;
    font-size: 14px;
    font-weight: bolder;
}
#video-status .fal {
    margin-right: 5px;
}

/* Video Information */
.video-information {
	font-size: 16px;
	margin: 2px 0 0;
    -webkit-backface-visibility: hidden;
}
.video-information .video-statistics {
    font-weight: 500;
    padding: 6px 3px 6px 7px;
}
.video-information .video-statistics span {
    padding: 3px;
}
.video-information .video-statistics a {
    padding: 3px;
    text-decoration: none;
}
.video-information .video-statistics .video-like {
    margin: 3px 8px;
    color: #30A247;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}
.video-information .video-statistics .video-like.active {
    border: 2px solid #30A247;
}
.video-information .video-statistics .video-dislike {
    margin: 3px 5px;
    color: #EF4136;
    border-radius: 4px;
    border: 2px solid transparent;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}
.video-information .video-statistics .video-dislike.active {
    border: 2px solid #EF4136;
}
.video-information .video-actions {
    position: relative;
}
.video-information .video-actions .action-list {
    position: relative;
    z-index: 20;
    padding: 6px 0 6px 3px;
	cursor: pointer;
}
.video-information .video-actions .action-list .remove {
    color: #30A247;
}.video-information .video-actions .action-list a,
.video-information .video-actions .action-list span {
    padding: 8px 5px 9px;
}
.video-information .video-actions .action-list a:hover {
    color: #EF4136;
}
.video-information .video-actions .fa-usd-circle {

}
.video-information .video-actions .sharing-drop {
	transition:all 0.2s ease 0.1s;
}
.video-information .video-actions .sharing-drop-open {
    background: #EF4136;
}
.video-information .video-actions .action-list .sharing-drop-open,
.video-information .video-actions .action-list .sharing-drop-open:hover {
    color: white;
}
.video-information .video-actions .sharing-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 10;
    padding: 6px 7px 6px 0;
    background: #EF4136;
	cursor: pointer;
	transition:all 0.3s ease 0s;
}
.video-information .video-actions .sharing-bar a {
    color: white;
    padding: 8px 5px;
}
.video-information .video-actions .sharing-bar-open {
	top: 100%;
}

/* Video Share Modal */
.video-share-details {
    margin: 0 0 10px;
    word-wrap: break-word;
    height: auto;
}

/* Video Detail */
.video-detail-text {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video-detail-text span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #EF4136;
    font-size: 12px;
}
.video-detail-text span:hover {
    cursor: pointer;
}
.video-detail-text {
	padding: 10px 0px 20px;
    -webkit-backface-visibility: hidden;
}
.video-detail-text p {
	margin-bottom: 20px;
	line-height: 1.7em;
}
.video-detail-text p:last-child {
	margin-bottom: 0px;
}
.video-detail-list {
    padding: 5px 0;
    -webkit-backface-visibility: hidden;
}
.video-detail-list tr td:first-child {
    width: 80px;
}
.video-author {
    margin-left: 0;
}
.video-publish-date {
    margin: 5px 0;
    font-size: 10px;
}
.video-no-discussion {
    margin: 10px 0;
    padding: 15px 0 10px;
    text-align: center;
    font-weight: bold;
}

/* RCAD Container */
.rcad-container {
    position: relative;
    padding-bottom: 20px;
}
.rcad-container .rcad-label {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 10px;
    cursor: pointer;
}
.rcad-container .rcad-label:hover {
    color: #EF4136;
}

/* RCAD Item */
.rcad-item {
    position: relative;
    background-color: white;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	max-height: 240px;
	overflow: hidden;
}
.rcad-item-shadow {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	width: 110%;
	min-height: 70%;
	left: 0;
	bottom: -2px;
	z-index: 1;
}
.rcad-item .rcad-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px;
    z-index: 20;
}
.rcad-item .rcad-item-headline {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    display: -webkit-box;
    min-height: 1em;
    max-height: 3em;
    line-height: 1em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rcad-item .rcad-item-brand {
    text-align: left;
    font-size: 12px;
    margin: 0;
    display: block;
    display: -webkit-box;
    min-height: 1em;
    max-height: 1em;
    line-height: 1em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Autoplay overlay */
#autoplay-details {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: 290px;
    height: 160px;
    margin: -80px 0 0 -145px;
    border-radius: 10px;
    background: #211F22;
    opacity: 0.9;
}
#autoplay-details .title {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bolder;
}
#autoplay-details .dismiss {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#autoplay-details .timer {
    position: absolute;
    top: 45px;
    left: 110px;
    z-index: 40;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #211F22;
}
#autoplay-details .timer .pie {
    position: absolute;
    width: 50%;
    height: 100%;
    border: 5px solid #EF4136;
    background: inherit;
}
#autoplay-details .timer .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 60;
    background: transparent;
    animation-name: autoplay-spinner;
    animation-timing-function: linear;
    animation-direction: reverse;
}
#autoplay-details .timer .spinner .pie {
    border-right: none;
    border-radius: 35px 0 0 35px;
}
#autoplay-details .timer .filler {
    left: 50%;
    z-index: 80;
    border-radius: 0 35px 35px 0;
    border-left: none;
    opacity: 0;
    animation-name: autoplay-filler;
    animation-timing-function: steps(1, end);
}
#autoplay-details .timer .mask {
    position: absolute;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: inherit;
    opacity: 1;
    animation-name: autoplay-mask;
    animation-timing-function: steps(1, end);
}
#autoplay-details .animate {
    animation-duration: 5s;
}
@keyframes autoplay-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes autoplay-filler {
    0%        { opacity: 1; }
    50%, 100% { opacity: 0; }
}
@keyframes autoplay-mask {
    0%        { opacity: 0; }
    50%, 100% { opacity: 1; }
}

/* Video Player */
@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

:root { --primary-color: #d82727; --primary-rgba: rgba(216, 39, 39, 1); }

.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{
    background:var(--primary-color);
}
.plyr__control--overlaid{
    background:var(--primary-rgba);
}
.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{
    background:var(--primary-color)
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,.plyr--video .plyr__controls .plyr__control:hover,.plyr--video .plyr__controls .plyr__control[aria-expanded=true]{
    background:var(--primary-color);
}
.plyr__menu__container label.plyr__control input[type=radio]:checked+span{
    background:var(--primary-color)
}
.plyr--full-ui input[type=range]{
    color:var(--primary-color);
}
.plyr__control.plyr__tab-focus{
    box-shadow:0 0 0 3px var(--primary-rgba);
}
.plyr__control--overlaid{
    background:var(--primary-rgba);
}
.plyr__menu__container label.plyr__control input[type=radio]:focus+span{
    box-shadow:0 0 0 3px var(--primary-rgba);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{
    box-shadow:0 0 0 3px var(--primary-rgba);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{
    box-shadow:0 0 0 3px var(--primary-rgba);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{
    box-shadow:0 0 0 3px var(--primary-rgba);
}

.sidebar-advert {
	z-index:-100000000;
	margin-bottom: 15px;
}
