/****************************************/
/* LeanBack Player | HTML5 Video Player */
/* Release: 0.7.1 						*/
/****************************************/
/* LeanBack Video-Player */
.h5_lb_player { cursor: pointer; }
.h5_lb_player .h5_lb_video { border: 1px solid #555; cursor: pointer; }
.h5_lb_smallscreen { position: relative; margin: auto; text-align: center; z-index: 999; }
.h5_lb_fullscreen { position: fixed !important; top: 0; left: 0; margin: auto; text-align: center; border: 0; background-color: #000; z-index: 1001; }
.h5_lb_unfocused { opacity: 0.7; }
.h5_lb_player .big_play_button {
	position: absolute; top: 50%; left: 50%; margin:-40px 0 0 -60px; width: 120px; height: 80px; vertical-align:baseline; background-color: #f1f1f1;
	cursor: pointer !important; display: block;
	/* Background Fallback for web browsers doesn't support RGBa */
	background: rgb(23, 35, 34);
	/* Background RGBa with 0.9 opacity */
	background: rgba(23, 35, 34, 0.8);
	/* Border Radius */
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.h5_lb_player .big_play_button:hover { background: #00adef; }
.h5_lb_player .big_play_button div {
	margin: 20px 0 0 44px; padding: 0; height: 0; width: 0; font-size: 0px; line-height: 0%; width: 0px;
	border-top: 20px solid transparent; border-left: 40px solid #fff; border-bottom: 20px solid transparent; 
}
/*******************/
/* Loading Spinner */
.h5_lb_player .h5_lb_spinner { position: absolute; top: 50%; left: 50%; margin:-10px 0 0 -10px; width: 20px; height: 20px; z-index: 1004; }
.h5_lb_player .h5_lb_spinner div {
	position: absolute; width: 10px; height: 10px; background-color: #fff;
	/* Border Radius */
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
/******************/
/* Watermark/Logo */
.h5_lb_player img.watermark { position: absolute; margin: 0; top: 8px; left: 8px; width: 50px; height: 50px; border: 1px solid transparent; display: block;}
/******************/
/* Poster, Object */
.h5_lb_player img.poster { position: absolute; margin: 0; top: 0; left: 0; border: 1px solid transparent; display: block;}
.h5_lb_player object.html5_video_fallback{ border: 1px solid #000; }
/***************/
/* Control Bar */
.h5_lb_controls {
	position: absolute; top: auto; bottom: 0; margin: 0 -1px 4px 1px; height: 32px;
	cursor: default; z-index: 999; display: block;
}
.h5_lb_fullscreen .h5_lb_controls { top: auto !important; margin: 0 0 10px 0 !important; }
.h5_lb_player:hover .h5_lb_controls { display: block; }
/********************/
/*  Control Buttons */
.h5_lb_controls > div {
	float: left; text-align: center !important; margin: 0; padding: 0; width: 32px; height: 32px;
	cursor: pointer !important;
	/* Background Fallback for web browsers doesn't support RGBa */
	background: rgb(23, 35, 34);
	/* Background RGBa with 0.9 opacity */
	background: rgba(23, 35, 34, 0.8);
}
.h5_lb_controls div.h5_lb_play_control, .h5_lb_controls div.h5_lb_pause_control {
	width: 62px; height: 42px; margin: -10px 4px 0 3px;
	/* Border Radius */
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}
.h5_lb_controls div.h5_lb_play_control:hover, .h5_lb_controls div.h5_lb_pause_control:hover, .h5_lb_controls div.h5_lb_stop_control:hover, .h5_lb_controls div.h5_lb_fullscreen_control:hover, .h5_lb_controls div.h5_lb_playback_control:hover, .h5_lb_controls div.h5_lb_subtitle_control:hover, .h5_lb_controls div.h5_lb_sources_control:hover {
	/* Background */
	background: #00adef;
}
.h5_lb_controls div.h5_lb_progress_control {
	/* Border Radius */
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
.h5_lb_controls div.h5_lb_fullscreen_control {
	/* Border Radius */
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}
/*****************/
/* Control Items */
.h5_lb_controls div.h5_lb_play_control { display: block; }
.h5_lb_controls div.h5_lb_pause_control { display: none; }
.h5_lb_controls div.h5_lb_stop_control { display: none; width: 0px; border: 0; }
.h5_lb_controls div.h5_lb_progress_control { display: block; }
.h5_lb_controls div.h5_lb_timer_control { display: block; width: 75px; }
.h5_lb_controls div.h5_lb_volume_control { display: block; width: 65px; }
.h5_lb_controls div.h5_lb_playback_control { display: block;}
.h5_lb_controls div.h5_lb_subtitle_control { display: block; }
.h5_lb_controls div.h5_lb_sources_control { display: block; width: 56px; }
.h5_lb_controls div.h5_lb_playlist_control { display: block; }
.h5_lb_controls div.h5_lb_fullscreen_control { display: block; margin-right: 2px; }
/****************************/
/* Play Control: Inner Item */
.h5_lb_controls div.h5_lb_play_control div { margin: 9px 0 0 20px; font-size: 0px; line-height: 0%; width: 0px; border-top: 12px solid transparent; border-left: 24px solid #fff; border-bottom: 12px solid transparent; }
/*****************************/
/* Pause Control: Inner Item */
.h5_lb_controls div.h5_lb_pause_control div { height: 20px; width: 8px; background-color: #fff; float: left; }
.h5_lb_controls div.h5_lb_pause_control div:nth-child(1) { margin: 11px 0 0 20px; }
.h5_lb_controls div.h5_lb_pause_control  div:nth-child(2) { margin: 11px 0 0 7px; }
/****************************/
/* Stop Control: Inner Item - not shown */
/********************************/
/* Progress Control: Inner Item */
.h5_lb_controls div.h5_lb_progress_control .progress_bar_bg {
	position: absolute; margin: 10px 7px 0; height: 10px;
	border: 1px solid #5c666b; background-color: #898F8F; cursor: pointer; z-Index: 1000;
}
.h5_lb_controls div.h5_lb_progress_control .progress_bar_buffered {
	position: absolute; margin: 11px 8px 0; height: 10px;
	background-color: #ccc; z-Index: 1001;
}
.h5_lb_controls div.h5_lb_progress_control .progress_bar_played {
	position: absolute; margin: 11px 8px 0; height: 10px;
	background-color: #00ADEF; 	cursor: pointer; z-Index: 1002;
}
.h5_lb_controls div.h5_lb_progress_control div.progress_bar_time {
	position: absolute; margin: 8px 0 0 8px; height: 8px; 
	border: 1px solid transparent; background-color: transparent;
	cursor: pointer; z-Index: 1003; display: none;
}
.progress_bar_time div.progress_bar_time_line { 
	position: absolute; top: -7px; margin: 0 0 0 -9px; width: 0; height: 0; display: none;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 10px solid #fff; border-bottom: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent;
}
.progress_bar_time div.progress_bar_time_txt {
	position: absolute; top: -24px; margin: 0 0 0 -3px; padding: 3px 5px; height: 12px;
	color: #fff; background-color: rgb(23, 35, 34); border: 1px solid #fff;
	font: 10px/1.231 arial, helvetica, sans-serif; font-weight: bold; display: none;
	/* Border Radius */
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.progress_bar_time:hover .progress_bar_time_line,
.progress_bar_time:hover .progress_bar_time_txt { z-Index: 1004; display: block; }
/*****************************/
/* Timer Control: Inner Item */
.h5_lb_timer_control div { margin: 10px 0 0; font: 10px/1.231 arial, helvetica, sans-serif; text-align: center; color: #fff; }
/*************************/
/* Volume Control: Items */
/* Mute Items */
.h5_lb_controls div.h5_lb_volume_control .h5_lb_mute div { position: absolute; }
.h5_lb_mute div:nth-child(1), .h5_lb_mute div:nth-child(2), .h5_lb_mute div:nth-child(3), .h5_lb_mute div:nth-child(4) {
	border-width: 1px 0 1px 1px; border-color: #fff; border-style: solid;
	/* Border Radius */
	-moz-border-radius: 8px 0 0 8px; -webkit-border-radius: 8px 0 0 8px; border-radius: 8px 0 0 8px;
}
.h5_lb_mute div:nth-child(1) { margin: 13px 0 0 4px; height: 5px; width: 4px; z-index: 1001; }
.h5_lb_mute div:nth-child(2) { margin: 11px 0 0 8px; height: 9px; width: 2px; z-index: 1000; }
.h5_lb_mute div:nth-child(3) { margin: 10px 0 0 10px; height: 11px; width: 2px; border-width: 1px 0; }
.h5_lb_mute div:nth-child(4) { margin: 9px 0 0 11px; height: 13px; width: 1px; border-width: 1px 1px 1px 0; }
.h5_lb_mute div:nth-child(5), .h5_lb_mute div:nth-child(6), .h5_lb_mute div:nth-child(7) {
	border-top: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff;
	/* Border Radius */
	-moz-border-radius: 0 8px 8px 0; -webkit-border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0;
}
.h5_lb_mute div:nth-child(5) { margin: 15px 0 0 14px; height: 2px; width: 1px; }
.h5_lb_mute div:nth-child(6) { margin: 13px 0 0 15px; height: 6px; width: 2px; }
.h5_lb_mute div:nth-child(7) { margin: 11px 0 0 16px; height: 10px; width: 3px; }
.h5_lb_mute div.is { background-color: #fff; }
.h5_lb_mute div.isnot { background-color: #5c666b; }
/* Volume Items */
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume { margin: 0 0 0 25px; }
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div { position: relative; margin: 9px 1px 0 0; width: 3px; height: 15px; float: left; background-color: #003; cursor: pointer; }
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div:hover { height: 15px; margin: 12px 1px 0 0; }
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div.is { background-color: #00adef; }
.h5_lb_controls div.h5_lb_volume_control .h5_lb_volume div.isnot { background-color: #5c666b; }
/*********************************/
/* Playback Control: Inner Items */
.h5_lb_controls div.h5_lb_playback_control:hover { height: 31px; border-bottom: 1px solid rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_playback_control div { text-align: center !important; margin: 9px 0 0; font: 12px/1.231 arial, helvetica, sans-serif; font-weight: bold; color: #fff; }
.h5_lb_controls div.h5_lb_playback_control:hover div { color: rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_playback_control div.playback_nav { 
	position: absolute; width: 28px; top: -55px; margin: 0 0 0 -1px; padding: 0; background-color: #00adef; border: 1px solid rgb(23, 35, 34); border-bottom: 0;
	display: none; z-index: 1001;
}
.h5_lb_controls div.h5_lb_playback_control:hover div.playback_nav { display: block; padding: 2px; }
.h5_lb_controls div.h5_lb_playback_control .playback_nav div { color: rgb(23, 35, 34); font: 10px/1.231 arial, helvetica, sans-serif; height: 13px; margin: 0; padding: 0 2px;}
.h5_lb_controls div.h5_lb_playback_control .playback_nav div:hover { background-color: #f1f1f1; display: block; }
/*********************************/
/* Subtitle Control: Inner Items */
.h5_lb_controls div.h5_lb_subtitle_control:hover { height: 31px; border-bottom: 1px solid rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_subtitle_control div { text-align: center !important; padding: 9px 0 0; font: 12px/1.231 arial, helvetica, sans-serif; font-weight: bold; color: #fff; }
.h5_lb_controls div.h5_lb_subtitle_control:hover div { color: rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_subtitle_control div.subtitle_nav {
	position: absolute; margin: 0 0 0 -1px; padding: 0; background-color: #00adef; border: 1px solid rgb(23, 35, 34); border-bottom: 0;
	display: none; z-index: 1001;
}
.h5_lb_controls div.h5_lb_subtitle_control:hover div.subtitle_nav { display: block; padding: 2px; }
.h5_lb_controls div.h5_lb_subtitle_control .subtitle_nav div { color: rgb(23, 35, 34); font: 10px/1.231 arial, helvetica, sans-serif; height: 13px; padding: 0 2px; }
.h5_lb_controls div.h5_lb_subtitle_control .subtitle_nav div:hover { background-color: #f1f1f1; display: block; }
/*********************************/
/* Sources Control: Inner Items */
.h5_lb_controls div.h5_lb_sources_control:hover { height: 31px; border-bottom: 1px solid rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_sources_control div { text-align: center !important; padding: 9px 0 0; font: 12px/1.231 arial, helvetica, sans-serif; font-weight: bold; color: #fff; }
.h5_lb_controls div.h5_lb_sources_control:hover div { color: rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_sources_control div.sources_nav {
	position: absolute; width: 52px; margin: 0 0 0 -1px; padding: 0; background-color: #00adef; border: 1px solid rgb(23, 35, 34); border-bottom: 0;
	display: none; z-index: 1001;
}
.h5_lb_controls div.h5_lb_sources_control:hover div.sources_nav { display: block; padding: 2px; }
.h5_lb_controls div.h5_lb_sources_control .sources_nav div { color: rgb(23, 35, 34); font: 10px/1.231 arial, helvetica, sans-serif !important; height: 17px; padding: 0 2px; }
.h5_lb_controls div.h5_lb_sources_control .sources_nav div sup {font: 7px/1.231 arial, helvetica, sans-serif !important;}
.h5_lb_controls div.h5_lb_sources_control .sources_nav div:hover { background-color: #f1f1f1; display: block; }
/*********************************/
/* Playlist Control: Inner Items */
.h5_lb_controls div.h5_lb_playlist_control div { text-align: center !important; padding: 9px 0 0; font: 12px/1.231 arial, helvetica, sans-serif; font-weight: bold; color: #fff; }
.h5_lb_controls div.h5_lb_playlist_control:hover div { height: 23px; margin: 0 0 0; background-color: #00adef; color: rgb(23, 35, 34); }
.h5_lb_controls div.h5_lb_playlist_control div.playlist_nav {
	position: absolute; padding: 0; display: none; background-color: #00adef; border: 1px solid rgb(23, 35, 34); border-bottom: 0; text-align: center;
}
.h5_lb_controls div.h5_lb_playlist_control div.playlist_nav img { padding: 2px; float: left; }
.h5_lb_controls div.h5_lb_playlist_control div.playlist_nav img:hover { padding: 2px; float: left; background-color: #f1f1f1; }
.h5_lb_controls div.h5_lb_playlist_control:hover div.playlist_nav { display: block; padding: 5px; z-index: 1001; }
/***********************************/
/* Fullscreen Control: Inner Items */
.h5_lb_controls div.h5_lb_fullscreen_control div {
	position: absolute; background-color: #5c666b; border: 1px solid #fff;
	/* Radius */
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.h5_lb_controls div.h5_lb_fullscreen_control div.h5_lb_fullscreen_control_fs1 { margin: 16px 0 0 12px; height: 10px; width: 13px; z-index: 1000; }
.h5_lb_controls div.h5_lb_fullscreen_control div.h5_lb_fullscreen_control_fs2 { margin: 4px 0 0 4px; height: 22px; width: 21px; z-index: 1001; display: none; }
.h5_lb_controls div.h5_lb_fullscreen_control:hover div.h5_lb_fullscreen_control_fs2 { display: block; }
/*******************/
/* Subtitle Output */
.h5_lb_player .h5_lb_subtitles {
	position: absolute; top: auto; right: 18%; bottom: 44px; left: 18%;
	color: #fff; text-align: center !important;
	display: none;
	/* Fallback for web browsers doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.2 opacity */
	background: rgba(0, 0, 0, 0.2);
}
.h5_lb_fullscreen  .h5_lb_subtitles { font: 22px/1.231 arial, helvetica, sans-serif; font-weight: bold; }
.h5_lb_smallscreen  .h5_lb_subtitles { font: 12px/1.231 arial, helvetica, sans-serif; font-weight: bold; }
/***********************/
/* Embedding Code/Link */
.h5_lb_player .h5_lb_embed {
	position: absolute; top: 5px; right: 5px; margin: 5px; width: auto; height: 40px; text-align: right; z-index: 1005;
}
.h5_lb_fullscreen  .h5_lb_embed {
	visibility: hidden;
}
.h5_lb_player .h5_lb_embed .h5_lb_embed_inner {
	margin: 0 0 3px auto; padding: 5px;
	border: 1px solid #323232; color: #fff; text-align: center !important; width: auto; height: auto;
	line-height: normal !important; font-size: 11px !important; font-family: arial, helvetica, sans-serif !important;
	/* Background Fallback for web browsers doesn't support RGBa */
	background: #646464;
	/* Background RGBa with 0.7 opacity */
	background: rgba(100, 100, 100, 0.7);
}
.h5_lb_player .h5_lb_embed .h5_lb_embed_inner:hover {
	/* Background Fallback for web browsers doesn't support RGBa */
	background: #646464;
	/* Background RGBa with 0.9 opacity */
	background: rgba(100, 100, 100, 0.9);
}
.h5_lb_player div.h5_lb_embed_code {
	position: absolute; top: 50%; left: 50%; margin: -100px 0 0 -150px; width: 300px; height: 200px; text-align: center; z-index: 1005;
	color: #fff; border: 1px solid #323232; display: none;
	/* Background Fallback for web browsers doesn't support RGBa */
	background: #646464;
	/* Background RGBa with 0.9 opacity */
	background: rgba(100, 100, 100, 0.9);
}
.h5_lb_player div.h5_lb_embed_code textarea.h5_lb_embed_code_user {
	line-height: normal !important; vertical-align: baseline; font-size: 12px !important; font-family: arial, helvetica, sans-serif !important; margin: 5px; padding: 4px; width: 270px; height: 130px; background: #fff; color: #000; border: 1px solid #323232; overflow: auto; cursor: default;
}
.h5_lb_player div.h5_lb_embed_code div.h5_lb_embed_code_txt {
	line-height: normal !important; vertical-align: baseline; font-size: 10px !important; font-family: arial, helvetica, sans-serif !important; margin: 5px; cursor: default; text-align: center !important;
}
.h5_lb_player div.h5_lb_embed_code button.h5_lb_embed_code_btn {
	line-height: normal !important; vertical-align: baseline; font-size: 12px !important; font-family: arial, helvetica, sans-serif !important; position: absolute; bottom: 0; left: 50%; margin: 5px 0 5px -40px; padding: 0 5px; width: 80px; height: 24px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	cursor: pointer;
	/* Background */
	background: #eaeaea;
	/* Radius */
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.h5_lb_player div.h5_lb_embed_code div.h5_lb_embed_code_btn:hover { border-top: 1px solid #bababa; border-left: 1px solid #bababa; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; }
/****************************************/
/* CSS Loaded Test - do not change this */
.h5_lb_css_loaded_test {display: none;}