/* Universals ======================= */
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #313131;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', Times, Times New Romain, serif;
	font-weight: 700;
	color: #153657;
}
h1 {
	font-size:2.3em;
}
p {
	color: #2f3441;
	font-size: 0.9em; 
}
a {
	color: #338394;
}
a:hover, a:focus {
	color: #3f5666; 
}
ul, ol, dl {
	margin-left: 30px;
	font-size: 0.9em;
}
ul.alt-list {
	margin-left: 0; }	
.clr,.clear {
	clear:both;
}
blockquote {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.leftimg {
	float:left;
	padding-right:15px;
	margin-bottom:15px;
}
.rightimg {
	float:right;
	margin-left:60px;
	margin-bottom:25px;
}
.float-right {
	text-align: right;
}
.req {
	color: #F00;
}
.center-text {
	text-align: center;
}
table {
	border: 0;
}
table,
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: transparent;
}
fieldset legend {
	background: transparent;
}
.icon-primary,
.icon-primary-small {
	background: rgb(210,85,66);
	color: #fff;
	float: left;
}
.icon-primary {
	font-size: 166%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.icon-primary-small {
	font-size: 70%;
	margin: 0 5px 0 0;
	padding: 5px;
}
.icon-grey {
	background: #b0b0b0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	font-size: 130%;
	padding: 15px;
}
.icon-grey-small {
	background: rgb(234, 228, 215);
	color: rgb(170, 166, 157);
	font-family: 'Open Sans';
	font-size: .75em;
	padding: 4px 8px;
}
.rounded{
	border-radius: 50%;
}
.round-brc{
	border-radius: 0 0 5px 0;
}
.half-round{
	border-radius: 15%;
}
.left-arrow, .right-arrow {
	padding: 6px 7px 5px;
}	
.wrapper{
	background: url(images/bg.jpg) no-repeat scroll center top;
	min-height:1413px;
}
.contentFrame {
	background: #fbf7ee;
	border-bottom: 20px solid #338394;
	padding-bottom: 30px;
}
.alpha{
	z-index: 99;
	width: 100%;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 375px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
.omega,
.kappa{
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 0;
}
.kappa{
	margin-top:120px;
}
.cell{
	padding-top: 40px; 
}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 30px !important; }
.add-top { margin-top: 20px !important; }
.add-half-top { margin-top: 10px !important; }
table br{
	display: none; 
}
.generalAmenities_display_true,
.facilityAmenities_display_true,
.acreage_display_true {
	display:block;
}
.generalAmenities_display_,
.facilityAmenities_display_,
.acreage_display_ {
	display: none;
}
.sports-list ul li {
	list-style: square;
}

/* Header Styles ======================= */
header{
	padding: 0 0 15px;
	z-index: 2;
}
#logo{
	float: left;
	margin: 0 0 0;
	width: 312px;
}
#logo:hover {
	opacity: 0.5;
}
.pageTitle {
	background-color: #153657;
	height: 90px;
	width: 100%;
	border-bottom: 10px solid #338394;
	margin-bottom:20px;
}
.pageTitle h1 {
	color: #ffffff;
}
.guideBtn {
	margin-top:20px;
}

/* Search Box ======================= */
#js-search {
	display: none;
	position: absolute;
	right: 62px;
	top: 16px;
	width: 230px;
}
#js-search input[type="text"]{
	background: #fff;
	font-size: 0.85em;
}
#js-search-btn .icon-remove,
#js-search-btn.open .icon-search{
	display: none; }
#js-search-btn.open .icon-remove{
	display: block;
	font-size: 18px;
	padding: 3px 0 0; }

/* Navigation ======================= */
nav{
	clear: right;
	float: right;
	margin: 25px 0 0;
}
nav ul{
	margin: 0;
	overflow: hidden;
	padding: 0;
}
nav ul > li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0 5px;
}
nav ul li:last-child,
nav ul li:last-child a{
	padding-right: 10px;
	margin-right:0px;
}
nav ul a:link,
nav ul a:visited{
	color: #153657;
	display: block;
	font-size: 1em;
	font-weight: 400;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}
nav ul li:hover > a,
nav ul a:active,
nav ul a:hover,
nav ul li.selected a{
	color: rgb(255,255,255);
	background-color: rgb(51,131,148);
}
#menu-toggle {
	background-color: rgb(51,131,148);
	color: #FFF;
	display: none;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 17px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Sub Navigation ======================= */
nav ul li ul {
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    left: -9999em;
    margin: 0;
    min-width: 165px;
    position: absolute;
    width: auto;
    z-index: 333;
}
nav ul li:hover ul {
    left: auto;
}
nav ul li ul li {
    display: block;
    float: none;
    line-height: 36px;
    margin: 0;
	padding: 0;
}
nav ul li ul li a:link,
nav ul li ul li a:visited {
	background: rgb(251,247,238);
	border-bottom: 1px solid #aba79c;
	border-top: 1px solid rgb(251,247,238);
	color: #555;
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: 5px 20px;
	text-decoration: none;
}
nav ul li ul li a:active,
nav ul li ul li a:hover,
nav ul li ul li.selected a {
	background: rgb(233,227,215);
	color: #333;
}
nav ul ul li:hover a:after {
	content:"»";
	float: right;
}

/* Side Navigation ======================= */
aside ul{
	padding: 0;
	margin-left: 0;
}
aside li{
	list-style: none;
	margin: 0;
	padding: 0;
}
aside li a:link,
aside li a:visited{
	border-top: 1px solid #eaeaea;
	color: #444;
	display: block;
	padding: 5px;
}
aside li a:active,
aside li a:hover,
aside li.selected a{
	background: rgb(210,85,66);
	color: #fff;
}
aside li:first-child a{
	border: none;
	font-size: 1.25em;
	font-weight: bold;
}
aside li:first-child a:hover,
aside li.selected:first-child a{
	background: none;
	color: #666;
}

/* Forms ======================= */
label {
	color: #3f5666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .85em;
	background: rgb(234, 228, 215);
	border-color: rgb(170, 166, 157);
	color: #3f5666;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.8em;
}
.item input[type="text"],
.item input[type="email"],
.item textarea {
	margin: 5px 16px 5px 0;
}
.item-third input {
	float: left;
	margin: 0 0 0 1%;
	width: 31.0%;
}
.comment-container {
	background: rgb(234, 228, 215);
	color: #3f5666;
	margin: 0 0 18px;
}
placeholder {
	color: #3f5666;
}
table.photogalleryTable {
	margin-top:10px;
}
table.photogalleryTable td {
	padding: 10px;
}

/* Hero ======================= */
.orbit-timer {
	display:none;
}
.slide-wrap {
	max-width: 1001px;
	height: 485px;
	background-color:#153657;
	border-bottom: 5px solid #338394;
}
#hero p {
	color: #ffffff;
	font-size: 1.2em;
	text-shadow:1px 1px rgba(0,0,0,.6);
}
.hero-description{
	margin: 0;
	padding-top: 20px;
}
#hero img {
	border-top: 5px solid #153657;
}

/* Breadcrumbs ======================= */
.breadcrumb{
	color: #3f5666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .875em;
	margin: 48px 0 0;
}
.breadcrumb a:link,
.breadcrumb a:visited{
	color: #3f5666;
}
.breadcrumb a:active,
.breadcrumb a:hover{
	color: #878787;
}
.ptitle{
	margin: 30px 0 20px;
}

/* Tab Sections ======================= */
.sections{
	float: left;
	margin: 10px 0 0 15px;
	width: 75%;
}
.sections h4{
	margin: 10px 0 0;
}
.sections p{
	font-size: 75%;
}
.sections a.btn:link,
.sections a.btn:visited{
	color: #878787;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 85%;
}

/* Testimonials ======================= */
h5.alt,
footer h5.alt,
.testimonials h5.alt,
.recent-news h5.alt,
.alpha h5.alt {
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(184, 186, 183);
	font-size: 1.2em;
}
.testimonials h5.alt span {
	display: block;
	float: right;
	padding: 0;
}
.test-list{
	margin: 0 0 15px;
	overflow: hidden;
}
.test-img{
	float: left;
	width: 68px;
}
.test-txt{
	background: rgb(233, 227, 215);
	border:5px solid rgb(233, 227, 215);
	float: left;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	margin: 4px 0 0 25px;
	padding: 12px;
	position: relative;
	width: 77%;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
}
.test-txt:before {
	content: "";
	position: absolute;
	left: -25px; /* controls horizontal position */
    border-width: 20px 20px 0;
	border-style: solid;
    border-color: rgb(233, 227, 215) transparent;
	top: 28px;
}

/* FAQ's ======================= */
.faq-question{
	border-bottom: 2px solid #efefef;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.faq-question p{
	font-size: 90%;
	margin: 0;
}
.faq-question .answer p,
.faq-question .comment-form{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-size: 60% !important;
}
.faq-question .comment-form input[type="text"],
.faq-question .comment-form input[type="email"],
.faq-question .comment-form textarea{
	background: #fff;
	width: 100%;
}

/* Footer ======================= */
footer{
	background: rgb(0,0,0);
	border-top: 5px solid rgb(51,131,148);
}
ul.footer-links{
	float: left;
	margin: 27px 0;
	overflow: hidden;
	padding: 0;
}
ul.footer-links li{
	color: rgb(251,247,238);
	display: inline;
	float: left;
	padding: 0 5px;
	font-size: 12px;
}
ul.footer-links li a:link,
ul.footer-links li a:visited, 
footer .utility i {
	color: rgb(251,247,238);
}
ul.footer-links li a:active,
ul.footer-links li a:hover,
footer .utility i:hover {
	color: #338394;
}
footer .utility li a:link,
footer .utility li a:visited{
	color: #fafafa;
}
footer .utility li a:active,
footer .utility li a:hover{
	background: none;
	color: #338394;
}
.alpha h3 {
	font-size: 1.6em;
}
.logos:hover {
	opacity: 0.5;
}

/* Copyright ====================== */
#copyright p {
	color: rgb(251,247,238);
	font-size: 12px;
	margin: 27px 0;
	font-weight:100;
}
#copyright a:link,
#copyright a:visited {
	color: rgb(251,247,238);
}
#copyright a:hover,
#copyright a:visited:hover {
	color: #338394;
}
#sprout-link {
	display: block;
	float: right;
	margin: 10px 0 0;
	padding: 0;
}
#sprout-link a:link, #sprout-link a:visited {
	background: url(/_assets/css/images/sprout-creatives.png) no-repeat left top;
	display: block;
	font-size: 0px;
	height: 27px;
	margin: 0;
	text-indent: -9999px;
	width: 176px;
}
#sprout-link a:hover, #sprout-link a:active {
	opacity: .8;
}

/* Facebook Comments ======================= */
.fb_iframe_widget,
.fb_iframe_widget iframe,
.fb_iframe_widget span {
	width: 100% !important;
}

/* Buttons ======================= */
button,
.button,
.productSubmitInput,
.cat_button {
	background-color: rgb(210,85,66);
	border-color: #ec7c64;
	color: #f4efe4;
	font-size: 0.85em;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15); 
}
.productSubmitInput,
.cat_button {
	padding: 9px 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
}	
.button:hover,
.button:focus,
.productSubmitInput:hover {
    background-color: #ca4830; 
}
button.radius, .button.radius {
	-webkit-border-radius: 5px;
    border-radius: 5px; 
}
.button-alt {
	background: rgb(234, 228, 215);
	color: rgb(170, 166, 157);
	font-size: .75em;
	padding: 6px 10px;
	text-shadow: none; 
}
div.button a {
	color: #ffffff;
}
div.button a:hover {
	color: #cccccc;
}

/* Misc Overrides ======================= */		
.alert-box {
	background-color: rgb(210,85,66);
	border-color: #333;
}
.comment-container .header,
.comment-container .content {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.awards h3 {
	font-size: 1em; 
}

/* @Media Queries ======================= */
@media screen and (min-width:767px) and (max-width:869px),(max-width:443px){
.test-txt:before {
		border-width: 0 11px 20px;
		left: 19px;
		top: -24px; }	
.test-txt {
		float: left;
		margin: 27px 0 0 0;
		clear: both;
		width: 100%; }
}
@media screen and (max-width:850px){	
	nav ul li {
	padding: 0;	}
}
@media screen and (max-width:780px){	
	#calendar-container, .topics, .posts, .lastpost, .views, .date{
		display: none; }
	#shippingSpan {
		display: block;
		clear: both; }
	nav ul li {
	padding: 0 5px;	}	
	nav {
		clear: right;
		float: right;
		margin: 15px 10px 0 0; }
	#logo {
		margin: 25px 0 18px; }
	#home header {
		padding: 0 0 4px;
	}
	h1 {
	font-size:1.8em;
}
	.guideBtn {
		display:none;
	}
	.pageTitle {
	height: 60px;
}
.slide-wrap {
	   height: 415px;
}
}
@media screen and (max-width:767px){
	#hero .orbit-container .orbit-prev, #hero .orbit-container .orbit-next{
		top: 97%; }
	.orbit-container .orbit-slides-container img {
		display: block;
		margin: 0 auto;	}
	.ptitle{
		width: 100%; }
	.breadcrumb{
		margin: 0; }
	.fb-comments > span{
		height: auto !important;
		min-height: 40px !important; }
		.slide-wrap {
	   height: 415px;
}		
}
@media only screen and (max-width: 60.9375em) {
	.hide-for-middle-up{
		display: none !important; }
	.hide-for-middle-down{
		display: inline !important; }
	.mcp-title{
		width: 100%; }
}    
@media screen and (max-width:590px){
	nav{
		width: 100%; }
	nav ul li{
		display: block;
		float: none; }
	nav ul a:link,
	nav ul a:visited{
		padding: 5px; }
	nav #window {
		display: none;
		padding: 10px 10px 0; }
	#menu-toggle{
		display: block; }
	nav ul li ul {
		background: transparent;
		box-shadow: none;
		display: none;
		left: auto;
		margin: 0;
		min-width: 12em;
		position: relative;
		width: auto;
		z-index: 333;	
	}
	nav ul li:hover ul {
		display: block;
	}
	.wrapper {
		background-image: none;
		background-color:#ffffff;
	}
	.slide-wrap {
	   height: 350px;
}
}
@media only screen and (max-width: 588px) {
	body {
		background-image: none;
	}
	table.webform td,
	table.tabledefault td {
		display: block;
	}
	#payment-form input[type="submit"] {
		width: 100%;
		font-size: 2em; }
		.alpha{
	background-repeat: repeat;
	height: 100%;
}
}
@media only screen and (max-width: 530px) {
	.blogText h1 {
		width: 83%;	}
}
@media only screen and (max-width: 527px) {
	#logo {
		margin: 14px 0 18px; }
}
@media only screen and (max-width: 500px) {
	.item-third label {
		float: none;
		margin: 0;
		width: 100%; }
}
@media only screen and (max-width: 380px) {
	body, .wrapper {
		/* background-image: none; */
		background-color:#ffffff;
		min-height:100%;
	}
	.alpha{
	background-repeat: repeat;
	height: 100%;
}
	.blog-Text {
		display: none; }
	.blogText h1 {
		width: 100%;	}
	h1 {
	font-size:1.4em;
}
	.pageTitle {
	height: 50px;
}
	.icon-primary {
		width: 52px;
		height: 52px;
		line-height: 52px;
	}
	.item-third input {
		float: left;
		margin: 0;
		width: 100%;
	}
	nav ul a:link, nav ul a:visited {
		font-size: 1.1em;
	}
	nav ul li ul {
		display: block;
	}
	nav ul li ul li {
		line-height: 29px;
	}
	nav ul li ul li a:link, nav ul li ul li a:visited {
		background: transparent;
		border-bottom: 0;
		border-top: 0;
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 14px;
		padding: 5px 20px;
		border-left: 1px solid #ccc;
	}
}