body, td { line-height:1.2; }
body { background-color:#555555; }
a { text-decoration:none; }
p {margin-bottom:12px; width:100%;  font-size:12px; }
h1 {margin-bottom:12px;  font-size:21px; line-height:1; }
h2 { font-size:21px; }
img { vertical-align:bottom; }
sup { vertical-align:super; font-size:12px; }

.cal-wrap {
	position: relative;
	display: none; /* this will be changed in JS to hide the calendar on the first tile */
}
@media all and (max-width:800px){
	.cal-wrap{
		display: block;
	}
}

.cal-overlay {
	position: absolute; 
	bottom: 20px; 
	left: 20px;
	display: block;
}

@media all and (max-width:768px) {
	.cal-overlay {
		position: static;
		padding: 8px 0;
		text-align: center;
		background: #007cc2;
	}
}

@media all and (max-width:400px) {
	.cal-overlay img {
		max-width: 180px;
	}
}

/* layouts */
.leftBox { width:300px; }
.rightBox { width:620px; }
.mainContent .box { width:49%; }
.box3layout .box { width:32%; }
.box3layout .box2 { margin:0 2%; }
.box3layout .box .img { margin-bottom:12px; }
.box3layout .box p { margin-bottom:0; }

/* fonts */
.gotham, body, td, .header .menu { font-family:"Gotham", Helvetica, Arial, sans-serif; }
.scala, h1 { font-family:"ScalaSans", Helvetica, Arial, sans-serif; }

/* floats */
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }

/* positions */
.posRel { position:relative; }
.posAbs { position:absolute; }

/* dimensions */
.minWidth, .header, .contentBlock, .regoBlock, .footer { min-width:1000px; }

/* SPECIFICS */
.wrapper {margin:0 auto;  width:1000px;}

.header { position:relative; padding:24px 0 20px 0; background-color:#FFFFFF; }
.header .wrapper { position:relative; text-align: center; }
.header .menu {text-transform:uppercase;  font-size:14px; display: inline-block; margin-top:16px;}
.header .menu li { float:left; margin-right:28px; padding-left:14px; color:#7f7f7f; list-style-type:none; text-align:center; }
.header .menu li.lastlink { margin-right:0; }
.header .menu li.hal { margin-right:26px; }
.header .menu li a { color:#000000; }
.header .menu li a:hover, .header .menu li.active a { color:#005a84; text-decoration:underline; }
.header .menu li.active { background-image:url(/images/_site/activeHoverBird.png); background-position:left center; }
.header .menu li.clear { float:none; }
.header .shadow {position:absolute; bottom:-12px; left:0px; z-index:20;  width:100%; height:12px; -webkit-box-shadow:inset 0 12px 24px -18px rgba(0,0,0,1); box-shadow:inset 0 12px 24px -18px rgba(0,0,0,1); }
.header .logo { width:320px; margin: 0 auto; }
.header .menuIcon { display:none; }

h3 {color:#005a84; text-transform:uppercase; font-weight:bold;  font-size:14px; line-height:1.4; }

.heroBlock {position:relative;  background-color:#f5f5f5; }

.contentBlock { background-color:#FFFFFF; }
.mainContent { padding:0 24px; }
.breadcrumbs {margin-bottom:4px;  padding:10px 0 4px 0; color:#005a84; font-size:10px; }
.breadcrumbs a {margin-right:8px;  color:#005a84; }

.box { margin-bottom:18px; }

.regoBlock { padding:18px 0; background-color:#59a7d9; color:#FFFFFF; font-size:12px; }
.regoBlock .regoText {margin-right:6px;  font-size:20px; }
input, select {padding:0 8px; width:130px;  height:30px; border:1px solid #ebebeb; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background-color:#FFFFFF; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input.invalid, select.invalid { background-color:#FFCACB; }
.regoBlock .regoInputContainer { margin-left:14px; }
.submit {margin:0 auto;  width:140px; cursor:hand; cursor:pointer; }
.captchaContainer .submit { margin-top:8px; }
.mobileRegoButton { display:none; }
.footer { padding:18px 0; padding-bottom:18px; color:#FFFFFF; }
.footer .call {margin-bottom:18px; text-align:center; font-weight:bold;  font-size:30px; }
.footer .extraDetails {margin:0 auto; width:760px;  font-size:12px; }
.footer .extraDetails .title { font-size:14px; }
.footer .copyrightDetails {float:right; margin-left:10px; width:160px; text-align:right;  font-size:8px; }
.footer .clock { margin-left:68px; }
.footer .extraDetails .details { margin-top:4px; }
.footer .extraDetails .marker { margin-right:8px; }
.footer a { color:#FFFFFF; }
.contentBlock .mainContent { padding-bottom:8px; }

.regoCurtain {position:fixed; top:0; left:0;  width:100%; height:100%; background-color:#000000; background-color:rgba(0,0,0,0.75); }
.popup { position:fixed; top:0; left:0; z-index:100; padding:8px; max-width:99%; background-color:#59a7d9; color:#FFFFFF; text-align:center; }

.whiteLinkBox {display:block;  margin-bottom:8px; padding:6px 0 4px 0; border:1px solid #1482c3; border-bottom:3px solid #1482c3; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#FFFFFF; color:#1482c3; text-align:center; text-transform:uppercase; font-weight:bold; font-size:14px; }
a.back {display:block; margin-bottom:18px; color:#1482c3; font-weight:bold;  font-size:10px; }

/* Home page */
.promo-banner { padding-top: 4px; }

/* land page */
.page.land .rightBox .plan {position:relative; position:relative;  margin-top:-256px; margin-bottom:8px; }
.page.land .rightBox .plan.horizontal { margin-top:0; }
.plan .planCanvas, .plan .planSpacer, .plan .stageHover { position:absolute; top:0; left:0; }
.plan .stageHover { display:none; }
.plan img.planImage { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 3px 4px -1px rgba(0,0,0,0.45); box-shadow: 0 3px 4px -1px rgba(0,0,0,0.45); }
.plan.horizontal img.planImage { -webkit-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.45); box-shadow: 0 0px 4px 0px rgba(0,0,0,0.45); }
a.stageLink { display:block; float:left; margin-bottom:8px; padding:4px 0; width:49%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; text-align:center; text-transform:uppercase; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
a.stageLink.right { float:right; }
a.stageLink.fullLength {margin-bottom:0;  width:100%; }
a.stageLink.heading { width:100%; }
.lotDataBox { position:absolute; z-index:100; display:none; padding-top:4px;width:300px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; text-align:center; font-size:12px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.lotDataBox.display { display: block; display: inline-block; }
.noPackages, .packageMessage { margin-top:4px; }
.lotDataBox img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.lotDataBox .lotImageBox { height:200px; }
.notdesktop { display:none; }

.dlMP, .dlDDC { width:49%; }
.dlMP .whiteLinkBox, .dlDDC .whiteLinkBox { width:100%; }

/* house and land */
.catBig {display:block; margin-top:12px; margin-right:9px; margin-bottom:6px; padding:10px 0px;  width:183px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; font-weight:normal; font-size:18px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */}
.catBig.last { margin-right:0; }
.catBig img { margin:0 7px; width:27px; height:auto; }
.category {position:relative;  display:block; margin:14px 0 21px 0; padding:4px 0 4px 80px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.category.active { background: #3c7b30; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7b30 0%, #6eb146 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c7b30), color-stop(100%,#6eb146)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* IE10+ */ background: linear-gradient(to right,  #3c7b30 0%,#6eb146 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7b30', endColorstr='#6eb146',GradientType=1 ); /* IE6-9 */ }
.category .icon { position:absolute; top:-7px; left:20px; padding:8px; width:24px; height:24px; border:2px solid #FFFFFF; -webkit-border-radius:32px; -moz-border-radius:32px; border-radius:32px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.category.active .icon { background: #3c7b30; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7b30 0%, #6eb146 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c7b30), color-stop(100%,#6eb146)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* IE10+ */ background: linear-gradient(to right,  #3c7b30 0%,#6eb146 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7b30', endColorstr='#6eb146',GradientType=1 ); /* IE6-9 */ }
.halContainer { margin-top:14px; padding:16px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #0890cf; /* Old browsers */ background: -moz-linear-gradient(left,  #0890cf 0%, #afd7f3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0890cf), color-stop(100%,#afd7f3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #0890cf 0%,#afd7f3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #0890cf 0%,#afd7f3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #0890cf 0%,#afd7f3 100%); /* IE10+ */ background: linear-gradient(to right,  #0890cf 0%,#afd7f3 100%); /* W3C */ color:#FFFFFF; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0890cf', endColorstr='#afd7f3',GradientType=1 ); /* IE6-9 */ }
.halContainer .lotBox { display:block; margin-bottom:12px; padding:2%; width:45%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.halContainer .lotBox img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.lotBox .textBox {padding-top:12px;  text-align:center; }
.halContainer a { color:#FFFFFF; }
.builderBox { display:block; margin-bottom:12px; width:49%; -webkit-border-radius:5px; -moz-border-radius: 5px; border-radius: 5px; /* Old browsers */ background:#0a5a82; background: -moz-linear-gradient(left,  #0a5a82 58%, #1380c2 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(58%,#0a5a82), color-stop(100%,#1380c2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #0a5a82 58%,#1380c2 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #0a5a82 58%,#1380c2 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #0a5a82 58%,#1380c2 100%); /* IE10+ */ background: linear-gradient(to right,  #0a5a82 58%,#1380c2 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5a82', endColorstr='#1380c2',GradientType=1 ); /* IE6-9 */ }
.builderBox .logo { width:58%; }
.builderBox .logo img { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }
.builderBox .textBox {margin:4% 2% 0 4%;  width:36%; font-size:14px; }
.builderBox .textBox .circle {margin-right:2px; margin-bottom:4px;  padding:4px; width:16px; height:16px; border:2px solid #FFFFFF; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius: 15px; text-align:center; font-size:16px; }
.priceBox {margin-bottom:12px;  width:49%; text-align:center; }
.priceBox .top {margin-bottom:4px; padding:8px 0; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */  font-weight:bold; font-size:18px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.priceBox .bottom {padding:8px 0 8px 12px; padding-left:12px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;  background-color:#ebebeb; color:#005a84; text-align:left; }
.priceBox .available {margin-top:6px;  font-size:12px; }
.priceBox .circle {margin-right:4px; padding:6px; width:24px; height:24px; border:2px solid #005a84; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; text-align:center;  font-size:18px; line-height:1.5; }
.toContainer {margin:2% 4% 0 4%;  width:40%; }
.refineOptionTitle {margin-bottom:2px; text-transform:uppercase;  font-weight:bold; }
.refineOption { margin-bottom:12px; }
.advSearchContainer {margin:-30px 0 18px 0; padding:2%; padding-top:18px; background-color:#ebebeb; text-align:center;  font-size:14px; }
.inputContainer { width:70px; font-size:12px; }
.refineFirst, .refineSecond {margin-bottom:12px;  width:100%; }
.statContainer { margin-right:8px; }
.statDropContainer .image {margin-right:4px;  padding-top:4px; }
.refineSecond { margin-left:20px; }
.builderSelect { margin-right:8px; margin-bottom:8px; padding:4px; border:1px solid #000000; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background-color:#FFFFFF; }
.builderSelect.selected {background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */  color:#FFFFFF;  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.refineButton {margin-top:-18px;  padding:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background: #3c7b30; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7b30 0%, #6eb146 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c7b30), color-stop(100%,#6eb146)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* IE10+ */ background: linear-gradient(to right,  #3c7b30 0%,#6eb146 100%); /* W3C */  /* IE6-9 */ color:#FFFFFF; text-transform:uppercase;  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7b30', endColorstr='#6eb146',GradientType=1 );}
.packageBox { display:block; margin-bottom:12px; padding:2%; width:45%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.packageBox img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.statDropContainer .image {margin-top:-2px;  width:26px; }
.packageBox .imgBox {position:relative;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color:#FFFFFF; }
.packageBox .packageStats {margin-bottom:12px;  padding:8px; color:#005a84; }
.packageBox .statNumber { margin-left:4px; }
.packageBox .statImage {margin-top:3px;  margin-left:6px; }
.packageContainer .statNumber { margin-right:4px; font-size:22px; }
.packageContainer .statImage {margin-top:3px;  margin-right:6px; }
.builderLot {margin-left:4px;  font-size:11px; }
.priceContainer {margin-top:4px; margin-right:4px;  font-size:18px; }
.plusicon { position:absolute; top:10px; right:10px; }
.packageContainer { margin-top:14px; padding:4px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.packageContainer .packageImg img { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
.packageContainer .packageImg { margin-bottom:4px; }
.packageContainer .packageDetsLeft, .packageContainer .packageDetsRight { width:49.5%; }
.packageContainer .leftTop {padding:8px 0 8px 12px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;  background-color:#FFFFFF; color:#005a84; }
.houseName { font-size:30px; }
.packagePrice { margin:12px 0 12px 12px; font-weight:bold; font-size:32px; }
.packageContainer .leftTop .tpBL {margin-top:8px;  color:#000000; }
.pRC {padding:8px 0 8px 12px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; background-color:#FFFFFF;  color:#000000; font-size:14px; }
.prcH {margin-bottom:8px;  font-size:24px; }
.pRC li { list-style-type:disc; }
.pRC ul { margin-left:16px; }
.packageContainer .pRC { min-height:150px; }
.packageDetsRight .whiteLinkBox {margin-top:18px; margin-bottom:12px;  width:92%; }
.advSearchContainer .ui-widget-header { background:#FFFFFF; }
.advSearchContainer .ui-corner-all { border-radius:10px; }
.advSearchContainer .ui-widget-content .ui-state-default { border:1px solid #FFFFFF; background: #3c7b30; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7b30 0%, #6eb146 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c7b30), color-stop(100%,#6eb146)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* IE10+ */ background: linear-gradient(to right,  #3c7b30 0%,#6eb146 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7b30', endColorstr='#6eb146',GradientType=1 ); /* IE6-9 */ }
.mainContent .rightBox .last { margin-bottom:0; }
.refineBox select { width:52px; background-color:#FFFFFF; }
.priceBox .lotImageContainer {margin:0 auto; margin-top:1%; margin-bottom:4%;  width:92%; }
.priceBox .lotimage { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.packageContainer.displayHome {
	margin-top: -256px;
	position: relative;
	z-index: 10;
}

/* News */
.news .leftBox, .news .rightBox { margin-bottom:18px; }
.article-box { margin:6px 0; }
.article-title {color:#61a73b; font-size:18px;  font-family:'ScalaSans', Helvetica, Arial, sans-serif; }
.active-article { color:#005a84; }
.article-date { font-size:12px; }
.article-link {margin-right:8px; color:#000000; font-weight:700; font-size:14px;  font-family:'Gotham', Helvetica, Arial, sans-serif; }
.mobile-title { display:none; }

/* Contact */
.contact h2 {color:#005a84;  font-size:26px; }
.contact p { font-size:14px; line-height:1.3em; }
.contact #map-canvas {width:100%;  height:550px; }
.mobileDirections {display:none;  padding:12px; height:16px; background-color:#005a84; color:#FFFFFF; text-align:center; text-transform:uppercase; font-size:16px; }

.uppercase { text-transform:uppercase; }

.box .img img {  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.box a {color:#005a84;  text-decoration:underline; }

.rotatingImages .image, .rotatingImages {display:block;  width: 100%; height: 100%; background-size: cover; }
.rotatingImages .image { display: none; }
.rotatingImages .image.first { display: block; }
.rotatingImages .dot div { width:12px; height:12px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.rotatingImages .dot div.up {  border:1px solid #FFFFFF; background: #3c7b30; /* Old browsers */ background: -moz-linear-gradient(left,  #3c7b30 0%, #6eb146 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c7b30), color-stop(100%,#6eb146)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #3c7b30 0%,#6eb146 100%); /* IE10+ */ background: linear-gradient(to right,  #3c7b30 0%,#6eb146 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7b30', endColorstr='#6eb146',GradientType=1 ); /* IE6-9 */ }
.rotatingImages .dot div.disabled { border:1px solid #FFFFFF; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ }
.home .hero, .home .rotatingImages {padding-bottom:40%;  height:0; }
.hero, .rotatingImages {position:relative; padding-bottom:30%;  height:0; }
.dot .over, .dot .disabled { display:none; }
.dot.disabled .over, .dot.disabled .up { display:none; }
.dot.disabled .disabled { display:block; }
.dot-container { margin-left:-37px; }

.rotatingImages .button { position:absolute; bottom:4%; left:2%; width:16%; }
.rotatingImages .buttonRight { position:absolute; right:2%; bottom:2%; width:20%; }
.rotatingImages .buttonTopRight { position:absolute; top:10px; right:10px; width:20%; }
.rotatingImages .buttonBotLeft { position:absolute; bottom:10px; left:10px; width:20%; }
select { padding-right:0; }

.whiteLinkBox.info {display: inline-block; margin:0 auto; margin-bottom:12px;  width:45%; }

.linkBoxLeft {
	float: left;
}

.linkBoxRight {
	float: right;
}

.summerButton {right:10px;  bottom:10px; }

.packageContainer .dvHomeBuilder {
	position: absolute;
	right: 0px;
	width: 49.5%;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

@media all and (max-width:667px) {
	.packageContainer .dvHomeBuilder {
		position: static;
		margin-top: 4px;
	}
}

.packageDetsContainer {
	position: relative;
}
	
@media all and (max-width:1000px) {
	/* layouts */
	.leftBox { width:292px; }
	.rightBox { width:600px; }

	/* SPECIFICS */
	.wrapper, .hero { width:100%; }
	.minWidth, .header, .contentBlock, .regoBlock, .footer { min-width:0; }
	
	.header .menu li { margin-right:20px; }
	input, select { width:120px; }
	.catBig {margin-right:2%;  width:49%; }
	.catBig.second { margin-right:0; }
	.catBig.last { width:100%; }
}

@media all and (max-width:960px) {
	p { font-size:13px; }
	
	/* layout */
	.leftBox, .rightBox { width:100%; }
	p.floatLeft, p.floatRight { width:49%; }
	
	/* SPECIFICS */
	.header { padding:18px; }
	.header .menu li.hal, .header .menu li, .header .menu li.lastlink { margin-right:10px; }
	.header .logo { position:static; margin:0 auto; }
	
	.footer .extraDetails { width:636px; }
	.copyrightDetails { margin-left:14px; }
	.clock { margin-left:14px; }
	
	.desktopBreaker { display:none; }
	.regoBlock .regoText.floatLeft { float:none; margin-right:0; margin-bottom:12px; }
	.regoBlock .regoInputContainer {margin-right:2%;  margin-left:0; width:18%; }
	select { width:100%; }
	.regoBlock input { width:90%; }
	.page.land .rightBox .plan { margin-top:0; }
	.plan img.planImage { -webkit-box-shadow: 0 0px 4px 0px rgba(0,0,0,0.45); box-shadow: 0 0px 4px 0px rgba(0,0,0,0.45); }
	a.stageLink.fullLength { margin-bottom:12px; }
	
	.notdesktop { display:block; }
	
	.notdesktop .lotBox {display:block; padding:1%;  width:47%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #005984; /* Old browsers */ background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */ background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */ color:#FFFFFF; text-align:center; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */ margin-bottom:2%; }
	.notdesktop .lotBox img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	.notdesktop .lotBoxText { margin-top:2%; }
	.notdesktop .lotBox.disabled { background:#555555; }
	
	.category {float:left; margin:10px 0 18px 0; padding:4px 0 4px 10%;  width:39%; font-size:14px; }
	.category.second { margin:10px 0 18px 2%; }
	.category.last { float:none; clear:both; margin-top:10px; width:auto; }
	.category .icon {top:-8px;  left:10px; }
	.refineFirst { width:49%; }
	.refineSecond { margin-left:4%; width:45%; }
	.packageContainer { margin-top:0px; }
	.packageContainer.displayHome { margin-top: 0; }
	.footer .copyrightDetails { width:120px; }
}
@media all and (max-width: 768px){
	.header .menu li {
		margin-right: 1px;
	}
}

@media all and (max-width:667px) {
	.header .shadow { z-index: 10; }
	p { font-size:14px; }
	
	/* floats */
	.mobileClear { clear:both; }
	
	/* layout */
	p.floatLeft, p.floatRight, .mainContent .box { width:100%; }
	.box3layout .box2 { margin:0%; }
	.box3layout .box { margin-bottom:18px; }
	
	/* SPECIFICS */
	.header { padding:18px 0; }
	.header .menu {position:absolute; top:60px; z-index:12; display:none; margin-top:0; width:100%; border-top:2px solid #000000; background-color:#FFFFFF;  font-size:16px; }
	.header .menu.shown { display:block; }
	.header .menu li { padding-left:0; border-bottom:2px solid #000000; font-weight:bold; }
	.header .menu li.clear { border-bottom:none; }
	.header .menu li, .header .menu li a { width:100%; }
	.header .menu li a { display:block; padding:12px 0; line-height:1; }
	.header .menu li.hal { margin-top:0; }
	.header .menu li.active { background-image:none; }
	.header .logo {float:left;  margin:0; margin-left:18px; width:182px; height:42px; }
	.header .menuIcon { float:right; margin-right:18px; }
	.header .menuIcon { display:block; float:right; }
	.header .menu li a:hover, .header .menu li.active a {background-color:#005a84;  background-image:none; color:#FFFFFF; text-decoration:none; }
	
	.mainContent {margin:0 auto; padding:0;  width:92%; }
	
	.mobileRegoButton {display:block;  padding:12px; height:16px; background-color:#555555; color:#FFFFFF; text-align:center; text-transform:uppercase; font-size:16px; }
	
	.footer .call { font-size:13px; }
	.footer .extraDetails .marker.locationMarker {clear:left; margin-right:11px;  margin-left:20px; }
	.footer .clock {clear:left;  margin-left:17px; }
	
	.footer .copyrightDetails {clear:left; margin-left:17px;  text-align:left; }
	.footer .extraDetails .details { margin-bottom:12px; }
	.footer .extraDetails .details { margin-top:0px; font-size:14px; }
	.footer .extraDetails .title { font-size:16px; }
	.footer .extraDetails {margin:0;  width:auto; }
	
	.regoBlock { position:absolute; top:0; top:118px; left:0; z-index: 11; display:none; margin-top:0; width:100%; }
	.regoBlock.shown { display:block; }
	.regoBlock .regoText { display:none; }
	.regoBlock .regoInputContainer {margin-bottom:12px;  width:100%; }
	.regoBlock input {padding:0;  width:100%; }
	.mobileHide { display:none; }
	
	.notdesktop .lotBox { padding:2%;  width:96%; }
	.catBig {margin-top:6px; margin-right:0;  width:100%; }
	.category, .category.second {float:none; margin: 10px 0 18px 0; margin-bottom:24px; padding-left:60px;  width:auto; }
	.category.middle {  margin:14px 0 24px 0; }
	
	.halContainer .lotBox { width:96%; }
	.halContainer .builderBox, .priceBox { width:100%; }
	.refineFirst, .refineSecond { width:100%; }
	
	.packageBox { width:96%; }
	.packageContainer .packageDetsLeft, .packageContainer .packageDetsRight { width:100%; }
	.packageContainer .pRC { min-height:0px; }
	.halContainer { margin-top:0; }
	
	.hideOnMobile { display:none; }
	.mainContent .rightBox .secondlast { margin-bottom:12px; }
	.packageDetsRight .whiteLinkBox {margin:18px auto 12px auto;  width:92%; }
	
	.dlMP, .dlDDC { width:100%; }
	
	.contact #map-canvas { height:250px; } 
	.contact .mobileDirections { display:block; }	
	.whiteLinkBox.info { width:100%; }
	.footer .extraDetails .copyrightDetails {float:left;  margin-top:12px; width:120px; }

	.linkBoxLeft {
		float: none;
	}

	.linkBoxRight {
		float: none;
	}

}
.sold-stage {
	position: absolute;
	top: 360px;
	right: 54px;
	width: 100px;
	height: 32px;
	transform: rotate(280deg);
}

.special-flyer-container {
	display: block;
	width: 100%;
	border-radius: 5px;
	background: #005984; /* Old browsers */
	background: -moz-linear-gradient(left,  #005984 0%, #007fc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005984), color-stop(100%,#007fc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #005984 0%,#007fc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #005984 0%,#007fc3 100%); /* IE10+ */
	background: linear-gradient(to right,  #005984 0%,#007fc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005984', endColorstr='#007fc3',GradientType=1 ); /* IE6-9 */
}

.special-flyer-img {
	display: block;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
}

.special-flyer-text {
	padding-bottom: 5px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}