@charset "utf-8";
/* CSS Document */


/* ===============
   GLOBAL SETTINGS 
   =============== */

html, body { padding: 0; margin: 0; min-height: 100%; min-width: 100%; }

html { 
	background: url(../images/layout/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

body {
    font-family: 'open_sansregular', sans-serif;
	font-size: 15px
	color: #b0a790;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.wrap { 
	width: 75%;
	margin: 0 auto;
	position: relative;
}

h1 { font-family: 'open_sansbold'; font-size: 24px; margin-left: 10%; color: #b0a790; margin-top: -15px;  }

h2 { font-family: 'open_sansbold'; font-size: 18px; margin-left: 10%; }

h3 {font-family: 'open_sansbold'; font-size: 14px; margin-left: 10% }

h4 { font-family: 'script'; font-size: 34px; margin: 15px; text-align: center; color: #b0a790; }

a { transition: color 0.3s ease; border: none;  text-decoration: none;}

img {
    max-width:100%;
    height:auto;
}

p { padding: 5px 10%; color: #b0a790}
 
a.link { border-bottom: 1px dashed #b0a790; color: #b0a790; transition: color 0.3s ease; text-decoration: none;}
	a.link:hover { color: #bc8c60; border-bottom: 1px dashed #bc8c60; }
	
a.link2 { border-bottom: 1px dashed #000; color: #000; transition: color 0.3s ease; text-decoration: none;}
	a.link2:hover { color: #606060; border-bottom: 1px dashed #606060; }	

hr { color: #a38361; }

.center { margin: 0 auto; }
	
.flowers_left {
	width: 250px;
	height: auto;
	position: absolute;
	left: 0;
	top: 275px;
	z-index: 500;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flowers_left_shadow {
	width: 250px;
	height: auto;
	position: absolute;
	left: 0;
	top: 265px;
	z-index: -1001;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flowers_right {
	width: 260px;
	height: auto;
	position: absolute;
	right: 0;
	top: 600px;
	z-index: 500;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flowers_right_shadow {
	width: 260px;
	height: auto;
	position: absolute;
	right: 0;
	top: 620px;
	z-index: -1001;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flowers_left_bottom {
	width: 175px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 275px;
	z-index: 500;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flowers_left_shadow_bottom {
	width: 175px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 265px;
	z-index: -1001;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.scale_img {
	max-width: 100%;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
}
.cl { clear: both; }

.ages_button_wrap {
	max-height: 550px;
	width: 90%;
	margin: 10px auto;
	text-align: center;	
	
}
.couples,.families,.mature {
	width: 28%;
	height: auto;
	display: inline-block;
}
	.couples { margin-right: 3%; }
	.families { margin-right: 3%; }

.over_state:hover { 
	opacity: .5;  
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
	}
.over_state {
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;		
}

.btn {
	padding: 15px 30px;
	color: #fff;
	background: #b0a790;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;		
	  border-radius: 5px;
	  border: 1px solid #000;
}
.btn:hover {
	background: #000;
	border: 1px solid #b0a790;
	color: #b0a790;
}

.floorplan_btn {
	padding: 15px 30px;
	background: #000;
	border: 1px solid #b0a790;
	color: #b0a790;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;		
	  border-radius: 5px;
	  width: 300px;
	  text-align: center;
	  display: block;
	  margin: 20px 0 20px 20px;
}
.floorplan_btn:hover {
	color: #fff;
	background: #b0a790;
    border: 1px solid #000;

}

/* ===============
   HEADER & TOP NAV
   =============== */
   
.header {
	width: 100%;
	height: 180px;
	position: relative;
}
.black_bar {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;	
	background-color: #000;
	z-index: 10;
}
 .logo {
	 display: block;
	 width: 320px;
	 height: auto;
	 float: left;
	 margin-left: 50px;
	 margin-right: 25px; 
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	bottom: 0;
	border: none;
 }
 	.logo:hover { opacity: .8; }
	
 .nav_wrap {
	width: 85%;
	height: 180px;
	position: relative;
	z-index: 15;
	bottom: 0;
 }
 
.main_menu { 
	padding: 0 40px;
	font-size: 20px;
	font-family: 'open_sanssemibold', sans-serif;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	float: left;
	color: #b0a790;
	margin-top: 100px;
	transition: background-color 0.5s ease;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
	.main_menu:hover { background-color: #b0a790; color: #000; }
	.main_menu.select { background-color: #b0a790; color: #000; }
	
	

.drop_down {
	color: #b0a790;
	padding: 0 0;
	/*position: absolute;*/
	z-index: 9999999;
	height: 52px;
	margin: 15px auto -7px auto;
	
}
.dd1 { width: 755px; }
.dd2 { width: 955px; }
.dd3 { width: 460px; }
.dd4 { width: 890px; }
.dd5 { width: 940px; }
.dd6 { width: 840px; }
.dd7 { width: 950px; }

.dd {
		background: #000;
		margin: 0 5px;
		color: #b0a790;
		padding: 11px 30px;
		font-size: 16px;
		font-family: 'open_sanssemibold', sans-serif;
		/*font-size: 28px;*/
		float: left;
		display: block;
		/*font-family: 'script';*/
		text-decoration: none;
		transition: background-color 0.5s ease;
	 	-webkit-transition: all 1s ease-in-out;
    	-moz-transition: all 1s ease-in-out;
   		-o-transition: all 1s ease-in-out;
    	transition: all 1s ease-in-out;
		border: 1px solid #b0a790;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		
}
	.dd:hover { background: #b0a790; color: #000; }
	.dd.select { background: #b0a790; color: #000; }
	
	.nav { display: none; }
	
	.fb {
		background:url(../images/icons/facebook.png) no-repeat;
		position: absolute;
		right: 0;
		top: 20px;
		height: 50px;
		width: 250px;	
	}
	.fb:hover {
		transition: all ease-in-out;  
		opacity: .75;
	}

/* ===============
     MOBILE NAV
   =============== */

.mobile-dropdown {
	position: absolute;
	width: 100%;
	top: 86px;
	text-align: center;
	z-index: 100000;
	display: none;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	padding: 10px;
	line-height: 40px;
}

.mob-href {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	color: #fff;
	text-decoration: none;
}
 .mob-href:hover {
	 background-color: rgba(250,250,250,.8);
	 color: #000;
 }

.mobile-menu { cursor: pointer; }
.mob-extras { 
	list-style-type: none; 
	display: none;  
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0; 

}

.mob-uparrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	margin: 0 auto;
	position: absolute;
	left: 48%;
	top: 30px;
}

.mob-downarrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin: 5px auto 0 auto;
	position: absolute;
	top: 30px;
	left: 48%;
}
	
.mob-href.mid { text-align: center; font-size: 12px; text-transform: lowercase; margin: 0;  background-color: rgba(250,250,250,.5); }
.mob-href.mid:hover { color: #fff; background-color: rgba(0,0,0,1) }

.mobile_link_list { display: none; }
.sb_bullet { 
	width: 10px;
	height: 10px;
	margin: 0 10px 10px 0;
	float: left;
	background: #aae6de;
}
.sbd_bullet { 
	width: 10px;
	height: 10px;
	margin: 0 10px 10px 0;
	float: left;
	background: #eec493;
}
.lt_bullet { 
	width: 10px;
	height: 10px;
	margin: 0 10px 10px 0;
	float: left;
	background: #8a3b8a;
}
.lg_bullet { 
	width: 10px;
	height: 10px;
	margin: 0 10px 10px 0;
	float: left;
	background: #374e91;
}
.eg_bullet { 
	width: 10px;
	height: 10px;
	margin: 0 10px 10px 0;
	float: left;
	background: #465d2f;
}

.mobile_link { 
	float: left; 
	text-transform: uppercase; 
	font-size: 12px;
	color: #fff; 
	margin-bottom: 10px;
	text-decoration: none;
	line-height: 10px;
	}
	.mobile_link:hover { color: #b0a790; }
	
.access_btn {
	display: block;
	width: 325px;
	height: 45px;
	background: url(../images/layout/access_btn.png) no-repeat bottom;
	position: relative;
	cursor:pointer;		
}
	/*.access_btn:hover { background: url(../images/layout/access_btn.png) no-repeat bottom; } */
.access_btn span {
	position: absolute;
	top:0;
	left:0;
	width: 325px;
	height: 45px;
	background:url(../images/layout/access_btn.png) no-repeat top;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.access_btn span:hover{
	opacity: 1;
}	

.access_btn {
	display: block;
	width: 325px;
	height: 45px;
	background: url(../images/layout/access_btn.png) no-repeat bottom;
	position: relative;
	cursor:pointer;
	float: right;		
}
	/*.access_btn:hover { background: url(../images/layout/access_btn.png) no-repeat bottom; } */
.audio_btn span {
	position: absolute;
	top:0;
	left:0;
	width: 325px;
	height: 45px;
	background:url(../images/layout/audio_btn2.png) no-repeat top;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.audio_btn span:hover{
	opacity: 1;
}	

.audio_btn {
	display: block;
	width: 325px;
	height: 45px;
	background: url(../images/layout/audio_btn2.png) no-repeat bottom;
	position: relative;
	cursor:pointer;		
}

	 
	 
 /* ===============
       CONTENT
   =============== */  
   
 .page_content_square {
	background-color: #000;
	border: 3px solid #b0a790;
	padding: 3px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 10px;
	min-height: 450px;
	color: #b0a790;
	-webkit-box-shadow: 0 0 10px undefinedpx rgba(250,250,250,1);
	box-shadow: 0 0 10px undefinedpx rgba(250,250,250,1);
}
.hp_text {
	margin: 0 auto 50px auto;
	width: 80%;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #b0a790;
	font-family: 'open_sansregular';
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.hp_script {
	font-family: 'script';
	font-size: 40px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	color: #b0a790;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}
.img_sections {
	width: 90%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}
table.img_buttons {
	width: 90%
	margin: 0 auto;
	max-height: 352px;
	border: none;	
}
td.scale {
	width: 353px; 
	height: auto; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	margin: 0 auto;
	padding: 0 3%;
	align: center;
}	
.small { font-size: 12px; }

.map_box_wrap {  width: 934px; margin: 20px auto; position: relative; }
.map_box {
	width: 410px;
	height:  310px;
	float: left;
	padding: 20px;
	border: 1px solid #fff;
	background-color: #e4eae6;
	color: #000;
}
.map_box.bump { margin-right: 30px; }

.map_btn {
	padding: 15px 30px;
	width: 250px;
	margin: 55px auto 0 auto;
	color: #fff;
	background-color:#066;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	text-decoration: none;
	display: block;
	text-align: center;	
	
}
	.map_btn:hover { background-color: #00663e; }
	
.map_box.whipped {
	height: auto;
	width: 85%; 
	margin-bottom: 20px; 
	background-color: rgba(255,239,213,.9); 
	padding-bottom: 20px;
}
.whipped_wrap {
	margin: 20px auto; 
	width: 637px;
	margin-bottom: 20px;
}
.map_map {
	display: block; 
	margin-left: 
	auto; margin-right: 
	auto; margin-top: 20px;
	width: 934px;
}
.location_map {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top:0px ; 
	width:75%; 
	border:3px solid #B0A790;
}
.img_amenities {
	display:block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:1px; 
	width:80%; 
	}
.img_amenities2 {
	display:block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:1px; 
	width:80%;	
}

/****************************************
	FAQ
****************************************/
.faq_header {
	font-family:'open_sansregular'; 
	margin-top: 15px;
	/*margin-left: 2%;	*/
}
.faq-row {
	width: 88%;
	float: left;
	clear: both;
	padding: 10px 2% 10px 10%;
	color: #b0a790;
	font-size: 14px;	
	cursor: pointer;
	margin-bottom: 15px;
}
.faq-row:nth-child(odd) {
	background: rgba(255,255,255,0.2);
}
.faq-question {
	font-size: 16px !important;
	
}
.faq-answer { 
	display: none; 
	color: #D8D8D8 !important;
	/*background: rgba(255,255,255,.9);*/
	margin: 10px 0 0;
	padding: 20px;
}
.faq-answer p {
	color: #000 !important;
	padding: 10px 2%;
	margin: 0;
	width: 96%;
}
	
	
/* ===============
   FLOOR PLAN PAGE
   =============== */  
.site_colours { border: 2px solid #B0a790; } 
   
.left_col {
	width: 43%;
	float: left;
	margin-top: 55px;
	margin-left: 7%;
}
.right_col {
	width: 31.5%;
	float: right;
	margin-top: 55px;
	margin-right: 7%;
}
.right_col p {
	padding: 0;
	-webkit appearance: none;
}
.text_box {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	
}
.floors {
	float: left;
	margin: 0 10px;	
}
.col_left_floor {
	width: 25%;
	float: left;
	margin-left: 7%;
}
.col_right_floor {
	width: 60%;
	float: right;
	margin-right: 7%;
}
.floorplan_button_wrap {
	width: 90%;
	margin: 10px auto;
	text-align: center;	
	clear: both;
	
}
.floorplan_img01,.floorplan_img02,.floorplan_img03 {
	width: 28%;
	height: auto;
	display: inline-block;
}
	.floorplan_img01 { margin-right: 3%; }
	.floorplan_img02 { margin-right: 3%; }
	
.floorplan_writeup {
	width: 60%;
	margin: 15px 15px 0 0;	
	float: left;
}
.community_plan {
	float: left;
	width: 37%	
}
.m_community_plan {
	display: none;
}
.comm_plan_image {
	height: auto;
	display: block;	
}
.block_img01,.block_img012 {
	width: 1500px
	height: auto;
	display: block;
	margin: 10px auto;	
}
.color_square {
	 width: 20px; 
	 height: 20px; 
	 float: left; 
	 margin:-10px 10px 0 20px;
}
 /* ===============
       FOOTER
   =============== */  
.footer {
	color: #b0a790;	
	position: relative;
}
.center_foot {
	width: 700px;
	margin: 0 auto;	
}
.center_copy {
	width: 100%;
	text-align: center;	
}
.bottom_menu { 
	color: #b0a790;
	font-size: 18px;
	padding: 20px;
	line-height: 40px;	
	display: inline-block;
	text-decoration: none;
 }
 	.bottom_menu:hover { color: #fff; }
	
.ft_social {
	text-align: center;	
	font-size: 20px;
}
.ft_social a{
	color: #b0a790;	
}
.ft_social a:hover { color: #fff; }

 .copywrite {
	width: 100%;
	color: #b0a790;
	font-size: 12px; 
	text-align: center;
	margin-bottom: 10px;
 }
 .copywrite a { color: #b0a790; text-decoration: none; } 
	.copywrite a:hover { color: #fff; border-bottom: dotted 1px #fff;  }

/* ===============
       FORMS
   =============== */
   
   .form {width: 500px; margin: 0 auto; }  
   
  label { float: left; margin: 0 5px; width: 122px; text-align: right; }
  
  .ff {
	color: #a38361;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px 20px;
	float: left;
	font-size: 18px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: -2px;
	margin-bottom: 10px;  
  }
  .cb { float: left; margin-left: 24%; }
  .cb_l { width: 350px; float: left; text-align: left; }

	.sexy_btn {
		float: left;
		height: 45px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
		padding-right: 15px;
		padding-left: 15px;
		border: 2px solid #b0a790;
		font-weight: bold;
		text-decoration: none;
		background-color: #000;
		color: #b0a790;
		line-height: 42px;
		font-size: 18px;
		position: relative;
		min-width: 180px;
		margin-bottom: 10px;
		-webkit-appearance: none;
		cursor: pointer;
		margin: 10px 24% 50px;
	}
		.sexy_btn:hover {
			background-color: #b0a790; color: #000;
		}
		
/* ===============
    SCROLL THINGY
   =============== */
 	#makeMeScrollable
		{
			width:100%;
			height: 450px;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
   
   
   
   