span.desc{
	display: none;
}
.room-table{
	background-color: #dbddb5;
}
/* Header */
#topmenu ul li a {
    color: #000 !important;
	font-size: 25px !important;
	font-weight: bold;
}
.page_head {
min-height: 450px !important;
display: block;
}
.page_head img {
min-height: 450px !important;
object-fit: cover;
display: flex;
justify-content: center;
}
#footer ul li a {
    color: #fff !important;
}
ul li {
	list-style-image: url("../img/arrowright2.png") !important;
}
#content {
	background: url("../img/site/body_bg.jpg");
	margin: 10px 0;
}


@media screen and (min-width: 500px){
div.header.type1, div.header.type2, div.header.type3, div.header.type4 {
	background: url(../img/site/kuh.png) !important;
	background-repeat: no-repeat !important;
	background-size: 250px 235px !important;
}
}