


#mainWrapper{

}

/* wrapper for component */
.componentWrapper{
	position:relative;
	
	max-width:870px;
	max-height:500px;
	
}

/* player holder */	
.componentWrapper .playerHolder{
	position:relative;
	padding-top: 52.7%;
	
	overflow:hidden;
}


/* player holder fullscreen */
.componentWrapper .playerHolder_fs{
	position:fixed;
	top:0px;
	left:0px;
	width:100% !important;
	height:100% !important;
	margin:0px;
	padding:0px;

	z-index:10000;
}


/* media holders */	
.componentWrapper .mediaHolder, 
.componentWrapper .mediaPreview,
.componentWrapper .youtubeHolder,
.componentWrapper .vimeoHolder{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}	

/* flash main embed */
.flashMain{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	outline:none;
	/*display:none;*/ 
}	








/* preloader for video */
.componentWrapper .preloader{
	position:absolute;
	width:26px;
	height:21px;
	top:50%;
	left:50%;
	margin-left:-13px;
	margin-top:-10px;
	background: #111 url('../data/loading.gif') no-repeat center center; 
    display: none;
}





/* icons */
.ap_cc{
	color:#ccc;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:11px;
}
.ap_cc_on{
	color:#C66;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:11px;
}
.ap_vol{
	color:#ccc;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:9px;
}
.ap_vol_on{
	color:#C66;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:9px;
}
.ap_mute{
	color:#ccc;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:9px;
}
.ap_mute_on{
	color:#C66;
	font-size: 18px;
	position:absolute;
	top:7px;
	left:9px;
}
.ap_play{
	color:#ccc;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:11px;
}
.ap_play_on{
	color:#C66;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:11px;
}
.ap_pause{
	color:#ccc;
	font-size: 14px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pause_on{
	color:#C66;
	font-size: 14px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_fs_ent{
	color:#ccc;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:12px;
}
.ap_fs_ent_on{
	color:#C66;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:12px;
}
.ap_fs_exit{
	color:#ccc;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:12px;
}
.ap_fs_exit_on{
	color:#c66;
	font-size: 16px;
	position:absolute;
	top:8px;
	left:12px;
}
.ap_pl_back{
	color:#ccc;
	font-size: 23px;
	position:absolute;
	top:12px;
	left:15px;
}
.ap_pl_forw{
	color:#ccc;
	font-size: 23px;
	position:absolute;
	top:13px;
	left:15px;
}
.ap_pl_tog{
	color:#ccc;
	font-size: 17px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pl_tog_on{
	color:#C66;
	font-size: 17px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pl_info{
	color:#ccc;
	font-size: 19px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pl_info_on{
	color:#C66;
	font-size: 19px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pl_share{
	color:#ccc;
	font-size: 19px;
	position:absolute;
	top:9px;
	left:11px;
}
.ap_pl_share_on{
	color:#C66;
	font-size: 19px;
	position:absolute;
	top:9px;
	left:11px;
}





/* player controls */
.componentWrapper .playerControls{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:33px;
	display:none;
}

.componentWrapper .player_toggleControl{
	position:relative;
	top:0px;
	left:0px;
	width:36px;
	height:33px;
	background:#111;
	float:left;
	border-right: 1px solid #222;
}


.componentWrapper .player_mediaTime_current{
	position:relative;
	top:0px;
	left:0px;
	height:33px;
	width:50px;
	
	line-height:33px;
	text-align: center;
	float:left;
	
	color:#ccc;
	font-family:muli, Helvetica, sans-serif;
	font-size:12px;
	
	background:#111;
	border-right: 1px solid #222;
}

.componentWrapper .player_seekbar{
	position:relative;
	top:0px;
	left:0px;
	width:390px;
	height:33px;
	background:#111;
	float:left;
	
	border-right: 1px solid #222;
}

.componentWrapper .progress_bg{
	position:absolute;
	top:13px;
	left:15px;
	width:362px;
	height:7px;
	background:#333333;
	overflow:hidden;
}

.componentWrapper .load_level{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:7px;
	background:#ffffff;
}

.componentWrapper .progress_level{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:7px;
	background:#999;
}

/* progress tooltip */
.componentWrapper .player_progress_tooltip{
	position:absolute;
	top:-15px;
	width:75px;
	height:18px;
	background:#222;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

.componentWrapper .player_progress_tooltip p {
    font-family:muli, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}

.componentWrapper .player_mediaTime_total{
	position:relative;
	top:0px;
	height:33px;
	width:50px;
	left:0px;
	line-height:33px;
	text-align: center;
	float:left;
	
	color:#ccc;
	font-family:muli, Helvetica, sans-serif;
	font-size:12px;
	
	background:#111;
	border-right: 1px solid #222;
}

/* volume */
.componentWrapper .player_volume_wrapper{
	position:relative;
	top:0px;
	left:0px;
	width:36px;
	height:33px;
	float:left;
}
	
.componentWrapper .player_volume{
	position:absolute;
	top:0px;
	left:0px;
	width:36px;
	height:33px;
	background:#111;
	border-right: 1px solid #222;
}

.componentWrapper .volume_seekbar{
	position:absolute;
	top:-70px;
	left:1px;
	width:36px;
	height:70px;
	background:#111;
	border-bottom: 1px solid #222;
	display:none;
}

.componentWrapper .volume_bg{
	position:absolute;
	bottom:10px;
	left:14px;
	width:7px;
	height:50px;
	background:#333;
}

.componentWrapper .volume_level{
	position:absolute;
	bottom:10px;
	left:14px;
	width:7px;
	height:25px;
	background:#999;
}

/* volume tooltip */
.componentWrapper .player_volume_tooltip{
	position:absolute;
	top:-15px;
	left:0px;
	width:35px;
	height:18px;
	background:#222;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

.componentWrapper .player_volume_tooltip p {
    font-family:muli, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}

/* fullscreen */
.componentWrapper .player_fullscreen{
	position:relative;
	top:0px;
	left:0px;
	width:36px;
	height:33px;
	background:#111;
	float:left;
}


@media only screen and (max-width: 480px) {
	.componentWrapper .player_mediaTime_current, .componentWrapper .player_mediaTime_total{
		display: none;
	}
}






/* big play btn for video */
.componentWrapper .big_play{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(../data/clickblocker.png) repeat;
	display:none;
}

.componentWrapper .big_play_bg{
	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%;
	behavior: url(includes/PIE.php);
}
.ap_bplay{
	color:#ccc;
	font-size: 30px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-13px;
}








.componentWrapper .player_addon{
	position:absolute;
	top:10px;
	left:12px;
	width:36px;
	/*background:red;*/
	display:none;
}

/* share */
.componentWrapper .ap_share{
	position:relative;
	bottom:0px;
	left:0px;
	width:36px;
	height:36px;
	background: #111; 
	margin-top:7px;
}
.componentWrapper .ap_share_btn{
	position:relative;
	bottom:0px;
	left:0px;
	width:36px;
	height:36px;
	background: #111; 
	margin-top:7px;
}
.componentWrapper .ap_share_holder{
	position:absolute;
	top:0px;
	left:37px;
	height:36px;
	background: #111;
	background: rgba(0, 0, 0, 0.5);
	overflow:hidden;
	display:none;
}
.componentWrapper .ap_share_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	height:36px;
}
.componentWrapper .ap_share_holder ul{
	position:absolute;
	top:10px;
	left:0px;
}
.componentWrapper .ap_share_holder li{
	list-style:none;
	float:left;
	margin-left:8px;
}
.componentWrapper .ap_share_holder li:last-child{
	margin-right:8px;
}
.componentWrapper .ap_share_holder li a img{
	display:block;
	width:16px;
	height:16px;
}






/* description btn */
.componentWrapper .info_toggle{
	position:relative;
	bottom:0px;
	left:0px;
	width:36px;
	height:36px;
	background: #111; 
	display:none;
}

.componentWrapper .infoHolder{
	position:absolute;
	width:100%;
	height:100%;
	max-height:200px;
	top:0px;
	left:0px;
	overflow:hidden;
	display:none;
}

.componentWrapper .info_inner{
	color:#ccc;
	font-family:muli, Helvetica, sans-serif;
	font-size:14px;
	padding:20px 20px 20px 60px;
	background:#111;
}

.componentWrapper .infoTitle{
	color:#C1D72E;
	font-size:18px;
}

.componentWrapper .infoHolder a{
	color:#FF6;
}









/* playlist holder */	
.componentWrapper .playlistHolder{
	position:absolute;
	top:0px;
	left:641px;
	width:350px;
	height:100%;

	overflow:hidden;
}

.componentWrapper .playlistHolder_small{
	position:absolute;
	top:0px;
	left:641px;
	width:305px;
	height:100%;

	overflow:hidden;
	/*display:none;*/
}

.componentWrapper .componentPlaylist{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	/*background:#396;*/
	overflow:hidden;
}

.componentWrapper .playlist_inner{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}

.componentWrapper .playlist_content{
}

/* playlist data remains hidden! */
#playlist_list{
	display:none;
}



/* playlist items */	
.componentWrapper .playlistNonSelected{
	position:relative;
	top:0px;
	left:0px;
	width:330px;
	height:90px;

	margin-bottom:5px;
	list-style:none;
	overflow:hidden;
}

.componentWrapper .playlistSelected{
	position:relative;
	top:0px;
	left:0px;
	width:330px;
	height:90px;
	background:#EEE;
	margin-bottom:5px;
	list-style:none;
	overflow:hidden;
}

@media only screen and (max-width:365px){
	.componentWrapper .playlistHolder{
		width:170px;
	}
	.componentWrapper .playlistNonSelected{
		width:142px;
	}
	.componentWrapper .playlistSelected{
		width:142px;
	}
	.componentWrapper .playlistInfo {
		display:none;
	}
}




.componentWrapper .playlistThumb {
	position:relative;
	top:11px;
	left:8px;
	width:120px;
	height:68px;
	float:left;
	background:#222;
	border: 3px solid #ddd;
	overflow:hidden;
}

.componentWrapper .playlistThumb .thumb{
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:120px;
	height:68px;
	
	/* hide thumbs on beginning */
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}

/* youtube thumb inside playlistThumb div. 
Youtube thumbnails are by default 640x480, which equals 120x90, and we want 120x68, so we move them up to simulate 16:9 */
.componentWrapper .playlistThumb .thumb_yt{
	position:relative;
	top:-11px;
	left:0px;
	display:block;
	width:120px;
	height:90px;
	
	/* hide thumbs on beginning */
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
}







.componentWrapper .playlistInfo {
	position:relative;
	right:0px;
	top:5px;
	width:193px;
	height:80px;
	/*background:green;*/
	overflow:hidden;
	float:right; margin-top:10px;
}

/* playlist title */
.componentWrapper .playlistTitle {
	color:#C1D72E;
	font-family:muli, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
}

/* playlist description */
.componentWrapper .playlistContent {
	color:#002E62;
	font-family:muli, Helvetica, sans-serif;
	font-size:11px;
	font-weight: 400; 
}



/* logo */
.componentWrapper .playerLogo{ display:none;
	position:absolute;
	width:86px;
	height:40px;
	top:10px;
	left:10px;
}





/* video advert */
.ap_adv{
	display:none;
}
.skip_out{
	left:0px !important;
	top:360px !important;
}
.ap_adv_skip{
	position:absolute;
	height:60px;
	left:10px;
	bottom:43px;
	background:#111;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #ccc;
	display:none;
}
.ap_adv_msg{
	width:95px;
	height:60px;
	float:left;
	display: table; 
}
.ap_adv_msg p{
	font-size:13px;
	color:#eee;
	text-align: center;
    vertical-align: middle;
    display: table-cell;   
}
.ap_adv_img{
	width:87px;
	height:60px;
	float:right;
	overflow:hidden;
}
.ap_adv_img .adv_thumb{
	display:block;
	width:80px;
	height:45px;
	padding:7px 7px 7px 0;
}
.ap_adv_msg_end{
	width:182px;
	height:60px;
	display:none;
}
.ap_adv_msg_end p{
	font-size:22px;
	color:#eee;
	text-align: center;
    line-height:60px;
}




/* timed events */
.ap_elem{
	display:none;
	opacity:0.7;
	border: 1px solid transparent;
}
.ap_elem_hover{
	opacity:1;
	border: 1px solid #fff;
}
.ap_el_close{
	display:none;
}
.crb{
	position:absolute;
	right:-9px;
	bottom:-9px;
	width:18px;
	height:18px;
}
.crt{
	position:absolute;
	right:-9px;
	top:-9px;
	width:18px;
	height:18px;
}
.clt{
	position:absolute;
	left:-9px;
	top:-9px;
	width:18px;
	height:18px;
}
.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;
	top:200px;
	left:0px;
	background:#669;
	color:white;
	padding:5px;
}
#elem3{
	position:absolute;
	top:0px;
	right:0px;
	background:#36C;
	color:white;
	padding:5px;
}
#elem4{
	position:absolute;
	top:200px;
	right:0px;
    background:#699;
	color:white;
	padding:5px;
}


#aelem1{
	position:absolute;
	top:60px;
	left:10px;
	background:#ccc;
	color:white;
	padding:5px;
}
#aelem2{
	position:absolute;
	top:0px;
	right:0px;
	background:#36C;
	color:white;
	padding:5px;
}
