@CHARSET "UTF-8";
.flowplayer { background-color: #FFF; background-size: cover; font: 11px "Myriad Pro", FreeSans, Helvetica, Arial, sans-serif;}
.flowplayer .fp-controls { background-color: rgba(17, 17, 17, 1)}
.flowplayer .fp-timeline { background-color: rgba(204, 204, 204, 1)}
.flowplayer .fp-progress { background-color: rgba(0, 167, 200, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
.is-mouseout .fp-timeline { top: -4px !important; }
.is-ready .fp-ui { background-image: none !important; }
.flowplayer .fp-brand { display: none; }
.flowplayer .endscreen {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 14px;
	text-align: center;
	display: none;
}

.endscreen .play, .endscreen .replay, .endscreen .clickthrough {
	display: none;
}

.is-paused .endscreen .play {
	display: inline;
}

.is-finished .endscreen .replay, .is-finished .endscreen .clickthrough {
	display: inline;
}

.is-finished .endscreen .play {
	display: none;
}

.flowplayer .endscreen .overlay {
	opacity: .85;
	-moz-opacity: .85;
	-webkit-opacity: .85;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	box-shadow: inset 0 0 4px #bbb;
	background-color: #e8e8e8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 2px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: -1;
}

.flowplayer .endscreen .fp-toggle {
	color: #eee;
}

.endscreen .command {
	cursor: pointer;
}

/* overlay player screen when video is finished */
.flowplayer.is-paused .endscreen {
	/* the player UI has z-index: 11, overlay it */
	z-index: 12;
	display: table;
}

.flowplayer.is-loading .endscreen, .flowplayer.is-seeking .endscreen {
	display: none;
}

.flowplayer.is-finished .fp-controls {
	left: -9999px;
}

.icon-wrap {
	display: table-cell;
	vertical-align: middle;
	z-index: 14;
}

.icons-row2 {
	margin: 10px 0 0 0;
}

.icons-row1 img:hover, .icons-row2 img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
}

.flowplayer .fp-brand {
	display: block;
	background: url(img/logo-white-bottom-short.png) no-repeat;
	height: 11px !important;
	width: 58px !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 180px 0 10px;}

.flowplayer.no-controls .fp-controls {display:none; visibility: hidden;}