/* VERSION 2 */

.FlexiCustom2021_special_offers_container {
    width: calc(100% - 100px)!important;
    margin: 0 0 0 auto;
    height: unset!important;
    position: relative;
    /* overflow: hidden; */
}

.FlexiCustom2021_special_offers_container .owl-stage-outer,
.FlexiCustom2021_special_offers_container .owl-stage,
.FlexiCustom2021_special_offers_container .owl-item {
    height: unset;
}

.FlexiCustom2021_special_offer {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #b4ac97;
}

.FlexiCustom2021_special_offer_img_container {
    width: 100%;
    position: relative;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.FlexiCustom2021_special_offer_text_container {
    width: 100%;
    position: relative;
    background-color: rgb(227 227 227);
    padding: 0 0 30px 0;
}

.FlexiCustom2021_special_offer_title {
    color: #000;
    font: 400 30px/40px 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 0;
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: calc(40px * 2);
}

.FlexiCustom2021_special_offer_text {
    width: 95%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 5px 0 0 0;
    color: #000;
    font: 300 20px/25px 'Source Sans Pro', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: calc(25px * 5);
}

.FlexiCustom2021_special_offer_link {
    border: 0px solid #fff;
    border-radius: 3px;
    width: 90%;
    display: block;
    background: linear-gradient(to right, #fff 50%, #b4ac97 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #fff;
    font: 600 25px/45px 'Source Sans Pro', sans-serif;
    margin: 10px auto 0 auto;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.FlexiCustom2021_special_offer_link:hover {
    background-position: left top;
    color: #b4ac97;
    border: 1px solid #b4ac97;
}

.FlexiCustom2021_special_offers_container .owl-prev {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_special_offers_container .owl-prev:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_special_offers_container .owl-next {
    float: left;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    opacity: 1;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_special_offers_container .owl-next:hover {
    opacity: 0.8;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.FlexiCustom2021_special_offers_container .owl-nav {
    position: absolute;
    bottom: -30px;
    right: 10%;
}

@media screen and (orientation:portrait) and (max-width: 1280px) {
    .FlexiCustom2021_special_offers_container {
        width: 100%!important;
        z-index: 999!important;
    }
    .FlexiCustom2021_special_offer_img_container {
        aspect-ratio: unset;
        height: 30vh;
    }
    .FlexiCustom2021_special_offer_title {
        font: 400 40px/50px 'Source Sans Pro', sans-serif;
        height: calc(50px * 2);
    }
    .FlexiCustom2021_special_offer_text {
        height: calc(35px * 5);
        font: 200 30px/35px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_special_offer_link {
        font: 600 35px/45px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_special_offers_container .owl-prev {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_special_offers_container .owl-next {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_special_offers_container .owl-nav {
        right: 10%;
        bottom: -30px;
        z-index: 999999999999999!important;
    }
    .FlexiCustom2021_special_offer_text_container {
        padding: 0 0 30px 0;
    }
}

@media screen and (orientation:landscape) and (max-width: 1280px) {
    .FlexiCustom2021_special_offers_container {
        width: 100%!important;
        z-index: 999!important;
    }
    .FlexiCustom2021_special_offer_img_container {
        aspect-ratio: unset;
        height: 30vh;
    }
    .FlexiCustom2021_special_offer_title {
        font: 400 40px/50px 'Source Sans Pro', sans-serif;
        height: calc(50px * 2);
    }
    .FlexiCustom2021_special_offer_text {
        height: calc(35px * 5);
        font: 200 30px/35px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_special_offer_link {
        font: 600 35px/45px 'Source Sans Pro', sans-serif;
    }
    .FlexiCustom2021_special_offers_container .owl-prev {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_special_offers_container .owl-next {
        float: left;
        background-color: #fff;
        border-radius: 50%;
        padding: 15px;
        margin-right: 10px;
        opacity: 1;
        -moz-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .FlexiCustom2021_special_offers_container .owl-nav {
        right: 10%;
        bottom: -30px;
        z-index: 999999999999999!important;
    }
    .FlexiCustom2021_special_offer_text_container {
        padding: 0 0 30px 0;
    }
}