.offers-page .display_up_767 {
    display: block;
}

.offers-page .display_down_767 {
    display: none;
}

.offers-page .top-image {
    margin-top: 113px;
    position: relative;
}

.offers-page .top-image img {
    width: 100%;
}

.offers-page .top-text {
    position: absolute;
    bottom: 50px;
    left: 20%;
    font-family: "Montserrat Light";
    color: white;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.offers-page .top-text span {
    display: block;
    font-family: "Montserrat SemiBold";
}

.offers-page .accommodation-book-bar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../../img/accommodation-new/benefits-marriott.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.offers-page #book-bar-marriott {
    background-image: url("../../img/accommodation-new/benefits-marriott.jpg");
}

.offers-page#book-bar-beachfront {
    background-image: url("../../img/accommodation-new/benefits-beachfront.jpg");
}

.offers-page #book-bar-village {
    background-image: url("../../img/accommodation-new/benefits-village.jpg");
}

.offers-page .accommodation-bar-big-text {
    color: white;
    font-size: 16px;
    font-family: "Montserrat SemiBold";
}

.offers-page .accommodation-book-bar-icon {
    display: inline-block;
}

.offers-page .accommodation-book-bar-text-small {
    display: inline-block;
    color: white;
    font-family: "Montserrat Light";
    position: absolute;
    margin-left: 10px;
    font-size: 16px;
}

.offers-page .button-book-bar-container {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Montserrat SemiBold";
    text-align: center;
    cursor: pointer;
}

.offers-page #book-bar-marriott .button-book-bar-container {
    color: #900d1f;
}

.offers-page #book-bar-beachfront .button-book-bar-container {
    color: #2c55a2;
}

.offers-page #book-bar-village .button-book-bar-container {
    color: #a94425;
}


/* Hotel sections */

.offers-page .hotel-section-wrap {
	margin-bottom: 40px;
}

.offers-page .hotel-section {
    padding: 30px;
    padding-bottom: 40px;
    margin-top: 30px;
}

.offers-page #hotel-marriott {
    background-image: url("../../img/accommodation-new/box-beachfront.jpg");
    background-size: cover;
    background-position: center center;
    /* Change if hotel-marriot text changes*/
    height: 550px;
}

.offers-page #beachfront {
    background-image: url("../../img/accommodation-new/box-beachfront.jpg");
    background-size: cover;
    background-position: center center;
    /* Change if hotel-marriot text changes*/
    height: 550px;
}

.offers-page #village {
    background-image: url("../../img/accommodation-new/box-beachfront.jpg");
    background-size: cover;
    background-position: center center;
    /* Change if hotel-marriot text changes*/
    height: 550px;
}

.offers-page .hotel-section-img {
    margin-top: -60px;
}

.offers-page .hotel-section-img img {
    width: 100%;
}

.offers-page .hotel-section-text #hotel-section-first-title {
    color: white;
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    letter-spacing: 4px;
    margin-top: 15px;
    display: block;
    
    font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
}

.offers-page .hotel-stars {
    font-family: "Montserrat Light" !important;
    color: rgb(107, 177, 226) !important;
    font-size: 16px !important;
    letter-spacing: 4px !important;
    margin-top: 0 !important;
    display: initial !important;
}

.offers-page .hotel-section-text span {
    color: white;
    font-family: "Montserrat Thin";
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.offers-page .hotel-section-text {
    color: white;
}

.offers-page .hotel-section-button {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    left: 50%;
    
    text-transform: uppercase;
}

.offers-page .hotel-section-button {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    left: 50%;
}

.offers-page .box-button-read-more {
    width: 170px;
    background: url("../../img/home/btn-hover.png");
    background-position: 0 0;
    transition: background-position .75s ease;
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2;
}

.offers-page .box-button-read-more:hover {
    background-position: 0 55%;
}

.offers-page .hotels-height-pt {
    height: 570px !important;
}

.offers-page .title-with-absolute {
    margin: 80px 0;
}


@media (max-width: 1199px) {
    .offers-page .top-text {
        width: 95%;
        left: 0;
        padding-left: 60px;
        font-size: 26px;
    }
    .offers-page .book-bar-middle-container {
        padding-top: 15px;
    }
    .offers-page .accommodation-book-bar-icon img {
        width: 85%;
    }
    .offers-page .accommodation-book-bar-text-small {
        left: 50px;
    }
    .offers-page .button-book-bar-container {
        margin-top: 12px;
    }
    .offers-page .hotel-section-text span {
        font-size: 31px;
    }

}

@media(max-width: 991px) {
    .offers-page.book-bar-middle-container {
        padding-top: 30px;
    }
    .offers-page #book-bar-marriott {
        background-image: url("../../img/accommodation-new/mobile/benefits-marriott.jpg");
    }
    .offers-page #book-bar-beachfront {
        background-image: url("../../img/accommodation-new/mobile/benefits-beachfront.jpg");
    }
    .offers-page #book-bar-village {
        background-image: url("../../img/accommodation-new/mobile/benefits-village.jpg");
    }
    .offers-page .button-book-bar-container {
        margin-top: 40px;
    }

}

@media(max-width: 767px) {
    .offers-page .display_up_767 {
        display: none;
    }
    .offers-page .display_down_767 {
        display: block;
    }
    .offers-page .top-text {
        width: 90%;
        font-size: 20px;
        bottom: 36px;
        left: 0;
        padding-left: 30px;
    }
    
    .offers-page .hotel-section {
        height: inherit !important;
        margin-bottom: 90px;
    }
    
    .offers-page .hotel-section-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .offers-page .more-info {
	    margin: 10px 0px !important;
    }
}

@media (max-width: 580px) {
    .offers-page .top-text {
        font-size: 16px;
        bottom: 36px;
    }
}

@media(max-width: 440px) {
    .offers-page .title-modified title {
        margin-bottom: 10px;
    }
    .offers-page .title-with-absolute {
/*         margin: 60px 0 10px; */
    }
    
    .offers-page .intro-title { margin: 40px 0px;}
}

@media (max-width: 380px) {
    .offers-page .top-text {
        font-size: 16px;
        bottom: 20px;
    }
}