/* room lists */

.mainImgTop {
    position: relative;
}


/* main image */

.mainImgTop img {
    width: 100%;
    max-width: inherit;
}


/* top room block */

.topRoomInformation {
    width:100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}

.topRoomInformation .upperTitle {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-break: 24px;
    padding-bottom: 10px;
    color: #bc9c78;
    font-family: 'loraregular';
}

.topRoomInformation .titleRoom {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 44px;
    color: #000000;
}

.descriptionRoom {
    width:100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 20px;
}

.leftSectionRoom {
    float: left;
    width: 70%;
    margin: 0;
    padding: 10px;
}

.rightSectionRoom {
    float: left;
    width: 30%;
    margin: 0;
    padding: 10px;
}


.serviceImgBlocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
}

.singleServiceBlockRoom {
    float: left;
    width: 33.3333%;
    margin: 0 auto;
    padding: 0;
    padding: 10px;
    text-align: center;
}

.singleServiceBlockRoom img {
    max-height: 50px;
}

.descriptionTextRoom {
    padding: 0;
    margin: 0;
    font-size: 14px !important;
    line-height: 22px;
}

.descriptionTextRoom p, .descriptionTextRoom p span {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    line-height: 28px;
}

.roomServices {
    margin-top: 40px;
    background-image: url(img/02.svg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 20px;
}

.titleServices {
    padding: 20px;
}

.serviceRoomTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0 10px 0;
}


.galleryImgRoom {
    width: 100%;
    clear: both;
    padding: 40px 0px;
    max-width: 1220px;
    margin: 0 auto;
}
.singleImgGalleryRoom {
    float: left;
    width: 25%;
    margin: 0;
    padding: 10px;
}

/* other rooms */

.otherRoomsBlocks {
    width: 100%;
    clear: both;
    padding: 40px 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.blockOtherRoomSection {
    float: left;
    width: 33.33333%;
    margin: 0;
    padding: 15px;
}

.otherRoomsBlocks .upperTitle {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #bc9c78;
    padding-bottom: 15px;
}

.otherRoomsBlocks .titleOtherRooms {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-family: 'loraregular';
    padding-bottom: 40px;
    margin: 0;
    font-weight: normal;
}

.titleOtherRoomSection {
    text-align: center;
    padding: 30px 10px;
    color: #bc9c78;
    font-family: 'loraregular';
    font-size: 24px;
    line-height: 24px;
    max-width: 280px;
    margin: 0 auto;
    font-weight: normal;
}

.subtitleOtherRoomSection {
    font-size: 14px;
    color: #bc9c78;
    line-height: 20px;
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.underBlockPrice {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #bc9c78;
    border-bottom: 1px solid #bc9c78;
}

.col50other {
    float: left;
    width: 50%;
}

.from {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-style: italic;
    font-family: 'loraregular';
}

.priceBox {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
}

.viewdetail {
    text-align: right;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

.viewdetail a, .viewdetail a:hover {
    text-decoration: none;
}

/* enrich stay */

.enrichStay {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(img/03.svg);
    background-size: cover;
    background-position: center center;
    padding: 40px 60px;
}

.enrichStaycontainer  {
    width: 100%;
}

.enrichLeft {
    float: left;
    width: 50%;
}

.enrichLeft p {
    padding: 0;
    margin: 0;
}

.enrichRight {
    float: left;
    width: 50%;
}

.enrichRight p {
    padding: 0;
    margin: 0;
}

.enrichTitle {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px !important;
    font-size: 16px;
}

.enrichTitleContacts {
    padding: 0;
    margin: 0;
    color: #fff;
    padding-bottom: 20px !important;
    font-size: 16px;
}

.listContainer {
    padding-bottom: 6px;
}

.listContainer .leftText {
    float: left;
    font-size: 12px;
    color: #fff;
    min-width: 320px;
}

.listContainer .rightPrice {
    float: left;
    font-size: 12px;
    text-align: right;
    color: #fff;
}

.enrichContactDescription {
    font-size: 12px;
    color: #fff;
    padding-bottom: 6px !important;
}

.enrichContactDescription a {
    color: #fff;
    padding-left: 5px;
}