.rooms-list{
    margin: 0 -20px;
}
.rooms-list .item{
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 50px;
}
.rooms-list .item a{
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
	border:thin solid #C6D0BB;
    /*box-shadow:0px 0px 6px rgba(20%,20%,40%,0.2);*/
    max-width: 380px;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.rooms-list .pic{
    overflow: hidden;
    position: relative;
}
.rooms-list .item a:hover .pic img{
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.rooms-list .item a .pic:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/index/room_cover.png)center 70px no-repeat,rgba(0,0,0,0);
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
}
.rooms-list .item a:hover .pic:after {
    background: url(../images/index/room_cover_.png)center no-repeat, rgba(0, 0, 0, 0.6);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.rooms-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}
.rooms-list .txt:after{
    content: '';
    display: block;
    clear: both;
}
.rooms-list .txt .price{
    width: calc(100% / 3);
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}
.rooms-list .txt .title{
    display: block;
    border-bottom: 1px dashed #8f8277;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
.rooms-list .txt .price1{
    color: #595959;
}
.rooms-list .txt .price1 .title{
    color: #6AC6CB;
}
.rooms-list .txt .price2{
    color: #FFF;
    background: #6AC6CB;
}
.rooms-list .txt .price3{
    color: #EDEDED;
    background: #FF9188;
}




.gallery{
    margin-top: -40px;
    position: relative;
}
.gallery .stage{
    max-width: 996px;
    margin: 0 auto;
}
.slider-nav{
    display: none;
}
.gallery .thumbnails{
    position: absolute;
    top: 50%;
    width: 100%;
}
.gallery-control{
    width: 100%;
    position: relative;
}
.gallery .gallery-control{
    opacity: 0;
}
.gallery:hover .gallery-control{
    opacity: 1;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.stage .slick-prev,
.stage .slick-next{
    width: 50px;
    height: 59px;
    display: inline-block;
    background: url(../images/rooms/control.png)no-repeat;
    position: absolute;
    opacity: 0.5;
	border:none;
	text-indent:-5000px;
    top: 50%;
	z-index:1;
}
.stage .slick-prev{
    background-position: top left;
    left: -60px;
}
.stage .slick-next{
    background-position: top right;
    right: -60px;
}
.stage button:hover{
    opacity: 1;
}
.slick-item + .slick-item {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.rooms-detail{
    max-width: 996px;
    margin: 0 auto;
}
.rooms-detail h1.name{
    font-family: "Times New Roman","微軟正黑體", Times, serif;
    font-size: 25px;
    color: #444;
    line-height: 1.2;
    margin: 30px -25px 20px;
    padding: 0 25px 0 70px;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.rooms-detail h1.name:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/main_title_icon2.png)no-repeat;
    vertical-align: top;
    margin-right: 10px;
}
.rooms-detail .price:after{
    content: '';
    display: block;
    clear: both;
}
.rooms-detail .price{
    border-top: 1px solid #D6C8BF;
    border-bottom: 1px solid #D6C8BF;
    margin-bottom: 30px;
}
.rooms-detail .price span{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px 0;
}
.rooms-detail .price span i:before{
    content: '｜';
    display: inline-block;
    margin: 0 5px;
    opacity: 0.3;
}
.rooms-detail .price span.c1{
    color: #666;
}
.rooms-detail .price span.c2{
    background: #6AC6CB;
    color: #FFF;
}
.rooms-detail .price span.c3{
    background: #FF9188;
    color: #EDEDED;
}
@media screen and (max-width: 1500px) {
.stage .slick-prev,
.stage .slick-next{
    /*top: inherit;
	bottom:-70px;*/
	top:50%;
	margin-top:-25px;
}
.stage .slick-prev{
    left: 0;
}
.stage .slick-next{
    right: 0;
}
}
@media screen and (max-width: 1460px) {
    .rooms-list{
        margin: 0 auto;
    }
    .rooms-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 740px) {
    .rooms-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .rooms-detail .price span {
        width: 100%;
        display: block;
        float: none;
    }
    .rooms-detail h1.name{
        padding: 0 25px;
    }
    .rooms-detail h1.name:before{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .rooms-list .txt .price {
        float: none;
        width: calc(100%);
    }
    .rooms-list .item{
        padding: 0;
    }
.stage .slick-prev,
.stage .slick-next{
	display:none !important;
}
}