body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vplp-main{
	max-width: 934px;
}

.vplp-wrapper * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vplp-wrapper{
	position:relative;
}

.vplp-wrapper-fs{
	position:fixed;
	top:0px !important;
	left:0px !important;
	width:100% !important;
	height:100% !important;
	margin:0px !important;
	padding:0px !important;
	background:#000 !important;
	z-index:9999999 !important;
	overflow:hidden!important;
} 

.vplp-player-holder{
	position:relative;
	float: left;
	background:#000;
}

.vplp-media-holder,
.vplp-video-holder,
.vplp-video-poster,
.vplp-youtube-holder,
.vplp-iframe-event-blocker,
.vplp-iframe-holder,
.vplp-flash-main{
	position:absolute;
	top:0px;
	left:0px;
	width:100%!important;
	height:100%!important;
	overflow:hidden;
	display:none;
}		

.vplp-fs-overflow{
	overflow:hidden !important;
}

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

.vplp-player-loader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}




.vplp-icon-color{
	color:#777777 !important;
}
.vplp-icon-rollover-color{
	color:#dddddd !important;
}




.vplp-player-addon{
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	display:none;
}

/* share */
.vplp-contr-vert{
	position:relative;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background: #111111;
	text-align: center;
	margin-bottom:3px;
}
.vplp-contr-vert:hover {
    background:red;
}
.vplp-contr-vert-i{
	display: inline-block;
	font-size: 16px!important;
	line-height: 30px!important;
}




/* player controls */
.vplp-player-controls{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;    
	box-sizing: content-box;
	background:#111 !important;
	display:none;
}

.vplp-contr-right-wrap{
	position:absolute;
	top:0px;
	right:0px;
	height:30px;
	min-width:105px; 
	width: auto !important; 
	width: 105px;
}

.vplp-contr-right{
	position:relative;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	float:right;
	text-align: center;
	margin-right:5px;
}
.vplp-contr-right-i{
	display: inline-block;
	font-size: 16px!important;
	line-height: 30px!important;
}


.vplp-contr-left{
	position:relative;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	float:left;
	text-align: center;
	margin-left:5px;
}
.vplp-contr-left-i{
	display: inline-block;
	font-size: 16px!important;
	line-height: 30px!important;
}

.vplp-vol{
	font-size: 18px!important;
}




.vplp-volume-wrapper{
	position:relative;
	top:0px;
	left:0px;
	height:30px;
	float:left;	
	background:#111 !important;
}


.vplp-volume-seekbar{
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
	width:80px;
	height:30px;
	overflow:hidden;
	background:#111 !important;
	touch-action: none;
}

.vplp-volume-bg{
	position:absolute;
	top:13px;
	left:10px;
	width:60px;
	height:5px;
	background:#555555;
}

.vplp-volume-level{
	position:absolute;
	top:13px;
	left:10px;
	width:25px;
	height:5px;
	background:red;
}

.vplp-media-time-current,
.vplp-media-time-separator,
.vplp-media-time-total{
	position:relative;
	top:0px;
	left:0px;
	height:30px;
	line-height:30px !important;
	text-align: center;
	float:left;
	background:#111 !important;
	margin:0!important;
	padding: 0px 0px 0px 2px!important;
	color:#bbb !important;
	font-size:13px!important;
}
.vplp-media-time-current{
	padding-left: 15px!important;
}


.vplp-seekbar{
	position:absolute;
	bottom:30px;
	left:0px;
	width:100%;
	height:10px;
}

.vplp-seekbar-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	overflow:hidden;
	touch-action: none;
}
.vplp-seekbar-inner-ad{
	cursor: default !important;
}

.vplp-progress-bg{
	position:absolute;
	top:5px;
	left:0px;
	height:5px;
	width:100%;
	background:#333333;
}

.vplp-load-level{
	position:absolute;
	top:5px;
	left:0px;
	height:5px;
	background:#555555;
}

.vplp-progress-level{
	position:absolute;
	top:5px;
	left:0px;
	height:5px;
	background:red;
}
.vplp-progress-level-ad{
	background:#fc0;
}


.vplp-drag-hit{
	position:absolute;
	top:-55px;
	left:0px;
	width:100%;
	height:60px;
	background:blue;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display:none;
}


/* caption menu */
.vplp-captions{
	position:relative;
	top:0px;
	height:30px;
	width:30px;
	left:0px;
	line-height:13px;
	text-align: center;
	float:right;
	display:none;
}

.vplp-caption-holder{
	position:absolute;
	height:100%;
	display:none;
	right:0px;
}

.vplp-captions-menu {
	background: #111;
	padding:0!important;
	margin:0!important;
}

.vplp-captions-menu li {
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px !important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #222!important;
}

[dir=rtl] .vplp-captions-menu li {
    text-align:right;
}	
.vplp-captions-menu li a{
	color:#ccc; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
}

.vplp-caption-over {
    background:red;
	cursor:pointer;
}
.vplp-caption-out {
    background:#111; 
	cursor:default;
}



/*playback rate */
.vplp-playback-rate{
	position:relative;
	top:0px;
	height:30px;
	width:30px;
	left:0px;
	line-height:13px;
	text-align: center;
	float:right;
	display:none;
}
.vplp-rate-holder{
	position:absolute;
	width:121px;
	top:-31px;
	right:0px;
	border-bottom:1px solid #222!important;
	display:none;
}
.vplp-rate-box{
	position:relative;
	top:0px;
	float:left;
	width:30px;
	height:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.vplp-contr-rate-i{
	position:relative;
	top:0px;
	left:0px;
	width:30px;
	line-height:30px!important;
	background: #111;
	text-align: center!important;
	font-size:16px!important;
}
.vplp-rate-value{
	background:#333;
}
.vplp-rate-value p{
	text-align: center;
	line-height: 30px !important;
	padding:0!important;
	margin:0!important;
	color:#999 !important;
	font-size:13px!important;
}
.vplp-rate-select{
	border-left:1px solid #222!important;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;    
	box-sizing: content-box; 
}
.vplp-rate-select-holder{
	position:absolute;
	height:100%;
	display:none;
	right:0px;
}
.vplp-rate-menu {
	background: #111;
	padding:0!important;
	margin:0!important;
}

.vplp-rate-menu li {
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #222!important;
}

[dir=rtl] .vplp-rate-menu li {
    text-align:right;
}
.vplp-rate-menu li a{
	color:#eee; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
}

.vplp-rate-over {
    background:red;
	cursor:pointer;
}
.vplp-rate-out {
    background:#111; 
	cursor:default;
}


/* quality menu */
.vplp-quality{
	position:relative;
	top:0px;
	height:30px;
	width:30px;
	left:0px;
	line-height:13px;
	text-align: center;
	float:right;
	display:none;
}

.vplp-quality-holder{
	position:absolute;
	height:100%;
	display:none;
	right:0px;
}

.vplp-quality-menu {
	background: #111;
	padding:0!important;
	margin:0!important;
}

.vplp-quality-menu li {
	display:block;
    width:100%;
	list-style:none;
	text-align:left;
	line-height:20px;
	font-size:13px;
	padding:5px 10px!important;
	margin:0!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	border-bottom:1px solid #222!important;
}

[dir=rtl] .vplp-quality-menu li {
    text-align:right;
}
.vplp-quality-menu li a{
	color:#ccc; 
    text-decoration:none!important;
	white-space:nowrap;
	pointer-events:none;
	border:0!important;
}

.vplp-quality-over {
    background:red;
	cursor:pointer;
}
.vplp-quality-out {
    background:#111; 
	cursor:default;
}








.vplp-big-play{
	position:absolute;
	width:76px;
	height:76px; 
	top:50%;
	left:50%;
	margin-left:-37px;
	margin-top:-37px;
	background: #111; 
	background: rgba(0,0,0,0.5);
	border-radius: 50%!important;
	display:none;
}
.vplp-bplay-i{
	font-size: 30px!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-14px;
}





/* context menu */
.vplp-context-menu{
	display:none;
	position:absolute;
	padding:10px;
	font-size: 12px;
	white-space:nowrap;
	z-index:999999;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #222; 
}
.vplp-context-menu ul{
	padding:0!important;
	margin:0!important;
}
.vplp-context-menu li{
	line-height:1!important;
	list-style:none!important;
	margin: 0!important;
	border: 0!important;
	border-top: 1px solid #ccc!important;
	padding:5px!important;
	color:#777!important;
	font-size: 12px!important;
}
.vplp-context-menu li:first-child{
	border-top: none!important;
}
.vplp-context-menu li:last-child{
	border-bottom: none!important;
}
.vplp-context-copyright span {
	background-color: #666!important;
	font-size: 10px!important;
}
.vplp-context-copyright span a {
	color: #E5E5E5!important;
}
.vplp-context-menu li:hover > span{
	opacity: 0.5;	
}










/* share */ 
.vplp-share-holder{
	position:absolute;
	top:0px;
	right:30px;
	width:105px;
	height:30px;
	display:none;
}
.vplp-share-holder-bg{/* ie */ 
	position:absolute;
	top:0px;
	right:0px;
	width:105px;
	height:30px;
	background:green;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.vplp-share-btn{
	position:relative;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	float:right;
	text-align: center;
	margin-right:5px;
}
.vplp-contr-share-i{
	display: inline-block;
	font-size: 16px!important;
	line-height: 30px!important;
}
.vplp-facebook{
	background:#3b5998;
}
.vplp-twitter{
	background:#55acee;
}
.vplp-googleplus{
	background:#ee5555;
}
.vplp-sh-icon-color{
	color:#fff !important;
}





/* info */
.vplp-info-holder{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.vplp-info-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#111;
	background: rgba(30, 30, 30, 0.9);
}
.vplp-info-container{
	position:absolute;
	max-width:80%;
	max-height:50%;
	background:#222;
	border:1px solid #555;
	overflow:hidden;
}
.vplp-info-inner{
	font-size:15px;
	padding:20px;
	color:#fff!important;
	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.vplp-info-title{
	color:#3CF;
	font-size:17px;
}
.vplp-info-content{
	color:#999;
	font-size:13px;
}
.vplp-info-holder a{
	color:#FF6;
}
.vplp-info-close{
	position:absolute;
	width:30px;
	height:30px;
	background:#333;
	text-align: center;
}
.vplp-info-close-i{
	display: inline-block;
	font-size: 18px!important;
	line-height: 30px!important;
}
.vplp-info-toggle{
	display: none;
}



/* embed */
.vplp-embed-holder{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.vplp-embed-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#111;
	background: rgba(30, 30, 30, 0.9);
}
.vplp-embed-container{
	position:absolute;
	max-width:70%;
	max-height:90%;
	background:#222;
	border:1px solid #555;
	padding:5px;
	overflow: hidden;
}
.vplp-embed-close{
	position:absolute;
	width:30px;
	height:30px;
	background:#333;
	text-align: center;
}
.vplp-embed-player-title, .vplp-link-player-title{
	font-size:12px;
	letter-spacing: normal !important;
    line-height: normal !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 5px !important;
	color:#3CF;
}
.vplp-embed-player-cont, .vplp-link-player-cont{
	height: auto;
	word-wrap:break-word;
    overflow: hidden;
}
.vplp-embed-player, .vplp-link-player{
	background: #333;
	border: 1px solid #999 !important;
	color: #bbb !important;
	font-size: 12px !important;
	margin: 5px !important;
	padding: 5px !important;
	width: auto;
    overflow: hidden;
	line-height:1.5!important;

	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.vplp-embed-player{
	max-height:60px;
}
.vplp-embed-player-copy-btn, .vplp-link-player-copy-btn{
	font-size:14px;
	background:#666;
	margin:5px!important;
	padding: 3px 5px !important;
	color:#fff;
	float:right;
}






.vplp-playlist-holder{
	opacity:0;
	position:relative;
	float:left;
	width:280px;
	height:100%;
	background:#000;
}
.vplp-playlist-holder-vb{
	border-top:1px solid #000!important;
}
.vplp-force-hidden{
	position:absolute!important;
	left:-10000px!important;
}
[dir=rtl] .vplp-force-hidden {
    right:-10000px!important;
}

.vplp-category-menu{
	position:relative;
	top:0px;
	width:100%;
	height:25px;
	background:#181818;
	-moz-box-shadow: 0px 1px 3px #111;
	-webkit-box-shadow: 0px 1px 3px #111;
	box-shadow: 0px 1px 3px #111;
	z-index:5;
	cursor:pointer;
}

.vplp-category-title{
	position: absolute;
	left:10px;
	margin:0px !important;
	line-height: 25px !important;
	color:#aaa;
	font-size:12px !important;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:230px;
	overflow:hidden;
}
.vplp-category-title-on{
	color:#fff;
}

.vplp-cat-menu-i{
	position:absolute;
	font-size: 18px!important;
	line-height: 25px!important;
	top:0px;
	right:10px;
}

.vplp-category{
	position:absolute;
	top:25px;
	left:0px;
	width:100%;
	overflow:hidden;
	display:none;
}
.vplp-category-inner{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}












.vplp-playlist{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
}
.vplp-playlist-dim{
	opacity:0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.vplp-playlist-inner{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}

#vplp-playlist-list{
	display:none;
}





/* playlist items */	
.vplp-playlist-non-selected{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:76px;
	background:#181818;
	margin-bottom:1px;
	overflow:hidden;
	cursor: pointer;
}
.vplp-playlist-selected{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:76px;
	background:#333;
	margin-bottom:1px;
	overflow:hidden;
	cursor: pointer;
}
.vplp-playlist-disabled{
	cursor: default;
}
.vplp-playlist-selected:last-child, .vplp-playlist-non-selected:last-child {
    margin-bottom:0px;
}

.vplp-playlist-thumb {
	position:relative;
	top:7px;
	left:7px;
	width:110px;
	height:62px;
	float:left;
	background:#222;
	border: 1px solid #555;
	overflow:hidden;
}
.vplp-thumb-loader{
	position:absolute;
	width:100%;
	height:100%;
	background:#000 url('../data/loading.gif') no-repeat center center;
	display:none;
}
.vplp-youtube-preview{
	position:absolute;
	width:100%;
	height:100%;
}
.vplp-flash-preview{
	position:absolute;
	width:100%;
	height:100%;
	outline:none;
}
.vplp-thumbvid{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
}
.vplp-hitdiv{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:4;
}


.vplp-thumbimg{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
}
.vplp-hidden {
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}
.vplp-visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	-ms-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}




.vplp-playlist-info {
	position:relative;
	left:15px;
	top:10px;
	height:60px;
	margin-right:20px;
	overflow:hidden;
}
.vplp-playlist-info-full {
	position:relative;
	left:15px;
	top:10px;
	height:60px;
	margin-right:20px;
	overflow:hidden;
}
[dir=rtl] .vplp-playlist-info,
.vplp-playlist-info-full {
    margin-right:30px;
}
.vplp-playlist-info p, .vplp-playlist-info-full p{	
	margin:0!important;
	padding:0!important;
	line-height:18px !important;
}

/* playlist title */
.vplp-playlist-title {
	color:#fff;
	font-size:13px;
}

/* playlist description */
.vplp-playlist-desc{
	color:#777;
	font-size:11px;
	font-weight: 400; 
}









.vplp-logo{
	position:absolute;
	width:95px;
	height:44px;
	top:5px;
	left:5px;
}




/* advert */
.vplp-ad-skip-btn{
	position:absolute;
	width:160px;
	height:52px;
	left:10px;
	bottom:43px;
	background:#111;
	background: rgba(0, 0, 0, 0.8)!important;
	border: 1px solid #555!important;
	display:none;
}
.vplp-ad-skip-msg{
	position:absolute;
	left:0px;
	width:82px; 
	height:100%; 
	display: table; 
}
.vplp-ad-skip-msg p{
	font-size:13px!important; 
	color:#eee!important;
	text-align: center!important; 
    vertical-align: middle!important; 
    display: table-cell!important; 
    line-height:1.4 !important; 
	padding:0!important; 	
	margin:0!important; 	
}
.vplp-ad-thumb{
	position: absolute;
	display:block;
	right:0px;
	margin:4px!important;
	width:70px!important; 
	height:44px!important; 
}
.vplp-ad-skip-msg-end{
	position: absolute;
	width:100%;
	height:52px;
	display:none;
}
.vplp-ad-skip-msg-end p{
	font-size:22px!important; 
	color:#eee!important;
	text-align: center!important; 
    line-height:52px!important; 
	margin:0!important;
	padding:0!important;
}






/* download confirm */
.vplp-download-confirm{
	position:absolute;
    width: 200px;
	left:50%;
	top:50%;
	margin-left:-100px;
	border:1px solid #555;
	opacity:0;
	z-index:1000;
	display:none;
}
.vplp-download-confirm p{
	padding:10px 5px !important;
	font-size:14px;
	color:#fff;
	background:#333;
	text-align: center;
}




/* search */

.vplp-bottom-bar{
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background:#111;
	
	-moz-box-shadow: 0px -1px 2px #111;
	-webkit-box-shadow: 0px -1px 2px #111;
	box-shadow: 0px -1px 2px #111;
	z-index:6;
}
.vplp-pl-buttons{
	position:relative;
	height:25px;
	top:0px;
	margin-right:10px;
	float:right;
}
.vplp-contr-bar{
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:25px;
	height:30px;
	text-align: center;
}
.vplp-contr-bar-i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}

.vplp-playlist-filter-msg{
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:table; 
}
.vplp-playlist-filter-msg span{
	font-size:15px!important;
	color:#eee!important;
	display: table-cell!important;
    vertical-align: middle!important;
    text-align:center!important;
	padding:0!important; 	
	margin:0!important; 	
}

.vplp-filter-wrap{
	height:30px;
}
.vplp-search-toggle{
	position:absolute;
	top:0px;
	left:5px;
	width:25px;
	height:30px;
	text-align: center;
}

.vplp-sr-bar-i{
	display: inline-block;
	font-size: 15px!important;
	line-height: 30px!important;
}
input.vplp-search-filter[type="text"]{
	display:inline-block;
	position:absolute;
	left:35px;
	width:125px!important;
	height:18px!important;
	padding:0!important;
	margin:5px 0!important;
	border:0!important;
	border-radius:0 !important;
	background:#fff !important;
	color:#111 !important;
	box-shadow:none!important; 
	line-height:1!important; 
	
	-webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}



.vplp-search-panel-wrap * {
	padding:0!important;
	margin:0!important;
	border-spacing:0!important;
	line-height:1!important;
	font-weight:normal!important;
	text-transform: none!important;
}
.vplp-search-panel-wrap{
	position: absolute;
	left:0px;
	bottom:30px;
	width:280px;
	padding: 10px;
	background:#222;
	color:#fff;
	font-size:14px;
	display:none;
	z-index:7;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.vplp-search-panel-wrap table{
	margin:0 0 5px 0!important;
	border:0!important;
	width:auto!important;
	background:none !important; 
}
.vplp-search-panel-wrap table tr{
	background:none !important; 
	border:0!important;
}
.vplp-search-mess{ 
	width:110px!important; 
	border:none!important; 
	text-align:left!important;
	background:none !important; 
	vertical-align:middle!important; 
}
[dir=rtl] .vplp-search-mess {
    text-align:right!important; 
}
.vplp-search-mess label{  
	height: 15px;
	color:#fff!important;
	font-size:15px!important; 
	font-weight:normal!important; 	
}
.vplp-search-inp{ 
	border:none!important; 
}
.vplp-search-inp input{ 
	width:140px!important; 
	height:18px!important;
	border:0 !important; 
	border-radius:0 !important;
	line-height: 18px;
	background:#fff !important;
	color:#111 !important;
	margin:0!important; 
	box-shadow:none!important; 
}
.vplp-search-inp select{ 
	width:inherit;
	max-width:150px!important; 
	min-width:0px!important; 	
	height:18px!important; 
	border:0 !important; 
	border-radius:0 !important;
	background:#fff !important;
	color:#111 !important;
	margin:0!important; 
	box-shadow:none!important; 
}
.vplp-search-query, .vplp-results-limit{
	-webkit-touch-callout: text!important;
    -webkit-user-select: text!important;
    -khtml-user-select: text!important;
    -moz-user-select: text!important;
    -ms-user-select: text!important;
    user-select: text!important;
}
.vplp-search-execute, .vplp-search-close{
	position:relative;
	float:left;
	height:20px !important;
	margin: 0 10px 0 0 !important;
	padding:3px 4px !important;
	border:0 !important;
	border-radius:0 !important;
	cursor:pointer;
	color:#111 !important;
	background:#eee!important;
	box-shadow:none!important; 
	text-shadow:none!important; 
}
button::-moz-focus-inner {
    border:0;
    padding:0;
}
.vplp-search-execute:hover, .vplp-search-close:hover {
    background: red!important;
	color:#fff!important;
} 
.vplp-playlist-loader{
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:9999;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	display:none;
}
.vplp-search-error label{
	color:#f30 !important;
}


/* end search */




/*tooltip*/

.vplp-tooltip{
	position:absolute;
	background:#111;
	text-align:center;
	z-index:10000;
	border:1px solid #333;
	pointer-events:none;
}

.vplp-tooltip p {
	width:inherit;
	font-size:12px!important;
	color:#fff!important;
	margin:0 5px !important;
	padding:0 !important;
	line-height:20px !important;
	white-space:nowrap;
}
.vplp-tooltip-num{
	direction: ltr !important;
}









/* captions */

/* vtt - srt */
.arduino {
	color: red;
	text-transform: uppercase!important;
	font-weight: lighter!important;
}

.captionator-title a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 5pt;
	font-weight: bolder;
	color: red;
}

q.voice:before {
	content: attr(title);
	color:red;
	margin-right: 0.5em;
}

q.voice:after {
	content: "";
}

/* div captions */
.vplp-sub{
	position:absolute;
	bottom:40px;
	left:0px;
	width:100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	
	line-height:25px !important;
	margin:0!important;
	padding:10px 20px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px!important;
	color:#fff!important;
	background:#111!important;
	background: rgba(0, 0, 0, 0.5)!important;
	text-align: center!important;
	
	display:none;
}
.vplp-red{
	color: red!important;
	text-transform: uppercase!important;
	font-weight: lighter!important;
}
.vplp-sub a{
	color:#FF0!important;
}







/* timed events */

.vplp-elem{
	display:none;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	border: 1px solid transparent;
	clear:both;
    float:left;
}
.vplp-elem p{
	padding:0!important;
	margin:0!important;
	font-size:13px!important;
}
.vplp-elem-hover{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: 1px solid #aaa;
	z-index:9999999;
}
.vplp-elem-close{
	display:none;
}
.vplp-crb{
	position:absolute;
	right:-9px;
	bottom:-9px;
	width:18px;
	height:18px;
}
.vplp-crt{
	position:absolute;
	right:-9px;
	top:-9px;
	width:18px;
	height:18px;
}
.vplp-clt{
	position:absolute;
	left:-9px;
	top:-9px;
	width:18px;
	height:18px;
}
.vplp-clb{
	position:absolute;
	left:-9px;
	bottom:-9px;
	width:18px;
	height:18px;
}

#elem1{
	position:absolute;
	top:0px;
	left:130px;
	background:#ccc;
	color:white;
	padding:5px;
}
#elem2{
	position:absolute;
	bottom:100px;
	left:0px;
	background:#669;
	color:white;
	padding:5px;
}
#elem3{
	position:absolute;
	top:0px;
	right:50px;
	background:#606;
	color:white;
	padding:5px;
}
#elem4{
	position:absolute;
	top:200px;
	right:0px;
    background:#699;
	color:white;
	padding:5px;
}
#elem5{
	position:absolute;
	top:120px;
	left:10px;
	background:#EC4D4D;
	color:white;
	padding:5px;
}
#elem6{
	position:absolute;
	top:160px;
	left:10px;
    background:#81F12F;
	color:white;
	padding:5px;
}

#elema1{
	position:relative;
	top:50px;
	left:5px;
    background:#7f8cee;
	color:white;
	padding:5px;
	margin-top:5px;
}
#elema2{
	position:relative;
	top:50px;
	left:5px;
    background:#7f6ad8;
	color:white;
	padding:5px;
	margin-top:5px;
}
#elema3{
	position:relative;
	top:50px;
	left:5px;
    background:#6849b6;
	color:white;
	padding:5px;
	margin-top:5px;
}
#elema4{
	position:relative;
	top:50px;
	left:5px;
    background:#59379c;
	color:white;
	padding:5px;
	margin-top:5px;
}
#elema5{
	position:relative;
	top:50px;
	left:5px;
    background:#1c094d;
	color:white;
	padding:5px;
	margin-top:5px;
}

#elemb1{
	position:relative;
	top:50px;
	left:5px;
    background:#E84FFF;
	color:white;
	padding:10px;
	margin-top:5px;
}




/* api */
#api-panel {
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	overflow-y:auto;
	z-index: 999999;
	display:none;
}
#api-panel li a{
	color:#fff;
}
#api-panel li a:hover, #api-panel li .current{
	text-decoration: underline;
}
.api-panel-inner {
	padding: 30px;
	background:#333;
	font-size: 16px;
	color:#eee;
}
.toggle-panel {
	position:fixed;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	background: #444 url('../data/api_open.png') no-repeat center center;
	z-index: 999999;
	display: none;
}
.toggle-panel-close {
	position:fixed;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	background: #444 url('../data/api_close.png') no-repeat center center;
	z-index: 999999;
}