



#about {
	background: url(/img/about/about_bg.jpg) 0 0 no-repeat;	
	background-size: cover;
	background-attachment: fixed;	
	background-position: center bottom;
}
#about .container2 {
	overflow: hidden;
}
#about .content {
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 2.5% 8%;
	text-align: center;
	float: right;
	margin-top: 21%;
	width: 36%;
}
#about .content h2 img {
	width: 96%;
}
#about .content .txt {
	font-size: 20px;
	line-height: 38px;
	font-weight: lighter;
	margin-top: 6%;
}







#room_view {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;	
	background-size: cover;
	background-attachment: fixed;	
	display: table;
	font-size: 0;
	text-align: center;
}
#room_view .wrap {
	display: table-cell;
	vertical-align: middle;
}
#room_view .info {
	background-color: #fff;
	padding: 32px 0 0 0;
}
#room_view .main_title {
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
#room_view .info {
	position: relative;
}
#room_view .info .title {
	font-size: 20px;
	font-weight: bold;
	color: #1cccd8;
	margin-bottom: 6px;	
	text-decoration: underline;
}
#room_view .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 50px;
}
#room_view .info .text span {
	color: #f00;
}
#room_view .info .reser {
	background-color: #16a1ab;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 60px;
	line-height: 60px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	text-align: right;
}
#room_view .info .reser:hover {
	background-color: #000;
}
#room_view .info .reser a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#room_view .info .reser p {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-right: 4%;
}
#room_view .info .reser img {
	margin-right: 20px;
}





#room_detail_sub {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
#room_detail_sub .owl-carousel {
	position: absolute;
	bottom: 0;
}
#room_detail_sub .owl-carousel li, 
#room_detail_sub .owl-carousel li div {
	width: 100%;
	height: 100%;
}
#room_detail_sub .owl-carousel li div {
	background-position: center;
	background-size: cover;
}
#room_detail_sub .title {
	position: absolute;
	top: 20.1%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}






#reser .p_reser {
	display: block;	
}
#reser .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgba(23,103,164,1);
	border-radius: 10px;
	margin: 0 auto;
}
#reser .m_reser a {
	color: #fff;
}
#reser .refund_table {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 70%;
	margin: 2% auto 5%;
}
#reser .refund_table tr {
	border-top: 1px solid #666;
}
#reser .refund_table td,
#reser .refund_table th {
	padding: 9px 4px; 
	border-right: 1px solid #666;
}
#reser .text2 {
	margin-bottom: 5%;
}

/* ADD CSS */

#map{
    width: 100% !important;
    height: 560px !important;
}








@media (max-width: 1600px) {
	#room_view .info .reser {
		width: 280px;
	}
	#about .content .txt {
		font-size: 18px;
		line-height: 32px;
	}
}
@media (max-width: 1280px) {
	#about .container2 {
		text-align: center;
	}
	#about .content {
		float: none;
	}
	#about .content .txt {
		font-size: 16px;
		line-height: 28px;
	}
	#room_view .info .text {
		font-size: 14px;
	}
	#room_view .info .title {
		font-size: 18px;
	}
	#room_view .info .reser {
		text-align: center;
		width: 180px;
	}
	#room_view .info .reser img {
		display: none;
	}
	#room_view .info .reser p {
		font-size: 14px;
	}
	#room_view .main_title img {
		width: 270px;
	}
	#room_detail_sub .title img {
		width: 310px;
	}
}
@media (max-width: 768px) {
	#about .content {
		margin: 8% 0;
		width: 78%;
		padding: 4.5% 8%;
	}
	#about .content .txt {
		font-size: 14px;
		line-height: 22px;
		margin-top: 2%;
	}
	#about .content h2 img {
		width: 73%;
	}
	#room_view {
		background: none;
		text-align: left;
		padding: 0 5%;
	}
	#room_view .main_title {
		display: none;
	}
	#room_detail_sub {
		display: none;
	}
	#room_view .info {
		padding: 5% 0 8%;
	}
	#room_view .info .title {
		font-size: 14px;
	}
	#room_view .info .text {
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 15px;
	}
	#room_view .info .reser {
		position: static;
		height: 40px;
		line-height: 40px;
		width: 130px;
	}
	#room_view .info .reser p {
		font-size: 12px;
	}
	#reser .refund_table {
		font-size: 14px;
		width: 85%;
		margin: 2% auto 5%;
	}
	#reser .refund_table td, 
	#reser .refund_table th {
		padding: 2px 4px;
	}

}
@media (max-width: 479px) { 
	#about {
		background-attachment: scroll;
	}
	#about .content .txt {
		font-size: 12px;
		line-height: 20px;
	}
	#reser .m_reser {
		display: block;	
	}
	#reser .p_reser {
		display: none;	
	}

	#reser .refund_table {
		font-size: 12px;
		width: 98%;
		margin: 2% auto 5%;
	}
	#reser .refund_table td, 
	#reser .refund_table th {
		padding: 2px 2px;
	}
}