/* slider */
.relative-dial {
    position: relative;
}

/* promo treatments*/
.promo-treatments-carousel {
    position: absolute;
    top: -70px;
    width: 100%;
    z-index: 999;
}

.promo-title {
    background: #ffd962;
    border-bottom: 2px solid #d8b74f;
    padding: 20px;
}

.text-promo {
    padding-top: 10px;
    font-size: 24px;
    color: #282828;
}

.btn-book-massage {
    color: #282828;
    font-size: 14px;
    font-family: 'Proxima Nova Condensed';
    border: 2px solid #282828;
    border-radius: 20px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.btn-book-massage:hover, .btn-book-massage:focus {
    color: #282828;
}

.promo-price {
    background: #282828;
    border-radius: 50%;
    border-bottom: 2px solid #d8b74f;
    text-align: center;
    width: 150px;
    height: 150px;
    margin-top: -40px;
    padding-top: 30px;
    float: right;
}
.promo-price a{
    color: #ffd962!important;
}

.price-title {
    font-size: 18px;
    line-height: 20px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price-mention {
    font-size: 12px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

/* carousel*/
.owl-treatments .item {
    margin: 0px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

/*hover effect*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
}

figure.effect-sadie .treatment-title {
    /*position: absolute;*/
    /*bottom: 5%;*/
    left: 0;
    right: 0;
    width: 70%;
    margin: 5px auto;
    padding: 5px 5px;
    border-radius: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #ffd962;
    font-size: 17px;
    font-family: 'Proxima Nova Condensed';
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
}

figure.effect-sadie .treatment-title a {
    color: #ffd962;
}

figure.effect-sadie .treatment-title a:hover, figure.effect-sadie .treatment-title a:focus {
    color: #ffd962;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie .book-treatment {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie .book-treatment {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    background: #ffd962;
    padding: 8px 5px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    font-family: 'Proxima Nova Condensed';
    border-bottom: 2px solid #d8b74f;
    text-align: center;
    width: 70%;
    display: block;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover .treatment-title {
    color: #ffd962;
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -90px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, -90px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover .book-treatment {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.small-txt {
    font-size: 13px;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    color: #ffd962;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
        transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 65%;
        bottom: 40px;
    }
}

/*Small Desktop*/
@media (min-width: 1200px) {

}

/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {
    figure.effect-sadie .treatment-title {
        font-size: 15px;
        width: 80%;
    }

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
        transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 80%;
        bottom: 40px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    /* promo treatments*/
    .promo-treatments-carousel {
        top: -40px;
    }

    .text-promo {
        padding-top: 10px;
        font-size: 15px;
        color: #282828;
    }

    .btn-book-massage {
        font-size: 13px;
        padding: 8px 10px;
    }

    .btn-book-massage:hover, .btn-book-massage:focus {
        color: #282828;
    }

    .promo-price {
        width: 130px;
        height: 130px;
        margin-top: -30px;
    }

    .price-title {
        font-size: 16px;
        line-height: 18px;
    }

    .price {
        font-size: 38px;
        line-height: 40px;
    }

    .price-mention {
        font-size: 12px;
        line-height: 13px;
    }

    /* carousel teratments*/
    figure.effect-sadie .treatment-title {
        font-size: 15px;
        width: 80%;
    }

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
        transform: translate3d(0, -70%, 0) translate3d(0, -60px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 80%;
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    /* promo treatments*/
    .owl-treatments {
        margin-top: 50px;
    }

    .promo-treatments-carousel {
        top: -150px;
    }

    .promo-title {
        padding: 10px;
    }

    .text-promo {
        padding-top: 0px;
        font-size: 18px;
        line-height: 20px;
        color: #282828;
        text-align: left;
    }

    .btn-book-massage {
        font-size: 13px;
        padding: 8px 10px;
        margin: 0 auto;
    }

    .btn-book-massage:hover, .btn-book-massage:focus {
        color: #282828;
    }

    .promo-price {
        width: 100%;
        height: auto;
        float: left;
        margin-top: -1px;
        padding: 10px;
        border-radius: 0px;
        text-align: left;
    }

    .price-title {
        font-size: 16px;
        line-height: 18px;
    }

    .price {
        font-size: 25px;
        line-height: 27px;
    }

    .price-mention {
        font-size: 12px;
        line-height: 10px;
    }

    /* carousel treatments*/
    figure.effect-sadie .treatment-title {
        font-size: 18px;
    }

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
        transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 80%;
        bottom: 10px;
    }

    .hide-tel {
        display: none;
    }
}

@media (min-width: 330px) and (max-width: 480px) {
    /* promo treatments*/
    .owl-treatments {
        margin-top: 60px;
    }

    .promo-treatments-carousel {
        top: -115px;
    }

    .promo-title {
        padding: 10px;
    }

    .text-promo {
        padding-top: 0px;
        font-size: 18px;
        line-height: 20px;
        color: #282828;
        text-align: left;
    }

    .btn-book-massage {
        font-size: 13px;
        padding: 8px 10px;
        margin: 0 auto;
    }

    .btn-book-massage:hover, .btn-book-massage:focus {
        color: #282828;
    }

    .promo-price {
        width: 100%;
        height: auto;
        float: left;
        margin-top: -1px;
        padding: 10px;
        border-radius: 0px;
        text-align: left;
    }

    .price-title {
        font-size: 16px;
        line-height: 18px;
    }

    .price {
        font-size: 25px;
        line-height: 27px;
    }

    .price-mention {
        font-size: 12px;
        line-height: 10px;
    }

    /* carousel treatments*/
    figure.effect-sadie .treatment-title {
        font-size: 14px;
    }

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
        transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 80%;
        bottom: 10px;
    }

    .hide-tel {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 325px) {
    /* promo treatments*/
    .owl-treatments {
        margin-top: 60px;
    }

    .promo-treatments-carousel {
        top: -115px;
    }

    .promo-title {
        padding: 10px;
    }

    .text-promo {
        padding-top: 0px;
        font-size: 18px;
        line-height: 20px;
        color: #282828;
        text-align: left;
    }

    .btn-book-massage {
        font-size: 12px;
        padding: 8px 8px;
        margin: 0 auto;
    }

    .btn-book-massage:hover, .btn-book-massage:focus {
        color: #282828;
    }

    .promo-price {
        width: 100%;
        height: auto;
        float: left;
        margin-top: -1px;
        padding: 10px;
        border-radius: 0px;
        text-align: left;
    }

    .price-title {
        font-size: 16px;
        line-height: 18px;
    }

    .price {
        font-size: 25px;
        line-height: 27px;
    }

    .price-mention {
        font-size: 12px;
        line-height: 10px;
    }

    /* carousel treatments*/
    figure.effect-sadie .treatment-title {
        font-size: 18px;
    }

    figure.effect-sadie:hover .treatment-title {
        color: #fff;
        -webkit-transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
        transform: translate3d(0, -40%, 0) translate3d(0, -30px, 0);
    }

    figure.effect-sadie .book-treatment {
        width: 80%;
        bottom: 10px;
    }

    .hide-tel {
        display: none;
    }
}

