@charset "utf-8";
/* CSS Document */

.recommendRooms .owl-pagination {
	display: none;
}/*點點關閉*/
/*推薦房型*/
.owl-demo .item div.photo {
	position: relative;
}
.owl-demo .item div.photo div.mask {
	position: absolute;
	z-index: 1;
	background: url(../images/recommendRooms/recommendMask.png);
	width: 100%;
	height: 100%;
	display: none;
}
.owl-demo .item div.photo div.mask a {
	display: table;
	width: 148px;
	height: 36px;
	line-height:36px;
	font-size:14px;
	font-weight: 300;
	margin: 5px auto;
	text-align:center;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;
}
.owl-demo .item div.photo div.mask a.watch {
	color:#594637;
	background: #e8e5de;
}
.owl-demo .item div.photo div.mask a.watch:hover {
	color:#fff;
	background: #c9a063;
}
.owl-demo .item div.photo div.mask a.booking {
	color:#594637;
	background: #e8e5de;
}
.owl-demo .item div.photo div.mask a.booking:hover {
	color:#fff;
	background:#c9a063;
}
.owl-demo .item div.photo div.mask div {
	height: 102px;
	top: 50%;
	position: absolute;
	margin-top: -50px;
	left: 50%;
	margin-left: -74px;
}
.owl-demo .item p.name {
	font-size: 25px;
	text-align: center;
	padding: 0 10px;
}
.owl-demo .item p.name a {
	color: #333;
	transition: all 0.4s;
	height: 40px;
	overflow: hidden;
	display: block;
}
.owl-demo .item p.Intro {
	font-size: 13px;
	padding: 0 10px;
}
.owl-demo .item p.Intro a {
	color: #333;
	transition: all 0.4s;
	height: 45px;
	overflow: hidden;
	display: block;
}
.owl-demo .item p a:hover {
	color: #594637;
	transition: all 0.4s;
}
.recommendRooms {
	padding: 55px 0 80px 0;
    background: #faf8f5;
}
.recommendRooms .title img {
	margin: 0 auto;
	max-width: 345px;
	display: block;
	margin-bottom: 30px;
}
.roomsList {
	padding: 0 20%;
}
.Rooms {
	display: none;
	margin: 20px auto;/*div對齊效果*/
	text-align: center;/*display: inline對齊效果*/
}

@media screen and (max-width: 1024px) {
/*手機打開前往訂房按鈕*/
.owl-demo .item {
	position: relative;
}
.owl-demo .item:hover {
	background: none;
}
.owl-demo .item div.photo {
	position: static;
}
.owl-demo .item div.photo div.mask {
	background: none;
	bottom: 0;
	margin-bottom: 0;
	display: block !important;
}
.owl-demo .item div.photo div.mask div {
	height: inherit;
	top: inherit;
	margin-top: inherit;
	bottom: 0;
}
.owl-demo .item div.photo div.mask a.watch {
	display: none;
}
.owl-demo .item div.photo div.mask a.booking {
	position: absolute;
	bottom: 0;
}
.owl-demo .item div.photo a.photo {
	position: relative;
	z-index: 10;
}
.owl-demo .item p.name {
	position: relative;
	z-index: 9;
}
.owl-demo .item p.Intro {
	margin-bottom: 50px;
	z-index: 9;
	position: relative;
}
.owl-demo .item div.photo img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.owl-demo .item div.photo img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}
.owl-demo .item div.photo {
	overflow: hidden;
}
}

@media screen and (max-width: 500px) {
.roomsList {
	padding: 0;
}
}
