body {
	min-width:0;
}
.site_width {
	width:100%;
	max-width:913px;
	padding:0 15px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/* About */
#about {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width:calc(100% + 30px);
}
#about h1 {
	width:100%;
	padding:0 15px;
}
#about_content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-right:0;

}
#about_img {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#about_img img {
	max-width: 100%;
	height:auto;
}

/* Listings */
#content {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width:100%;	
}
#content h1 {
	width:100%;

}
#listings {
	padding:0 15px;
}
#listings .top,
#listings .specs {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#listings h2,
#listings .price,
#listings .text b,
#listings .text i {
	width:auto;
}
#listings .details {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);	
}
#listings .gallery {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	margin-right:0;
}
#listings .text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;	
    margin: 0 0 0 0;
}
#listings .gallery img {
	max-width:100%;
	height:auto;
}
#listings .gallery {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3.75px;
    margin-right: -3.75px;
}
#listings .gallery .image {
	width:100%;
	padding:0 3.75px 3.75px;
}
#listings .gallery .gal_img.image {
	width:100%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:0 3.75px 7.5px;
}
#listings .gallery .show_more .gal_img.image{
	float:left;
}
#listings .item {
	margin:0 -15px 0;
}
.show_more_text {
	width:100%;
	text-align: left;
}
/* Contact */
.contact {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    justify-content: center;
    background-size: 100% 100%;
    padding:90px 0 90px;
    min-height:450px;
    height: auto;
}
#contact_img {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 0 0;	
}
#contact_img {
	max-width: 100%;
	height:auto;
}
#contact_content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-right:0;
}

/* DDF */
.ddf_listing_con #listings {
	padding: 0 0;
}
.ddf_listing_con #listings .gallery {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 0 0;
}
.ddf_listing_con #listings .details {
	margin: 0 0 0 0;
	width:100%;
}
.ddf_listing_con #listings .top {
	padding:0 15px;
}
.ddf_listing_con #listings .item {
	margin: 0 0 0 0;
}
.specs span {
	width: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#listings .text span i {
	width:50%;
}
#wprmenu_menu_ul .sub-menu, #wprmenu_menu_ul, #wprmenu_bar, #wprmenu_bar * {
	text-align:left;
}
#about_content {
	width:100%;
	-ms-flex: 0 0 66.66666%;
	flex: 0 0 66.66666%;
	max-width: 66.66666%;
}
@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}


@media (max-width: 767.98px) {
	#footer {
		padding:0 15px 30px 15px;
	}
	/* Header */
	#terry img {
		max-width: 100%;
		height:auto;
		padding:0 15px;
	}
	#nav {
		display: none;
	}

	/* About */
	#about_content {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    width:auto;
	    margin:0 0 0 0;
	}
	#about_img {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-top:30px;
	}
	#about_img img {
		max-width: none;
		width:100%;
		height:auto;
	}
	/* Listings */
	#listings .gallery {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#listings .text {
	   	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-top:30px;
	}
	#listings .gallery .gal_img.image {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;	
	}


	/* Contact */
	.contact {
	    padding:60px 15px 60px;
	}
	#contact_img {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#contact_img img {
		max-width: none;
		width:100%;
		height:auto;
	}
	#contact_content {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-top:30px;
	}
	#contact_content img {
		width:100%;
		height:auto;
	}

	/* DDF */
	.ddf_listing_con #listings .item.col-md-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.listing_ddf_filter {
		flex-wrap: wrap;
	}
	.listing_ddf_filter select {
		margin-top:7.5px;
		width:100%;
	}


}