/* HEADINGS AND LINKS ********************************** 
BLUE: 004677
LT BLUE: e4eef9
BUFF: e2e0db

font-family:'Rockwell W01 Light';
font-family:'Rockwell W01';
font-family:'Rockwell W01 Italic';
font-family:'Rockwell W01 Bold';
font-family:'RockwellW01-LightItalic';

*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

a {
	color: #000;
}

strong {font-family:'Rockwell W01 Bold'; font-weight:normal;}
em {font-family:'Rockwell W01 Italic'; font-style:normal;}

/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
}
 
html[xmlns] .clear {
  display: block;
}
 
* html .clear {
  height: 1%;
}

/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	font-family:'Rockwell W01';
	color: #455560;
}

.inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 990px;
	margin:auto;
}

header {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:fixed;
	width: 100%;
	font-family:'Rockwell W01 Light';
	background-color:#fff;
	z-index:7777;
}
header .inner {
	border-bottom:solid 1px #ccc;
}

.logo {
	display: block;
	float:left;
	width: 267px;
	margin: 0px;
	padding:15px 0px 0px 0px;
}
#header_contact {
	float:right;
	height:50px;
	margin:0;
	padding:15px 0px 0px 20px;
}
#header_links {
	clear:both; float:right; margin:0; padding:30px 0 0 10px; font-family:'Rockwell W01'; text-transform:uppercase; font-size:14px; font-weight:normal;
}
#header_links a {
	display:inline-block;
	padding:.5em .9em;
	color:#004677;
	background: #fff;
	text-decoration:none;
}
#header_links a:hover {
	background:#e2e0db;
}

.email_header_tablet {display:none;}
.book_now_button {
	display:inline-block;
	margin:0;
	padding:0;
}
.book_now_button a {
	display:block;
	min-height:25px;
	border-radius:14px;
	margin:0;
	padding:3px 16px 0px 16px;
	font-family:'Rockwell W01';
	color:#fff;
	text-decoration:none;
	background-color:#004677;
}
.book_now_button a:hover {
	background-color:#000;
}
.featured {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 100%;
	clear: both;
	margin:-31px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

.content_home {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float:left;
	margin:0;
	padding:0px 0px 0px 0px;
}
.content {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float:left;
	/*margin:172px 0 0 0;*/
	margin:237px 0 0 0;
	padding:30px 0px 0px 0px;
}

.content .inner {
	min-height: 5px;
}






/* Content Style to Match Editor */



h1, h2, h3, h4, p, table, tr, td, ul, ol {
	font-family:'Rockwell W01 Light', Helvetica, Arial, sans-serif;
	font-size:14px;
}

h1 {
	float:left;
	font-size:30px;
	font-weight:normal;
	line-height:1.2;
	color:#004677;
	margin:0;
	padding:0px 0px 10px 0px;
}
h2 {
	clear:left;
	font-size:20px;
	font-weight:normal;
	color:#004677;
	margin:0;
	padding:5px 0px 5px 0px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	line-height:1.8;
	color:#004677;
	margin:0;
	padding:5px 0px 5px 0px;
}
h4 {
	font-size:16px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:10px 0px 0px 0px;
}
h4 a {
	display:block;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	background-color:#004677;
	margin:0;
	padding:9px 0px 9px 0px;
}
h4 a:hover {
	background-color:#000000;
}
h5 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display:block;
	width:100%;
	margin:0;
	padding:24px;
	background-color:#e4eef9;
	color:#004677;
	font-family:'RockwellW01-LightItalic';
	font-size:15px;
	font-weight:normal;
	line-height:1.8;
	text-align:center;
}
h6 {
	display:block;
	width:100%;
	margin:0;
	padding:0px 0px 30px 0px;
	background-color:#e4eef9;
	color:#004677;
	font-family:'Rockwell W01 Bold';
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
p {
	clear:left;
	font-size:14px;
	line-height: 1.7;
	margin:0;
	padding:0px 0px 10px 0px;
}

ul, ol {
	line-height: 1.6;
	padding-left:40px;
}

td, th {
  width: 4rem;
  height: 2rem;
  border: 1px solid #ccc;
}
th {
  background: lightblue;
  border-color: white;
}

/* Content Layout */

.w100_outer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float:left;
	margin:0;
	padding:30px 0px 0px 0px;	
}

.w10 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 10%;
	float:left;
}

.w15 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 15%;
	float:left;
}

.w20 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 20%;
	float:left;
}

.w30 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 30%;	
	float:left;
}
.w33 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 33%;	
	float:left;
	margin:0;
	padding:0px 20px 0px 0px;
}
.w67 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 67%;	
	float:left;
	margin:0;
	padding:0px 0px 30px 0px;
}

.w40 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 40%;	
	float:left;
}

.w50 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 50%;	
	float:left;
}

.w60 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 60%;	
	float:left;
}

.w70 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 70%;	
	float:left;
}
.w75 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 75%;	
	float:left;
}

.w80 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80%;	
	float:left;
}
.w90 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 90%;	
	float:left;
}
.w100 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float:left;
	margin:0;
	padding:0;	
}
.w_inner_left {
	float:left;
	margin:0;
	padding:0px 20px 20px 0px;
}
#breadcumb {
	float:right;
	height:25px;
	font-family:'Rockwell W01 Light';
	font-size:12px;
	color:#999;
	margin:0;
	padding:5px 0px 0px 0px;
}
#breadcumb a {
	color:#999;
}
#breadcumb a:hover {
	color:#004677;
}
.specials_banner_text {
	float:left;
	width: 97%;	
	margin:0;
	padding:0px;
	color:#fff;
	text-align:center;
	background-color:#004677;
	/* background-color:#e2e0db; GREY */
}
.specials_banner_text a {
	display:block;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	padding:20px 0px 23px 0px;
	margin:0;
	background-color:#004677;
	/* background-color:#e2e0db; GREY */
}
.specials_banner_gift {margin-top: 30px;}
.specials_banner_gift a {background-color:#6C0F3D !important;}
.specials_banner_text a:hover {
	text-decoration:none;
	background-color:#000;
	color:#e2e0db;
}
#specials_banner {
	float:left;
	width: 100%;	
	margin:0;
	padding:0px;
	text-align:center;
	background-color:#e2e0db;
}
#specials_banner img {
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:64.6%;
	margin:0;
	padding:0px 0px 0px 0px;
}
#specials_banner a {
	display:block;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:35.4%;
	height:130px;
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	padding:35px 0px 0px 0px;
	margin:0;
	background-color:#e2e0db;
}
#specials_banner a:hover {
	text-decoration:none;
	background-color:#004677;
	color:#fff;
}
#signup_banner {
	float:left;
	width: 100%;	
	margin:0;
	padding:16px 0px 10px 0px;
	background-color:#004677;
}
#signup_banner p {
	float:left;
	width:96%;
	margin:0;
	padding:0px 20px 20px 20px;
	font-family:'Rockwell W01';
	line-height:normal;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
#signup_banner_icon { display:none; float:left; font-size:42px; color:#fff; margin:0; padding:0;}
#signup_banner form {
	margin:0;
	padding:6px 0px;
}

#signup_banner input {
	font-family:'Rockwell W01';
	font-size:14px;
	padding:1%; 
}
#f_name {
	width:10%;
}
#e_mail {
	width:35%;
}

.home_accom {
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:33%;
	margin:0;
	padding:5px 0px 15px 0px;
}
.home_accom a {
	display:block;
	width:90%;
	color:#004677;
	background-color:#e2e0db;
	text-decoration:none;
	margin:0;
	padding:0;
}
.home_accom a img {
	width:100%;
	margin:0;
	padding:0;
}
.home_accom h3 {
	width:85%;
	margin:0;
	padding:3px 0px 6px 5%;
	font-size:16px;
	line-height:normal;
	background-color:#E2E0DB;
}
.home_accom a:hover {
	opacity:0.8;
}
.accom_page {
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:15%;
	margin:0 2% 0 0;
	padding:5px 0 15px 0;
}
.accom_page h3 {
	margin:0;
	padding:0;
}
.accom_page h3 a {
	display:block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
	font-size:13px;
	line-height:normal;
	color:#004677;
	background-color:#e2e0db;
	text-decoration:none;
	margin:0;
	padding:4px 0 5px 5%;
}
.accom_page a img {
	width:100%;
	display:block;
	margin:0;
	padding:0;
}

.accom_page a:hover {
	opacity:0.8;
}

#accom_menu {
	margin:0;
	padding:0px 0px;
}
#accom_menu a {
	display:block;
	width:85%;
	margin:0;
	padding:5% 0% 4% 0;
	/*background-color:#e4eef9;*/
	font-family:'Rockwell W01 Light';
	font-size:14px;
	color:#666;
	text-decoration:none;
}
#accom_menu a:hover {
	/*background-color:#e2e0db;*/
	color:#004677;
}

#accom_menu_large {
	margin:0;
	padding:0px 0px;
}
#accom_menu_mobile {display:none;}

#accom_thumbs {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left; width:100%; margin:0; padding:4px 0px 0px 4px; background-color:#e2e0db;
}
#accom_thumbs img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left; width:25%; margin:0; padding:0px 4px 4px 0px;
}

/* -V- INNER PAGES -V- */
.floorplan_mobile {display:none;}
.feature_panel20 {float:right; width:20%; margin:0 0 15px 0; padding:5px 2% 15px 2%; background-color:#E4EEF9; }
.feature_panel25 {float:right; width:25%; margin:10px 0 30px 30px; padding:20px; background-color:#E4EEF9;}
.feature_panel30 {float:right; width:30%; margin:10px 0 30px 30px; padding:20px; background-color:#E4EEF9;}
.feature_panel50 {float:right; width:50%; margin:0 0 30px 30px; padding:20px; background-color:#E4EEF9;}
.feature_panel60 {float:right; width:60%; margin:10px 0 30px 30px; padding:20px; background-color:#E4EEF9;}
.feature_panel50_destination {float:right; width:50%; margin:10px 0 30px 30px; padding:20px; background-color:#E4EEF9;}
.property_plan_w75 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 75%;	
	float:left;
}
.property_plan_m {display:none;}
.w31 {float:left; width:31%; margin:0; padding:0;}
.w03 {float:left; display:block; width:3%; height:50px; margin:0; padding:0;}
.w35 {float:right; width:35%; margin:0px 0 30px 30px; padding:20px; background-color:#E4EEF9;}
/* -^- INNER PAGES -^- */

footer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	text-align:center;
	clear:both;
	margin:0;
	padding:0px 20px 20px 20px;
}
footer .inner {
	/* border-top: #ccc solid 1px; */
	padding:30px 0 0 0;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
textarea {
	width: 170px;
	padding: 9px 15px 9px 20px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	 font-family:'Rockwell W01' !important;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select {
	width: 250px;
	padding: 9px 15px 9px 20px;
	margin-top: 20px;
	line-height: 1em;
	color: #5d5d5d;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.button {
	margin: 0;
	padding: 10px 20px;
	color: #7d7d7d;
	 font-family:'Rockwell W01' !important;
	display: block;
	text-align: center;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5'); /* ie8 */
	border: 1px solid #d5d5d5;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

.button:hover {
	border: 1px solid #aaa;
	color: #5d5d5d;
}
.placeholder {
	color: #c7cbd0;
}

/* MENU ITEMS ***************************************************** */

nav {
	position: relative;
	z-index: 999;
	float:right;
	clear:right;
	width:100%;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;
}
.flexnav.opacity {
	opacity: 0; 
}
.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}
.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}
.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
	font-family:'Rockwell W01';
text-transform:uppercase;
}
.flexnav li a {
	position: relative;
	display: block;
	padding:.5em .9em;
	z-index: 2;
	overflow: hidden;
	color: #004677;
	background: #fff;
	text-decoration: none; 
}
.flexnav li a:hover {
	background:#e2e0db;
}
.flexnav li ul {
	width: 130%;
	padding: 0px;
	margin: 0px;	
}
.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}
.flexnav li ul.flexnav-show li {
	overflow: visible; 
}
.flexnav li ul li a {
	display: block;
	background: #e4eef9; 
	text-transform:capitalize;
}
.flexnav ul li ul li ul li a {
	background: #cbcbc9;
}
.flexnav li ul li ul li {
	width:400px;
}
.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}
.flexnav .touch-button:hover {
	cursor: pointer; 
}
.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}
.menu-button {
	position: relative;
	display: block;
	float:right;
	width:50px;
	height:50px;
	margin:20px 10px 0 0;
	padding: 0;
	background: #a6a6a2;
	color: #222222;
	cursor: pointer;
	border-radius:10px;
}
.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}
.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}
.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666; 
}

.oldie body.one-page {
	padding-top: 70px;
}

.oldie .flexnav {
	overflow: visible;
}

.oldie .flexnav.one-page {
	top: 0;
	right: auto;
	max-width: 1080px; 
}

.oldie .flexnav li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	background-color: #a6a6a2;
	width: 20%;
	min-height: 50px;
	overflow: visible;
}

.oldie .flexnav li:hover > ul {
	display: block;
	width: 100%;
	overflow: visible; 
}

.oldie .flexnav li:hover > ul li {
	width: 100%;
	float: none; 
}

.oldie .flexnav li a {
	border-left: 1px solid #acaca1;
	border-bottom: none;
	overflow: visible;
}

.oldie .flexnav li > ul {
	background: #acaca1;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
	overflow: visible; 
}

.oldie .flexnav li ul li ul {
	top: 0; 
}

.oldie .flexnav li ul li a {
	border-bottom: none; 
}

.oldie .flexnav li ul.open {
	display: block;
	width: 100%;
	overflow: visible;
}

.oldie .flexnav li ul.open li {
	width: 100%; 
}

.oldie .flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0;
	display: block;
	width: 100%;
	overflow: visible; 
}

.oldie .flexnav ul li:hover ul {
	margin-left: 100%;
	top: 0; 
}

.oldie .menu-button {
	display: none;
}

.oldie.ie7 .flexnav li {
	width: 19.9%; 
}

/** MAILCHIMP ************************************/
#mc_embed_signup {
	font:14px; 
	color: #FFF; 
	text-align: center;
}
#mc_embed_signup select {
	display: inline-block; 
	margin-right: 20px; 
}
#mc_embed_signup label { 
	padding-left: 20px;
}
#mc_embed_signup .centered {
	margin: auto; 
	width: 500px;
}