/*player*/
body.play .flowplayer .fp-speed{
	display:none;
}
body.play .flowplayer video {

}
body.play .flowplayer .fp-controls{
	background: rgba(0, 0, 0, 0) none !important;
	bottom: 1em !important;
	left: 0em !important;
	height: 1.5em !important;
	bottom: 1.7em !important;
	width: auto !important;
	right: 1em !important;
	font-size: 1.4em;
}
body.play .flowplayer .fp-play{
	background:none !important;
	color: #ffffff !important;
    font-size: 1.5em !important;
    height: 1em !important;
    left: 0 !important;
    line-height: 0.9em !important;
    width: 1em !important;
}
body.play .flowplayer.is-mouseover .fp-timeline{
	background: rgba(255, 255, 255, 0.6);
    border: 2px solid #fff;
    border-radius: 1em !important;
    height: 1.5em;
    top: 0;
	overflow:visible;
	margin: 0 10.4em 0 1em !important;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body.play .flowplayer.is-mouseout .fp-timeline {
	background: none;
}
body.play .flowplayer .fp-buffer{
	background: none;
}
body.play .flowplayer.is-mouseover .fp-progress{
	border-radius: 1em !important;
	background: #fff;
}
body.play .flowplayer.is-mouseout .fp-progress{
	display:none;
}
body.play .flowplayer.is-mouseover .fp-progress:before{
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 1em;
    content: "";
    height: 1.8em;
    position: absolute;
    right: -0.9em;
    top: -0.25em;
    width: 1.8em;
}
body.play .flowplayer .fp-time{
	bottom: 1em;
    font-size: 1em;
    line-height: 1em;
    padding: 0 8em 0 0;
    position: absolute;
    text-align: right;
}
body.play .flowplayer .fp-time em{
	position:relative !important;
	color: #fff;
	font-family: "RobotoLight", sans-serif;
	width:auto;
}
body.play .flowplayer .fp-elapsed,
body.play .flowplayer.play-button .fp-elapsed{
	border-right: 1px solid #fff;
	height: 1em;
	bottom: 0.25em;
    font-size: 1em;
    line-height: 1em;
    padding: 0 0.55em 0 0;
    position: absolute;
    text-align: right;
	font-family: "RobotoLight", sans-serif;
	right: 9.4em;
}

body.play .flowplayer .fp-remaining{
	left:0 !important;
	right:0 !important;
	display:none !important;
	visibility:hidden;
}
body.play .flowplayer .fp-duration{
	bottom: 0.25em;
    font-size: 1em;
    line-height: 1em;
    padding: 0 0 0 0;
    position: absolute;
    text-align: right;
	font-family: "RobotoLight", sans-serif;
	right: 5.9em;
}


body.play .flowplayer .fp-mute{
	background: none !important;
	color: #ffffff !important;
	font-size: 1.5em !important;
	height: 1em;
	left: -0.5em;
	line-height: 0.9em !important;
	top: -0.3em;
	width: 1em;
}
body.play .flowplayer .fp-volume {
	bottom: 0 !important;
	height: 1em !important;
	right: 0 !important;
}
body.play .flowplayer .fp-volumelevel{
	background: #fff !important;
}
body.play .flowplayer .fp-volumeslider {
    width: 3.4em;
}
body.play .flowplayer .fp-fullscreen{
	font-size: 1.5em !important;
	height: 1em;
	right: 0.3em;
	top: -0.3em;
	width: 1em;
	background:none !important;
	font-family:'fpicons' !important;
	position:absolute;
}
body.play .flowplayer .fp-fullscreen:hover,
body.play .flowplayer .fp-mute:hover,
body.play .flowplayer .fp-play:hover{
	color:#FFDE00 !important;
	opacity:1 !important;
}
body.play .flowplayer.is-mouseover .fp-timeline:hover{
	border-color:#FFDE00 !important;
	opacity:1 !important;
}
@media only screen and (max-width : 1024px) {
	body.play .flowplayer .fp-time{
		padding: 0 8.5em 0 0;
		bottom: 0.8em;
	}
}
@media only screen and (max-width : 768px) {
	body.play .flowplayer .fp-time{
		bottom: 0.5em;
	}
}
