.homedetail .photo {
	float:left;
	margin-right:5px;
	width:485px;
	height:325px;
	overflow:hidden;
	max-width:100%;
	border:5px solid #fff;
	-moz-box-shadow:    1px 2px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.3);;
	box-shadow:         1px 2px 6px rgba(0,0,0,.3);;
}
.homedetail .photo img {
	max-width:none;
}
.homedetail .details ul {
	list-style:none;
	margin-top:5px;
	padding:0px;
	margin-left:0px;
}
.homedetail .details ul li {
	border-bottom:1px solid #d5d5d6;
	color:#77787b;
}
.homedetail .details ul li label {
	display:inline-block;
	width:130px;
	font-weight:bold;
	text-transform:uppercase;
}
.homedetail .description {
}
.homedetail .heading {
	float:left;
	width:110px;
	font-weight:bold;
	font-size:13px;
	line-height:23px;
}
.homedetail .heading.col2 {
	width:80px;
	
}
.homedetail .value {
	float:left;
	width:75px;
	font-weight:normal;
	font-size:13px;
	line-height:23px;
}
.homedetail .value.second {
	width:20px;
}
.homedetail .subtext {
    font-weight:normal;
    color:#000;
    font-style:italic;
    font-variant:normal;
    font-size:90%;
}
.homedetail .detailbox {
	background-color:#1e4d70;
	padding:10px 8px;
}
.homedetail .detailbox * {
	color:#f8f0d6;
}
.homedetail ul {
	margin:0px;
}
.homedetail .homebuilder {
	font-style:italic;
	margin-bottom:5px;
}
.builders .builder {
}
.builder .photo {
	float:left;
	width:110px;
	height:88px;
	margin-bottom:20px;
}
.builder h4 {
	font-weight:bold;
	margin-bottom:8px;
	font-size:13px;
}
.builder .repinfo {
	font-size:13px;
	position:relative;
	z-index:5;
}
.builder .emailPop {
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	z-index:5;
}
.builder .emailPop:hover {
    color:#b55414;
}
.amenities.value {
	float:none;
}
.amenities.value * {
	font-size:13px;
}

/* HOME - SALES REP CONTACT FORM POPUP */
.homecontact {
	background-image:url('/images/background_popup.jpg');
	width:550px;
	overflow-x:hidden;
	overflow-y:auto;
	background-repeat:no-repeat;
}
.homecontact .content {
	padding:10px 25px;
	font-size:11pt;
}
.homecontact .content div {
}
.homecontact .content .highlight {
	color:#000 !important;
}
.homecontact .introtext {
	background:url('/images/background_popup_header.jpg');
	font-size:15pt;
	letter-spacing:1.5px;
	padding:20px 25px 0px 25px;
}
.homecontact ul {
	overflow:auto;
}
.homecontact ul li{
	font-weight:bold;
}
.homecontact h1 {
	margin-top:5px;
	margin-bottom:20px;
	font-size:28px;
}
.homecontact .customform input[type=text],
.homecontact .customform input[type=email] {
	width:200px !important;
}
.homecontact .customform input[type=email] {
	width:428px !important;
}
.homecontact textarea {
	width:350px;
	margin-bottom:7px;
}
.homecontact form {
	margin:0px 20px;
}
.homecontact .button {
	width:auto;
	margin-bottom:10px;
}
.floorplanContainer {
	width:700px;
	padding:10px;
}

.finderform {
	text-align:center;
	position:absolute;
	right:5%;
	z-index:1500;
	background:rgba(0, 72, 105, .7);
	width:20%;
}
.finderform.landfinder {
	background-color: rgba(141, 198, 64, .7);
}
.finderform img {
	margin-bottom:5px;
	border:6px solid #fff;
	-moz-box-shadow:    1px 2px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.3);;
	box-shadow:         1px 2px 6px rgba(0,0,0,.3);;
}
.finderform .submit {
	margin-top:5%;
	margin-bottom:3%;
	max-width:80%;
}
.finderform h1 {
	padding-left:17px;
	color:#fff;
	font-size:23px;
	font-weight:normal;
	margin-top:20%;
	margin-bottom:10%;
}
.finderform h1 .small {
	font-size:14px;
	text-transform:none;
	margin-top:6px;
}
.finderform a {
	color:#fff;
	display:block;
	font-style:italic;
	font-weight:normal;
}
.finderform select {
	width:100%;
	-webkit-appearance: menulist-button;
}
.finderform .selectboxit-container span, .selectboxit-container .selectboxit-options a {
	font-weight:bold;
}
.finderform .price .selectboxit-options {
	max-height:110px;
}
span.customStyleSelectBox {
 	background-color:#005b99;
	color:#ffffff;
    font-size:13px;
	margin-bottom:7px;
	letter-spacing:2px;
    height:25px;
    line-height:25px;
	width:100%;
    overflow:hidden;
 }
.finderform span.customStyleSelectBox {
	width:100%;
	cursor:pointer;
}
.customStyleSelectBoxInner { 
    background:url(/images/selectarrow.gif) no-repeat center right;
    line-height:25px;
    height:25px;
	width:100% !important;
    overflow:hidden;
}
.finderform select.expand {
    width: auto;
}
.finderform select option {
    background-color:#373637;
    color:#ccc;
}
ul.homeimages {
	float:right;
	height:337px;
	overflow:hidden;
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.homeimages li {
	padding:0px;
	margin:0px;
	margin-bottom:7px;
	width:100px;
	height:70px;
	overflow:hidden;
	border:4px solid #fff;
	-moz-box-shadow:    1px 2px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.3);;
	box-shadow:         1px 2px 6px rgba(0,0,0,.3);;
}
#homeslideshow #prev,#homeslideshow #next {
	float:none;
	position:absolute;
	top:45%;
}
#homeslideshow #next {
	right:0px;
}
.buttonContainer {
	width:415px;
}
.results {
	font-size:15px;
	padding:15px 10px;
}
.results .oddrow {
}
.results a {
	text-decoration:none;
}
.results tr {
}
.results td {
	position:relative;
	vertical-align:top;
	padding:20px 10px 10px 10px;
	background-color:rgba(240, 232, 199, .9);
}
.results td.spacer {
	height:10px;
	padding:0px;
	background:none;
}
.results td:first-child {
}
.results .sort {
	float:right;
}
.results .sort .text {
	text-transform:uppercase;
	color:#274f17;
	font-weight:bold;
	line-height:35px;
}
.sort .selectboxit-container {
	margin-bottom:2px;
}
.sort .selectboxit-container .selectboxit {
	max-width:100%;
}
.homePhoto {
	max-width:300px;
	min-width:150px;
}
.homePhoto {
	width:100%;
	max-width:260px;
	text-align:center;
}
.homedetail .homePhoto {
	width:100%;
	max-width:100%;
}
.homedetail .photoCell {
	width:30%;
}
.homePhoto img {
	width:100%;
}
.results .line {
	padding:3px 0px;
	line-height:1.3;
}
.results .column {
	padding:0;
}
.results .line .column {
	width:50% !important;
}
.results .line .column:first-child {
	width:45% !important;
}
.results a {
	font-weight:normal;
}
.results .address a {
	color:#4e535c;
}
.results .price a{
	font-weight:bold;
	font-size:14px;
}
.builderlogo {
	margin-bottom:15px;
	min-width:140px;
}
.results .description {
	margin-bottom:20px;
}
.results .homelinks {
}
.results .address a {
	font-size:24px;
	color:#000;
	line-height:1;
	font-weight:normal;
}
.results .neighborhood {
	font-size:16px;
	text-transform:uppercase;
	color:#4d6612;
	font-weight:bold;
}
.results .homelinks span {
	cursor:pointer;
}
.results .homelinks a {
	text-decoration:underline;
}
.results .editButtons {
	position:absolute;
	top:0px;
	width:600px;
}
.results .editButtons .button a {
	padding:3px;
}
.results td.columns .column {
	display:table-cell;
	float:none;
}
.results td.columns .column:first-child {
	padding-right:10px;
	width:35%;
}
.results td.columns .column:last-child {
	width:55%;
}
.homedetail .line {
	display:table;
	width:100%;
	margin:0px auto;
	padding-bottom:15px;
}
.homedetail .line .column {
	display:table-cell;
}
.homedetail .line .column:first-child {
	width:33% !important;
}
.homedetail .line .column:last-child {
	display:table;
	width:60% !important;
}
.homedetail .group {
	display:table-cell;
	padding-right:10px;
}
.homedetail .lastCol .button {
	width:100%;
	margin-bottom:10px;
}
.homedetail .homelinks .button a {
	text-decoration:none;
	font-size:14px;
}
.homedetail .homelinks .button .line2 {
	font-size:12px;
}
.homedetail .results  {
	font-size:inherit;
}
.homedetail .button.first {
	background-color:#4a5160;
}
.homedetail .button.second {
	background-color:#a1c277;
}
.homedetail .button.third {
	background-color:#677c35;
}
.homedetail .detailCell {
}
/* smaller iPad only */
@media (min-width : 768px) and (max-width : 900px) {
	.results .description {
		display:none;
	}
	.results td.columns > .column {
		display:block;
		width:auto !important;
		float:none;
	}
	.results .homelinks {
		margin-top:15px;
	}
	.homedetail .photoCell .button a {
		padding:7px 6px;
		font-size:12px;
	}
	.homedetail .photoCell .button .line2 {
		font-size:11px;
	}
	.homedetail .detailCell {
		width:auto;
	}
	.noTablet {
		display:none;
	}
	.homedetail .description {
		display:block;
	}
	.homedetail .builderlogo {
		float:right;
	}
}

/* mobile only */
@media (max-width : 767px) {
	.home-search-results .pagecontent, .houston_home .pagecontent {
		width:auto;
	}
	.home-search-results .slideWrapper, .houston_home .slideWrapper {
		display:none;
	}
	.houston_home .results table, .houston_home .results tr {
		display:block;
	}
	.houston_home .results td:first-child{
		padding:0;
		float:none;
		display:block;
		width:100%;
	}
	.houston_home .results td {
		display:block;
	}
	.results {
		padding:15px 0px;
	}
	.results .sort {
		float:none;
	}
	.home-search-results .pagecontent .fromcms{
		padding:0px 15px;
	}
	.houston_home .pagecontent .fromcms {
		padding:0px;
	}
	.houston_home .homedetail .fromcms {
		padding:15px;
	}
	.houston_home .homedetail {
		background-color:rgba(240, 232, 199, .9);
	}
	.houston_home .results {
		padding-top:0px;
		margin-top:0px;
	}
	.houston_home .homedetail .group {
		padding-right:15px;
	}
	
	.results .description,.results .homelinks {
		display:none;
	}
	.houston_home .results .description {
		display:block;
	}
	.home-search-results .results td {
		text-align:center;
	}
	.results .homePhoto {
		margin:0px auto;
	}
	.results .button.details {
		width:80%;
		margin:0px auto;
	}
	.results .line {
		display:table;
		width:auto;
		margin:0px auto;
		padding-bottom:15px;
	}
	.houston_home .results .line {
	}
	.results .line .column {
		display:table-cell;
	}
	.results .group {
		display:table-cell;
		padding-right:10px;

	}
    .homedetail .collapsible {
        margin-top:10px;
    }
	.homecontact .introtext {
		padding:0px 15px;
	}
    .homedetail .collapsible .content {
        padding:10px 15px;
 		position:relative;
    }
    .homedetail .collapsible img {
 	-webkit-box-shadow: 3px 7px 7px 0px rgba(50, 50, 50, 0.76);
        -moz-box-shadow:    3px 7px 7px 0px rgba(50, 50, 50, 0.76);
        box-shadow:         3px 7px 7px 0px rgba(50, 50, 50, 0.76);
 	margin-bottom:10px;
    }
    .homecontact .customform input[type=text], .homecontact .button, .homecontact .customform textarea {
        width: 90% !important;
    }
	.homedetail .button {
		width:80%;
		margin:0px auto;
		display:block;
	}
	.homedetail .homecontact {
		width:auto;
	}
	.homedetail .button {
		font-size:13px;
	}
	.homedetail .button .line2 {
		font-weight:normal;
		font-size:11px;
	}
	.results td.columns > .column {
		display:block;
		width:auto;
	}
	.houston_home .results td.lastCol {
		display:none;
	}
	.houston_home .results {
		padding-bottom:0;
	}
	.results .line .column:first-child {
		width:30% !important;
	}
}
