/* listing */
 
#prop_list #list{
	clear:both;
	width: 100%;
	height: 200px;
	overflow:hidden;
}
#prop_list #list_left{
	float:left;
	width:480px;
	text-align:left;
	margin-left:10px;
}
#prop_list #list_right{
	float:left;
	width: 180px;	
	text-align:right;
}
#prop_list .bname a{
	font-size: 19px; 
	color:#9d7916;	 
}
 
#prop_list .bname a:hover{
	color: #9d7916;
}
#prop_list .dist{
	font-size:17px; 
	display:table;
} 

#prop_list .dist span{
	  display:table-cell; 
	padding-right:10px;  
    padding-left: 2px;

}
#prop_list .others{
	font-size:14px;
	color:#666;
	display:table;
} 
#prop_list .others span{
	display:table-cell; 
	padding-right:10px;
}
 
#prop_list .input{
	font-size:13px;
	color:#a6a6a6
}
#prop_list .refnoheight{
	height:25px;
}
#prop_list .refno{
	font-size:13px;
	color:#a6a6a6;
	margin-top:5px;
	position:absolute;
	bottom:0;
}

#prop_list .icon div{ 
	margin-bottom:5px;
}
#prop_list .info{ 
	margin-right:30px;
}
#prop_list .info_bold{
	font-size:15px;
	color:#666
}

.info_list_detail{
	font-size: 19px; 
}

#prop_list .btns{
	cursor:pointer;	
}
#prop_list .igallery{
	width: 180px;
	text-align:center; 
	height: 20px;
	padding-top: 6px;
	padding-left:1px
}
#prop_list .rentprice{
	font-size:21px;
	color:#ff4700
}
#prop_list .saleprice{
	font-size:21px;
	color:#cb0000
}

#prop_list .picbr{
	 
}
#prop_list .picbr a{
	display:block;
	margin-right:8px;
	width: 250px;
	height:180px;  
	overflow:hidden; 
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat
}
.speciallbl{
	position:absolute;
	width:250px;
	margin:0px;
	z-index:10
}

#prop_list .pp{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;	
} 
 
#prop_list .fp .detail_table {
	border: 1px solid #dfdfdf;
}

#prop_list .fp .detail_table .header{
	background-color:#666;
	color:#FFF;
	font-size:15px;
	padding:8px;
}
 
#prop_list .item{ 
	border-top:1px solid #dcdcdc;
	padding: 5px;
    margin: 10px;
 
}
#prop_list .item:hover{ 
	box-shadow: 0px 0px 6px #b3b3b3;
}
#prop_list .rightitem{
	text-align:right;
	float:right;
}
#prop_list .icon{ 
	 
}
#prop_list .pricearea{ 
	margin-top:10px;
	position: absolute;
    right: 0;
    bottom: 0;
	text-align:right;	 
} 
#prop_list .pricearea .info_list_detail{
 
}
#prop_list .pricearea img{
	height: 30px;
	margin-top:5px;
}

#prop_list .sizearea{  
	margin-top:10px
}
#prop_list .remark{
	border-radius:3px !important;
	width:fit-content;
    max-width: 60%;
	margin-top:5px; 
	padding:2px;
	color:#fff;
	background-color:#c7b172;
	font-size:14px; 
}
.form{
	background-color:#f6f1df;
	border: 1px solid #9e8b55;
	padding:10px; 
	width:100%;
}

.form td{
	padding-bottom:8px;	
}
.form #saleType,.form #dcode,.form #prop{
	width:98%
}
.form select{
	height:27px;
	border:1px solid #CCC; 
	width:98%
}
.form input[type=text]{
	height:27px;
	border:1px solid #CCC;
	width:98%	
}

.lefttran{
	background-color:#efefef;
	border:1px solid #d0d0d0;
	padding:10px;
	width:100%;
	color:#4b4b4b
}

.lefttran .tran_bd{
	border-bottom:1px solid #dcdcdc;
	padding:10px 0
}

.lefttran .tran_price{
	color:#d45f00;
}

.lefttran .tran_input{
	color:#828080;
}

.lefttran a{
	float:right;
	margin-top:-20px;
}

.gbt{
	cursor:hand;
	cursor:pointer;
}
 
.green{
	color:#090;
	font-size: 13px;
    display: inline !important;
}

.playicon{
	display:block;
	position: absolute;
	margin-left:125px;
	margin-top:90px;
}
.playicon img{   
    width: 36px;
    height: 36px; 
    transform: translate(-50%, -50%);
	opacity:0.8;
}

.unit_sqft{
	color: #767676;
    font-size: 13px;
}
.mortgagecal{
	display: block;
	width: 34px;
	height: 34px;
	text-align: right;
	margin-left: auto;
	background-color: #2166d9;
	border-radius: 50px !important;
	background-image: url(/img/cal.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}
.mortgagecal:hover{
	background-color:#9e8b55
}

@media (max-width: 767px) {
	.playicon{ 
		 margin-left:95px; 
	}
	#prop_list .picbr a{
		 margin-right:5px;
		width: 180px;
	 
	}
	.speciallbl{ 
		width:180px; 
	}
	
}
@media (max-width: 550px) {
	#prop_list .rightitem{
		position: absolute;
    	right: 0;
	} 
	#prop_list .bname{
		max-width:90%;
	}
	.playicon{ 
		margin-left:75px;
		margin-top:75px;
	}
	#prop_list .info{
		float:none;  
	}
	#prop_list .dist{
		font-size:15px;
	}
	#prop_list .picbr a{
		margin-right:3px;
		width: 150px;
		height:150px;   
	}
	#prop_list .item{  
		margin: 5px;
	 
	}
	.speciallbl{ 
		width:150px;  
	}
	#prop_list .sizearea {  
	}
	#prop_list .pricearea img{
		 
	}
	#prop_list .pricearea{
	 
	}
	.info_list_detail{
		font-size:15px !important;
	}
	#prop_list .dist span{
 		display:block;   
	}
	#prop_list .others{
		 
	}
	#prop_list .others span{
		display:block;   
	}
	#prop_list .bname a{
		font-size:17px;
		line-height:18px;
	}
	
	.unit_sqft{ 
		font-size: 12px;
	}
}
 
@media (max-width: 400px) { 
 
	.playicon{ 
		margin-left:48px;
		margin-top:75px;
	}
	#prop_list .picbr a{ 
		width: 90px;
		height:150px;   
	}
	.speciallbl{ 
		width:90px;   
	}
	.speciallbl span{ 
		font-size:12px  
	}	
}

@media (max-width: 319px) {
	#prop_list .icon{
	 
	}
}