.title-address h2 a{
	font-size: 29px;
}
.full-address{
	font-size: 20px;
	margin-bottom: 15px;
}
.detail-bed, .detail-bath, .detail-rent, .detail-type{
	margin-bottom: 15px;
	font-size: 20px;
}
.detail-excerpt{
	font-size: 16px;
}

.photo-wrapper{
	position: relative;
}

.photo-wrapper .status-flag{
	position: absolute;
	bottom: 0;
	left: 0;
}

.status-flag{
	display: inline-block;
	padding: 10px;
	color: #fff;
	background: rgba(86,195,232,0.7);
	font-weight: 700;
	font-size: 18px;
}

.owl-dots{
	text-align: center;
}
.owl-dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	margin-right: 5px;
	background: #ccc !important;
}
.owl-dot.active{
	background: #56c3e8 !important;
}

/* Form */
.agent-form{
	background: #dadada;
	border-top: 12px solid #56c3e8;
	padding: 15px 15px 15px 15px;
}
.agent-form h2{
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-align: center;
}
#field_5_1 label, #field_5_5{
	display: none;
}
#gform_submit_button_5{
	width: 100%;
}

.agent-photo img{
	border-radius: 100px;
}
.agent-item-name h3{
	font-size: 22px;
	margin: 0 0 5px 0;
}
.agent-item-affiliation, .agent-item-email a, .agent-item-phone a{
	font-size: 16px;
	color: #000;
}

.gallery-pager-block{
	border-top: 15px solid #56c3e8;
}