/**
Zary Offers Style
*/

.offer:first-child {
    margin: 0 0 80px 0;
}
.offer {
    margin: 80px 0;
    position: relative;
}
.offer:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: -40px;
    background: #D14114;
    left: 40%;
}
.offer:last-child {
    margin: 80px 0 0 0;
}
.offer img:after {
    content: '';
    position: absolute;
    top: 0px;
    width: calc(100% - 60px);
    left: 0;
    bottom: 0;
    border: 2px solid #ed653a;
    background: transparent;
    transition: all 0.3s ease;
    display: block;
}
.offer img  {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent !important;
}
.offer img:hover  {
    border: 2px solid #ed653a !important;
}
.offer a h2.offer-title {
    margin: 0 0 30px 0;
}
.offer a h2.offer-title:hover {
    text-decoration: none !important;
}
.offer span.offer-price, .offer span.offer-treatment, .offer span.offer-arrival, .offer span.offer-departure{
    margin: 0 40px 0 0;
    font-family: 'Great Vibes', cursive;
    color: #ed653a;
    font-size: 30px;
}
.offer .content {
    font-family: Roboto;
    font-size: 20px;
}
.offer a.offers-list {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
}
.offer a.offers-list:hover {
    text-decoration: none;
    color: #fff !important;
}
.offer .col-sm-12 {
    padding: 0;
    height: 38px;
    margin: 15px 0;
}
/******************* zary offers carousel slick **********************/
.offer.carousel .offer-title {
    font-size: 24px;
}
.offer.carousel span.offer-price {
    width: 50%;
    display: inline-block;
    height: 35px;
}
.offer.carousel a.offers-list.carousel {
    position: relative;
    display: block;
    margin: 20px 20px 0;
}
li.offer.slick-slide {
    background: rgba(255,255,255,0.8);
    margin: 0 10px 30px;
    padding: 15px 25px;
}
.offer.carousel span.offer-arrival, .offer.carousel span.offer-departure {
    font-size: 22px;
    margin: 0 10px 0 0;
}
.offer.carousel .dates-block {
    margin: 10px 0;
}
.offer.carousel:after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    background: #D14114;
    left: 35%;
}
/*****  slick slider  ******/
.slick-list {
    width: 100%;
}
/****** MEDIA QUERY *******/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /********* offers slick carousel *********/
    .offers-carousel.slick-dotted.slick-slider {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /********* offers slick carousel *********/
    .offers-carousel.slick-dotted.slick-slider {
        width: auto;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 480px){
    .offer a.offers-list {
        position: relative;
        right: 0;
        bottom: 0;
        color: #fff;
        text-decoration: none;
        text-align: center;
        width: 80%;
        left: 10%;
        margin: 20px 0;
    }
    .offer span.offer-price, .offer span.offer-treatment {
        display: inline-block;
        width: 50%;
        margin: 5px 0;
    }
    .offer span.offer-arrival, .offer span.offer-departure {
        margin: 0 4px 0 0;
        font-family: 'Great Vibes', cursive;
        color: #ed653a;
        font-size: 25px;
    }
    .offer .col-sm-12 {
        padding: 0;
        height: auto;
        margin: 10px 0;
    }
    /********* offers slick carousel *********/
    .offers-carousel.slick-dotted.slick-slider {
        width: auto;
        margin: 0;
        padding: 0;
    }
}