/* Special Offer Group Styles   */

.offer-group-data-inner {
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
}

.offer-group-data-heading {
    position: absolute;
    bottom: 20px;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 95%;
}

.offer-group-data-heading p {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
        color: #fff;
    margin-bottom: 0;
        text-align: left;
        float: left;
        width:70%;
}

.offer-group-data-heading h4 {
    font-weight: 400;
        letter-spacing: normal;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Muli', sans-serif;
        font-size: 18px;
}

.offer-group-data-heading .find-out-more-btn {
    display: inline-block;
    min-width: 154px;
    background: -webkit-linear-gradient(right, #c56d4d, #7f2e2c);
    background: linear-gradient(to left, #c56d4d, #7f2e2c);
    text-align: center;
    border: none;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #ffffff;
    line-height: 2.3;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offer-group-data-heading .find-out-more-btn:hover {
    color: #fff;
    background: -webkit-linear-gradient(right, #802f2d, #802f2d);
    background: linear-gradient(to left, #802f2d, #802f2d);
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .offer-group-data-heading {
        width: 94%;
    }
    .offer-group-data-heading p {
        width: 100%;
    }
    .offer-group-data {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1024px) {
    .offer-group-data-heading {
        width: 94%;
    }
    .offer-group-data-heading p {
        width: 100%;
    }
    .offer-group-data {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .offer-group-data-heading {
        width: 92%;
    }
    .offer-group-data-heading p {
        width: 100%;
    }
    .offer-group-data {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .offer-group-data {
        margin-bottom: 20px;
    }
    .offer-group-data-heading {
        width: 95%;
    }
    .offer-group-data-heading p {
        width: 100%;
    }
    .offer-group-data-heading {
    bottom: 0px;
    }
}
@media screen and (max-width:450px) {
    .offer-group-data-heading {
        width: 92%;
    }
}
@media screen and (max-width:325px) {
    .offer-group-data-heading {
        width: 90%;
    }
    .offer-group-data-heading p {
        width: 100%;
    }
}

/* END Special Offer Group Styles   - Norbert */