<style>
   /* custom player skin */
   .flowplayer { width: 80%; background-color: #222; background-size: cover; max-width: 800px; }
   .flowplayer .fp-timeline { background-color: #172028;}
   .flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
   .flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
   .flowplayer { background-image: url(splash.jpg)}  
   .flowplayer .fp-share {
	  top: 5%;
	  right: 1%;
	  position: absolute;
	  font-size: 14px;
	  color: #777;
	  opacity: 1;
	}
	.flowplayer .fp-color {background-color: #00919e;}
	.flowplayer .fp-color-play {fill: #00919e;}
	.flowplayer .fp-icons {fill: #172028;}
	.flowplayer .fp-pause {display: none;}
	.flowplayer.is-live .fp-remaining {display:none; }
    .flowplayer.is-live .fp-controls {
      font-family: sans-serif;
      font-size: 1.2em; }
</style>