/* -- New card style format 2/3/17 */
.results {
    padding:0px 25px;
}
.results .itemContainer {
    position:relative;
    margin-right:2%;
    margin-bottom:30px;
    display:inline-block;
    width:22%;
    vertical-align:top;
    line-height:1.4;
}
.results .itemContainer h2 {
    background:#00adef;
    font-size:17px;
    margin-bottom:3px;
    color:#fff;
    font-weight:normal;
    padding:3px 4px;
    line-height:1.3;
    text-align:center;
}
.results .itemContainer a {
    text-decoration:none;
    color:inherit;
    font-weight:inherit;
}
.results .details .buttonContainer {
    text-align:center;
    margin-top:15px;
}
.results .details .button {
    margin:0px auto;
}
.startover {
    display:inline-block;
    margin-left:15px;
}
.results .inactive {
    background:rgba(0,0,0,.8);
}
.photoContainer {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.results .ratio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.results .photoContainer:before {
    content: "";
    display: block;
    padding-top: 65%;   /* initial ratio of 1200x810*/
}
.results .itemContainer .details {
    padding:10px 5px;
    background:#d9d9d7;
}
.results .itemContainer .contactinfo > div {
    margin-bottom:5px;
}
.results .itemContainer .specs {
    font-size:14px;
}
.results .itemContainer .editButtons {
    position:absolute;
    top:20px;
    right:0;
    padding:10px;
    text-align:right;
	z-index:200;
}
.results .itemContainer .editButtons .button {
    margin-bottom:5px;
    background:#dedede;
    border:1px solid #fff;
}
.results .itemContainer .editButtons .button a {
    padding:3px 5px;
    color:#000;
}
.homedetail .field {
    width:45%;
    display:inline-block;
}
.homedetail .description {
    margin-top:30px;
}
/* -- End Card Style */


.results tr td:first-child {
	width:50%;
	padding-right:10px;
}
/*.results .button {
	padding:2px 10px;
	font-size:10px;
	float:left;
	margin-right:10px;
}*/
.results .bname {
	font-size:18px;
}
.results td {
	text-align:left;
	font-size:14px;
}
.results a {
	text-decoration:none;
	color:inherit;
}
.results .neighborhood, .results .price {
	font-size:16px;
	font-weight:600;
	font-style:italic;
}
.results .divider {
	border-bottom:1px solid #8cc63e;
}
.homedetail .table {
	width:100%;
}
.homedetail .photo {
    display:table-cell;
    padding-right:10%;
    width:50%;
    vertical-align:top;
}
.homedetail .photo img {
	width:100%;
}
.homedetail .details {
    vertical-align:top;
    padding:5px;
}
.homedetail .description {
	margin-top:20px;
}
.homedetail .button {
	float:left;
	padding:4px 7px 4px 10px;
	margin-left:30px;
}
.homedetail .floorplanPop {
    float:right;
	margin-left:0px;
	margin-right:30px;
}
.homedetail h4 {
	font-size:26px;
	font-weight:600;
	margin-bottom:20px;
}
.homedetail .buildername h4, .homedetail .builderReps h4 {
	font-weight:normal;
	margin-bottom:0px;
}
.homedetail .heading {
	float:left;
	width:100px;
	font-weight:bold;
	font-size:13px;
	line-height:23px;
}
.homedetail .heading.col2 {
	width:80px;
	
}
.homedetail .details {
	font-size:18px;
}
.homedetail .price {
	font-weight:600;
	font-style:italic;
}
.homedetail .buildername {
    color:#303601;
	font-weight:bold;	
	font-size:17px;
}
.homedetail .subtext {
    font-weight:normal;
    color:#000;
    font-style:italic;
    font-variant:normal;
	font-family: "adobe-garamond-pro", Times, serif;
	text-transform: none !important;
    font-size:90%;
}
.homedetail .neighborhood {
    color:#303601;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
}
.homedetail .detailbox {
	background-color:#b5bf34;
	padding:10px 8px;
}
.homedetail .builderReps {
	margin-top:30px;
}
.homedetail .buttonWrapper .button {
	background:none;
	color:#00acd5;
	border:none;
	text-transform:none;
	font-weight:normal;
}
.homedetail .buttonWrapper .button a {
	color:inherit;
}
.homedetail .builderReps h4 {
	font-size:inherit;
	font-weight:600;
}
.homedetail ul {
	margin:0px;
}

.builderReps .builder {
	float:left;
	width:50%;
    margin-bottom:10px;
}
.builder .photo {
	float:left;
	width:110px;
}
.builder h4 {
	font-weight:bold;
	margin-bottom:8px;
	font-size:13px;
}
.builderReps .builder h4 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 13px;
}
.builder .repinfo {
	margin-top:5px;
	position:relative;
	z-index:5;
}
.builder .emailPop {
	cursor:pointer;
	font-style:italic;
	font-weight:600;
	position:relative;
	z-index:5;
}
.builder .emailPop:hover {
    color:#b55414;
}

/* HOME - SALES REP CONTACT FORM POPUP */
.homecontact {
	background-image:url('/images/background_pop.jpg');
	width:500px;
	padding-bottom:20px;
	font-size:14px;
}
.homecontact .content {
	padding:10px 25px;
}
.homecontact .customform {
	padding:0px 25px;
	margin:0;
}
.homecontact .content div {
}
.homecontact .content .highlight {
}
.homecontact .introtext {
	font-size:15px;
	letter-spacing:1.5px;
	padding:10px 10px 0px 10px;
}
.homecontact ul {
	height:40px;
	overflow:auto;
}
.homecontact ul li{
	color:#000;
	font-weight:bold;
}
.homecontact h1 {
	font-size:30px;
	margin-top:5px;
	margin-bottom:15px;
}
.homecontact .customform input[type=text] {
	width:200px !important;
}
.homecontact textarea {
	width:350px;
	margin-bottom:7px;
}
.floorplanContainer {
	width:700px;
	padding:10px;
}
.scrollablehomes {
	position:relative;
	margin-bottom:40px;
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.scrollbars {
	margin-top:10px;
}
.scrollbars .simply-scroll-btn {
	position:relative;
	display:inline-block;
	background:url('/images/icons_arrows.png') no-repeat;
	width:25px;
	height:20px;
	cursor:pointer;
}
.scrollbars .simply-scroll-btn-up {
	background-position:-3px -62px;
	margin-right:20px;
}
.scrollbars .simply-scroll-btn-down {
	background-position:-29px -62px;
}
/* Tablets only */
@media (min-width : 598px) and (max-width : 1024px) {
    .builderReps .builder {
        float: none;
        display: inline-block;
        width: 100%;
    }
}
/* Tablet Narrow view */
@media (min-width : 598px) and (max-width : 800px) {
	.homedetail .buttonWrapper .button {
		float:none !important;
		padding:0;
		margin:0px 0px 10px 0px;
	}
}
/* Small Tablet + Mobile */
@media (max-width : 767px) {  
	.results th {
		display:none;
	}
	.results table {
		display:block;
		position:relative;
	}
	.results tbody {
		display:block;
	}
	.results tr {
		display:block;
		padding-top:10px;
	}
	.results .wrapper {
		float:left;
		width:48%;
	}
	.simply-scroll-clip {
		height:auto !important;
	}
	.scrollbars {
		display:none;
	}
	.results .wrapper:first-child {
		padding-right:10px;
	}
	.results td {
		width:auto !important;
		display:block;
		text-align:left;
		padding:0;
		margin:0px 30px;
	}
	.results .homePhoto img {
		width:100%;
	}
	.results .homePhoto {
		float:none;
		text-align:center;
		width:auto;
	}
	.homedetail {
		padding:0px 20px;
	}
	.homedetail h4 {
		font-size:22px;
	}
	.homedetail .buildername h4 {
		font-size:18px;
	}
	.homedetail .subtext, .homedetail .address2, .homedetail .price {
		display:block;
	}
	.homedetail .subtext, .homedetail .price {
		margin-top:15px;
		font-weight:600;
	}

	.houston_home .bodymid .innerPages {
		padding:0;
	}
	.houston_home h1 {
		text-align:center;
	}
	.homedetail .heading.col2 {
		width:70px;
	}
	.homedetail h1 {
		padding-left:20px;
		padding-right:20px;
		font-weight:bold;
		font-size:24px;
	}
	.bodymid .homedetail .share {
		padding-left:20px;
	}
	.homedetail .buildername {
		text-transform:uppercase;
		font-variant:normal;
	}
	.homedetail .detailbox {
		background:none;
		padding:10px 0px;
	}
	.homedetail .detailbox * {
		color:#000;
	}
	.homedetail .collapsible .button {
		display:inline-block;
		float:none;
		margin:5px auto;
		padding:4px 25px;
		
	}
	.homedetail .builderReps .phone {
		display:block;
	}
	.homedetail .collapsible .handle {
	}
	.homedetail .collapsible .handle a {
		position:static;
	}
	.homedetail .collapsible .handle .icon {
		display:none;
	}
	.homedetail .photo, .homedetail .homephoto {
		margin:0 auto;
		max-width:100%;
		padding:0;
		float:none;
		width:auto;
		text-align:center;
	}
	.homedetail .table > div {
		display:block;
	}
	.homedetail .buttonWrapper {
		width:100%;
		display:none;
	}
	.homedetail .floorplanPop.button {
		float:none;
		position:relative;
	}
	.homedetail .homeSlideShow.button {
		float:none;
	}
	.houston_home .homefinderMobile {
		display:none;
	}
	.homedetail .collapsible {
		margin:5px 0px;
	}
	.homedetail .collapsible .content {
		padding:10px;
		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;
	}
	
	
	.homecontact .content, .homecontact .content div  {
		margin-top:0px;
		color:#000;
	}
	.homecontact .introtext, .homecontact .content .highlight, .homecontact ul li {
		color:#000 !important;
	}
	.homecontact .introtext {
		background:none;
	}
	.homecontact .customform {
		color:#000;
	}
	.homecontact .customform input[type=text], .homecontact textarea {
		border:none;
		padding:10px 5px;
	}
	
	.homecontact .button {
		padding:15px 0px;
	}
	
}
