html, body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
form {
	margin: 0;
	padding: 0;
}
.hide {
	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: 9999999;
}
#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_ver-20170317.gif") 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: 2000;
    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: 100;
}
.rolls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 75;
}
.rolls_arrow {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}
.hidden_at_top_left {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#error_wrapper {
	height: 100%;
	background: #000 url('../../../images/kowe/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;
}

.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: 99999;
}

.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:all 1s ease;
    transition:all 1s ease;
	z-index: 999999;
}

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

#producer_overlay_content_top_left {
	width: 42%;
	padding-left: 2%;
	height: 50px;
	float:left;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	-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: table;
}

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

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

#producer_overlay_content_top_center {
	width: 10%;
	height: 50px;
	float:left;
	border-bottom: 2px solid #000;
}

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

#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;
}

#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: 10%;
	height: 15px;
	float:left;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	border-top: 2px solid #000;
	margin-top: -2px;
}

#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;
}

.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: 2001;
	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: 480px) and (min-width: 0px) {
    #producer_overlay_container{
        height: 63px;
    }

    #producer_overlay_content {
        min-width: 0;
        width: 262px;
        height: 77px;
        margin: 0 auto;
        padding-right: 3%;
    }

    #producer_overlay_content_top_left {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        height: 20px;
        font-weight: bold;
        color: #FFF;
        border-left: 2px solid #666;
        border-bottom: 0px;
        border-right: 2px solid #666;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        display: table;
    }

    #producer_overlay_content_top_right {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        height: 26px !important;
        line-height: 0 !important;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        border-right: 2px solid #666;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        display: table;
    }

    #producer_overlay_content_top_left_text {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
    }

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

    #producer_overlay_content_top_center {
        display: none;
    }

    #producer_overlay_content_bottom_center {
        display: block;
        width: 19%;
    }

    #product_overlay_content_bottom_left{
        display: none;
    }

    #product_overlay_content_bottom_right{
        display: none;
    }

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

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

    #producer_overlay_content {
        min-width: 400px;
        max-width: 660px;
        width: 90%;
        margin: 0 auto;
        height: 53px;
        padding-left: 7%;
    }

    #producer_overlay_content_top_left {
        width: 42%;
        padding-left: 2%;
        height: 35px;
        float:left;
        font-weight: bold;
        color: #FFF;
        font-size: 12px !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: table;
    }

    #producer_overlay_content_top_right {
        width: 42%;
        padding-right: 2%;
        height: 35px;
        float:left;
        -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: table-cell;
        vertical-align: middle;
    }

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

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

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

    #producer_overlay_content_top_center {
        height: 35px;
        width: 20px;
    }
}

@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;
        height: 65px;
        padding-left: 4%;
    }

    #producer_overlay_content_top_left {
        width: 42%;
        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: table;
    }

    #producer_overlay_content_top_right {
        width: 42%;
        padding-right: 2%;
        height: 40px;
        float:left;
        -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: table-cell;
        vertical-align: middle;
    }

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

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

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

    #producer_overlay_content_top_center {
        height: 40px;
        width: 40px;
    }
}
/* 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;
}
#SMApp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}

#unmute_mobile_limitation {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	z-index: 1;
}

#unmute_mobile_limitation img {
	top: 20px;
	background: rgba(100,100,100,0.8);
	padding: 5px 10px;
	border-radius: 10px;
	position: relative;
	max-width: 40px;
	left: 10px;
}