
.searchform {
	margin-top:40px;
}
.propertylist {
	background-color: #fff;
	padding:20px;
	display:table;
	margin-bottom: 20px;
	width:100%;
}
.propertylist-imagecontainer {
	/*width:35%;
	height: 250px;*/
	float:left;
	position: relative;
	overflow: hidden;
	max-height:200px;
}
.propertylist-imagecontainer img{
	width:100%;
}
.propertylist-imagecontainer span {
	background-color: #fff;
	font-weight: bold;
	position: absolute;
	top:20px;
	right: 15px;
	padding:4px 15px;
	color:#336633;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.propertylist-imagecontainer span.virtual-tour {
	background-color: #336633;
	top:60px;
	color:#fff;
}
.propertylist-desc {
	/*width: 45%;
	height: 250px;*/
	padding:0 20px;
	border-right: solid #ccc 2px;
	float: left;
	overflow: hidden;
}
.propertylist-desc h3 {
	color:#336633;
	font-weight: bold;
	font-size:20px;
}
.propertylist-desc h3 span {
	display: block;
	color:#000;
	font-weight: normal;
	font-size: 15px;
}
.propertylist-prices {
	/*width: 20%;*/
	/*height: 250px;*/
	float: left;
	position: relative;
	font-size: 16px;
}
.propertylist-prices strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color:#336633;
	text-align: center;
	padding: 5px 0;
}
.propertylist-details {
	font-size: 16px;
	margin-top:20px;
	/*width: 230px;*/
	/*position: absolute;
	bottom: 0px;
	padding:0 20px;*/
}
.propertylist-details strong {
	display: inline;
	font-size: 16px;
}
.propertylist-details p {
	margin: 0 0 5px;
}
.propertylist-details a {
	display:block;
}
/*properties end*/

/*property start*/
.property_title {
	width:100%;
}
.property_title span {
	float:right;
}
.bg_white {
	background-color: white !important;
}
.sidebar-box {
	padding:20px;
	margin-bottom: 20px;
}
.ptextbox {
	padding:20px;
	margin-bottom: 20px;
}



.nav-tabs {
	/*border-bottom:1px solid #ddd*/
	border:0;
}
.nav-tabs >li {
	border:0;
	float:left;
	margin-bottom:0px;
}
.nav-tabs >li >a {
	border:none;
	margin-right:8px;
	line-height:1.42857;
	/*border:1px solid transparent;*/
	border-radius:0;
}
.nav-tabs >li >a:hover {
	border:none;
	/*border-color:#eee #eee #ddd*/
}
.nav-tabs >li.active >a,.nav-tabs >li.active >a:focus,.nav-tabs >li.active >a:hover {
	border:none;
	color:#555;
	background-color:#fff;
	/*border:1px solid #ddd;*/
	/*border-bottom-color:transparent;*/
	cursor:default
}
.err_msg {
	padding:15px;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
	border-radius: 4px;
	border: solid 1px;
}

.ok_msg {
	padding:15px;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
	border-radius: 4px;
	border: solid 1px;
}
#busywindow {
background-color: white; border: 1px solid rgb(204, 204, 204); border-radius: 10px; height: 74px; left: 50%; margin-left: -36px; margin-top: -36px; padding: 20px; position: fixed; top: 50%; width: 74px; z-index: 1000; display: none;
}

/*property end*/


.propertysidebar h3{
	margin:0;
}
.propertysidebar p{
	margin:0 0 20px;
	font-size:12px;
}
.propertysidebar strong{
	display:block;
	font-size:18px;
	font-weight:bold;
}
.propertysidebar span{
	display:block;
	font-size:12px;
}
.propertysidebar b {
	font-weight:bold;
}

.luxury {
	border:solid 1px #36783c;
}

@media only screen and (max-width: 767px) {


	.propertylist-desc {
		border:0;
	}
	.propertylist-prices {
		margin-top:20px;
	}
	.propertylist-details {
		text-align:center;
	}
	.propertylist-details p {
		display:inline;
		margin:5px 10px;
	}
	.propertylist-details a {
		margin-top:20px;
		display:block;
	}
}