html
{
	padding: 0;
	margin: 0;
}

body
{
	font: normal 13px arial,sans-serif;
	padding:0;
	background-repeat: repeat-x;
	margin: auto;
}

h1
{
	padding: 0;
	margin: 0;
	color: #f09406;
	font-weight: normal;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	margin-bottom: 40px;
	padding-top: 20px;
	margin-left: 10px;
	text-align: center;
}

.smartphone h1
{
	padding-top: 10px;
	margin-bottom: 20px;
}

h3
{
	margin:0;
}

.not_ready #module_play_pause
{
	pointer-events : none;
}

.not_ready #module_player_duration
{
	pointer-events : none;
}

.not_ready .player_fade
{
	pointer-events : none;
}

.loading 
{
	background-image: url('../img/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}

.state_prevod .loading,
.state_prelive .loading,
.state_vod .loading,
.state_live .loading
{
	display: none;
}
/*
.video 
{
	top: 30px;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 50%;
}

.player
{
	width: 100%;
	height: 100%;
}

.flowplayer,
.html5player_container
{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
}

.slider
{
	background-color: #111b1a;
}

#module_play_pause {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: 6px;
}

#module_player_loading {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 20px;
    height: 20px;
    margin: 6px;
}

.module_player_live {
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 64px;
    margin: 6px;
}

#module_player_time {
    position: absolute;
    bottom: 0;
    right:64px;
    width: 130px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 6px;
}

.module_player_sound {
    position: absolute;
    bottom: 0;
    right: 32px;
    width: 28px;
    height: 20px;
    margin: 6px 2px;
}

#module_player_fullscreen {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 6px;
}

#tab > .content
{
	background-color: #fff;
	padding:20px;
}

.module_player_storyboard
{
	position: absolute;
	width: 120px;
	height: 74px;
	background-color: #27312f;
	display: none;
	bottom: 54px;
	padding: 5px;
}

.module_player_storyboard.visible
{
	display: block;
}

.state_live .module_player_storyboard
{
	width: 60px;
	height: 14px;
	padding : 0;
	border-radius: 2px;
}

.state_live .module_player_storyboard .current_synchro
{
	display: none;
}

.module_player_storyboard .time
{
	color: white;
	width: 100%;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	font-size: 10px;
}

.module_player_storyboard .current_synchro
{
	width: 100%;
	height : 65px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #384442;
}

.with_slide .module_player_storyboard .current_synchro
{
	width: 50%;
}

.module_player_storyboard .current_synchro .current_diapo,
.module_player_storyboard .current_synchro .current_thumbnail
{
	width: 100%;
	height: 100%;
	background-size: contain;
}
*/
/*.footer
{
	margin-top: 30px;
	color: grey;
	font-size: 11px;
}

.footer a
{
	text-decoration: none;
	color: #f09406;
}*/

.prelive_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: 150px;
}

.prevod_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: 150px;
}

.player_template .tab_contents .player.visible
{
	position:relative;
}

/***************************
******* HTML5 PLAYER *******
****************************/
/*
.html5player_container
{
	height: 100%;
	width: 100%;
	position: relative;
}

.html5player_container .play_container
{
	margin: auto;
	margin-top: 15%;
	height: 80px;
	width: 80px;
	border: 10px white solid;
	border-radius: 100px;
	background-color: #f09406;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.with_slide .html5player_container .play_container
{
	margin-top: 35%;
}

video#html5_player
{
	width: 100%;
	height: 100%;
	background-color: black;
}

body .fade
{
	display: none;
}

.player_cursor
{
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #f09406;
	top: -5px;
	border-radius: 40px;
	border: solid 10px white;
	margin-left: -20px;
	display: block;
	overflow: hidden;
}

.module_player_duration
{
	width: 100%;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.module_player_duration.visible
{
	animation: visible 0.2s;
	-webkit-animation: visible 0.2s;
	opacity: 100;
}

@keyframes visible
{
	from {opacity: 0;}
	to {opacity: 100;}
}

@-webkit-keyframes visible
{
	from {opacity: 0;}
	to {opacity: 100;}
}

.player_duration_bar
{
	background-color: #111b1a;
	height: 10px;
	padding:3px;
	border: 1px solid #f09406;
}

.player_duration_layout
{
	width: 100%;
	height: 100%;
	background-color: #666666;
	position: relative;
	cursor: pointer;
}

.player_duration_done
{
	background-color:#f09406;
	height: 100%;
	width:0%;
	max-width: 100%;
}

.player_duration_cursor
{
	background-color: #111b1a;
	width: 1px;
	height: 9px;
	position :absolute;
	top:0;
	display: none;
}

.player_duration_cursor.visible
{
	display: block;
}

.player_fade
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/fade_background.png');
	background-repeat: repeat;
}

.play .player_fade, .live .player_fade{
	opacity: 0;
	cursor:auto;
	display:none\9;
}

.pause .player_fade
{
	opacity: 1;
	cursor:pointer;
	display:block\9;
}

.play-button 
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image : url('../img/play_fade.png');
    cursor: pointer;
}

.play-button:hover
{
	background-image : url('../img/play_fade_hover.png');
}

#player_fullscreen
{
	margin: auto;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#player_fullscreen_container
{
	
}

#player_fullscreen_icon
{
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url('../img/fullscreen.png');
    background-position: center;
    background-repeat: no-repeat;
}

body.fullscreen #player_fullscreen_icon
{
	background-image: url('../img/fullscreened.png');
}

body.fullscreen
{
	overflow: hidden;
}

body div.fullscreen
{
	z-index:200;
	height:100%;
	width: 100%;
	position:absolute;
	top:0;
	background-color:white;
	left: 0;
}

.module_player_live
{
	color: white;
	cursor: pointer;
}

.live_on .player_live_cercle
{
	background-color: red;
}

.player_live_cercle
{
	display: inline-block;
	margin-top: 4px;
	background-color: grey;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.player_live_text_live_off
{
	display: inline-block;
}

.player_live_text_live_on
{
	display: none;
}

.live_on .player_live_text_live_on
{
	display: inline-block;
}

.live_on .player_live_text_live_off
{
	display: none;
}

.player_loading_image
{
	width: 16px;
	height: 11px;
	margin: auto;
}

.player_loading_image img
{
	display: none;
}

.player_loading_image.buffering img
{
	display: block;
}

.play_pause
{
	margin: auto;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.play_pause .bouton
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	height: 100%;
	width: 100%;
}

.play .play_pause .bouton,
.live .play_pause .bouton {
    background-image: url('../img/pause.png');
}

.play .play_pause .bouton:hover,
.live .play_pause .bouton:hover {
    background-image: url('../img/pause.png');
}

.pause .play_pause .bouton {
    background-image: url('../img/play.png');
}

.pause .play_pause .bouton:hover {
    background-image: url('../img/play.png');
}

.slider .current_synchro .speaker
{
	color: white;
	line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 64px;
    height: 20px;
    margin: 6px;

}

.player_sound
{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.player_sound_icon
{
	background-image: url('../img/sound.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 100%;
	height: 100%;
}

.player_sound_popup
{	
	height: 90px;
	width: 100%;
	background-color: #111b1a;
	position: absolute;
	bottom: 25px;
	display:none;
}

.player_sound_popup.visible
{
	display: block;
}

.player_sound_popup_bar
{
	background-color: #111b1a;
	width: 16px;
	height: 80px;
	margin: 5px auto 0 auto;
	border: 1px solid #f09406;
	position: relative;
	cursor: pointer;
}

.player_sound_popup_bar_filled
{
	background-color:#f09406;
	height: 15px;
	width:16px;
	position:absolute;
	bottom:0;
	cursor: pointer;
}

#player_time
{
	text-align: center;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 13px;
	margin: auto;

}

#player_time_done
{
	float: left;
}

#player_time_done_text
{

}

#player_time_total
{
	float: left;
	color: #808080;
}

#player_time .separator
{
	float: left;
	margin:0 3px;
}

.module_tab
{
  height: 100%;
  position: relative;
}

.tab
{

}

.tab .tab_content
{ 
  filter : alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.tab .tab_content.hidden * > div
{
  filter : alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.tab .tab_content.hidden input
{
	display: none;
}

.tab .tab_content.visible
{
  filter : alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: inherit;
}

.tab ul.tab_titles
{
  padding: 0;
  margin: 0;
}

.tab .tab_titles li
{
	cursor: pointer;
	padding: 0 40px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #3d3932;
	display: inline-block;
}

.tab .tab_titles li.visible
{
  background-color: #928877;
}

.tab .tab_titles li:hover
{
  background-color: #928877;
}
*/
.waiter
{
	width: 100%;
	height: 100%;
	background-color: #111b1a;
	opacity: 0.4;
	filter : alpha(opacity=40);
	position: absolute;
	top: 0;
}

.module_embed
{
	
}

.module_embed_container
{
	background-color: white;
	height: 100%;
	padding: 20px;
}

.module_embed .module_embed_container .line
{
	padding: 10px;
}

.module_embed .configure .title
{
	font-family: Verdana;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('../img/crochet_orange.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.module_embed .configure .bloc
{
	display: none;
	border-left: 1px solid #ABADB3;
	padding: 10px;
	width: 200px;
	margin-left: 5px;
}

.module_embed .configure.visible .bloc
{
	display: block;
}

.module_embed .configure.visible .title
{
	background-image: url('../img/crochet_orange_penche.png');
}

.module_embed .configure .width,
.module_embed .configure .height
{
	margin: 5px;
}

.module_embed .configure .width .text,
.module_embed .configure .height .text
{
	width: 60px;
}

.module_embed .configure input
{
	margin-left: 20px;
	margin-top: 5px;
}

.module_embed textarea
{
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.player_loading_image
{
	width: 16px;
	height: 100%;
	margin: auto;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.player_loading_image
{
	display: none;
}

.player_loading_image.buffering
{
	display: block;
}

/**
EMBED
**/

body.embed
{
	width: auto;
	overflow: hidden;
}

body.embed .footer
{
	display: none;
}

body.embed h1
{
	display: none;
}

body.embed #module_player_fullscreen
{
	display: none;
}

body.embed .module_toolbar {
	height: 15%;
}

body.embed .timeline_mustache_focus {
	height: 85%;
}

body.embed .scrollbar {
	height: 85%;
}

body.embed #module_play_pause {
	left: 1%;
}


