* {
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: #000;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

/* MISC */
*:link,*:visited,*:hover,*:active,*:focus {
	transition: color .20s linear, background-color .20s linear, opacity
		.20s linear, border-color .20s linear;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #33389e;
}

img {
	border: none;
}

.mobile {
	display: none;
}

.notmobile {
	display: block;
}


.video-js, .vjs-tech, .vjs-poster, video {
	width: 100% !important;
	height: 100% !important;
}

.vjs-poster{
	z-index: -1;
}

.video-js {
	background: #fff;
}

/* Remove button outline */
.video-js *:focus {
    outline: none;
}
.video-js .vjs-button:hover {
    text-shadow: 0 0 1em rgba(255,255,255,0.5),0 0 1em rgba(255,255,255,0.5),0 0 1em rgba(255,255,255,0.5);
}
.video-js .vjs-button img:hover {
    filter: drop-shadow(2px 2px 3px rgba(255,255,255,1));
}
        
.vjs-menu li{
    text-transform: none;
}

.vjs-icon-hd:before{
    font-size: 1em;
    line-height: 1.67;
}


#player_container {
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

#player_container .novideos {
    color:#fff;
    margin: 5%;
    padding: 5px;
    font-size: 24px;
    background:#000;
    background:rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
}

#player_container .video-js {
	background: #000;
}

#videoselector {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 330px;
	overflow: hidden;
	z-index: 10;
}

#videoselector .inner {
	float: right;
	width: 300px;
	height: 100%;
	overflow: auto;
	background: rgba(20, 20, 20, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414);
}

#videoselector #tab {
	position: absolute;
	z-index: 2000;
	top: 50%;
	left: 10px;
	background: rgba(20, 20, 20, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414);
	width: 20px;
	height: 80px;
	margin-top: -40px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 80px;
	font-size: 22px;
	color: #fff;
	color: rgba(200, 200, 200, 0.6);
}

#videoselector:hover {
	
}

.vjs-control-bar {
	z-index: 1000;
}

#videoselector .selection {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #ccc;
	clear: both;
	overflow: hidden;
	position: relative;
}

#videoselector .selection:last-child{
	margin-bottom: 50px;
}

#videoselector .selection:hover {
	cursor: pointer;
	color: #fff;
	background: rgba(100, 100, 100, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#7F646464', EndColorStr='#7F646464')";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7F646464', EndColorStr='#7F646464');
}

#videoselector .selection .thumb {
	max-width: 80px;
	width: 80px;
	float: left;
	display: block;
}


@media (max-width: 500px) {
	#videoselector .selection .thumb {
		width: 50px;
	}
}


#videoselector .selection .duration {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 9px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 1px;
}

#videoselector .selection .text {
	position: relative;
	left: 5px;
	font-weight: bold;
}

#videoselector .selection.active {
	background: rgba(100, 100, 100, 0.7);
}



#videoselector .selection .chapters {
	clear: both;
	/*display: none;*/
}
#videoselector .selection.active .chapters {
	display: block;
}
#videoselector .selection .chapters .chapter {
	padding: 5px;
}
#videoselector .selection .chapters .chapter:hover {
	background: rgba(100, 100, 100, 0.7);
}



.play-button-left {
	top: 50%;
	margin-top: -2.3em;
	right: auto;
	left: 1em;
}

.play-button-right {
	top: 50%;
	margin-top: -2.3em;
	left: auto;
	right: 1em;
}
	
.ios #videoselector{
	position: relative;
	width: 100%;
	right: 0px !important;
	padding: 0px;
}
.ios #videoselector .inner{
	width: 100%;
}
.ios #videoselector #tab{
	display: none;
}
.ios #player, .ios .video-js, .ios .vjs-poster{
	width:100% !important;
	height: 40% !important;
}
.ios .vjs-poster{
	height: 100% !important;
}
.ios #videoselector{
	height: 60% !important;
}
.ios .vjs-poster{
 	height: 100% !important;
}




a.watermark{
	display: block;
	position: absolute;
	top: 5%;
	height: 10%;
	width: 20%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.watermark-left{
	left: 4%;
}
.watermark-right{
	right: 4%;
}




/* vjs4 style time */

.video-js .vjs-duration, .video-js .vjs-time-divider, .video-js .vjs-current-time{
	display: table-cell;
}
	
.ie9 .video-js .vjs-duration, .ie9 .video-js .vjs-time-divider, .ie9 .video-js .vjs-current-time,
.ie8 .video-js .vjs-duration, .ie8 .video-js .vjs-time-divider, .ie8 .video-js .vjs-current-time{
	width: 0;
}


.video-js .vjs-remaining-time{
	display: none;
}

.vjs-progress-control.vjs-control{
	margin: 0 10px;
}

.vjs-time-control.vjs-time-divider{
	padding: 0;
	min-width: auto;
}

.video-js .vjs-slider.vjs-progress-holder{
	margin: 0 !important;
}

#sstv_button{
	cursor: pointer;
}



.vjs-menu .vjs-menu-content::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.vjs-menu .vjs-menu-content::-webkit-scrollbar-track {
    background: #555;
}
.vjs-menu .vjs-menu-content::-webkit-scrollbar-thumb {
    background: #888;
}
.vjs-menu .vjs-menu-content::-webkit-scrollbar {
    width: 8px;
}




@media (max-width: 400px) {
	.video-js .vjs-control{
		width: 3em;
	}
	.video-js .vjs-time-control{
		padding: 0;
	}
}



::-webkit-scrollbar {
    background-color: #eee;
    width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #bbb;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07); 
}

@media (max-width: 600px) {
	.video-js button.vjs-picture-in-picture-control{
		display: none;
	}
}