@media screen and (max-width: 767px) {
	#carouselFull>.carousel-inner {
		height: 225px;
	}
	.modal-dialog { //
		z-index: 2000;
		position: relative;
		top: 100px;
	}
	.modal {
		-webkit-overflow-scrolling: touch;
	}
}

@media screen and (min-width: 767px) {
	#floorPlanModal>.modal-dialog,#floorPlanModal>.modal-content {
		height: 450px;
	}
}

property-media {
	float: left;
	margin-right: 30px;
}

.property-info {
	float: left;
}

.property-info ul {
	margin-top: 15px;
	list-style-type: none;
	padding-left: 0px;
}

.property-info li {
	font-size: 15px;
	margin-top: 5px;
}

.property-info a {
	color: #0EAAA6;
	font-weight: bold;
	font-size: 18px;
}

.property-media>img {
	height: 100px;
	width: 160px
}

img.floorPlanIMG {
	cursor: pointer;
}

.controls {
	width: 80px;
	display: block;
	font-size: 11px;
	padding-top: 8px;
	font-weight: bold;
}

.next {
	float: right;
	text-align: right;
}

.previous {
	float: left;
	text-align: left;
}

.floorPlanMoreInfo {
	display: none;
}

.clickable {
	cursor: pointer;
}

a.mapHandler {
	display: none;
}

input[name="subject"] {
	padding: 0px 5px;
}

.promo {
	width: 300px;
}

.promoDesc {
	color: #ea3d36;
}

.promoDate {
	color: #0eaaa6;
}

.promoDate,.promoDesc {
	position: relative;
	top: 80px;
	font-size: 16px;
	margin: 3px;
}

.promoBody {
	background-image: url("/images/res/coupon.jpg");
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
}

.promoIcon {
	float: left;
}

.contactNumber {
	margin-bottom: 10px;
	font-size: 18px;
}

#qr_code {
	background: rgba(0, 0, 0, 0) url("/images/wechat.jpg") repeat scroll 0 0/32px
		32px;
	cursor: pointer;
	float: left;
	height: 32px;
	width: 32px;
	position: relative;
	/* left: 5px; */
}

.align-center {
	text-align: center;
}

.fangSongFont {
	font-family: FangSongGB2312;
}

.agentDesc {
	margin-left: 20px;
}

.amItem>span {
	display: none;
}

.mainInfo {
	display: none;
}

.table>tbody>tr>td:first-child {
	min-width: 100px;
}