.flowplayer .fv_player_vast_companion_wrap {
	left: 0;
	height: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}
.flowplayer .fv_player_vast_companion {
	margin: 20px auto 0;
	position: relative;
}

.flowplayer .fv_player_vast_buttons {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.flowplayer .fv_player_vast_button { 
	background: rgb(50, 50, 50);
	background: rgba(50, 50, 50, 0.50);
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	display: none;
	font-size: 110%;
	position: absolute;
	text-align: center;
	z-index: 100000;
	line-height: 1.15;
	padding: 1.5%;
}
.flowplayer .fv_player_vast_button:hover { 
		background: rgb(0, 0, 0);
		color: #fff;
		border-color: #ccc;
}
.flowplayer .fv_player_vast_clickthrough {
	width: 100%; top: 0; left: 0; padding: 2% 5%;
	margin: 0;
	text-transform: uppercase;
	font-size: 90%;
}
.fv_player_vast_clickthrough.is-ipad {
	background: transparent;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.fv_player_vast_clickthrough.is-ipad:hover {
	background: transparent;
}
.flowplayer .fv_player_vast_continue {
	width: 40%;
	top: 0;
	left: 0;
	margin: 30% 30% 0 30%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flowplayer .fv_player_vast_skip {
	padding: 1% 5%;
	bottom: 0;
	right: 0;
	margin: 2%;
	background: rgb(50, 50, 50);
	background: rgba(50, 50, 50, 0.50);
	border: 1px solid #fff;
	border-bottom: 1px solid #fff !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: none;
}
.flowplayer .fv_player_vast_skip.is-waiting {
	border: 0;
	border-bottom: 0 !important;
	background: none;
	margin: 2% 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-shadow: 0 0 3px #333;
}
.flowplayer .fv_player_vast_skip.is-skippable {
	background: rgb(50, 50, 50);
	background: rgba(50, 50, 50, 0.50);
	border: 1px solid #999;
	border-bottom: 1px solid #999 !important;
}
.flowplayer .fv_player_vast_skip.is-skippable:hover {
	border: 1px solid #fff;
	border-bottom: 1px solid #fff !important;
}

.fv_player_vast_volume:before{
	content: "\e10b";
}
.fv_player_vast_volume.is-muted:before{
	content: "\e10d";
}
.flowplayer .fv_player_vast_volume{
	font-family: fpicons;
	width: 10%;
	min-width: 25px;
	top: auto;
	bottom: 10px;
	left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.flowplayer.is-vast .fv_player_vast_volume{
		display: block;
}

.fv_player_vast_sticky:before{
	content: "\e10f";
}
.flowplayer .fv_player_vast_sticky{
	font-family: fpicons;
	font-size: .75em;
	width: 9%;
	min-width: 25px;
	top: 10px;
	bottom: auto;
	right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fp-player.is-sticky .fv_player_vast_sticky {
	display: block;
}
.flowplayer.is-vast .fp-logo{
	display:none;
}

.flowplayer.is-loading .fp-engine.fake-video {
	top:0;
}
.flowplayer .fv_player_vast_button.fv-visible {
	display: block;
}

.flowplayer .fv_ima_adDisplayContainer {
	top: 0;
	left: 0;
	right: 0;
}

.flowplayer .fv_ima_adDisplayContainer.nonlinear {
	top: auto;
	bottom: 2.4em;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
}
.flowplayer.fp-full .fv_ima_adDisplayContainer.nonlinear {
	bottom: 4em;
}
.flowplayer.fixed-controls .fv_ima_adDisplayContainer.nonlinear {
	bottom: .5em;
}

/* Media Queries */
@media screen and (max-width: 30em) {
	.flowplayer .fv_player_vast_button {
		font-size: 100%;
	}
	.fv_player_vast_volume {
		left: 5px;
		bottom: 5px;
	}
}

@media screen and (max-width: 20em) {
	.flowplayer .fv_player_vast_button {
		font-size: 90%;
	}
}