/* full page ad */
.full-page-ad-container {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.logged-in .full-page-ad-container {
    top: 32px;
}

.full-page-ad-container header {
    margin: 0 auto;
    width: 1000px;
    background: #F5F5F5;
    padding: 25px;
    border-bottom: #262626 30px solid;
}

@media only screen and (max-width: 1000px) {
    .full-page-ad-container header {
        width: 100%;
    }
}

@media only screen and (max-width: 481px) {
    .full-page-ad-container header {
        text-align: center;
    }
}

.full-page-ad-container header img {
    width: 200px;
}

.full-page-ad-content {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
}

.intermediate-ad-container,
.intermediate-ad {
    display: none;
}

.intermediate-ad-content {
    padding: 10px 100px 25px 100px;
}

.gateway-ad-content {
    padding: 10px 0 0 0;
}

@media only screen and (max-width: 1000px) {
    .full-page-ad-content {
        width: 100%;
        padding: 10px 20px 25px 20px;
    }
}

.full-page-ad-content .description {
    float: left;
    width: 60%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}

.gateway-ad-content .description {
    padding-left: 100px;
}

.full-page-ad-content .ad-timer-description {
    float: left;
    width: 40%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    text-align: right;
}

.gateway-ad-content .ad-timer-description {
    padding-right: 100px;
}

.full-page-ad-content .ad-timer-description a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.full-page-ad {
    clear: both;
    text-align: center;
    padding-top: 10px;
}

.mobile-full-page-ad-image {
    display: none;
}

@media only screen and (max-width: 481px) {
    .desktop-full-page-ad-image {
        display: none;
    }

    .mobile-full-page-ad-image {
        display: block;
    }
}