/* END SEARCH SECTION */
.pfbd section.search {
  	position: relative;
	height: auto;
	background: url( '../img/search-section-bg.jpg' ) no-repeat;
  	/*background-size: 100%;*/
  	background-size: cover;
}
.pfbd section.search .wrapper {
	padding: 100px 0px;
	position: relative;
}
.pfbd section.search .wrapper .content {
	color: #FFF;
    padding: 15px 20px;
    background-color: rgba( 18,19,20,.8 );
    /*background-color: #121314;*/
    border: none;
    border: 1px solid #2D383F;
    border-color: #282828;
}
/* .pfbd section.search .wrapper .content:before {
   content: "";
   display: block;
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
   background: #333;
   opacity: 0.7;
} */
.pfbd section.search .wrapper .content .form-box {
	z-index: 2;
	color: #ffffff;
}
.pfbd section.search .wrapper .content .form-box form {
	margin-bottom: 0px;
}
.pfbd section.search .wrapper .content .form-box form select {
	font-size: 15px;
}
.pfbd section.search .wrapper .content .form-box form .find-btn {
	color: #ffffff;
}
/* END SEARCH SECTION */

/* BEGIN FULL ROW AD SECTION */
.pfbd section.full-row-ad {
	padding: 30px 0px;
}
@media( max-width: 575px ) {
	.pfbd section.full-row-ad img {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 auto;
    	display: block;
	}
}
/* END FULL ROW AD SECTION */

/* BEGIN RECENT PROPERTIES */
.pfbd section.recent-properties {
	background-color: #f4f5f7;
	padding: 30px 0px;
}
.pfbd section.recent-properties .title{
	padding-bottom: 0px;
}
@media( max-width: 575px ) {
	.pfbd section.recent-properties .title{
		font-size: 25px;
	}
}
.pfbd section.recent-properties .recent-items {

}
.pfbd section.recent-properties .recent-items a:hover {
	text-decoration: none;
}
.pfbd section.recent-properties .recent-items .owl-item {
	padding: 0px 10px;
}
.pfbd section.recent-properties .recent-items img.preview {
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
/* END RECENT PROPERTIES */

/* BEGIN CHOICE PROPERTY */
.pfbd section.find-property {
	background-color: #ffffff;
	padding: 30px 0px;
}
.pfbd section.find-property .title{
	padding-bottom: 20px;
}
@media( min-width: 576px ) and ( max-width: 767px ) {
	.pfbd section.find-property .nav-tabs .nav-item {
		font-size: 13px;
	}
}
@media( max-width: 575px ) {
	.pfbd section.find-property .nav-tabs .nav-item {
		font-size: 12px;
	}
}
.pfbd section.find-property .tab-content{
	padding-top: 20px;
}
.pfbd section.find-property .tab-content .tab-item {

}
.pfbd section.find-property .tab-content .tab-item a {
	color: inherit;
}
.pfbd section.find-property .tab-content .tab-item a:hover {
	text-decoration: none;
}
.pfbd section.find-property .tab-content .tab-item .info {

}
.pfbd section.find-property .tab-content .tab-item .info .title {

}
.pfbd section.find-property .tab-content .tab-item .info .info-title {
	margin-bottom: 0px;
	font-weight: bold;
}
@media( min-width: 576px ) and ( max-width: 767px ) {
	.pfbd section.find-property .tab-content .tab-item .info .info-title {
		font-size: 13px;
	}
}
@media( max-width: 575px ) {
	.pfbd section.find-property .tab-content .tab-item .info .info-title {
		font-size: 13px;
	}
}
.pfbd section.find-property .tab-content .tab-item .info .info-details {
	margin-bottom: 0px;
}
.pfbd section.find-property .ad-section {
	padding-bottom: 20px;
}
.pfbd section.find-property .ad-section img {
	margin: 0 auto;
	display: block;
}
.pfbd section.area {
	background-color: #f4f5f7;
	padding: 30px 0px;
}
.pfbd section.area .title {
	padding-bottom: 20px;
}
.pfbd section.area .areas {
	list-style-type: none;
    padding-left: 0;
}
/* END CHOICE PROPERTY */