
/* ==========================================================================
   rental page 
   ========================================================================== */
.cardbox{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
}
.cardbox_picture{
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cardbox-infos{
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cardbox_title{
  font-family: 'Hind';
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.cardbox_text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.cardbox_text-high{
  font-weight: 600;
}

/* ==========================================================================
   properties£¨Îï¼þ£©
   ========================================================================== */
.propertiesTitle h2 {
 position: relative;
 font-size: 24px;
 color: #003377;
 font-weight: bold;
 border-bottom: 3px solid #ffb6c1;
}
.properties p {
  font-size: 15px;
}

.propertiesHeader {
  padding-top: 35px;
}

.propertiesHeader h4 {
  font-weight: 700;
}
.propertiesHeader i {
  color: #228b22;
  font-size: 30px;
}
.properties {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f5f5dc;
    border: dashed 2px #5b8bd0;/*µã¾€*/
}
.properties img{
   display:float;
   float:left;
   margin-left:1px;
   margin-right:15px;
   margin-top:1px
 }
 
.properties h3 {
  border-style:solid;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-bottom-color:#b0c4de;
}
.properties p {
    margin-left:10px;
    padding: 10px 10px;
}

/* ===== Pricing Tables2 ===== */
.pricing-tables2 {
	position: relative;
	padding: 0 0;
    border-top: 1px dotted #d7d7d7;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
	border-radius: 4px;	
}
.pricing-tables .title {
	float: left;
	width: 100%;
	height: 57px;
	padding: 13px 0 10px 0;
	background-color: rgb(30, 51, 72);;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	border-radius: 4px 4px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .imagebox {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: rgb(52, 73, 94);
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.pricing-tables .roomStatus {
	float: left;
	width: 100%;
	height: 57px;
	padding: 13px 0 10px 0;
	background-color: white;;
	text-align: center;
	font-size: 23px;
	color: blue;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	border-radius: 4px 4px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
	border: none;
}
.pricing-tables .showdetail {
	float: left;
	width: 100%;
	padding: 28px 0px;
	background-color: #aeabab;
	border-radius: 0 0 4px 4px;
	text-align: center;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
	.pricing-tables {
		position: relative;
		float: left;
		width: 50%;
		border: 1px solid #eee;
		border-radius: 4px;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.pricing-tables {
		position: relative;
		float: left;
		width: 100%;
		border: 1px solid #eee;
		border-radius: 4px;
		margin-bottom: 30px;
	}
}


/* ==========================================================================
   room-gallery
   ========================================================================== */
#room-gallery h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
#room-gallery .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#room-gallery{
    padding-bottom: 70px;
}

.room-gallery-wrap {
  position: relative;
}

.room-gallery-wrap img{
  width: 100%;
}

.room-gallery-wrap .room-gallery-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.room-gallery-wrap .room-gallery-inner h3{
  margin: 10px 0;
}

.room-gallery-wrap .room-gallery-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.room-gallery-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #87cefa;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.room-gallery-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.room-gallery-wrap:hover .overlay {
  opacity: 1;
}
.room-gallery-wrap .room-gallery-inner h3 a {
  font-size: 20px;
}
.room-gallery-wrap .overlay{
  padding: 15px;
}
