* {
    box-sizing: border-box;
}
.flscrnCover {
    z-index: 2999800;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	opacity:0.9;
	display:none;
}
.pop-fade {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #000;
	opacity:0;
}
.pop-advertise {
    z-index: 2999901;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 298px;
    padding-bottom: 35px;
    margin-left: -150px;
    margin-top: -152px;
    color: #ccc;
    text-align: center;
}
.pop-advertise .pop-close {
    z-index: 3;
    display: block;
    position: absolute;
    top: 4px;
    right: -10px;
    width: 27px;
    height: 27px;
    padding: 4px;
    border: 2px solid #FFF;
    border-radius: 14px;
    background-color: #aaa;
}
.iconClose {
    width: 15px;
    height: 15px;
    background: url(/inter/close.svg) no-repeat;
    background-size: cover;
}
.pop-advertise .loader {
    z-index: 1;
    display: block;
    position: absolute;
    top: 100px;
    left: 125px;
    width: 50px;
    height: 50px;
    background: url(/inter/loadcams.gif) no-repeat;
	text-align:left;
}
.pop-advertise .continue-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.pop-advertise .continue-button {
    clear: both;
    display: inline-block;
    position: relative;
    height: 27px;
    margin: 0;
    padding: 0 25px 0 10px;
    border-radius: 3px;
    background-color: #ECECEC;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    color: #444444;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}
.pop-advertise .continue-button:before, .pop-advertise .continue-button:after {
    content: '';
    display: block;
    position: absolute;
    float: right;
    top: 10px;
    right: 8px;
    width: 7px;
    height: 7px;
    background: url(/inter/arrowRightLittle.svg) no-repeat;
}
.pop-advertisement {
	text-align:left;
	z-index:2;
	position:absolute;
	width: 300px;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
}
.inner-stage iframe{
	position:relative!important
}