.btn-info{
	background-color:#d1b053 !important;
	border-color:#d1b053 !important;
}
.btn-info:hover{
	background-color:#deba59 !important;
	border-color:#deba59 !important;
}
.hotel_interface{
	font-family:'微軟正黑體','Microsoft JhengHei',sans-serif,'cwTeXHei';
	font-size:16px;
	line-height:30px;
	padding-top:5px;
	padding-bottom:5px;

	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
    border-radius:10px;

	padding-top:20px;
	padding-bottom:20px;

	margin-top:5px;
    margin-bottom:5px;

	background-color:#ffffff;
	display:flex;
}
.hotel_days_and_person_content{
	color:#aaaaaa;
}
.hotel_image_container{
	cursor: pointer;
}
.hotel_thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	max-height: 200px;
	overflow: hidden;
	margin:auto;
}
.thumbnail{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
}
.hotel_photo_story_xml{
	display:none;
	visibility:hidden;
}
.hotel_info{
	flex-grow:2;
}
#hotel_page_button{
	font-size:15px;
	letter-spacing:3px;
	line-height:30px;

	padding-top:0px;
	padding-bottom:0px;
	padding-left:35px;
	padding-right:35px;
	margin-right:15px;

	display:inline-block;
}
.hotel_info_third_row{
	margin-top:5px;
	margin-bottom:5px;
}
.hotel_title{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.hotel_comments div{
	display:inline-block;
	font-size: 16px;
}
.hotel_comment_count span{
	color:#1e4d57;
	margin-right:10px;
}
.hotel_comment_count a{
	color:#1e4d57;
}
.hotel_comment_count a:hover{
	color:#1e4d57;
}
.hotel_valuation{
	margin-right:10px;
}
.hotel_star{
	color:#fdbf35;
	letter-spacing:3px;
	line-height:30px;
}
.hotel_location{
	color:#1e4d57;
	display:inline-block;
}
.hotel_location_content{
	margin-left:5px;
	margin-right:5px;
}
.hotel_room_person{
	padding: 5px;
    display: inline;
}
.hotel_room_vacancy{
	padding:0px 5px;
	display:inline-block;
}
.hotel_room_vacancy span{
	color:#aaaaaa;
	font-weight:bold;
	font-size:14px;
}
.hotel_room_vacancy span.one_left{
	color:#e95860;
	font-weight:bold;
	font-size:14px;
}
.hotel_tag{
	margin-top:10px;
	margin-bottom:10px;

	display:inline-block;
}
.hotel_tag span{
	line-height: 20px;
	
	margin-top:7px;
	margin-bottom:7px;
	margin-right:10px;
	
	display:inline-block;
	background-color:#d1b053;
}
.hotel_provisions{
	margin-top:5px;
}
.hotel_provision_backup{
	border:1px solid #d1b053;
    border-radius:5px;
	padding:0px 5px;
	margin-top:5px;
	margin-right:10px;
	display:inline-block;
}
.hotel_provision{
	margin-right:10px;
	display:inline-block;
}
.hotel_provision span{
	font-size:14px;
	text-align:center;
	color:#d1b053;
}

.hotel_room_rate_and_button{
	justify-content:flex-end;
}
.hotel_room_rate_content{
	font-size:20px;
	font-weight:bold;
}
.hotel_room_rate_small_content{
	font-size:16px;
}
.hotel_page_button_row{
	margin-top:5px;
    position:absolute;
    bottom:0;
    right:15;
}
.hotel_content_hidden{
	display:none;
}
.hotel_thumbnail .photo{
	display:block;
	max-width:100%;
	height:auto;
}
.hotel_thumbnail .no_photo{
	padding-top: 20px;
	color: #a1b1c2;
	display: inline-block;
	position: relative;
}
.hotel_thumbnail .no_photo:after {
	content: "\f05e";
	font-size: 40pt;
	color: #ee7e85;
	position: absolute;
	right: -8px;
    bottom: -6px;
}
.hotel_thumbnail a {
	text-decoration:none;
}
.hotel_thumbnail .no_hotel_photo {
	height: 600px;
	text-align: center;
	vertical-align: middle;
	background-color: #f0f3f6;
	color: #a1b1c2;
	font-size: 20pt;
	border-radius:10px;
}
@media(max-width:600px){
	.hotel_interface{
		line-height:40px;
		flex-direction:column;
	}
	.hotel_info_first_row{
		margin-top:5px;
	}
	.hotel_tag span{
		margin-top:7px;
		margin-bottom:7px;
		line-height:20px;
	}
	.hotel_info{
		padding-top:20px;
		text-align:center;
	}
	.hotel_room_rate_and_button{
		text-align:center;
	}
	.hotel_page_button_row{
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;

		padding-top:20px;
		padding-bottom:20px;
		margin-top:0px;
		margin:auto;
	}
	.hotel_page_button{
		margin:auto;
	}
}
#raise_hotel_owner_row{
	cursor:pointer;
}
.raise_hotel_owner_img > img{
	display:block;
    max-height:180px;
	margin:auto;
}
.raise_contact_info > div{
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
}
.raise_contact_info i{
	margin-right:5px;
} 