ol, ul {
    list-style: none;
}
.installation{
    height:65px;
    padding-left:0px;
}
/*推薦相關縣市飯店,CSS來源=>訂房M版*/
.itemblock {
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
}
.room-wrap-o{
	background-color: #F00;
	
}
.room-wrap-o{
	margin-bottom: 0px;
	background-color: transparent;
	border: 0;
}
.room-wrap-o .card-header-o{
	background-color: #fff;
	/*height: 500px;*/
	border:none;
	padding: 0;
    border: 1px solid #e3e3e3;	margin-bottom: 20px;
}

.room-wrap-o .card-block {
	padding-top: 5px;
	padding:0.8rem ;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
}
.room-wrap-o .card-block .row { margin-left:-4px; margin-right: -4px; margin-bottom: 5px; }

.room-photo-wrap-o {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.room-photo-wrap-o .single-item .carousel-inner { height: 200px;}
.room-photo.single-item .carousel-inner img{opacity: 1;}
.hearted{
	z-index: 555;
}
.fa-heart{
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 10px;
	font-size: 150%;
	color: #28be98;
	display: block;
}
.fa-heart-o{
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 10px;
	font-size: 150%;
	color: #FFF;
	display: block;
}
.icon-360{
	width: 65px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}
.icon-360 img{ width: 100%; }
.room-photo-wrap-o .bottom {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 30%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 74%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 74%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    color: #fff;
}
.room-photo-wrap-o .bottom .hotel {
	position: absolute;
	bottom: 8px;
	left: 10px;
	z-index: 3;
	font-size: 105%;
	font-weight: bold;
}
.room-photo-wrap-o .bottom .price-wrap{
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	line-height: 1.2;
}
.room-name{
	height: 65px;
	margin-top: -8px;
}

.room-name-wrap{
	padding:5px 0 0px 0;
	font-size: 110%;
	font-weight: bold;
	position: relative;
	color: #000;
}
.room-name-wrap .ml-auto{
	position: relative;
	width: 42px;
}
.room-name-wrap .ml-auto .fa{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	color:#25c19c ;
}
.room-add{
	font-weight: normal;
	color: #919191;
	font-size: 90%;
	margin-top: -5px;
}

.room-price-wrap .title{
	line-height: 35px;
	font-size: 120%;
	color: #fff;
	background-color: #25c19c;
	text-align: center;
	font-weight: bold;
}
.room-price-wrap .title.sale{background-color: #ea3820;}
.room-price-wrap .content {
    padding: 0.6rem;
    border
}
.room-price-wrap .list-unstyled{margin-bottom: 0;}
.room-price-wrap .room-select {
	border: 1px solid #d3d3d3;
	border-bottom: none;
	min-height: 80px;
}
.room-price-wrap .room-select:last-child {border: 1px solid #d3d3d3;}
.room-price-wrap .room-select.select{border: 3px solid #ffce79;}
.room-price-wrap .room-select.off{background-color: #f5f5f5; color: #8b8b8b;}
.room-price-wrap .room-select.off .btn-border {background-color: transparent;  }
.room-price-wrap .date{
	background-color: #edfffb;
	color: #25c19c;
	line-height: 1.8;
	padding-left:5px;
}
.room-price-wrap .date .icon-eat{
	border-top: none;
	border-right: none;
	padding: 0 5px;
	color: #000;
	font-size: 95%;
}
.room-price-wrap .price{
	float: left;
	font-size: 150%;
	font-weight: bold;
	color: #f76f25;
	margin-right: 5px;
}

.room-price-wrap .bonus-info {
	font-size: 85%;
	color:#25c19c;
	float: left;
	line-height: 36px;
 }
.room-price-wrap .price-content{ min-height: 70px; }
.room-price-wrap .price-content .ml-auto {
	position: relative;
 }
 .room-price-wrap .off .date {
	background-color: #dadada;
	color: #919191;
}
.room-price-wrap .off .price {color: #8b8b8b;}
.icon-sale-wrap{ padding: 0!important ; }
.fc-gray{color: #adadad;}
.fa-map-marker{
	margin-right: 5px;
}
.fa-shopping-cart{
	margin-left: 8px;
	margin-right: 5px;
}
.room-wrap-o .area{
	font-size: 90%;
	color: #919191;
	float: left;
}

.room-wrap-o .pricebox{margin: 0 8px 8px 0;}
.room-wrap-o .sale .pricebox{
	margin: 5px 0px 0px 0px;
	
}
.room-wrap-o .pricebox{
	text-align: right;
	color: #919191;
	margin-top: 8px;
	font-size: 95%;
}
.room-wrap-o  .price{
	font-size: 160%;
	font-weight: bold;
	color: #f76f25;
	margin-left: 5px;
	font-family: sans-serif;
	line-height: normal;
}
