#rewardedVideo {
    display: none;
    position: relative;
    z-index: 995;
    width: 650px;
    height: 450px;
    margin: 50px auto 0 auto;
}
#testHolder {
    margin: 0 auto;
    width: 1000px;
}
#vid_holder {
    position: absolute;
    width: 640px;
    height: 400px;
}
#rewardedVideo.rewarded #vid_holder {
    background: #3f4651/*#ecf0f1*/;/*#c2b49b;*/
    padding: 10px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

#vid_holder .vid-header {
    display: none;
}
#rewardedVideo.rewarded #vid_holder .vid-header {
    display: block;
    position: relative;
    height: 30px;
    margin: 5px 0;
}
#vid_holder .ads-notification {
    float: left;
    font: 16px/16px 'titilliumWebRegular';
    width: calc(100% - 40px);
    color: white;
}
#vid_holder .close {
    /*display: inline-block;
    padding: 5px 8px;
    background: #96876b;
    font: 16px/16px 'titilliumWebRegular';*/
    position: absolute;
    top: -8px;
    right: -7px;
    width: 36px;
    height: 36px;
    background: url("../images/new/warClicks/wc_splosno/sp_2_close_min.png") 0 0;
    background-position-x: 36px;
}
#vid_holder .close:hover {
    background-position-y: -36px;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#mainContainer {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 auto;
}
#ad_content, #adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 360px;
    background: #e8e8e8 url(../../assets/images/loading_big_white.gif) center no-repeat;
}
.thank-you {
    background: #e8e8e8 url(../../assets/images/thankyou_camo.png) center no-repeat !important;
}
.user-ad-note {
    background: #e8e8e8 url(../../assets/images/adblock_note.png) center no-repeat !important;
}
.user-ad-note2 {
    background: #e8e8e8 url(../../assets/images/user_note2.png) center no-repeat !important;
}
.black-background {
    background: #000000  !important;
}
#contentElement {
    width: 640px;
    height: 360px;
    overflow: hidden;
}
#mainContainer iframe {
    height: 360px;
    z-index: auto;
    width: 640px;
    cursor: url("public_html/assets/images/cursorDefault.ico"), default;
    cursor: url("../images/cursorDefault.ico") 1 1, default;
    text-align: left !important;
}
/*CUSTOM  OFFERS WITHIN REWARDED VIDEO CONTAINER */

.custom-offers {
    color: #ffffff;
    margin-top: 60px;
}
.custom-offers p {
    font: 16px/18px 'titilliumWebRegular';
}
.custom-offers .offer-list {
    display: inline-flex;
}
.custom-offers .offer-item {
    margin: 10px;
}
.custom-offers .offer-item a img {
    border: 2px solid #000000;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
.custom-offers .offer-coins {
    display: block;
    font: 18px/18px 'titilliumWebRegular';
}
.custom-offers .offer-coins img {
    vertical-align: middle;
    width: 42px;
    height: 20px;
    position: absolute;
    clip: rect(0px,22px,20px,0px)
}