.rooms-list {
	margin: 0 -5px;
}
.rooms-list .item {
	width: 33.33%;
	padding: 0 5px;
}
.rooms-list .item:nth-child(3n+1) {
	clear: left;
}
.rooms-list .box {
	max-width: 220px;
	margin: 0 auto 35px;
	background: #fff;
	padding: 15px 15px 35px;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	position: relative;
}
.rooms-list .box:after {
	content: '';
	display: block;
	background: url('../images/rooms/more.png') 50% 50% no-repeat #49C1DC;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.rooms-list .box:hover:after {
	background-color: #0E5B72;
}
.rooms-list .pic {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.rooms-list .pic:before {
	content: '';
	display: block;
	background: url('../images/rooms/hover.png') 50% 50% no-repeat rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.rooms-list .box:hover .pic:before {
	opacity: 1;
}
.rooms-list .img {
	padding-top: 75%;
	background: 50% 50% / cover no-repeat;
}
.rooms-list .name {
    color: #0E5B72;
    font-size: 17px;
    font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 28px;
}
.rooms-list .box:hover .name {
	color: #FE812F;
}
.rooms-list .description {
	color: #666;
	font-size: 15px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 25px;
}
.rooms-list .box:hover .description {
	color: #333;
}
.rooms-list .price-list {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 6px;
	min-height: 50px;
	letter-spacing: 0;
}
.rooms-list .price {
	display: inline-block;
	border: 1px solid #40C8BE;
	color: #3FC7BE;
	font-size: 13px;
	line-height: 1.2;
	padding: 2px 6px;
}


.rooms-head {
	background: #fff;
	padding: 8px 120px 8px 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.rooms-detail .type {
	display: inline-block;
	color: #333;
}
.rooms-detail .type:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	border-left: 1px solid #ccc;
	margin: 0 8px 3px 12px;
}
.rooms-detail .title {
	display: inline;
	color: #FE802E;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.rooms-info {
	position: relative;
	padding: 0 120px 15px 0;
	margin-bottom: 10px;
}
.rooms-info .price {
	display: inline-block;
	border: 1px solid #40C8BE;
	color: #3FC7BE;
	font-size: 15px;
	line-height: 1.2;
	padding: 2px 6px;
	margin: 3px 0;
}
.rooms-info .ibtn.reservation {
	background-image: url('../images/rooms/btn_reservation.png');
	width: 94px;
	height: 94px;
	position: absolute;
	bottom: 0;
	right: 25px;
}

.gallery {
	margin-bottom: 30px;
}
.gallery .img {
	padding-top: 75%;
	background: 50% 50% / contain no-repeat;
}
.slider-for {
	max-width: 770px;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.slider-nav {
	margin: 0 -5px;
}
.thumbnails .item {
	padding: 10px 5px 0;
}
.thumbnails .box {
	position: relative;
	overflow: hidden;
	max-width: 144px;
	margin: 0 auto 12px;
	border: 1px solid #ddd;
}
.thumbnails .box:before {
	content: '';
	display: block;
	background: url('../images/rooms/small_hover.png') 50% 50% no-repeat rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumbnails .box:hover:before,
.thumbnails .item.slick-current .box:before {
	opacity: 1;
}
.rooms-detail .detail-title {
	background: #49C1DC;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.rooms-detail .editor {
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	.rooms-head {
		padding-right: 16px;
	}
	.rooms-info {
		z-index: 10;
		padding: 0 110px 10px 0;
	}
	.rooms-info .ibtn.reservation {
		top: -10px;
		bottom: auto;
		right: 10px;
	}
}
@media screen and (max-width: 660px) {
	.rooms-list .item {
		width: 50%;
	}
	.rooms-list .item:nth-child(3n+1) {
		clear: none;
	}
	.rooms-list .item:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (max-width: 470px) {
	.rooms-list .item {
		width: 100%;
	}
	.rooms-list .item:nth-child(n) {
		clear: none;
	}
	.rooms-list .price-list {
		min-height: 0;
	}
}
