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;
	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_vod .loading,
.state_live .loading
{
	display: none;
}

.player
{
	width: 100%;
	height: 100%;
}

.flowplayer,
.html5player_container
{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
}

#tab > .content
{
	background-color: #fff;
	padding:20px;
}

.footer
{
	text-align: right;
	margin-top: 30px;
	color: grey;
	font-size: 11px;
}

.footer a
{
	text-decoration: none;
	color: #20A0A0;
}

.footer a:hover
{
	text-decoration: underline;
}

.prevod_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: 150px;
}
