/*  --------------- RESET STYLES --------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: inside disc; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
sup { vertical-align: super; }

/* --------------- END RESET --------------- */

html, body { height: 100%; -webkit-text-size-adjust: none; }

.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.group { display: block; zoom: 1; }
.clear { clear: both; }

.block { display: block; }
.center { text-align: center; }
.inline { display: inline; }

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

/* --------------- BUTTONS & LINKS --------------- */

a { outline: none; } /*color set in local css*/
a[href^=tel] { text-decoration: none; }
#main-nav a, #aux-nav-btns a, #properties-nav a, #footer-nav a { -webkit-transition: color .3s linear; -moz-transition: color .3s linear; -o-transition: color .3s linear; transition: color .3s linear; } /*color, font, line-height and padding set in local css*/
.nice-btn { text-transform: uppercase;  text-decoration: none; border: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin-top: 6px; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ }
.nice-btn .pdf-bg { padding: 3px 0 0 20px; background: url(/images/layout/icons/pdf-small.png) left center no-repeat; }
.promo-btn { text-transform: uppercase; text-decoration: none;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; display: block; text-align: center; position: relative; } /*color, font, line-height and padding set in local css*/
.promo-share { font-style: italic; text-transform: none; display: block; margin-bottom: 6px; } /*font and line-height set in local css*/
.promo-flourish { width: 54px; height: 31px; position: absolute; top: 50%; right: 16px; margin-top: -15px; background: url(/images/layout/promo-flourish.png) no-repeat; background-position: -56px 0px; display: none; }
.promo-flourish:first-child { background-position: 0px 0px; right: auto; left: 16px; }
.btn { text-transform: uppercase; text-decoration: none; } /*color, font and line-height set in local css*/
.btn:hover { text-decoration: underline; }
.video-btn { position: relative; display: block; max-width: 476px; }
.video-btn .play-btn { position: absolute; left: 50%; top: 50%; margin-left: -43px; margin-top: -43px; width: 86px; height: 86px; background: url(/images/layout/play-btn.png) center center no-repeat; }
.pdf-btn { padding-left: 24px; margin: 4px 0; background: url(/images/layout/icons/pdf.png) left top no-repeat; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ }
.social-btn { font-style: italic; text-decoration: none; height: 20px; padding: 4px 0 0 30px; margin: 6px 8px 0 8px; text-align: left; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ }
.social-btn:hover { text-decoration: underline; }
.facebook { background: url(/images/layout/icons/facebook.png) left center no-repeat; }
.twitter { background: url(/images/layout/icons/twitter.png) left center no-repeat; }
.pinterest { background: url(/images/layout/icons/pinterest.png) left center no-repeat; }
.rss { background: url(/images/layout/icons/rss.png) left center no-repeat; }
.pet-btn { padding-left: 20px; background: url(/images/layout/icons/paw.png) left center no-repeat; }

/* --------------- BACKGROUNDS --------------- */

.texture-bg { background: url(/images/layout/texture-bg.gif) center top; }
.three-lines-bg, .three-lines-short-bg { background: url(/images/layout/three-lines-bg.png) center center no-repeat; height: 60px; }
.three-lines-short-bg { height: 15px; } /*see spa page on wm - good for section dividers*/

/* --------------- DROP SHADOWS / BORDERS / UNDERLINE --------------- */

.drop-shadow { position: relative; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
.inner-shadow { -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 3px inset; -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 3px inset; box-shadow: rgba(0,0,0,0.5) 2px 2px 3px inset; }
.inner-shadow-soft { -webkit-box-shadow: rgba(0,0,0,0.25) 0px 0px 4px inset; -moz-box-shadow: rgba(0,0,0,0.25) 0px 0px 4px inset; box-shadow: rgba(0,0,0,0.25) 0px 0px 4px inset; }
.border-radius { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.underline { background: url(/images/layout/dots.png) center bottom repeat-x; }

/* --------------- ACCOLADES --------------- */

.accolade { padding: 14px 0; display: block; text-decoration: none; } /*bottom border set in local css*/
.accolade:hover { text-decoration: underline; }
.accolade img { float: left; width: 80px; margin-right: 10px; }
.accolade-copy { padding-top: 2%; margin-left: 19%;}
.accolade-copy p { font-size: 14px; line-height: 130%; }
.accolades-shortlist { margin-bottom: 4px; }
.accolades-shortlist .accolade:last-child { border-bottom: none; }

/* --------------- QUOTES --------------- */

.full-quote { background: url(/images/layout/quotes/full-quote-bg.gif) center top; }
.full-quote .quote-copy { font-style: italic; text-align: center; } /*color, font and line-height set in local css*/
.full-quote .quote-author { font-size: 14px; text-align: center; } /*color set in local css*/
.bubble-quote .quote-copy { font-size: 16px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 20px;  font-style: italic; margin-bottom: 0px; } /*background set in local css*/
.bubble-quote .quote-author { font-size: 14px; text-align: right; padding-right: 20px; }

/* --------------- COLUMNS --------------- */

.two-columns > div:first-child { margin-bottom: 30px; } /* for 2 column groupings - allows alternate fl and fr */
.two-columns.related > div:first-child { margin-bottom: 16px; } /* two columns with related info - don't want large margin - see rooms */
.col-3 { margin-bottom: 30px; }
.col-3:last-child { margin-bottom: 0; }
.row { margin-bottom: 30px; }
.row:last-child { margin-bottom: 0; }

/* --------------- SITE --------------- */

#site-container { background: #fff; max-width: 1140px; margin: 0 auto; overflow: hidden; position: relative; }
.container { max-width: 980px; margin: 0 10px; position: relative; }
.padded-container { padding: 20px; }
section { padding: 30px 0; position: relative; width: 100%; }
p { line-height: 160%; margin-bottom: 8px; }
p:last-child { margin-bottom: 0; }
p.priority { font-size: 16px; }
p.fine-print, p.fine-print a { font-size: 13px; font-style: italic; color: #3b3b3b; }
p.pseudo-list { line-height: 180%; }
p.pseudo-list span { text-transform: uppercase; letter-spacing: 1px; } /*color and font set in local css*/
p.underline { margin-bottom: 10px; padding-bottom: 10px; }
.contact-box { font-style: italic; padding: 10px; } /*color and background set in local css*/
.contact-box a, .contact-box a[href^=tel] { color: #60472f; } /*color override in local css*/
.contact-box h3 { margin-bottom: 8px; } /*color set in local css*/
.list { list-style: outside disc; margin-left: 14px; line-height: 160%; margin-bottom: 8px; }
.list:last-child { margin-bottom: 0; }
div.underline { margin-bottom: 20px; padding-bottom: 20px; }
section.margin-bottom, div.margin-bottom { margin-bottom: 30px; }

/* --------------- HEADER --------------- */

#site-header .container { padding: 20px 0 16px 0; }
#logo { text-align: center; margin-bottom: 4px; }
#aux-nav { text-transform: uppercase; text-align: center; } /*color and font set in local css*/
#aux-nav-btns a { text-decoration: none; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ } /*color, line-height, border-left and padding set in local css*/
#aux-nav-btns a:first-child { border-left: none; padding-left: 0;}
#aux-nav-btns a:last-child { padding-right: 0;}
#aux-nav .phone, #aux-nav a[href^=tel] { text-align: center; margin-bottom: 4px; } /*color and font set in local css*/
#nav { text-align: center; position: relative; z-index: 900; } /*background set in local css*/
#nav .container { text-align: center; padding: 10px 0; }
#nav-trigger { cursor: pointer; position: relative; text-align: left; padding: 10px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } /*border set in local css*/
#nav-trigger p { font-size: 16px; line-height: 100%; margin-bottom: 0; text-transform: uppercase; } /*color and text-shadow set in local css*/
#nav-trigger .show-hide { position: absolute; top: 12px; right: 10px; line-height: 12px; font-size: 12px; text-transform: uppercase;  background: url(/images/layout/show-hide.png) right 0px no-repeat; height: 12px; text-align: right; padding-right: 20px; } /*color, font and text-shadow set in local css*/
#nav-trigger.selected .show-hide { background: url(/images/layout/show-hide.png) right -14px no-repeat; } /*color  set in local css*/
#nav-content.hide { display: none; }
#nav-content { padding: 15px 0 6px 0; position: relative; }
#main-nav a { margin-bottom: 6px; text-transform: lowercase; text-decoration: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; position: relative; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ } /*color, font, line-height and padding set in local css*/
#main-nav a:last-child { margin-bottom: 0; }
.nav-divider { display: none; }

#aux-nav a { margin-bottom: 6px; text-decoration: underline; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; position: relative; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ } /*color, font, line-height and padding set in local css*/
#aux-nav a:last-child { margin-bottom: 0; }


/* --------------- FOOTER --------------- */
#footer-contact { text-align: center; }
#footer-contact p { color: #414141; } /*font set in local css*/
#footer-contact a { color: #414141; }
#footer-content { background: #383838; }
#footer-content h5 { margin-bottom: 8px; } /*color set in local css*/
#footer-content p { color: #cacaca; font-size: 13px; }
#footer-content a, #footer-content a[href^=tel] { color: #d2d2d2; }
#footer-feed .blog-post { margin-bottom: 10px; }
#footer-feed .blog-post:last-child { margin-bottom: 0; }
#footer-feed .blog-post a { text-decoration: none; }
#footer-feed .blog-post a:hover { text-decoration: underline; }
#footer-feed .blog-post h1 { color: #d2d2d2; line-height: 120%; font-size: 18px; }
#footer-feed .blog-date { font-size: 13px; }
#footer-map { display: block; margin: 10px 0 8px 0; height: 120px; background: url(/images/layout/map.gif) center center no-repeat; }
#footer-map img { display: block; }
#footer-properties { background: #1c1c1c; }
#properties-nav { padding-top: 50px; text-align: center; }
#properties-nav a { color: #d2d2d2; text-decoration: none; font-style: italic; font-size: 13px; display: block; margin-bottom: 8px; }
#properties-nav a:last-child { margin-bottom: 0; }
#properties-nav a:hover { color: #83a9ac; }
#properties-nav .pineapple-divider { display: none; }
#properties-nav sup { font-size: 10px; }
#charming-logo { position: absolute; left: 50%; top: -15px; margin-left: -90px; }
#footer-end { background: #383838; padding: 20px 0; font-size: 13px; line-height: 160%; }
#footer-nav { text-align: center; margin-bottom: 8px; }
#footer-nav a, .copyright a { color: #666; text-decoration: none;  }
#footer-nav a:hover, .copyright a:hover { color: #83a9ac; }
.copyright sup { font-size: 10px; }

/* --------------- BOOKING FORM --------------- */

.ui-widget { font-family: Verdana,Arial,sans-serif; } /*smoothness datepicker - font set in local css*/
#booking { position: relative; } /*background set in local css*/
#booking.hide { display: none; }
#booking-trigger { cursor: pointer; position: relative; text-align: left; padding: 10px 0; } /*background set in local css*/
#booking-trigger p { color: #fff; line-height: 100%; margin: 0 10px; padding: 10px; font-size: 16px; text-transform: uppercase; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } /*border set in local css*/
#booking-trigger .show-hide { position: absolute; top: 24px; right: 20px; text-transform: uppercase; background: url(/images/layout/booking-show-hide.png) right 0px no-repeat; height: 12px; text-align: right; padding-right: 20px;} /*color, font and line-height set in local css*/
#booking-trigger.selected .show-hide { background: url(/images/layout/booking-show-hide.png) right -14px no-repeat; } /*color set in local css*/
#booking-inner { position: relative; } /*background set in local css*/
#booking-title { display: none; } /*background set in local css*/
#booking-title p { letter-spacing: 1px; text-transform: uppercase; padding: 10px; margin-bottom: 0; } /*color, font and line-height set in local css*/
#booking-form { padding: 5px 5px 10px 5px; } /*font set in local css*/
#booking-form input { -webkit-appearance: none; }
#booking-form .field { float: left; margin: 5px 7px; }
#booking-form .field-inner { padding: 8px 6px 0 6px; height: 26px; }
#booking-form .field.input { width: 116px; }
#booking-form .field.select { width: 65px; }
#booking-form .field.submit { width: 100px; }
#booking-form label { text-transform: uppercase; display: block; height: 22px; } /*color, font, text-shadow set in local css*/
#booking-form input[type="text"] { width: 100%; border: none; background: url(/images/layout/booking-form/calendar.png) 96% center no-repeat;  }
#booking-form select { width: 100%; border: none; background: url(/images/layout/booking-form/arrow.png) right center no-repeat; }
#booking-form input[type="submit"] { cursor: pointer; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: none; display: block; width: 100px; height: 34px; margin-top: 22px; } /*color set in local css*/

/* --------------- STANDARD FORM --------------- */

input, textarea, select { outline: none; padding: 0; margin: 0; } /*font set in local css*/
textarea, select { -webkit-appearance: none; }
input[type="submit"] { -webkit-appearance: none; }
textarea:focus, input:focus, select:focus { outline: none; }
.field-inner { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 8px 8px 0 8px; height: 32px; } /*background set in local css*/
form .col-3, .form .field, #commentform .field { margin-bottom: 20px; }
#commentform input, #commentform textarea { background:none; }
#commentform input[type="submit"] { background:#dedbb8;}
.form label, #commentform label { font-style: italic; display: block;  padding-left: 4px; margin-bottom: 6px; } /*color, font and text-shadow set in local css*/
.form label.error, #commentform label.error { color: #ba4747; margin-top: 10px; }
.form input, .form textarea, #commentform input, #commentform textarea { width: 100%; border: none; } /*color and font set in local css*/
.form input[type="text"], .form input[type="text-area"], .form input[type="tel"], .form input[type="number"], .form input[type="email"], .form textarea { background: none; }
.form input[type="radio"], .form input[type="checkbox"] { width: auto; }
.form select, #commentform select { width: 100%; border: none; background: url(/images/layout/booking-form/arrow.png) right center no-repeat; }
.form textarea, #commentform textarea { resize: none; overflow: hidden; }
.radios .col-3, .checkboxes .col-3  { margin-bottom: 14px; }
.radios label, .checkboxes label  { margin-bottom: 14px; }
.radio-container { padding: 12px 0 0 12px; height: 28px; display: block; } /*background set in local css*/
.radio-container label { display: inline; font-style: normal; } /*color set in local css*/
.radio-container label:first-child { padding-right: 12px; }
.form-message .field-inner { height: 60px; }

.form input[type="submit"], .booking-btn input[type="submit"], #commentform input[type="submit"] { cursor: pointer; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: none; display: block; width: 100px; height: 40px; } /*color set in local css*/
.booking-btn input[type="submit"] { width: 160px; }

/* --------------- SPECIALS AND PACKAGES + WEDDINGS--------------- */

.special { background: url(/images/layout/texture-bg.gif) center top; padding: 20px 0; margin-bottom: 20px; }
.special:last-child { margin-bottom: 30px; }
.special h2, .listing h2 { padding-bottom: 14px; } /*color set in local css*/
.special .booking-btn input[type="submit"] { margin: 0 0 12px 0; }
.call { font-style: italic; font-size: 14px; } /*color set in local css*/
.price, .capacity { margin-bottom: 2px; line-height: 140%; } /*color and font set in local css*/
#listings .listing { background: url(/images/layout/three-lines-bg.png) center bottom no-repeat; padding-bottom: 37px; margin-bottom: 23px; }
#listings .listing:last-child { background: none; padding-bottom: 0; margin-bottom: 0; }
.listing .booking-btn input[type="submit"] { margin: 6px 0 12px 0; }
.listing img { display: block; }
.featured { background: url(/images/layout/texture-bg.gif) center top; padding: 20px 0; margin-bottom: 30px; }

/* --------------- VISITING CHARLESTON --------------- */

.visit-item { background: url(/images/layout/dots.png) left bottom repeat-x; margin-bottom: 16px; padding-bottom: 16px; }
.visit-item:last-child { background: none; margin-bottom: 0; padding-bottom: 0; }
.visit-item .icon { width: 42px; margin-bottom: 6px; }
.visit-item .copy p { line-height: 150%; }
.visit-item .date { text-align: center; width: 38px; padding: 4px; margin-bottom: 6px; } /*color, font, line-height and background set in local css*/
.visit-item .date div { background: url(/images/layout/light-dots.png) 5px center repeat-x; }
.visit-item .date-month { text-transform: uppercase; } /*font and line-height set in local css*/

/* --------------- ROOMS AND SUITES --------------- */

.item { margin-bottom: 16px; }
.item:last-child { margin-bottom: 0; }

/* --------------- NEWS AND MEDIA --------------- */

#media-kit .nice-btn { text-align: center; width: 280px; padding: 14px 0 12px 0; margin: 10px; }
#media-images a { width: 280px; margin: 10px; text-decoration: none; display: inline-block; *display: inline; zoom: 1; /*IE7 fix for inline-block*/ }
#media-images a img { display: block; margin-bottom: 6px; }
#media-images a span { padding: 0 0 6px 20px; text-align: left; display: block; background: url(/images/layout/icons/download.png) 4px 3px no-repeat; }

/* --------------- FLEXSLIDER --------------- */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
.flexslider { background: #fff; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.flex-container { zoom: 1; position: relative; }
.flex-direction-nav { height: 0; }
.flex-direction-nav li a { width: 46px; height: 52px; margin-top: -26px; display: block; background: url(/images/layout/flexslider/slider-nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em; z-index: 999; }
.flex-direction-nav li .next { background-position: -46px 0; right: 0px; }
.flex-direction-nav li .prev { left: 0px; }
.flex-direction-nav li .disabled { opacity: .3; filter:alpha(opacity=30); cursor: default; }
.flex-caption { padding: 16px; } /*background and color set in local css*/
.flex-caption p { font-style: italic; } /*color set in local css*/
#home-slider, #hero-slider {position:relative;}
#home-slider .badge, #hero-slider .badge {position:absolute; top:0px; left:40px; display:none;}

#home-slider .slides img, #hero-slider .slides img { min-width: 480px; }
#home-slider .prev, #home-slider .next, #hero-slider .prev, #hero-slider .next { width: 42px; height: 33px; display: block; background: url(/images/layout/flexslider/home-slider-nav.png) no-repeat; position: absolute; top: 132px; cursor: pointer; text-indent: -999em; z-index: 900;}
#home-slider .next, #hero-slider .next { background-position: -42px 0; right: -5px; }
#home-slider .prev, #hero-slider .prev { left: -5px; }

#home-slider .next:hover, #hero-slider .next:hover { background-position: -42px -35px; }
#home-slider .prev:hover, #hero-slider .prev:hover { background-position: 0px -35px; }
#hero-slider.margin-bottom { margin-bottom: 30px; }
.x-wide-col .flexslider { max-width: 648px; }

/* --------------- BLOG  --------------- */

.post-img { margin-bottom: 10px; }
.post-img img { display: block; }
.post-copy a { color: #3B3B3B; } /*color set in local css*/
.post-copy a:hover { text-decoration: underline; }
.post-date { font-size: 13px; margin-bottom: 6px; }
.post-copy h1 a, .post-copy h2 a, .post-copy h3 a, .post-copy h4 a { text-decoration: none; }
#primary .post { margin-bottom: 26px; padding-bottom: 26px; background: url(/images/layout/dots.png) left bottom repeat-x; }
#primary .post:last-child { margin-bottom: 0; padding-bottom: 0; background: none; }
#primary .post-img a { border: 1px #b5b5b5 solid; padding: 4px; display: block; background: #fff; }
#primary .sticky { background: #f2f1eb; padding: 20px; }
#primary .page-title { font-size: 32px; }
#primary #comments { margin-bottom: 30px; }
/* blog feed on all sites */
#blog-feed .post-copy h1 { font-size: 20px; background: url(/images/layout/dots.png) left bottom repeat-x; padding-bottom: 10px; margin-bottom: 4px; }
#blog-feed .col-2 { background: #f2f1eb; }

@media screen and (min-width: 480px) {
	/* --------------- FLEXSLIDER --------------- */
	#home-slider .prev, #home-slider .next { top: 180px; }
	#hero-slider .prev, #hero-slider .next { top: 160px; }
	/* --------------- BLOG --------------- */
	#primary .sticky .post-img { width: 48.5%; float: left; margin: 0; }
	#primary .sticky .post-copy { width: 48.5%; float: right; }
	#primary .no-image .post-copy { width: 100%; float: none; }
	#primary .post-img { width: 26%; float: left; }
	#primary .post-copy { width: 72%; float: right; }
	/* blog feed on all sites */
	#blog-feed .post-img { width: 30%; float: left; }
	#blog-feed .post-copy { width: 65%; float: right; }
	#blog-feed .no-image .post-copy { width: 100%; }
}

@media screen and (min-width: 630px) {
	/* --------------- BUTTONS & LINKS --------------- */
	.promo-flourish { display: block; }
	.promo-btn { padding: 20px 70px; letter-spacing: 2px; } /*font set in local css*/
	.promo-share { letter-spacing: 0px; }
}

@media screen and (min-width: 768px) {
	/* --------------- ACCOLADES --------------- */
	.accolade:last-child { border-bottom: none; }
	/* --------------- QUOTES --------------- */
	.full-quote .quote { margin: 0 auto; max-width: 800px; }
	/* --------------- COLUMNS --------------- */
	.fl { float: left; }
	.fr { float: right; }
	.two-columns > div:first-child { margin-bottom: 0; }
	.two-columns.related > div:first-child { margin-bottom: 0; }
	.col-2 { width: 48.5%; }
	.wide-col, .x-wide-col { width: 56%; position: relative; }
	.narrow-col, .x-narrow-col { width: 40%; position: relative; }
	.col-3 { float: left; width: 31%; margin-bottom: 0; }
	.col-3.middle { margin: 0 3.25%; }
	.col-divider-50-dots { background: url(/images/layout/col-dividers/dots.png) 50% top repeat-y; }
	.col-divider-50-line { background: url(/images/layout/col-dividers/line.gif) 50% top repeat-y; }
	.col-divider-58-line, .col-divider-68-line { background: url(/images/layout/col-dividers/line.gif) 58% top repeat-y; }
	.col-divider-58-dots, .col-divider-68-dots { background: url(/images/layout/col-dividers/dots.png) 58% top repeat-y; }
	.equal-height { overflow: hidden; }
	.equal-height .col-2, .equal-height .col-3 { margin-bottom: -1000px; padding-bottom: 1000px; }
	.two-columns.equal-height > div:first-child { margin-bottom: -1000px; }
	.row { margin-bottom: 3%; }
	.row:last-child { margin-bottom: 0; }
	/* --------------- HEADER --------------- */
	#nav .container { padding: 0; }
	#nav-trigger { display: none; }
	#nav-content { padding: 10px 0; }
	#nav-content.hide { display: block; }
	#main-nav br { display: none; }
	#main-nav a:first-child { margin-left: 0; }
	#main-nav a:last-child { margin-right: 0; }

	
	/* --------------- FOOTER --------------- */
	#properties-nav a { line-height: 160%; display: inline; padding: 0 12px; margin: 0; }
	#properties-nav a:first-child { padding-left: 0; }
	#properties-nav a:last-child { padding-right: 0; }
	#properties-nav .pineapple-divider { display: inline; }
	/* --------------- SPECIALS AND PACKAGES --------------- */
	.special .nice-btn { margin: 10% 0 12px 0; }
	/* --------------- VISITING CHARLESTON --------------- */
	.visit-item .icon { text-align: center; }
	.visit-item .copy { margin-left: 60px; }
	/* --------------- STANDARD FORM --------------- */
	form .col-3 { margin-bottom: 0; }
	.form .field { margin-bottom: 26px; }
	.form-message { width: 65.25%; }
	/* --------------- FLEXSLIDER --------------- */
	#home-slider .flex-caption { position: absolute; z-index: 900; right: 0px; bottom: 36px; width: 276px; padding: 16px 16px 60px 16px; }
	#home-slider .prev { right: 250px; left: auto; top: auto; bottom: 52px; }
	#home-slider .next { right: 210px; top: auto; bottom: 52px; }
	#hero-slider .prev, #hero-slider .next { top: 200px; }
}

@media screen and (min-width: 840px) {
	/* --------------- FLEXSLIDER --------------- */
	#hero-slider .flex-caption { position: absolute; z-index: 900; right: 0px; top: 0px; width: 268px; height: 100%; padding: 0 20px; border-left: rgba(255,255,255,0.2) 8px solid;  background-clip: padding-box; }
	#hero-slider .prev { right: 246px; left: auto; top: auto; bottom: 52px; }
	#hero-slider .next { right: 206px; top: auto; bottom: 52px; }
	#hero-slider .flex-caption h5 { padding-top: 60px; }
}

@media screen and (min-width: 960px) {
	/* --------------- BUTTONS & LINKS --------------- */
	.promo-share { display: inline; margin-bottom: 0px; padding-right: 10px; }
	/* --------------- COLUMNS --------------- */
	.x-wide-col { width: 66%; }
	.x-narrow-col { width: 30%; }
	.col-divider-68-line { background: url(/images/layout/col-dividers/line.gif) 68% top repeat-y; }
	.col-divider-68-dots { background: url(/images/layout/col-dividers/dots.png) 68% top repeat-y; }
	/* --------------- HEADER --------------- */
	#logo { position: absolute; left: 0px; margin-bottom: 0; } /*top set in local css*/
	#aux-nav { position: absolute; right: 0px; text-align: right; padding-right: 0px;}
	#aux-nav .phone { text-align: right; margin-bottom: 0;}
	/* --------------- BOOKING FORM --------------- */

/* --------------- BOOKING FORM --------------- */
	#booking {  padding: 8px 0; }
	#booking-trigger { display: none; }
	#booking.hide { display: block; }
	#booking-title { display: block; }
	#booking-inner { position: relative; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }


}

@media screen and (min-width: 1020px) {
	/* --------------- SITE --------------- */
	.container {  margin: 0 auto; }
	/* --------------- NEWS AND MEDIA --------------- */
	#media-kit .nice-btn, #media-images a { width: 300px; }
	#aux-nav { position: absolute; right: 0px; text-align: right; padding-right: 50px;}

	#booking-form { padding: 0; }
	#booking-form.hide { display: block; }
	#booking-inner { padding: 6px 0 12px 0; }
	#booking-form { float: right; width: 92%; }
}

@media screen and (min-width: 1140px) {
	#booking-title { position: absolute; top: 0px; left: 0px; z-index: 800; height: 100%; width: 6%; } /*background set in local css*/
}






