body {
        margin:0;
        padding:0;
}

#adArea {
    background: #fff;
    color: #333;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
    -ms-touch-action: "pan-down";
    touch-action: "pan-down";
}

#container {
    position: absolute;
}

#cta {
    z-index: 5000;
}

#ctaCont {
    position: absolute;
    width:  159px;
    height:  54px;
    z-index: 5000;
    left:  79px;
    top:  415px;
}

#close_btn {
    right: 0px;
    z-index: 989999999999999;
}
.pop_img {
    visibility: hidden;
}



.abs {
    position: absolute;
}

.rct {
    width:320px;
    height:480px;
    position: absolute;
}

.opacity0 {
    opacity: 0;
}

.noEvents {
    pointer-events : none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            user-drag: none
}


.noVis {
    visibility: hidden;
}

.noDisplay {
    display: none;
}