﻿#MR_GlobalWrapper {
    background-color: #F1F5F5;
    color: #3e4348;
    font-weight: 400;
}

.mrw_offercontent {
    /*margin-top: 50px;*/
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}

.creative {
    line-height: 10px;
}

.myoffer_image_content {
    display: inline-block;
    width: 60%;
}

.myoffer_button_content {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 20px);
    padding: 10px;
    float: right;
}

.myoffer_desc {
    font-size: 18px;
    max-width: 320px;
    text-align: center;
    margin: 10px auto;
}

.myoffer_logo {
    text-align: center;
    margin: 0 auto 10px;
}

.myoffer_logo img {
    max-width: 200px;
    max-height: 40px;
}

.myoffer_action {
    text-align: center;
}

.mrw_offercontent .mrw_button.big.flat {
    color: #FFF;
    font-size: 1.12em;
    padding: 10px 24px;
    outline: none;
    display: block;
    width: 140px;
    margin: 0 auto;
}

.myoffer_promo_text {
    text-align: center;
    margin: 10px;
    font-size: 0.9em;
}

.myoffer_item {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #ccc;
}

.mroffer_even {
}

.myoffer_image_content img {
    width: 100%;
    max-width: 768px;
}

.myoffer_action_holder {
    bottom: 0;
}


@media only screen and (max-width : 900px) {
    .mrw_offercontent {
        font-size: 12px;
    }

        .mrw_offercontent .mrw_button.big.flat {
            padding: 10px 20px;
        }
}

@media only screen and (max-width : 760px) {
    .myoffer_logo img {
        max-width: 150px;
        max-height: 25px;
    }

    .mrw_offercontent {
        font-size: 11px;
    }

    .myoffer_promo_text {
        margin: 6px;
    }

    .myoffer_desc {
        margin: 8px auto;
    }
    .pst_headertext {
        font-size: 18px;
    }
}

@media only screen and (max-width : 660px) {
    .mrw_offercontent {
        margin-top: 30px;
        padding: 0 10px;
        font-size: 10px;
    }

    .myoffer_item {
        margin-bottom: 30px;
        display: block;
    }

    .myoffer_logo {
        margin: 0 auto;
        width: 100px;
    }

        .myoffer_logo img {
            max-width: 100px;
            max-height: 25px;
        }

    .myoffer_image_content {
        display: block;
        width: 100%;
    }

    .myoffer_button_content {
        width: calc(100% - 20px);
        padding: 10px;
        float: none;
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .myoffer_desc {
        margin: 8px auto;
    }

    .myoffer_action_holder {
        width: auto;
    }

    .mrw_offercontent .mrw_button.big.flat {
        min-width: 100px;
    }


    .ie9 .myoffer_logo {
        margin: 0 auto;
        width: 100px;
    }

    .ie9 .myoffer_desc {
        margin: 8px auto;
        font-size: 16px;
    }

    .ie9 .myoffer_action_holder {
        width: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 440px) {

}
