.offer-container {
    width: 1023px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(../Images/quaker-sub-page-body-bkg.gif) repeat-y top center;
}
img.bestbowloff{
    position: relative;
    z-index: 9999999;
    background: transparent !important;
    width: auto !important;
    margin:-47% 0% 0% 77.8%;
}

.offer-bg {
    background: url("../Images/Offers_Home_Image.sflb.png") #fff top right no-repeat;
    min-height: 785px;
    /*margin-top: -108px;*/
}

.breakfast {
    background-image: url(../Images/promo_jawbone_bg.sflb.png);
    background-repeat: no-repeat;
}

.mymenu {
    display: none;
}

.form-bg {
    background-image: url(../Images/border_box.sflb.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 320px;
    margin-top: 0px;
}

.breakfast-text {
    color: rgb(5, 34, 57);
    font-family: 'archer 7r', 'archer a', 'archer b';
    font-size: 9pt;
    font-style: italic;
    font-weight: 900;
    padding-left: 12px;
    padding-top: 118px;
}

.breakfast-txt1 {
    color: rgb(5, 34, 57);
    font-family: 'archer 4r', 'archer a', 'archer b';
    font-size: 7pt;
    font-weight: 600;
    padding-left: 12px;
    padding-top: 5px;
}

.breakfast-txt2 {
    color: rgb(5, 34, 57);
    font-family: 'archer 4r', 'archer a', 'archer b';
    font-size: 7pt;
    font-weight: 600;
    line-height: 10px;
    padding-left: 12px;
    margin-top: -3px;
}

.email-textbox {
    background-image: url(../Images/text_box.sflb.png);
    background-repeat: no-repeat;
    padding-left: 2px;
    padding-top: 3px;
    height: 28px;
    width: 221px;
    margin-left: 10px;
}

.delicious_img {
    background-image: url(../Images/delicioustile.sflb.png);
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-bottom: 50px;
    margin-left: 25px;
}

.delicious-txt {
    color: rgb(220, 15, 79);
    font-family: 'archer 6r', 'archer a', 'archer b';
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    padding-left: 41px;
    padding-top: 24px;
}

.delicious-txt1 {
    color: rgb(220, 15, 79);
    font-family: 'archer 6r', 'archer a', 'archer b';
    font-weight: bold;
    font-size: 16px;
    padding-top: 73px;
    padding-left: 333px;
}

.find-btn-img {
    padding-left: 41px;
    padding-top: 15px;
}

.social_offer {
    padding-top: 10px;
}

#navlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}

#navlist {
    padding-left: 20px;
}

    #navlist li, #navlist a {
        display: inline-block;
    }

#fb {
    background: url('../Images/social_offers.png') no-repeat -3px -1px;
    width: 16px;
    height: 16px;
}

#twitter {
    background: url('../Images/social_offers.png') no-repeat -23px -1px;
    width: 16px;
    height: 16px;
}

#google {
    background: url('../Images/social_offers.png') no-repeat -43px -1px;
    width: 16px;
    height: 16px;
}

#review {
    background: url('../Images/social_offers.png') no-repeat -63px -1px;
    width: 36px;
    height: 16px;
}

.offers-promotion {
    margin-top: 100px;
    padding-left: 30px;
}

@media (max-width:767px) {
.form-bg {
    background-image: url(../Images/border_box.sflb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 320px;
    width: 100%;
    margin: 0 auto;
}
img.bestbowloff{
    position: relative;
    width: 29% !important;
    margin:-100.2% 0% 0% 47%;
}
}
@media (max-width:1023px) {
    .offer-bg {
        background: #fff;
    }

    .offer-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0px;
    }

    .offers-promotion {
        margin-top: 50px;
        padding-left:0px;
        padding-right:0px;
    }

    .offer-container img {
        width: 100%;
    }

    .share-img {
        display: none;
    }

    #navlist {
        text-align: center;
    }
}
@media (min-width:1300px){
img.bestbowloff{
    margin:-44.7% 0% 0% 72.7%;
}}