/*BANNER AD STYLES*/
.banner-ad{
    background-color: #005E98;
    color: white;
    padding: 5px 15px 0px 15px;
    position: fixed;
    float: left;
    top: -120px;
    text-align:center;
    display:none;
    z-index: 1000;
    width: 100%;
    height:auto;
    transition: background-color 0.3s;
}

.flip2,
.viewBannerAdAgain{
    padding: 5px;
    text-align: center;
    /*background-color: white;*/
    float:right;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0px;
}

.viewBannerAdAgain{
    display:none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    color: white;
    background-color: #d03f3f;
    /*border-radius: 0px 0px 27px 27px;*/
    border-radius: 0px 27px 27px 0px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 31px;
    line-height: 0px;
    cursor: pointer;
    transform: rotate(90deg);
    font-weight: 200;
    padding-top: 0px;
    padding-bottom: 10px;
}

.bannerTxt{
    width: 100%;
}


.bannerTxt {
    padding: 10px 10px 20px;
}

.bannerCTA button {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 20px;
}

/*IN BODY CONTENT AD STYLES*/
.view-again{
    position: fixed;
    left: 0;
    /*top: 367px;*/
    bottom: 0;
    color: white;
    background-color: #d03f3f;
    z-index: 100;
    display: none;
    border-radius: 0px 27px 27px 0px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 31px;
    line-height: 25px;
    cursor: pointer;
}

.apusm-in-post-injection{
    position:absolute;
    /*background-color:red;*/
    display:none;
    left: -2000px;
}

.inhom-in-content-image-ads{
    position:relative;
    left: -2000px;
}

article2,
footer{
    position:relative;
}

button.CTA, button.flip2 {
    color: #ffffff !important;
}



