span.selected a {
    background-color: rgba(0,0,0,0.2);
}
/* Loading... */
.muvipro-player-loading {
	min-height: 50px;
}
.muvipro-player-loading:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 11;
}
.muvipro-player-loading:after {
	content: "";
	margin: 0 auto 0 auto;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1em;
	margin-left: -1em;
	z-index: 12;
	text-indent: -9999em;
	border-top: 0.4em solid rgba(0, 0, 0, 0.2);
	border-right: 0.4em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
	border-left: 0.4em solid #000;
	-webkit-animation: load8 0.5s infinite linear;
	animation: load8 0.5s infinite linear;
	border-radius: 50%;
	width: 2em;
	height: 2em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tab-content-ajax.selected {
    display: block;
}
.tab-content-ajax {
    display: none;
}

    #skip-ads {
        position: absolute;
        bottom: 50px;
        right: 0;
        background: #000;
        color: #fff;
        padding: 10px;
        border: 1px solid #999;
        border-right: none;
        z-index: 3;
        display: none;
        font-size: 18px;
    }

    #overlay {
        position: absolute;
        ;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: none;
    }

    #player-lux {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 1;
    }

    .player-poster {
        background-size: contain !important;
    }