body div.container { width: 100%; max-width: 100%; }
#Middle { width: 100%; float: none; }
#Middle .container { max-width: 1100px; width: 100%; }

/*#Middle .container .detail-main { float: none; width: 100%; } */
#Middle .container h1.title { float: left; }
#Middle .container .detail-main .price { margin-left: auto; margin-right: auto; text-align: center; /*margin-top: -2em;*/ float: right;  }
/*#Middle .container .detail-side { float: none; width: 100%; } */

/* Reinforcing column widths from Bootstrap (order of inclusion) */
/*.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 { width: 83.333%; float: left; }
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 { width: 66.666%; float: left; }
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 { width: 50%; float: left; }
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 { width: 33.333%; float: left; }
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 { width: 16.6666%; float: left; } */

/* Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{

/*	.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 { width: 100%; float: left; } */
}

/* Phone */
@media only screen and (max-device-width: 767px)
{
	/* Dropdown nav menu  - remove margin*/
	#HeaderNav { margin-top: 0; } 
	/* Listing Page - remove breadcrumbs */
	.listing #bread_crumbs { display: none; } 

	.listing ul.listing-links { display: block; margin-bottom: 10px; overflow: hidden; } 
	.listing ul.listing-links li {  min-height: 3em; float: left; padding: 0;  } 
	.listing ul.listing-links li a  { width: 70%; margin: 0 auto; } 

	/* Listing Page - remove left content on phones */
	.listing #Middle #LeftContent { display: none; } 

	.listing #Middle .container h1.title { font-size: 1.25em; }
	.listing #Middle .container .detail-main .price { font-size: 1em;  }
	.listing #Middle .container .detail-main .property-details { display: none;  }
	.listing #Middle .container .detail-main .property-featured-details .price { display: none;  }
	
	.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 { width: 100%; float: left; }
}
