<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">strike{
	font-size: 20px;
	color: #9b161b;
}
.price{
	color: #9b161b;
}
.rooms .title .list__room__name{
	color: #222222;
	font-weight: 600;
}
.room__items article .details{
	min-height: 203px;
}
.cards-about .room__aminti{
	margin: 0;
}
.cards-about .room__overview{
	margin: 0 auto 40px auto;
}
.cards-about .house__rules{
	margin-top: 0;
}
#owl-banner{
	margin-bottom: -100px;
	z-index: -1;
}
.near{
	display: none;
}
.room__name{
	text-align: center;
	color: #fff;
	font-family: "Playfair Display", serif;
}
.rooms.list-rooms {
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}

.list-rooms article {
    margin-bottom: 30px;
}

section.cards {
    padding-bottom: 100px;
}

.banner-detail-rooms .banner {
    height: 80vh;
}

.banner-detail-rooms .banner__img img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.banner-detail-rooms .banner__booking {
    padding: 30px;
}

.banner-detail-rooms .owl-dots {
    position: absolute;
    top: 0;
    right: 0!important;
}

.room-facilities {
    margin: 0px auto;
    padding: 15px 0;
	
}

.room-facilities {
    display: flex;
    justify-content: space-between;
}

.room-facilities figure {
    margin: 0;
}

.room-facilities figcaption {
    padding: 30px;
    text-align: center;
}

.room-facilities figcaption i {
    font-size: 30px;
    color: #4c4c4c;
}

.room-block .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.room-block .box:last-child {
    border-bottom: 0;
}
.book-now {
    width: 100%;
    text-align: center;
}

.btn--big {
    width: 100%;
    padding: 15px;
    display: block;
    font-size: 22px;
}

.book-now small {
    display: block;
    font-size: 50%;
}

.book-date input.soPerson {
    width: 50px;
    background: transparent;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width: 767px){
	.banner-detail-rooms .banner,
	.banner-detail-rooms .banner__img img{
		height: 400px;
	}
	.cards-about .title{
		margin: 20px 0;
	}
	.room-facilities{
		margin: 0;
	}
}</pre></body></html>