html, body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
form {
	margin: 0;
	padding: 0;
}
.hide, .hidden {
	display: none;
}
.clear {
	clear: both;
}
.fs11 {
	font-size: 11px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs19 {
	font-size: 19px !important;
}
.padbottom5 {
	padding-bottom: 5px;
}
#mediaspace {
	background-color: #000;
	display: block;
	height: 100%;
	outline: none;
	text-align: center;
}
#vhs_report_link {
	font-weight: bold;
	left: 4px;
	position: absolute;
	top: 2px;
	z-index: 12;
}
#vhs_report_link div {
	float: left;
}
.vhs_link_left {
	background-image: url("/images/alert_left.png");
	height: 20px;
	width: 5px;
}
.vhs_link_right {
	background-image: url("/images/alert_right.png");
	height: 20px;
	width: 5px;
}
.vhs_link_center {
	background-image: url("/images/alert_background.png");
	background-repeat: repeat-x;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
}
.vhs_link_center a {
	color: #fff;
	text-decoration: none;
}
.vhs_link_center a:hover {
	text-decoration: underline;
}
#vhs_report_form {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	width: 300px;
	z-index: 30;
}
#vhs_report_form label {
	display: block;
	float: left;
	width: 100px;
}
#vhs_report_buttons {
	text-align: center;
}
.loading {
	background: url("/images/analyze_preloader.gif?ver=20170317") no-repeat 50% 50%;
	height: 25px;
}
#overlay {
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity:0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	border: 0 !important;
}
.html5_logo_opacity {
	filter: alpha(opacity:50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.vf_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
.rolls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.rolls_arrow {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.hidden_at_top_left {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#error_wrapper {
	height: 100%;
	background: #000 url('/images/ewok/error_pattern_bg.png') repeat;
	padding:10px;
}

.error_message_container {
	font-size: 10px;
	padding:10px 20px;
	background-color: #000;
}

.error_message_text {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.error_view {
	background-color: #000;
}

.message_container {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: table;
}

.message {
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	font-size: 12px;
}

.pop_parent {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
}

.pop_parent_small {
	margin-left: -150px !important;
	margin-top: -134px !important;
}

.pop_close_button {
	position: absolute;
	cursor: pointer;
	bottom: -26px;
	width: 100%;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.pop_close_button a {
	color: #FFF;
	text-decoration: none;
}

.pop_close_button a:hover {
	text-decoration: underline;
}

.pop_close_button_small {
	bottom: -20px !important;
}

#producer_overlay_container {
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	height: 68px;
	text-align: center;
	opacity: 0;
	-webkit-transition: top 1s ease;
	transition: top 1s ease;
	z-index: 10;
}

#producer_overlay_content {
	min-width: 400px;
	max-width: 660px;
	width: 90%;
	margin: 0 auto;
	border-left: 0px solid rgba(0,0,0,0);
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-right: 0px solid rgba(0,0,0,0);
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#producer_overlay_content_top_left {
	width: 45%;
	padding-left: 2%;
	height: 50px;
	float:left;
	font-weight: bold;
	color: #FFF;
	font-size: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottom-left: 10px;
	border-bottom-left-radius: 10px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	display: block;
	box-sizing: border-box;
}


#producer_overlay_content_top_left_text {
	display: inline-flex;
    align-items: center;
	min-width: 100%;
	min-height: 100%;
}

#producer_overlay_content_top_left_text p {
	width: 100%;
	margin: 5px;
	margin-top: 2px;
}

#producer_overlay_content_top_left a {
	color: #ff2900;
	text-transform: uppercase;
}

#producer_overlay_content_top_center {
	width: 10%;
	height: 50px;
	float:left;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: -1px
	box-sizing: border-box;
}

#producer_overlay_content_top_right {
	width: 45%;
	padding-left: 0;
	margin-left: 0;
	padding-right: 2%;
	height: 50px;
	float:right;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	line-height: 45px;
	border-right: 2px solid #666;
	border-left: 2px solid transparent;
	border-bottom: 2px solid #666;
	display: table;
	box-sizing: border-box;
}

#producer_overlay_content_top_left_button_xs{
	display: none;
}

#producer_overlay_content_top_center_button_xs{
	display: none;
}

#producer_overlay_content_top_right_button_xs{
	display: none;
}

#producer_overlay_content_top_right_link_container {
	display: table-cell;
	vertical-align: middle;
}

#producer_overlay_content_top_right_button {
	white-space: normal;
	display: table-cell;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 287px !important;
	max-height: 48px !important;
	margin: 0 auto;
}

#producer_overlay_content_top_right_link_container a {
	text-decoration: none;
}
#producer_overlay_content_top_right_link_container input {
	font-weight: bold;
	font-size: 15px;
	width: 90%;
}

#producer_overlay_content_top_right_button_container {
	background-color: #000;
	-webkit-backface-visibility: hidden;
}
#producer_overlay_content_bottom_left {
	width: 44%;
	height: 15px;
	float:left;
}

#producer_overlay_content_bottom_center {
	width: 100%;
	height: 15px;
	float:left;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	margin-top: 48px;
	opacity: 1;
}

#producer_overlay_content_bottom_right {
	width: 44%;
	height: 15px;
	float:left;
}

#producer_overlay_close {
	width: 10%;
	margin: 0 auto;
	padding: 1px;
	height: 15px;
	text-align: center;
}

.op8 {
	background-color: #000;
	opacity: 0.8;
}

.pointer {
	cursor:pointer;
}

.rounded_bottom {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#producer_overlay_close_image {
	width: 9px;
	height: 11px;
	margin: 1px auto 0;
}

#producer_overlay_close_image_xs {
	width: 9px;
	height: 11px;
	margin: 1px auto 0;
}

.overlay_close_arrow_down {
	background-image: url("/images/arrow_down.png");
}

.overlay_close_arrow_up {
	background-image: url("/images/arrow_up.png");
}

#popup_div, #popup_iframe {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

#pu_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0 !important;
	z-index: 1;
	cursor: pointer;
}

#pu_overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0 !important;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 33px;
}

#adblock_error {
	position: absolute;
	color: #FFF;
	z-index: 7;
	text-align: center;
	width: 100%;
	top: 18%;
}

#adblock_text {
	width: 60%;
	height: 100%;
	margin: 0 auto;
}

.pop_adblock_small {
	margin-left: -150px !important;
	margin-top: -124px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 479px) {
	#producer_overlay_container {
		width: 65%;
		height: 52px;
	}

	#producer_overlay_content {
		min-width: 50px;
		min-width: auto;
		position: relative;
		width: 100%;
	}

	#producer_overlay_content_top_left_text {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
	}

	#producer_overlay_content_bottom_center {
		margin-top: 33px;
		width: 100%;
	}

	#producer_overlay_content_top_right {
		width: 45%;
	}

	#producer_overlay_content_top_right_link_container a {
		display: none;
	}

	#producer_overlay_content_top_left, #producer_overlay_content_top_center, #producer_overlay_content_top_right {
		height: 35px;
	}
}

@media only screen and (max-width: 600px) and (min-width: 480px) {
	#producer_overlay_container{
		height: 53px;
	}

	#producer_overlay_content {
		min-width: 400px;
		max-width: 660px;
		width: 90%;
		margin: 0 auto;
	}

	#producer_overlay_content_top_left {
		width: 45%;
		padding-left: 2%;
		height: 35px;
		float:left;
		font-weight: bold;
		color: #FFF;
		font-size: 0px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
		display: block;
	}

	#producer_overlay_content_top_right {
		width: 45%;
		padding-right: 2%;
		height: 35px;
		float:right;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		line-height: 0;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		display: table;
	}

	#producer_overlay_content_top_left_text {
		display: inline-flex;
    	align-items: center;
		min-width: 100%;
		min-height: 100%;
	}

	#producer_overlay_content_top_right_link_container input {
		font-weight: bold;
		font-size: 12px;
		width: 90%;
	}

	#producer_overlay_content_bottom_center {
		width: 100%;
		height: 15px;
		float:left;
		border-right: 2px solid #666;
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
		margin-top: 33px;
	}

	#producer_overlay_content_top_right_button {
		white-space: normal;
		display: table-cell;
		vertical-align: middle;
	}

	#producer_overlay_content_top_center {
		height: 35px;
		width: 10%;
	}
}

@media only screen and (max-width: 724px) and (min-width: 601px) {
	#producer_overlay_container{
		height: 58px;
	}

	#producer_overlay_content {
		min-width: 400px;
		max-width: 660px;
		width: 90%;
		margin: 0 auto;
	}

	#producer_overlay_content_top_left {
		width: 45%;
		padding-left: 2%;
		height: 40px;
		float:left;
		font-weight: bold;
		color: #FFF;
		font-size: 15px !important;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
		display: block;
	}

	#producer_overlay_content_top_right {
		width: 45%;
		padding-right: 2%;
		height: 40px;
		float:right;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		line-height: 0;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		display: table;
	}

	#producer_overlay_content_top_left_text {
		display: inline-flex;
    	align-items: center;
		min-width: 100%;
		min-height: 100%;
	}

	#producer_overlay_content_top_right_link_container input {
		font-weight: bold;
		font-size: 15px;
		width: 90%;
	}

	#producer_overlay_content_bottom_center {
		width: 100%;
		height: 15px;
		float:left;
		border-right: 2px solid #666;
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
		margin-top: 38px;
	}

	#producer_overlay_content_top_right_button {
		white-space: normal;
		display: table-cell;
		vertical-align: middle;
	}

	#producer_overlay_content_top_center {
		height: 40px;
		width: 10%;
	}
}
/* END MEDIA QUERIES */

#ad_block_honeypot {
	display: none;
}
#dl_flash_link {
	padding-top: 130px;
	margin: 0 auto;
	color: #FFF;
}
#dl_flash_link a {
	color: #FFF;
}
#download_container {
	position: absolute;
	z-index: 11;
	right: 16px;
	top: 12px;
}
#download_button {
	cursor:pointer;
	width: 26px;
	height: 26px;
	background-color: #3b3b3e;
	padding: 8px 5px 2px 5px;
	border-radius: 4px;
	margin-bottom: 5px;
	float:right;
}
#download_menu {
	display:none;
	font-family: Arial;
	font-size: 13px;
	background-color: #3b3b3e;
	color: #aaa;
	padding: 10px;
	width: 120px;
	border-radius: 4px;
}
#download_container:hover #download_menu {
	display: block;
}
.download_menu_quality_select_text{
	font-weight: bold;
}
.download_menu_item {
	padding: 10px 0;
}
.download_link_anchor {
	text-decoration: none;
	color: #aaa;
}

.download_link_anchor:hover {
	color: #fff;
}

.download_link_label {
	float: left;
	width: 60px;
}
.download_link_file_size {
	float: right;
	text-align: right;
	width: 60px;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.quality_selectors_container {
	font-family: Arial;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: black;
	z-index: 10;
}

.quality_selector_text {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.qs_button_split_2 {
	float: right;
	width: 49%;
	height: 27px;
	color: #FFF;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.qs_button_split_3 {
	float: right;
	width: 32%;
	height: 30px;
	color: #FFF;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.qs_border_left {
	border-left: 1px solid #383838;
	margin-left: 2%;
}