*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

a{ 
	text-decoration: none; 
}

body, html {
	background-color:#9f9d9d;
	overflow: hidden;
}

#wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
	background: #9f9d9d;
}



.video-holder,
.video-poster,
.youtube-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}	

.vb-media{
	max-width:none!important;
}

.seekbar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	cursor: pointer;
	touch-action: none;
}
.progress-bg{
	position:relative;
	background:#222222;
	width:100%;
	top:0;
	height:10px;
}
.load-level{
	position:absolute;
	background:#444444;
	top:0;
	height:10px;
}
.progress-level{
	position:absolute;
	background:#ccc;
	top:0;
	height:10px;
}





.volume-wrapper{
	position: absolute;
	bottom:0;
	right:41px;
	width:40px;	
	height:40px;
	background: rgba(0,0,0,0.5);
}
.volume-toggle{
	position: absolute;
	left:0;
	top:0;
	width:40px;	
	height:40px;
	cursor: pointer;
}
.volume-seekbar{
	position:absolute;
	top:-80px;
	left:0;
	width:40px;
	height:80px;
	background: rgba(0,0,0,0.5);
	display:none;
	cursor: pointer;
	touch-action: none;
}
.volume-bg{
	position:absolute;
	width:5px;
	height:60px;
	background:#ccc;
	left:17px;
	bottom:10px;
}
.volume-level{
	position:absolute;
	width:5px;
	height:60px;
	background:#fff;
	left:17px;
	bottom:10px;
}




.fullscreen-toggle{
	position: absolute;
	bottom:0;
	right:0;
	width:40px;	
	height:40px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.fullscreen-toggle img,
.volume-wrapper img{
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}









.play-toggle{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	display:none;
}





.vb-fullscreen{
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	max-height:none!important;
	margin:0!important;
	padding:0!important;
	z-index:999999!important;
	overflow:hidden!important;
	-webkit-transform: none!important;
  	-ms-transform: none!important;
  	transform: none!important;
} 
.vb-overflow{
	overflow:hidden!important;
}


.force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
.hidden {
	opacity: 0; 
}
.visible {
	opacity: 1;
	transition: opacity 500ms ease-out;
}










