/* Step #1 - Eric Meyer's Reset */

/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, 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: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Step #2: */
@font-face {
    font-family: 'HarabaraHandItalic';
    src: url('fonts/HarabaraHand-webfont.eot');
    src: url('fonts/HarabaraHand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HarabaraHand-webfont.woff') format('woff'),
         url('fonts/HarabaraHand-webfont.ttf') format('truetype'),
         url('fonts/HarabaraHand-webfont.svg#HarabaraHandItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('fonts/Walkway_Bold-webfont.eot');
    src: url('fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('fonts/Walkway_Bold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MeteoconsRegular';
    src: url('fonts/meteocons-webfont.eot');
    src: url('fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/meteocons-webfont.woff') format('woff'),
         url('fonts/meteocons-webfont.ttf') format('truetype'),
         url('fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
#primary,
#products
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Step #2: Global Styles */

html 
{
  background: #5f666d;
  position: relative;
  height: 100%;
  font-family: 'PTSansRegular', sans-serif;
  color: #000000;
}

body 
{
  width: 960px;
  margin: 0 auto;
  min-height: 100%;
  padding-top: 45px;
  font-size: 16px;
  line-height: 24px;
  background: url("images/footer2.png") no-repeat bottom center, -moz-linear-gradient(left, #5f666d 0%, #000000 20%, #000000 80%, #5f666d 100%);
  background: url("images/footer2.png") no-repeat bottom center, -webkit-gradient(linear, left top, right top, color-stop(0%,#5f666d), color-stop(20%,#000000), color-stop(80%,#000000), color-stop(100%,#5f666d));
  background: url("images/footer2.png") no-repeat bottom center, -webkit-linear-gradient(left, #5f666d 0%,#000000 20%,#000000 80%,#5f666d 100%);
  background: url("images/footer2.png") no-repeat bottom center, -o-linear-gradient(left, #5f666d 0%,#000000 20%,#000000 80%,#5f666d 100%);
  background: url("images/footer2.png") no-repeat bottom center, -ms-linear-gradient(left, #5f666d 0%,#000000 20%,#000000 80%,#5f666d 100%);
  background: url("images/footer2.png") no-repeat bottom center, linear-gradient(left, #5f666d 0%,#000000 20%,#000000 80%,#5f666d 100%);
}

.ie9 body,
.oldie body
{
  background: url("images/footer2.png") no-repeat bottom center, url("images/body-ie9.png") repeat-y center top #5f666d;
  filter: none;
}


h1 
{
  font-family: 'Didact Gothic', Arial, Sans-Serif;
}

h2 
{
  font-family: 'Didact Gothic', Arial, Sans-Serif;
}

h3 
{
  font-family: 'Didact Gothic', Arial, Sans-Serif;
}

h4 
{
  font-family: 'Didact Gothic', Arial, Sans-Serif;
}

h5 
{
}

h6 
{
}

p 
{
  margin-bottom    : 15px;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
  text-decoration  : none;
}

a:active
{
  outline      : none;
}

a:visited 
{
}

a:hover 
{
  outline      : none;
  text-decoration  : none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

blockquote
{
    font-family: HarabaraHandItalic, Lucida Sans, Sans-Serif;
    font-size: 24px;
    line-height: 40px;
    color: #834628;
    background: url(images/quote-bg.jpg) no-repeat top left;
    padding: 10px 32px 0;
    margin: 10px 32px 0;
}

cite
{
    display: block;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #834628;
    font-style: italic;
    text-align: right;
    background: url(images/quote-bg.jpg) no-repeat bottom left;
    padding: 0 32px 10px;
    margin: 0 32px 10px;
}

@media screen and (max-width:959px)
{
    body
    {
        width           : 760px;
    }
}

@media handheld, only screen and (max-device-width: 480px)
{
    body 
    {
      width           : 100%;
      padding         : 0;
    }
  
  blockquote
  {
    background-size: 100%;
    padding: 10px 2% 0;
    margin: 10px 0 0;
  }
  
  cite
  {
    background-size: 100%;
    padding: 0 2% 10px;
    margin: 0 0 10px;
  }
}

/* Step #3: Specific Styles */

/* Page specific styles */
.RestaurantActivityListing .skip-nav, .DirectionsListing .skip-nav, .GetawayPackageListing .skip-nav { top: 60px; width: 60%; left: 20%; text-align: center; }
.RestaurantActivityListing #primary .skip-nav ul, .DirectionsListing #primary .skip-nav ul, .GetawayPackageListing #primary .skip-nav ul { margin: 0; width: 100%; }
.RestaurantActivityListing .skip-nav li, .DirectionsListing .skip-nav li, .GetawayPackageListing .skip-nav li { width: 47%; display: inline-block; text-align: center; margin-right: 15px; }
.RestaurantActivityListing .skip-nav li:last-child, .DirectionsListing .skip-nav li:last-child, .GetawayPackageListing .skip-nav li:last-child { margin-right: 0; }
.RestaurantActivityListing .skip-nav li:after, .DirectionsListing .skip-nav li:after, .GetawayPackageListing .skip-nav li:after{ display: none; }
.RestaurantActivityListing #primary .skip-nav a, .DirectionsListing #primary .skip-nav a, .GetawayPackageListing #primary .skip-nav a { display: block; padding: 10px 0; background: #5b7392; color: #efecdf; border-radius: 10px; box-shadow: 0 0 5px #333; }
.RestaurantActivityListing #primary .skip-nav a:hover, .RestaurantActivityListing #primary .skip-nav .current, .DirectionsListing #primary .skip-nav a:hover, .DirectionsListing #primary .skip-nav .current, .GetawayPackageListing #primary .skip-nav a:hover, .GetawayPackageListing #primary .skip-nav .current { background: #dca64b; }
.DirectionsListing #primary h1, .GetawayPackageListing #primary h1 { margin-bottom: 90px; }
#primary .restaurant-pane .icon-bar, #primary .activities-pane .icon-bar { background: none; border: none;}
#primary .restaurant-pane .icon-bar li, #primary .activities-pane .icon-bar li { background: none; }
#primary .restaurant-pane .categories, #primary .activities-pane .categories { margin-top: 90px; background: #eae7d4; background: -moz-linear-gradient(top, #eae7d4 0%, #d7d5bc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae7d4), color-stop(100%,#d7d5bc)); background: -webkit-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: -o-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: -ms-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7d4', endColorstr='#d7d5bc',GradientType=0 ); border: solid 1px #d3d0c1; }
#primary .restaurant-pane .categories li, #primary .activities-pane .categories li { background: transparent url(images/icon-bar-border.png) no-repeat left top; }
#primary .restaurant-pane .categories li:first-child, #primary .activities-pane .categories li:first-child { background: none; }
#primary .icon-bar.categories li { box-sizing: border-box; text-align: center; line-height: 130%; }
#primary .icon-bar.categories a { display: block; color: #555; padding: 20px 20%; }
#primary .icon-bar.categories li:hover { background-color: #DBD8C1; }
#primary .activities-pane .categories li { width: 16.65%; }
#primary .restaurant-pane .categories li { width: 25%; }
#primary .restaurant-pane .categories a { padding: 20px 25%; }

.booking { text-align: center; }

.social div { position: relative; margin: 20px 20px 40px; background: #eae7d4; background: -moz-linear-gradient(top, #eae7d4 0%, #d7d5bc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae7d4), color-stop(100%,#d7d5bc)); background: -webkit-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: -o-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: -ms-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); background: linear-gradient(top, #eae7d4 0%,#d7d5bc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7d4', endColorstr='#d7d5bc',GradientType=0 ); border: solid 1px #d3d0c1; }
#primary .social p { position: relative; margin-left: 100px; margin-bottom: 0; padding: 10px 20px 30px; border-left: solid 1px #eae7d4; }
#primary .social a, #primary .social a:visited { position: absolute; bottom: -7px; right: 5px; display: block; padding: 5px; color: #eae7d4; }
.social a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 15px;
	margin-top: -15px;
}
.social p:before { content: ''; position: absolute; top: 50%; left: -81px; margin-top: -30px; width: 60px; height: 60px; }
.facebook p:before { background: transparent url(images/facebook.png) no-repeat top left; background-size: 100%; }
.trip-advisor p:before { background: transparent url(images/tripAdvisor.png) no-repeat top left; background-size: 100%; }
.facebook a { background: #3b5998; }
.facebook a:after { border-color: rgba(136, 183, 213, 0); border-left-color: #3b5998; }
.trip-advisor a { background: #579441; }
.trip-advisor a:after { border-color: rgba(136, 183, 213, 0); border-left-color: #579441; }

/*___ DIV _________________________________________________________________*/

header
{
    position        : relative;
    display         : block;
}

#header
{
    height: 127px;
  margin-bottom: 10px;
  overflow: hidden;
}

.home #header,
.HotelRoomListing #header
{
  height: 415px;
  overflow: visible;
}

#primary
{
  position: relative;
  width: 75%;
  background: #eae7d4 url(images/primary-clouds.png) no-repeat right top;
  padding: 15px 1%;
  margin-bottom: 10px;
  margin-right: 1%;
  float: left;
}

.home #primary
{
  width: 56.25%; 
}

#secondary
{
  position: relative;
  float: left;
  width: 24%;
  padding: 0 0 15px;
}

.home #secondary
{
  width: 42.63%;
}

#menu
{
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  background: black;
  left: 0;
  top: 0;
}

#banner-watermark
{
  position: absolute;
  right: 0;
  top; 0;
  padding-right: 34px;
  padding-top: 34px;
  text-align: right;
  color: white;
  font-size: 30px;
  text-shadow:3px 3px 4px rgba(0,0,0,0.75);  
  background: transparent url(images/banner-shadow.png) no-repeat right top;
  width: 266px;
  height: 141px;
  z-index: 2;
}

#reservations
{
    position: relative;
    height: 46px;
    display: block;
    margin-bottom: 10px;
    background: black;
    color: #efecdf;
    font-size: 32px;
    line-height: 46px;
    padding: 12px 130px 12px 40px;
    z-index: 2;
}

#reservations .weather {
    display: block;
    opacity: 0;
    position: absolute;
    right: 220px;
    top: 12px;
    height: 46px;
    line-height: 46px;
    transition: all 0.5s ease;
}

#reservations .weather.show {
    opacity: 1;
}


#reservations .phone
{
    position: absolute;
    right: 30px;
    top: 12px;
    text-align: right;
    font-size: 18px;
    line-height: 28px;
}

#products
{
  clear: both;
  position: relative;
  height: 153px;
  margin-bottom: 30px;
  background: transparent url(images/store-bg.png) no-repeat left top;
  padding: 15px 10px 10px;
  color: white;
}

#footer
{
  display: block;
  position: relative;
  text-align: center;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  z-index: 3;
  clear: both;
}

/*#products:after
{
    position: absolute;
    left: 50%;
    bottom: -256px;
    content: url(images/footer.png);
    margin-left: -595px;
    z-index: 1;
}*/

#footer .vcard
{
  margin-bottom: 14px;
}

.copyright
{
  padding-bottom: 20px;
}

#slider
{
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 415px;
}

.roomtype .thumbnail
{
  background: white;
  width: 158px;
  height: 121px;
  border: solid 5px white;
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #555;
}

.skip-nav,
.back-nav
{
  position: absolute;
  top: 15px;
  right: 10px;
  text-align: right;
}

#room-map
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 415px;
}

#room-map .description
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 150px;
    background: black;
    background: rgba(0,0,0,0.8);
    color: White;
    padding: 10px;
}

#room-selection
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 335px;
    height: 270px;
    background-color: Black;
    background: rgba(0,0,0,0.7) url(images/room-selection.png) no-repeat left bottom;
}

.sidebar-slider
{
    display: block;
    width: 410px;
    height: 140px;
    background: transparent url(images/package-bg.jpg) no-repeat left top;
    color: #eae7d4;
    margin: 0 0 10px;
    position: relative;
    line-height: 20px;
    overflow: hidden;
}

.description-details,
.amenities-details
{
    position: relative;
    padding: 0 62px;
}

#popup-veil
{
    position: fixed;
    left: 0;
    top: 0;
    background-color: Black;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

#popup
{
    position: fixed;
    z-index: 999;
    display: none;
    background-color: #834628;
    width: 640px;
    height: 480px;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -330px;
    margin-top: -250px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #555;
}

#popup.seasonal-pop
{
    width: 440px;
    height: 350px;
    margin-top: -185px;
}

#popup .stuff
{
    background-color: White;
    width: 640px;
    height: 480px;
}

#popup.seasonal-pop .stuff
{
    width: 440px;
    height: 350px;
}

#popup-special
{
  padding: 15px;
}

#news
{
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    background: transparent url(images/borderFade.png) no-repeat top left;
}

#gallery-links
{
    display: none;
}

.ie7 #secondary
{
  width: 21%;
}

.ie7 .home #secondary
{
  width: 40%;
}

.to-do .category
{
  position: relative;
  clear: both;
}

.contact-content
{
  text-align: center;
}

.form-box
{
  text-align: left;
  padding-left: 160px;
}

.contact-content .vcard
{
  background: url(images/to-do-header-bg.jpg) center bottom no-repeat transparent;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.google-map
{
  width: 320px;
  height: 185px;
  background: white;
  border: solid 5px white;
  margin: 0 20px 20px 52px;
  float: left;
  box-shadow: 2px 2px 5px #555;
}

.to-do
{
  clear: both;
}

#reservations .links {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#reservations .links li {
    display: inline;
    margin-right: 40px;
}

#reservations .links li a {
    color: #efecdf;
}

#reservations .links li a:hover {
    color: #dca64b;
}

@media screen and (max-width:959px)
{
    #header
    {
        height: 325px;
    }
    
    #slider
    {
        height: 325px;
    }
}

@media handheld, only screen and (max-device-width: 480px)
{
  #header
  {
    padding         : 0;
    width           : 100%;
    max-height    : 182px;
    margin      : 108px 0 0 0;
    overflow    : hidden;
  }
  
  .home #header,
  .HotelRoomListing #header
  {
    max-height    : 263px;
  }

  .sidebar-slider
  {
    display: none;
  }

  #primary
  {
    padding         : 0;
    margin          : 0;
    display         : block;
    width           : 100%;
    padding: 0 2%;
  }

  .home #primary
  {
    padding         : 10px 2% 0;
    margin          : 0;
    display         : block;
    width           : 100%;
  }

  #secondary
  {
    padding         : 0;
    margin          : 0;
    display         : block;
    width           : 100%;
  }

  .home #secondary
  {
    padding         : 0;
    margin          : 0;
    display         : block;
    width           : 100%;
  }

  footer
  {
    margin          : 0;
    width           : 100%;
  }

  #banner-watermark
  {
    top: 116px;
    padding-right: 3%;
    padding-top: 10px;
    text-align: right;
    width: auto;
  }

  #menu
  {
    height: auto;
  }

  #slider
  {
    position: absolute;
    left: 0;
    top: 116px;
    width: 100%;
    max-height: 147px;
  }

    #products
    {
      overflow: hidden;
      height: auto;
      background: #000000 url(images/store-bg.png) no-repeat left top;
    }

  #reservations
  {
  padding-left: 20px;
  padding-right: 20px;
  height: 92px;
  }

  .fb-buttons
  {
  display: none !important;
  }

  #reservations .phone
  {
  font-size: 14px;
  right: 10px;
  }

    #reservations .links { width: 100%; margin-top: 48px; }
    #reservations .links li { display: inline-block; margin-right: 0; width: 31%; text-align: center; }

    #reservations .weather { right: auto; left: 20px; }

  #room-map .description
  {
  display: none;
  }

  .skip-nav,
  .back-nav
  {
  position: relative;
  top: 0;
  left: 0;
  }

    .RestaurantActivityListing .skip-nav, .DirectionsListing .skip-nav, .GetawayPackageListing .skip-nav { position: absolute; left: 0; width: 90%; margin: 0 5%; }
    .RestaurantActivityListing .skip-nav li, .DirectionsListing .skip-nav li, .GetawayPackageListing .skip-nav li { width: 46%; }
  
  .form-box
  {
    padding-left: 0;
  }
  
  .google-map
  {
    width: 96%;
    margin: 0 auto 15px auto;
    float: none;
  }
  
  .description-details,
  .amenities-details
  {
    padding: 0;
  }
}

.oldie #header, .oldie #content, .oldie #products, .oldie #footer
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ie7 #header
{
  margin-top: 45px;
}
/*___ SPAN _________________________________________________________________*/
label span
{
    display         : inline-block;
    width           : 100px;
}

.ie7 label span
{
    display         : inline;
}

#banner-watermark span
{
  font-size: 20px;
}

.hide
{
  display: none;
}

.im-inn
{
    float: left;
    margin-right: 120px;
    font-family: 'Didact Gothic', Arial, Sans-Serif;

}

.off-the-coast
{
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 515px;
  height: 44px;
  font-size: 36px;
  padding-left: 75px;
  text-shadow:3px 3px 4px rgba(0,0,0,0.75);
  color: white;
  background: transparent url(images/off-the-coast.png) no-repeat left bottom;
  z-index: 2;
  font-family: 'Didact Gothic', Arial, Sans-Serif;

}

.news-date
{
  font-size: 95%;
  color: #85450D;
  display: block;
  margin-bottom: 10px;
}

.restaurant-pane .icon-bar span,
.activities-pane .icon-bar span
{
  background: url(images/restaurantDistIconsLg.png) no-repeat left top transparent;
  display: block;
  height: 41px;
  width: 70px;
  margin: 10px auto 0;
  text-indent: -9999em;
  position: relative;
}

.icon-bar span:after
{
  display: block;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  color: #65666a;
  font-family: PTSansRegular, Arial, Sans-Serif;
  margin-top: 15px;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}

.icon-bar .distance-1:after
{
  content: "next door";
}

.restaurant-pane .icon-bar .distance-2,
.activities-pane .icon-bar .distance-2
{
  background-position: -70px 0;
}

.icon-bar .distance-2:after
{
  content: "two blocks";
}

.restaurant-pane .icon-bar .distance-3,
.activities-pane .icon-bar .distance-3
{
  background-position: -140px 0;
}

.icon-bar .distance-3:after
{
  content: "three blocks";
}

.restaurant-pane .icon-bar .distance-4,
.activities-pane .icon-bar .distance-4
{
  background-position: -213px 0;
}

.icon-bar .distance-4:after
{
  content: "drive";
}

.to-do .phone
{
  color: #793122;
}

@media handheld, only screen and (max-device-width: 480px)
{
    .off-the-coast
    {
        width           : 100%;
        padding-left: 0;
    }
}

@media handheld, only screen and (max-device-width: 480px)
{
    .off-the-coast
    {
      top: 200px;
      width: 100%;
      height: 34px;
      font-size: 24px;
    }
}

#products .price
{
    display: block;
    color: White;
}

label[for="message-req"] span
{
  margin-bottom: 5px;
}

@media handheld, only screen and (max-device-width: 480px)
{
  .im-inn
   {
    display: none;
    } 

}
/*___ H1 _________________________________________________________________*/

.gallery-details + h1 
{
    font-size: 36px;
    clear: both;
    margin-bottom: 12px;
}

#primary h1
{
  font-size: 36px;
  margin-bottom: 40px;
}

#news h1
{
  margin-bottom: 20px;
}

.home #news h1
{
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 18px;
    color: #636161;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

@media handheld, only screen and (max-device-width: 480px)
{
#primary h1
{
  font-size: 20px;
  padding-top: 5px;
}
}

/*___ H2 _________________________________________________________________*/
#primary #news h2
{
    font-family: 'Didact Gothic', Arial, Sans-Serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #636161;
    margin: 0 0 10px 0;
}

#primary h2
{
  font-size: 24px;
  margin-bottom: 6px;
}

.home #primary h2
{
  font-size: 36px;
  margin-bottom: 40px;
}

.home #primary h2
{
  margin-bottom: 6px;
}

.sidebar-slider h2
{
    font-size: 24px;
}

.news h2
{
  line-height: 24px;
}

.home #primary #news h2
{
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Didact Gothic', sans-serif;
}

#popup-special h2
{
  font-size: 26px;
  margin-bottom: 5px;
}

#primary .category h2
{
  padding-left: 52px;
  padding-bottom: 16px;
  background: url(images/to-do-header-bg.jpg) no-repeat left bottom transparent;
  margin-bottom: 20px;
}


#primary .contact-content > h2
{
  margin-bottom: 20px;
}

@media handheld, only screen and (max-device-width: 480px)
{

  #primary .category h2
  {
    padding-left: 0;
    background: url(images/to-do-header-bg.jpg) no-repeat left bottom transparent;
    background-size: 100% auto;
  }
}

/*___ H3 _________________________________________________________________*/

#primary h3
{
  font-size: 20px;
  margin-bottom: 6px;
}

#products h3
{
  font-size: 24px;
  margin-bottom: 14px;
}

.skip-nav h3,
.back-nav h3
{
  float: left;
  color: #d3a75e;
}

#room-map h3
{   
    font-size: 30px;
    margin-bottom: 24px;
}

#room-selection h3
{
    position: absolute;
    text-indent: -9999em;
    overflow: hidden;
    width: 38px;
    background: transparent url(images/map-tabs.png) no-repeat right top;
    height: 108px;
    right: -35px;
    top: 0;
    cursor: pointer;
}

#room-selection h3:hover,
#room-selection h3.current {
    background-image: url(images/map-tabs-active.png);
}

#room-selection .euros h3 {
    height:68px;
}

#room-selection .sweets h3 {
    top: 76px;
    height: 68px;
    background-position: right -76px;
}

#room-selection .penthouses h3 {
    top: 154px;
    height: 103px;
    background-position: right -154px;
}

#news h3
{
    font-size: 24px;
}

.packages p + h3
{
    padding-top: 10px;
}

.ie7 .skip-nav h3,
.ie7 .back-nav h3
{
  display: none;
}

/*___ H4 _________________________________________________________________*/

#primary h4
{
  font-size: 18px;
  margin-bottom: 6px;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.home #primary p
{
  margin-bottom: 18px;
}

blockquote p
{
    margin: 0;
    padding: 0;
}

#popup-special p
{
    line-height: 20px;
    font-size: 14px;
}

#popup-special .tiny
{
    font-size: 12px;
    line-height: 16px;
}

.home #news p
{
  font-size: 16px;
  line-height: 24px;
}

.activities-pane .category > p,
.island-pane .category > p,
.harbor-pane .category > p
{
  padding-left: 50px;
}

.activities-pane .category h2 + img + p,
.island-pane .category h2 + img + p,
.harbor-pane .category h2 + img + p
{
  padding: 0 220px 15px 50px;
}

@media handheld, only screen and (max-device-width: 480px)
{
  .activities-pane .category h2 + img + p,
  .island-pane .category h2 + img + p,
  .harbor-pane .category h2 + img + p
  {
    padding: 0 0 15px 0;
  }
}

/*___ UL/OL _________________________________________________________________*/
#primary ul
{
    list-style-type: disc;
    margin: 0 0 15px 2%;
    padding: 0 0 0 2%;
}

#menu ul
{
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

#products ul
{
  width: 99.2%;
  margin-right: -1%;
}

.bottom-menu
{
  position: relative;
  margin-bottom: 30px;
  word-spacing: -1em;
}

.social-bar
{
  margin: 0 auto 30px;
  height: 36px;
  width: 174px;
}

#slider-images
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#slider-controls
{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

#primary .skip-nav ul,
#primary .back-nav ul
{
  list-style-type: none;
  float: right;
  margin: 0 20px;
  padding: 4px 0 0 0;
}

#room-selection .penthouses ul
{
    position: absolute;
    width: 218px;
    height: 232px;
    left: 16px;
    top: 31px;
    background: transparent url(images/penthouses-map.png) no-repeat left top;
    opacity: 0.8;
}

#room-selection .euros ul
{
    position: absolute;
    width: 221px;
    height: 335px;
    left: 15px;
    top: 30px;
    background: transparent url(images/euros-map.png) no-repeat left top;  
    opacity: 0.8;
}

#room-selection .sweets ul {
    position: absolute;
    width: 221px;
    height: 335px;
    left: 15px;
    top: 30px;
    opacity: 0.8;
    background: transparent url(images/sweets-map.png) no-repeat left top;
}

.package-controls
{
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 99;
}

#primary .gallery-details
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

#primary .icon-bar
{
    list-style-type: none;
    height: 83px;
    padding: 0;
    margin: 0;
    border: solid 1px #d3d0c1;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #eae7d4;
    background: -moz-linear-gradient(top,  #eae7d4 0%, #d7d5bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae7d4), color-stop(100%,#d7d5bc));
    background: -webkit-linear-gradient(top,  #eae7d4 0%,#d7d5bc 100%);
    background: -o-linear-gradient(top,  #eae7d4 0%,#d7d5bc 100%);
    background: -ms-linear-gradient(top,  #eae7d4 0%,#d7d5bc 100%);
    background: linear-gradient(top,  #eae7d4 0%,#d7d5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7d4', endColorstr='#d7d5bc',GradientType=0 );
    position: relative;
    overflow: hidden;
}

#news ul,
#primary .roomtype,
#primary .amenities-details ul,
#primary .packages > ul,
#primary .news
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#primary ol
{
  list-style-type: decimal;
margin-left: 2em;
}

#primary .category ul
{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width:959px)
{
    #menu ul
    {
        width           : 760px;
        font-size: 12px;
        line-height: 25px;
    }
}

@media handheld, only screen and (max-device-width: 480px)
{
    #menu ul
    {
        width           : 100%;
        height: auto;
    }

    #slider-controls
    {
      top: 12px;
      bottom: 0;
    }

    #room-selection
    {
      display: none;
    }
  #primary .gallery-details
  {
    width: 100%;
  }
  
  .bottom-menu
  {
    width: 100%;
    font-size: 11px;
    text-align: left;
  }
}

/*___ LI _________________________________________________________________*/
#primary li
{
    padding: 0 0 7px 0;
}

#menu li
{
  float: left;
  margin-right: 18px;
  position: relative;
}

#menu li + li + li + li + li + li:before
{
  content: url(images/nav-tab.jpg);
  position: absolute;
  left: -5px;
  top: 0;
}

#menu li + li + li + li + li + li + li:before
{
  content: '';
}


#products li
{
  width: 23%;
  height: 83px;
  margin-left: 2%;
  display: block;
  float: left;
  line-height: 18px;
}

#products li:first-child
{
  margin-left: 1%;
}

.bottom-menu li
{
  display: inline-block;
  word-spacing: normal;
  padding: 0 1.25%;
}

.social-bar li
{
  margin-left: 10px;
  float: left;
  width: 36px;
}

.social-bar li:first-child
{
  margin-left: 0;
}

#slider-images li
{
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

#slider-images .next
{
  z-index: 2;
}

#slider-images .current
{
    width: 100%;
    display: block;
    z-index: 3;
}

#slider-controls li
{
  float: left;
}

.roomtype li,
#primary .packages > ul > li,
#primary .news > li
{
  margin-bottom: 32px;
  min-height: 124px;
  clear: both;
  position: relative;
}

#primary .packages > ul > li,
#primary .news > li
{
  background: transparent url(images/item-border.jpg) no-repeat center bottom;
}

#primary .packages > ul > li:last-child,
#primary .news > li:last-child
{
    background: transparent none;
}

#primary .skip-nav li,
#primary .back-nav li
{
  position: relative;
  font-size: 18px;
  padding: 0 0 0 0;
}

.skip-nav li:after,
.back-nav li:after
{
  content: ' ';
  width: 0px;
  height: 0px;
  display: block;
  border: solid 3px #5B7392;
  position: absolute;
  right: -15px;
  top: 50%;
}

.sidebar-slider ul:first-child li
{
    position: absolute;
    left: 410px;
    top: 0;
    padding: 15px 10px;
    z-index: 1;
    width: 390px;
    height: 110px;
}

.package-controls li
{
    float: left;
}

.gallery-details li
{
    height: 155px;
    width: 155px;
    background: white;
    box-shadow: 2px 2px 5px #555;
    margin: 0 20px 20px 0;
    float: left;
}

.icon-bar li
{
    width: 25%;
    height: 100%;
    margin: 0;
    float: left;
    background: transparent url(images/icon-bar-border.png) no-repeat left top;
}

.icon-bar li:first-child
{
    background: transparent none;
}

.icon-bar .view,
.icon-bar .step,
.icon-bar .roomview,
.icon-bar .roomview2
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    color: #65666a;
}

.icon-bar .view
{
    background-position: 50% 25px;
}

.icon-bar .step
{
    background-position: 50% 10px;
}

.icon-bar .roomview,
.icon-bar .roomview2
{
    cursor: pointer;
    background-position: 50% 12px;
    background-image: url(images/360Play.png);
}

.icon-bar .roomview:hover,
.icon-bar .roomview2:hover
{
    background-image: url(images/360PlayHover.png);
}

.icon-bar .view:after,
.icon-bar .step:after,
.icon-bar .roomview:after,
.icon-bar .roomview2:after
{
    position: absolute;
    display: block;
    height: 1.7em;
    text-align: center;
    bottom: 0;
}

.icon-bar .view:after
{
    content: 'VIEWometer';
}

.icon-bar .step:after
{
    content: 'STEPometer';
}

.icon-bar .roomview:after
{
    content: '360 VIEW';
}

.icon-bar .roomview2:after
{
    content: '360 VIEW 2';
}

.icon-bar .view-1
{
    background-image: url(images/viewMeter1.png);
}

.icon-bar .view-2
{
    background-image: url(images/viewMeter2.png);
}

.icon-bar .view-3
{
    background-image: url(images/viewMeter3.png);
}

.icon-bar .view-4
{
    background-image: url(images/viewMeter4.png);
}

.icon-bar .view-5
{
    background-image: url(images/viewMeter5.png);
}

.icon-bar .step-0
{
    background-image: url(images/step-0.png);
}

.icon-bar .step-1
{
    background-image: url(images/step-1.png);
}

.icon-bar .step-2
{
    background-image: url(images/step-2.png);
}

.icon-bar .step-3
{
    background-image: url(images/step-3.png);
}

.icon-bar .step-4
{
    background-image: url(images/step-4.png);
}

#menu .fb-buttons
{
    position: absolute;
    right: -72px;
    top: 6px;
}

#news li,
.roomtype li
{
    padding: 0;
}

#primary .gallery-details li
{
    padding: 0;
}

#primary .amenities-details li
{
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

.home #primary .news li
{
    margin-bottom: 0;
    min-height: 0;
    background: transparent none;
}

.awards
{
  position: relative;
overflow: hidden;
padding: 40px 0 20px 15px;
}

.skip-nav.news li
{
  margin-top: -4px;
}

#primary .category li
{
  padding-left: 52px;
  margin-bottom: 20px;
  position: relative;
  max-width: 475px;
}

.category li:before
{
  display: block;
  content: ' ';
  width: 50px;
  height: 41px;
  left: 0;
  top: 0;
  position: absolute;
}

.restaurant-pane .category li:before,
.activities-pane .category li:before
{
  background: url(images/restaurantDistIconsSm.png) no-repeat -15px -10px;
}

.restaurant-pane .category .distance-2:before,
.activities-pane .category .distance-2:before
{
  background-position: -80px -10px;
}

.restaurant-pane .category .distance-3:before,
.activities-pane .category .distance-3:before
{
  background-position: -150px -10px;
}

.restaurant-pane .category .distance-4:before,
.activities-pane .category .distance-4:before
{
  background-position: -230px -10px;
}

@media handheld, only screen and (max-device-width: 480px)
{
    #menu li
    {
      width: 46%;
      margin-right: 0;
      padding: 1px 2%;
    }

    #products li
    {
      width: 100%;
      margin-left: 0;
    height: auto;
    }
    
    #products li:first-child
    {
      margin-left: 0;
    }

    #menu li + li + li + li + li + li
    {
      background: #A15131;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;  
    }

    #menu li + li + li + li + li + li + li
    {
      background: transparent;
    }

    #menu li + li + li + li + li + li:before
    {
      content: '';
    }
  
  #primary .category li
  {
    padding-left: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  
  .category li:before
  {
    left: auto;
    right: 0;
  }
  
  .gallery-details li
  {
    height: 125px;
    width: 47%;
    margin: 0 10px 10px 0;
    float: left;
  }
  
  .icon-bar li
  {
    width: 25%;
  }

    /*.icon-bar li + li + li { display: none; }*/
  
  .icon-bar .view:after,
  .icon-bar .step:after,
  .icon-bar .roomview:after,
  .icon-bar .roomview2:after
  {
    font-size: 12px;
    bottom: 5px;
  }
  
  .icon-bar .view,
  .icon-bar .step
  {
    background-size: 65%;
  }

    .icon-bar.categories { font-size: 11px; }
  
  .bottom-menu li
  {
    width: 48%;
    padding: 0 1%;
    text-align: left;
  }
}

/*___ STRONG/B _________________________________________________________________*/

#primary strong
{
  font-weight: bold;
}

/*___ EM/I _________________________________________________________________*/

#primary em
{
  font-style: italic;
}

.weather .icon {
    margin-right: 10px;
}

.weather .icon:before {
    font-family: 'MeteoconsRegular';
    content: attr(data-icon);
    display: inline;
}

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#menu a,
#menu a:visited
{
  color: #fff;
  position: relative;
}

#menu a:hover
{
  color: #dca64b;
}

#menu li + li + li + li + li + li a
{
  padding-left: 10px;
  font-weight: bold;
}

#menu li + li + li + li + li + li + li a
{
  font-weight: normal;
}

#logo
{
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(images/logo.png) no-repeat left top;
  width: 349px;
  height: 127px;
  text-indent: -9999em;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
  z-index: 2;
}

#telephone-number 
{
    color: #efecdf;
    display: block;
    font-size: 24px;
    line-height: 24px;
}

#banner-watermark a,
#banner-watermark a:hover,
#banner-watermark a:visited
{
  color: white;
  display: block;
}

#products a,
#products a:hover,
#products a:visited
{
  color: #c78d33;
  width: 220px;
  height: 83px;
  display: block;
}

.bottom-menu a,
.bottom-menu a:visited
{
  color: #ffffff;
}

.bottom-menu a:hover
{
  color: #dca64b;
}

.mindfly a,
.mindfly a:visited
{
  color: white;
}

.mindfly a:hover
{
  color: #dca64b;
}

.social-bar a
{
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999em;
}

.sidebar-slider a,
.sidebar-slider a:visited
.sidebar-slider a:hover
{
    color: #eae7d4;
}


.social-bar .facebook
{
  background: transparent url(images/icon-fb.png) no-repeat left top;
}

.social-bar .twitter
{
  background: transparent url(images/icon-twitter.png) no-repeat left top;
  
}

.social-bar .trip-advisor
{
  background: transparent url(images/icon-ta.png) no-repeat left top;
}

.social-bar .yelp
{
  background: transparent url(images/icon-yelp.png) no-repeat left top;
}

.toggle {
  cursor: pointer;
  display: block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background-color: white;
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  text-indent: -9999em;
  border: 0;
  padding: 0;
}

li:first-child > .toggle
{
  margin-right: 0;
}

.current .toggle,
.toggle.current
{
  background-color: #763814;
}

.toggle:hover
{
  background-color: #d7a44d;
}

#menu .current a,
.home #menu .home-nav a
{
  font-weight: bold;
  color: #dca64b;
}

#primary a,
#primary a:visited
{
  color: #5b7392;
}

#primary a:hover
{
  color: #b78c45;
}

#primary .button,
#primary .button:hover,
#primary .button:visited
{
  color: white;
}

.roomtype .more
{
  display: block;
  text-align: right;
  text-decoration: underline;
}

.roomtype .gallery
{
    display: block;
    text-indent: -9999em;
    width: 33px;
    height: 28px;
    position: absolute;
    left: 120px;
    top: 90px;
    background: transparent url(images/gallery-icon.png) no-repeat left top;
    cursor: pointer;
}

#room-map .more,
#room-map .more:visited
{
    color: White;
    display: block;
    text-align: right;
    text-decoration: underline;
}

#room-map .more:hover
{
    color: #b78c45;
}

#room-map .more
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#room-selection .penthouses button
{
    border: none;
    background: transparent url(images/penthouses-map.png) no-repeat left top;
    position: absolute;
    text-indent: -9999em;
    cursor: pointer;
}

#room-selection .penthouses button:hover,
#room-selection .penthouses button.selected
{
    background-image: url(images/penthouses-map-active.png);
}

/* Penthouse 1 */
#room-selection .penthouses li:nth-child(1) button
{
    left: 166px;
    top: 0;
    width: 62px;
    height: 90px;
    background-position: right top;
}

/* Penthouse 2 */
#room-selection .penthouses li:nth-child(2) button
{
    left: 145px;
    top: 113px;
    width: 80px;
    height: 102px;
    background-position: -145px -113px;
}

/* Penthouse 3 */
#room-selection .penthouses li:nth-child(3) button
{
    left: 97px;
    top: 0;
    width: 63px;
    height: 90px;
    background-position: -97px 0px;
}

/* Penthouse 4 */
#room-selection .penthouses li:nth-child(4) button
{
    left: 73px;
    top: 112px;
    width: 60px;
    height: 104px;
    background-position: -73px -112px;
}

/* Penthouse 5 */
#room-selection .penthouses li:nth-child(5) button
{
    left: 22px;
    top: 0;
    width: 70px;
    height: 45px;
    background-position: -22px 0;
}

/* Penthouse 6 */
#room-selection .penthouses li:nth-child(6) button
{
    left: 0;
    top: 106px;
    width: 63px;
    height: 113px;
    background-position: 0 -106px;
}

/* Penthouse 7 */
#room-selection .penthouses li:nth-child(7) button {
    left: 22px;
    top: 46px;
    width: 70px;
    height: 45px;
    background-position: -22px -46px;
}

#primary .skip-nav a.current,
#primary .back-nav a.current
{
    color: black;
}

#room-selection button {
    position: absolute;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    border: none;
    background: transparent;
}

#room-selection .euros button
{
    text-indent: -9999em;
    position: absolute;
    border: none;
    cursor: pointer;
    background: transparent;
    z-index: 1;
}

#room-selection .euros button:hover,
#room-selection .euros button.selected
{
    background: transparent url(images/euros-map-active.png) no-repeat -104px 0;
}

#room-selection .euros button:hover
{
    z-index: 2;
}

/* Euro 1 */
#room-selection .euros li:nth-child(1) button
{
    top: 61px;
    left: 102px;
    width: 44px;
    height: 30px;
    background-position: -102px -61px;
}

/* Euro 2 */
#room-selection .euros li:nth-child(2) button
{
    top: 31px;
    left: 102px;
    width: 54px;
    height: 29px;
    background-position: -102px -31px;
}

/* Euro 3 */
#room-selection .euros li:nth-child(3) button
{
    top: 0px;
    left: 102px;
    width: 56px;
    height: 30px;
    background-position: -102px 0px;
}

/* Euro 4 */
#room-selection .euros li:nth-child(4) button
{
    top: 121px;
    left: 3px;
    width: 48px;
    height: 65px;
    background-position: -3px -121px;
}


/* View Share */
#room-selection .euros li:nth-child(5) button
{
    top: 0px;
    left: 147px;
    width: 74px;
    height: 91px;
}

#room-selection .euros li:nth-child(5) button:hover,
#room-selection .euros li:nth-child(5) button.selected
{
    background: url(images/view-share-active.png) no-repeat left top transparent;
}

#room-selection .sweets button:hover,
#room-selection .sweets button.selected
{
    background: transparent url(images/sweets-map-active.png) no-repeat -104px 0;
}

/* Sweet 1 */
#room-selection .sweets li:nth-child(1) button
{
    top: 128px;
    left: 140px;
    width: 81px;
    height: 33px;
    background-position: -140px -128px;
}

/* Sweet 2 */
#room-selection .sweets li:nth-child(2) button
{
    top: 163px;
    left: 161px;
    width: 60px;
    height: 31px;
    background-position: -161px -163px;
}

/* Sweet 3 */
#room-selection .sweets li:nth-child(3) button
{
    top: 194px;
    left: 141px;
    width: 80px;
    height: 29px;
    background-position: -141px -194px;
}

/* Sweet 5 (index 4) */
#room-selection .sweets li:nth-child(4) button
{
    top: 157px;
    left: 0px;
    width: 51px;
    height: 77px;
    background-position: 0 -157px;
}

.gallery-details a
{
    width: 145px;
    height: 145px;
    display: block;
    overflow: hidden;
    margin: 5px;
}

#popup .close
{
    background-color: #834628;
    color: #fff;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 25px;
    position: absolute;
    right: -12px;
    top: -12px;   
    cursor: pointer;
}

#popup.seasonal-pop .close
{
    right: 8px;
    top: 8px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;  
}

.seasonal-ad
{
    cursor: pointer;
}

.package-link:after,
#gift-certificates:after
{
    display: block;
    content: url(images/sidebar-border.png);
}

.book-now
{
    display: block;
    background: #5b7392;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    width: 174px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    color: #efecdf;
  font-family: 'Didact Gothic', Arial, Sans-Serif;
 
}

.form-box input[type="submit"],
.button
{
    display: block;
    background: #5b7392;
    border-radius: 10px;
    box-shadow: 0 0 5px #333;
    width: 174px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #efecdf;
    padding: 0;
    border: none;
    font-size: 32px;
    font-family: 'Didact Gothic', Arial, Sans-Serif;
    cursor: pointer;
}

.button.flexible
{
  display: inline-block;
  padding: 0 20px 2px;
  margin: 10px;
  width: auto;
}

.oldie #cultivcontactformsubmit 
{
    font-size: 24px;
}

.awards a
{
  display: block;
  float: left;
  text-indent: -9999em;
}

.stash-hotel
{
  background: transparent url(images/logoStashRewards.png) no-repeat left top;
  height: 48px;
  width: 105px;
  padding-right: 40px;
  background-size: cover;
    margin-top: 6px;
    margin-left: -7px;
}

.best-san-juan
{
  background: transparent url(images/logoBestOfSanJuanAward.png) no-repeat left top;
  height: 107px;
  width: 107px;
  margin-top: -22px;
  margin-left: 42px;
}

.leed-cert {
    background: transparent url(images/leed-silver.png) no-repeat left top;
    width: 74px;
    height: 74px;
    margin-top: -4px;
    margin-left: 32px;
}

#popup-special button
{
    font-size: 26px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    padding-bottom: 2px;  
}

#gift-certificates
{
  background: transparent url(images/certificates.png) no-repeat left top;
  width: 231px;
  height: 246px;
  display: block;
  text-indent: -9999em;
}

#cultivcontactformsubmit
{
  margin: 20px 0 0 120px;
}

.sidebar-ad
{
    display: block;
    background: transparent url(/media/22898/sidebar-ad.png) no-repeat left top;
    text-indent: -9999em;
    height: 192px;
}

.home .sidebar-ad
{
    display: block;
    background: transparent url(/media/22863/sidebar-ad-home.png) no-repeat left top;
    text-indent: -9999em;
    height: 128px;
    margin: 20px 0
}

#secondary .button { width: 100%; margin: 10px 0 0; padding: 10px 0; }

.top { float: right; }


@media handheld, only screen and (max-device-width: 480px)
{
  #logo
  {
    width           : 100%;
    background-size: 100% auto;
  }
  #menu li + li + li + li + li + li a
  {
    padding-left: 0;
    font-weight: bold;
  }

  .seasonal-ad
  {
  display: none;
  }

  #telephone-number
  {
  font-size: 20px;
  line-height: 20px;
  }
  
  #products a,
  #products a:hover,
  #products a:visited
  {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    height: auto;
  }
  
  .form-box input[type="submit"],
  .button
  {
  -webkit-appearance: none;
  }
  
  .gallery-details a
  {
    width: 93%;
    height: 115px;
  }
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH/TD _________________________________________________________________*/

#content th,
#content td
{
    padding         : 5px;
  border          : solid 1px #000000;
}

/*___ IMG _________________________________________________________________*/

img[style*="left"]
{
    margin          : 0 10px 10px 0;
}

img[style*="right"]
{
    margin          : 0 0 10px 10px;
}

#slider-placeholder
{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.roomtype .thumbnail img
{
  width: 158px;
}

#slider-images img
{
    width: 100%;
}

#header > img
{
  margin-left: 349px;
}

.home #header > img,
.HotelRoomListing #header > img
{
  margin-left: 0;
}

#room-map img
{
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-slider img
{
    display: block;
    float: left;
    border: solid 3px #444;
    margin-right: 20px;
    width: 143px;
    margin-bottom: 40px;
}

.gallery-details img
{
    max-height: 200px;
}

#products img
{
    border: solid 2px #c78d33;
    margin-right: 20px;
    float: left;
    max-height: 78px;
}

.packages img
{
    background: white;
    box-shadow: 2px 2px 5px #555;
    padding: 5px;
    float: right;
    margin-left: 20px;
}

.news img,
.NewsItem #primary img
{
  box-shadow: 2px 2px 5px #555;
  border: solid 5px white;
  margin-right: 20px;
  margin-top: 10px;
}

.news img[style*="right"],
.NewsItem #primary img[style*="right"]
{
  margin-right: 0;
  margin-left: 20px;
}

.to-do .category h2 + img
{
  position: absolute;
  right: 0;
  top: 5px;
  border: solid 5px white;
  box-shadow: 2px 2px 5px #555;
  
}

#header h1 + img,
#room-map img
{
  max-height: 415px;
}

@media handheld, only screen and (max-device-width: 480px)
{
  img
  {
    max-width  : 100%;
  }
  
  #header > img
  {
    position: absolute;
    left: 0;
    top: 116px;
    width: 100%;
    max-height: 147px;
    margin-left: 0;
  }
  
  #room-map img
  {
    display: none;
  }
  
  .packages img,
  .to-do .category h2 + img
  {
    width  : 20%;
    height  : auto;
    top: 0;
  }
  
  #secondary a,
  #secondary img
  {
    display    : block;
    margin: 0 auto;
    background-size: 100%;
  }

    #secondary .button { margin: 0 5%; width: 90%; margin-bottom: 20px; }
  
  #products img
  {
    max-height: auto;
    width    : 90px;
  }
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT/TEXTAREA/SELECT __________________________________________*/

input[type="text"],
input[type="password"]
{
    display         : inline-block;
    padding         : 5px;
    width           : 196px;
}

.ie7 input[type="text"],
.ie7 input[type="password"]
{
    display         : inline;
}

textarea
{
    display         : block;
    padding         : 5px;
    width           : 400px;
    min-height      : 200px;
}

@media handheld, only screen and (max-device-width: 480px)
{
  textarea
  {
    width: 95%;
  }
}

/*___ LABEL _________________________________________________________________*/
label
{
    display         : block;
    margin-bottom   : 10px;
}

.mindfly
{
    display         : block;
    font-size       : 11px;
    text-align      : center;
}

/*___ Lightbox ___*/

#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px}
#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0}
#jquery-lightbox a img{border:0}
#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}
#lightbox-container-image{padding:10px}
#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
#lightbox-container-image-box>#lightbox-nav{left:0}
#lightbox-nav a{outline:0}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block}
#lightbox-nav-btnPrev{left:0;float:left}
#lightbox-nav-btnNext{right:0;float:right}
#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0}
#lightbox-container-image-data{padding:0 10px;color:#666}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}
#lightbox-image-details-caption{font-weight:700}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:.7em}

/*___ flyeye _______________________________________________________________*/

.flyeye-veil{position:fixed; left:0; top:0; width:100%; height:100%; z-index:998; background:#000; opacity:0}

.flyeye-wrapper{position:fixed; z-index:999; width:960px; top:0; height:100%; left:50%; margin-left:-480px}

.flyeye-frame{display:inline-block; border:solid 20px white; margin:0; padding:0; opacity:0; zoom:1; position:relative; #top:-50%}

.ie7 .flyeye-frame{display:inline;}

.compact .flyeye-panel{display:none}

.flyeye-frame:hover figcaption{display:block}

.flyeye-wrapper .hidden{display:none}

.flyeye-counter{width:216px; color:white; margin:0 0 10px; font-size:14px; font-family:Arial,Helvetica,Sans-Serif; text-align:center; line-height:14px}

.flyeye-panel{position:absolute; left:0; top:50%; margin-top:-125px}

.flyeye-imagepane{display: table; width:744px; height:100%; border:0; padding:0; margin:0; #position:relative; overflow:hidden; float:right}

.compact .flyeye-imagepane{width:100%; float:none}

.flyeye-framewrapper{#position:absolute; #top:50%; display:table-cell; vertical-align:middle; text-align:center; height:100%; padding:0; margin:0; border:0}

.flyeye-caption{width:216px; line-height:18px; font-size:14px; font-family:Arial,Helvetica,Sans-Serif; color:white}

.flyeye-wrapper ol{margin:0; padding:0; list-style-type:none; width:216px; overflow:hidden}

.flyeye-wrapper li{width:67px; margin:0 5px 5px 0; float:left}

.flyeye-wrapper ol .thumb{width:67px; height:67px; overflow:hidden; padding:0; border:solid 2px white; background:none; display:block; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ie-box-sizing:border-box; box-sizing:border-box; cursor:pointer}

.flyeye-wrapper .thumb.current, 
.flyeye-wrapper .thumb:hover{border:solid 2px #f60}

.flyeye-frame button{position:absolute}

.flyeye-wrapper .previous-set, 
.flyeye-wrapper .next-set, 
.flyeye-wrapper .previous-image, 
.flyeye-wrapper .next-image{width:29px; height:30px; text-indent:-9999em; border:none; cursor:pointer; opacity:0.6}

.flyeye-wrapper .previous-set:hover, 
.flyeye-wrapper .next-set:hover, 
.flyeye-wrapper .previous-image:hover, 
.flyeye-wrapper .next-image:hover{opacity:1}

.flyeye-wrapper .previous-set, 
.flyeye-wrapper .previous-image{background:transparent url(images/flyeye-previous.png) no-repeat left top}

.flyeye-wrapper .next-set, 
.flyeye-wrapper .next-image{background:transparent url(images/flyeye-next.png) no-repeat left top}

.flyeye-wrapper .next-set{margin-left:155px}

.flyeye-wrapper .hidden+.next-set{margin-left:184px}

.flyeye-wrapper .previous-image, 
.flyeye-wrapper .next-image{top:50%; margin-top:-15px; display:none}

.flyeye-frame:hover .previous-image, 
.flyeye-frame:hover .next-image{display:block}

.flyeye-wrapper .previous-image.hidden, 
.flyeye-wrapper .next-image.hidden, 
.compact.flyeye-wrapper .previous-image.hidden, 
.compact.flyeye-wrapper .next-image.hidden{display:none}

.compact.flyeye-wrapper .previous-image, 
.compact.flyeye-wrapper .next-image{display:block}

.flyeye-wrapper .previous-image{left:5px}

.flyeye-wrapper .next-image{right:5px}

.flyeye-frame .flyeye-close{right:10px; top:10px}

.flyeye-wrapper li img{min-width:67px; min-height:67px; max-width:89px; max-width:89px}

.flyeye-frame img{max-width:704px !important; display:block}


.flyeye-close {
display: block;
font-size: 19px;
padding: 5px;
position: fixed;
right: 30px;
top: 30px;
background: black;
color: white;
border: 0;
margin: 0;
z-index: 999;
cursor: pointer;
text-decoration: underline;
border-image: initial;
}

.flyeye-close:hover {
color: #F60;
text-decoration: none;
}


#room-types-nav ul, .room-types li {
  list-style: none;
}

#room-types-nav {
  display: block;
  margin-left: 0!important;
  padding-left: 0!important;
  position: relative;
  height: 83px;
  border-radius: 6px;
  text-align: center;
}

#room-types-nav > li.active {
  background: #5b7392;
  color: white!important;
}

#room-types-nav > li.active > a {
  color: white!important;
}

#room-types-nav > li.active > a {
  color: white;
}

#room-types-nav > li a {
  color: #65666a!important;

}

#room-types-nav ul li.active {
  box-shadow: 0 0 15px rgba(0,0,0,.2) inset;
}

#room-types-nav ul li.active a {
  color: #5b7392!important
}

#room-types-nav li {
  display: inline-block;
  font-family: 'Didact Gothic', Arial, Sans-Serif;
  font-weight: bold;
  text-transform: lowercase;
}

#room-types-nav > li {
  display: inline-block;
  /* margin: 0 20px; */
  width: 209px;
  background: #d3d0c1;
  padding: 5px 0 2px 0;
}

#room-types-nav > li > a {
  color: #65666a!important;
}

#room-types-nav > li > a {
  display: block;
  margin-top: 0px;
  margin-bottom: 7px;
}

#room-types-nav li a {
  color: black;
}

#room-types-nav ul {
  position: absolute;
  display: none;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  /* padding-top:  10px; */
  background: -webkit-linear-gradient(top, #eae7d4 0%,#d7d5bc 100%);
  border-radius:  8px;
  border: solid 1px #d3d0c1;
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset;
}

#room-types-nav li {
  vertical-align: top;
  background: ;
  border-radius: 4px 4px 0;
}

#room-types-nav li ul li {
  background: transparent;
  vertical-align: middle;
  padding: 11px 20px;
  border-radius: 0;
}

#room-types-nav li.active ul {
  display: block;

}

.view-feature {
  display: block;
  height: 108px;
  text-align: center;
}

.view-link {
  display: inline-block;
    width: 310px;
    height: 68px;
    background: white;
    box-shadow: 2px 2px 5px #555;
    
  margin: 0;
    
  margin-right: 18px;
  padding: 5px;
    overflow: hidden;
    position: relative;
    border: 5px solid white;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.view-link:hover:after {
  background-color: white;
}

.view-link:hover .view-overlay:before {
  background-image: url(/css/images/360PlayHover.png);
}

.view-link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.75);
}

.view-link img {
  width: 100%;
  min-height: 78px;
}

.view-overlay {
  position: absolute;
  top: 29px;
  left: 92px;
  text-transform: uppercase;
  z-index: 1;
  color: #5b7392
}

.view-overlay:before {
  position: absolute;
  width: 48px;
  height: 48px;
  content: '';
  top: -9px;
  left: -60px;
  background-repeat: no-repeat;
  background-image: url(/css/images/360Play.png);
}

@media handheld, only screen and (max-device-width: 480px)
{
  .view-link {
    width: 95%;
  }

  #room-types-nav {
    height: 170px;
    top: 21px;
  }

  #room-types-nav > li {
    width: 97px!important;
  }

  .view-feature {
    height: 200px;
  }

  #popup {
    width: 87%;
    margin-left: -47%;
  }

  #popup .stuff {
    width: 100%;
  }

}

@media screen and (max-width:959px)
{
    #room-types-nav {
        height: 140px;
    }

    #room-types-nav > li {
        width: 170px;
    }

    .view-feature {
        height: initial;
        padding-bottom: 24px;
    }
}
/*___Group/Section/Class_________________________________________________________________*/
































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
