/* PORTFOLIO */
.tr_portfolio {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	padding: 40px;
	border-radius: 4px;
	
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.5);	
}
.tr_properties {

}
#content_wrapper .tr_properties h1 {
	color: #333 !important;
    font-size: 24px;
    margin-bottom: 15px;
	font-family: "Museo Slab", Georgia, "Times New Roman", serif !important;
}
#content_wrapper .tr_portfolio h1, 
#content_wrapper .tr_portfolio h2,
#content_wrapper .tr_portfolio h3 {
	font-family: 'Open Sans', sans-serif;
}
		.property_listing .property_images {
			float: left;
			position: relative;
			width: 200px;
			height: 133px;
			margin-bottom: 40px;
			overflow: hidden;
		}
		.property_listing .property_images img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}
		.property_listing .top {
			margin-left: 225px;
			margin-bottom: 25px;
		}
		.property_listing .headline {
			margin-bottom: 23px;
		}
		.property_listing h1,
		.property_listing h2 {
			text-align: left;
		}
		#content_wrapper .property_listing h1 {
			font-size: 35px;
			line-height: 37px;			
			font-weight: 600;
			letter-spacing: -0.02em;
			color: #333 !important;
			margin-bottom: 2px;			
		}
		.property_listing h2 {
			font-size: 22px;
			line-height: 25px;
			margin: 0 0 4px 0;
			font-weight: 400;
			text-transform: uppercase;
			color: #333 !important;
			padding-left: 0 !important;
		}
		.property_listing .property_type {
			text-transform: uppercase;
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 20px;
		}
		.property_listing .details {
			margin: 0 0 23px 0;
		}
		.property_listing .detail {
			display: inline-block;
			vertical-align: middle;
			padding: 5px 10px;
			background: #d9e0e8;
			color: #333;
			border-radius: 4px;
			margin: 7px 7px 7px 0;
			font-size: 13px;
			font-weight: 600;
		}		
		.property_listing .btns.btns_top {
			float: right;
			margin-left: 25px;
		}
		.property_listing .btns a {
			display: inline-block;
			vertical-align: middle;
			padding: 12px 23px;
			margin: 0 7px 7px 0;
			color: #fff !important;
			border-radius: 6px;
			font-size: 18px;
			line-height: 18px;
			font-weight: normal !important;
			transition: background 0.25s ease;
		}
		.property_listing .btns .btn_details {
			background: #1058ab;
			background: #767676;
		}
		.property_listing .btns .btn_details:hover {
			background: #9f9f9f;
			transition: background 0.25s ease;
		}
		.property_listing .btns .btn_apply {
			background: #83b33d;
		}
		.property_listing .btns .btn_apply:hover {
			background: #99bf61;
			transition: background 0.25s ease;
		}		
		#property_map_canvas {
			clear: both;
			width: 100%;
			height: 250px;
			margin-bottom: 25px;
			background: #d9e0e8;
		}
		.property_listing .body {
			margin-bottom: 25px;
		}
		.property_listing .body h3 {
			margin-bottom: 20px;
		}
		.property_listing .description {
			display: inline-block;
			vertical-align: top;
			width: 65%;
			margin-right: 5%;
		}
		#content_wrapper .property_listing .description a {
			font-size: 14px !important;
			line-height: 18px !important;
		}
		.property_listing .features {
			display: inline-block;
			vertical-align: top;
			width: 30%;
			margin-left: -5px !important;
		}
		.property_listing .features ul {
			margin-top: 0;
			margin-left: 0;
			padding-left: 17px;
		}
		.property_bubbles {
			display: block;
			vertical-align: middle;
		}
		.property_bubbles .sr-item-detail {
			font-size: 16px;
			padding: 5px 20px;
			margin-right: 5px;
			margin-bottom: 7px;
		}	
		.property_listing .btns_bottom {
			border-top: 1px solid #ccc;
			margin-top: 20px;
			padding-top: 20px;
		}