.flowplayer .fp-title {
	display: none;
}

.flowplayer .fp-mute {
	position: absolute;
	top: auto;
	bottom: -13px;
	right: 80px;
}

.flowplayer .fp-volumeslider {
	position: absolute;
	top: auto;
	bottom:0px;
	right: 25px;
	width: 55px;
}

.flowplayer .fp-embed {
	display: none;
}

.fp-controls .fp-volumeslider {
	background-color: #999;
}

.fp-controls .fp-volumelevel  {
	background-color: #ec008b;
}

.flowplayer .fp-brand {
	display: none;
}

.flowplayer.is-ad-visible .fp-ad-container .fp-progress {
	background-color: #ec008b;
}

.flowplayer .fp-progress {
	background-color: #ec008b;
}

.flowplayer.is-mouseout .fp-fullscreen {
	display: none;	
}

.flowplayer .fp-fullscreen {
	top: auto;
	bottom: 10px;
	z-index: 10;
}

.flowplayer .fp-fullscreen  {
	display: none;
} 

.flowplayer.is-ready .fp-fullscreen {
	display: block;
}

.no-mute.no-volume.no-brand.flowplayer .fp-remaining,.no-mute.no-volume.no-brand.flowplayer .fp-duration {
	right:45px
}

.no-mute.no-volume.no-brand.flowplayer .fp-timeline { 
	margin-right:75px
}

.is-touch.flowplayer.is-ad-visible .fp-ad-container .fp-remaining:after {
  content: '';
  display: none
 }