<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Common */
html {
  background-color: #E4E0EF;
  height: 100%;
  min-width: 970px;
  overflow-y: scroll;
}

body {
  font: 15px Times, serif;
  line-height: 1.5;
  color: #323538;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

.hide {
  display: none !important;
}

a {
  color: #808891;
  position: relative;
  text-decoration: none;
  transition: color 0.5s ease-out;
}

a:hover {
  color: #323538;
}

a:active {
  top: 1px;
}

.icon {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.selection-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=text]::-ms-clear {
  display: none;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 970px;
}

/* SPRITES */
.footer-logo,
#socials a i,
.quote .wrapper:before,
.quote .wrapper:after,
#photos .arrows a,
#promos .bx-controls a,
#socials-likes .finger,
.button.arrow:after,
.bx-prev,
.bx-next {
  background: url(images/sprites.png) no-repeat 0 0;
  background-image: url(images/sprites19.svg), none;
}

/* FONTS */
.content h1,
.content h2,
#photos figcaption,
#booking .button,
div.dp-popup h2,
#booking .sidebar dd,
#homepage-location h1,
#homepage-location .image-block h3,
#homepage-location .image-block .link,
#rooms-reasons dt,
#promos #switch,
#content_cal .single h1,
#homepage-dining .centered h2,
.template h1 {
  font-family: "gilda_displayregular";
}

#photos figcaption strong,
.quote {
  font-family: "satisfaction_proregular";
}

#footer-menu a,
#socials a,
#hotel-list a,
#categories-list li a {
  font-family: "port_lligat_slabregular";
}

/* BUTTONS */
.button,
input[type=submit] {
  background: url(images/button-sprites.png) repeat 0 0;
  border: none;
  border-bottom: 1px solid #52575d;
  color: #fff;
  display: inline-block;
  *display: inline;
  cursor: pointer;
  font: 15px "Times", serif;
  text-decoration: none;
  white-space: nowrap;
  height: 30px;
  line-height: 33px;
  padding: 0 8px;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.button.arrow {
  padding-right: 30px;
}

.button.arrow:after {
  background-position: -352px -40px;
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  height: 9px;
  width: 6px;
}

a.button:hover,
input[type=submit]:hover {
  background-position: 0 -30px;
  border-bottom-color: #9a7850;
  color: #fff;
}

input[type=submit]:active {
  top: 1px;
}

/* HEADER */
#header {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2PU0FB7xkABYBw1gGE0DBhGwwCYh4ZBOgAA0goV0dpDfZ0AAAAASUVORK5CYII=);
  background: rgba(40, 40, 38, 0.9);
  border-bottom: 1px solid #b8aca9;
  height: 90px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 200ms ease-in-out;
}
#header .booking-trigger {
  position: absolute;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
  color: #000000;
  height: 40px;
  width: 140px;
  line-height: 40px;
  float: right;
  top: calc(50% - 20px);
  right: 10px;
  border: none;
  transition: all 200ms ease-in-out;
}
#header .booking-trigger:hover {
  background-color: #808891;
  color: #ffffff;
}
#header .phone {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  float: right;
  top: calc(50% - 13px);
  right: 190px;
  font-family: "gilda_displayregular";
}
#header .phone:before {
  content: "";
  width: 20px;
  height: 20px;
  left: -25px;
  top: 2px;
  background: url(images/sprites.png);
  background-position: -558px -34px;
  position: absolute;
}
#header #top-menu.has-phone,
#header #main-menu.has-phone {
  right: 330px;
}

#header .wrapper {
  height: 100%;
  width: 1140px;
}

#logo {
  background-color: #1b1b1a;
  position: absolute;
  left: 10px;
  top: 0;
  width: 200px;
  height: 140px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 999;
}

#logo:before {
  background: url("images/logo.svg") no-repeat;
  background-position: 0px 0px;
  content: "";
  width: 172px;
  height: 110px;
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: -1;
}

#logo:active {
  top: 1px;
}

/* TOP MENU */
#top-menu {
  position: absolute;
  top: 15px;
  right: 200px;
}

#top-menu li {
  float: left;
}

#top-menu a {
  color: #b8aca9;
  display: block;
  font: 13px "Georgia", "Times New Roman", serif;
  line-height: 30px;
  padding: 0 8px;
  text-decoration: none;
}

#top-menu a:hover,
#top-menu a.active {
  color: #fff;
}

/* LANGUAGE MENU */
a#icon-lang:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 -2px 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAeCAYAAAD3qZRJAAAB20lEQVR4AdXSJXBYQRCA4STymTJ7UQYbP3M6stw+G/ATU9Dl1k9smMmUmTFlZrg5Wd7++2ZvuuVWVnwHC+8e1Yxs3whgrKsjoBcvIIjoRfB1ubhAOy6hBRcgZjOeoR2Fb2rHOJYjQZxelDiAdq3Pt5QwAxMQD08xHZPxBEGbenEXrZiFuWjACQiOumduQa8uIgTXUesKlkDMHqzAAsQalxh1DXXYCnGuYyrEn6SarKkNAi9hXj6pF2K6rOkdBN4drMvPFCAmYjY+QeCdxm0E/53E3MRHCO5jCAmC9p/9EWL2oR5zsQoT/o/41b8X//jv/av/qWl0exlGd5S9eAFBRK/GfV0uLki24xJacIGYWONmPEM7vr5yC4xj+cj2MkGI5yY9qSR2QOtyU2CTMAMTkIo1UvyU9XRik/EEQZt6WdxFK2ZRNJeiBtYn7LSj7plb2PeyqR5WcB21uYD1EojZQ8MK5gXkoiaFRmEedVesY78V4lwnPlXX2hSRH7yJWU9vo4C9XRBI7OehOqkXuaDLbu1dbkJuukN+ndZrQXBvKzLPZv8J4hE/jdv57aFsd9/lJvuPtr6PIaQqT53/uAXaLaH2oZ7YXKzCBMi7PyIjEUj05pdDo8695IKv+wIeW4c2gyqpXAAAAABJRU5ErkJggg==) no-repeat 0px 0px;
}

a#icon-lang:hover:after {
  background-position: 0 -17px;
}

a#icon-lang:hover {
  color: #b78e63;
}

#languages a.flag-Deutsch:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  margin: 0 5px -2px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAIAAAALR8HoAAAA2ElEQVQoFQXBoa0WYRQFwDl3P1pAIZAUQC+0AGp7+T2CIl5CQyQ4FIrsPczkvu+2M7O7SQAAAADg4PV6AQAAAABw3/ckQRAMAAAARIzttDUpGAUAAJhIddaZY/Lz/YfkYrOeC6EAQUiz2avX2/bg8+9fD6hegIQCimVYeeP02SWEFYRqAQEJodo+J+nfr59o12hnAtBKkLa1Jqeu6zptPn77YyvRSqCVAFqJ1sTDjz1JPQCJ0kq0IApKiSczjIsQEEIAwoRCK3DY+/sXNgkAAAAez+m7Tvj3H8izbOKBEQ+cAAAAAElFTkSuQmCC);
}

#languages ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: url(iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOUlpb6BAAB7QFEby7VKQAAAABJRU5ErkJggg==);
  background: rgba(27, 27, 26, 0.95);
  position: absolute;
  top: 29px;
  right: 0px;
  z-index: 10;
  padding: 9px 0 14px 0;
  min-width: 140px;
  border-top: 1px solid #fff;
}

#languages ul li {
  margin: 0;
  text-align: right;
}

#languages ul li a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0 20px 5px 8px;
  white-space: nowrap;
}

#languages:hover ul {
  visibility: visible;
  opacity: 1;
}

/* MAIN MENU */
#main-menu {
  position: absolute;
  right: 200px;
  bottom: 9px;
}

#main-menu li {
  float: left;
  position: relative;
}

#main-menu &gt; ul &gt; li &gt; a {
  border-top: 1px solid #4d4e51;
  display: block;
  font: 12px "Georgia", "Times New Roman", serif;
  line-height: 35px;
  padding: 0 8px;
  text-transform: uppercase;
  text-decoration: none;
}

#main-menu &gt; ul &gt; li.parent:hover &gt; a {
  padding-bottom: 1px;
  margin-bottom: -1px;
}

#main-menu a {
  color: #fff;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

#main-menu &gt; ul &gt; li:hover &gt; a {
  border-color: #fff;
}

#main-menu li:hover &gt; a,
#main-menu .active {
  border-top-color: #fff;
  color: #f3d1a9;
}

#main-menu li:hover &gt; a {
  background-color: #323538;
}

#main-menu ul ul {
  background-color: #323538;
  border-bottom: 1px solid #52575d;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 37px;
  left: 0;
  width: 211px;
  transition: opacity 0.5s;
}

#main-menu &gt; ul &gt; li:last-child &gt; ul {
  left: auto;
  right: 0;
}

#main-menu ul ul ul {
  background-color: #6a7179;
  top: 0;
  left: 100%;
}

#main-menu &gt; ul &gt; li:last-child &gt; ul ul {
  left: auto;
  right: 100%;
}

#main-menu li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
}

#main-menu ul ul li {
  float: none;
}

#main-menu ul ul li a {
  border-bottom: 1px solid #323538;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 20px;
  text-transform: uppercase;
}

#main-menu ul ul li:hover a,
#main-menu ul ul li a.active {
  background-color: #6a7179;
  border-bottom-color: #232528;
}

#main-menu ul ul ul li a {
  border-bottom-color: #6a7179 !important;
}

#main-menu ul ul ul li a:hover,
#main-menu ul ul ul li a.active {
  background-color: #414549;
  border-bottom-color: #232528 !important;
}

.overflowmainmenu {
  width: 100%;
  position: absolute;
  height: 71px;
  z-index: 0;
  overflow: hidden;
}

.overflowmainmenu .wrapper:after {
  border-top: 1px solid #4d4e51;
  content: "";
  position: absolute;
  left: 100%;
  top: 34px;
  width: 10000px;
}

.sticky-header #header {
  background: #000000;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.sticky-header #header #logo {
  background: none;
  width: 120px;
  height: 80px;
  top: 0px;
}
.sticky-header #header #logo:before {
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}

/* PHOTOS */
#photos {
  background: #fff;
  height: 100%;
  min-height: 600px;
  position: relative;
  margin-bottom: -150px;
  z-index: 1;
}

#photo-wrap {
  background-color: #232323;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 150px;
  min-width: 970px;
}

#photos img {
  display: inline-block;
  height: 100%;
}

#photos figure {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  /*	background-attachment:fixed;*/
  background-repeat: no-repeat;
  transition: background 1000ms;
  text-align: center;
}

#photos figure:first-child {
  display: block;
}

#photos .arrows a {
  background-position: -540px -120px;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -30px;
  text-indent: -1000em;
  height: 60px;
  width: 60px;
  z-index: 10;
}

#photos .arrows a.next {
  background-position: -600px -120px;
  left: auto;
  right: 40px;
}

#photos figcaption a {
  color: inherit;
}

#photos figcaption {
  color: #fff;
  font-size: 31px;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  margin-left: -485px;
  width: 970px;
}

#photos figcaption strong {
  display: block;
  font-size: 18px;
  line-height: 70px;
  margin-top: 20px;
}

#photos .marketing-blk {
  color: #000;
}

/* STYLISH SELECT */
.newListSelected {
  height: auto;
  float: none;
  line-height: 1;
  width: auto;
  margin-right: 10px;
}

.stylish-select .selectedTxt {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  height: 15px;
  line-height: 15px;
  font: 15px "Times", serif;
  padding: 8px 30px 8px 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.stylish-select #content-area .selectedTxt {
  background-color: #fcfcfc;
  border-color: #cec2af;
  color: #323538;
}

.stylish-select .selectedTxt:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 15px;
  height: 0;
  width: 0;
}

.stylish-select #content-area .selectedTxt:after {
  border-top-color: #323538;
}

.stylish-select ul.newList {
  background: #323538;
  border: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.stylish-select ul.newList a {
  border-bottom: 1px solid #323538;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

.stylish-select ul.newList a.hiLite,
.stylish-select ul.newList a:hover {
  background-color: #6a7179;
  border-bottom-color: #232528;
  color: #f6c68e;
}

.stylish-select #content-area ul.newList {
  background: #fff;
  border: 1px solid #ede4d8;
  list-style: none;
}

.stylish-select #content-area ul.newList a {
  border-bottom-color: #ede4d8;
  color: #b38e62;
  text-shadow: 0 0 0 #fff;
}

.stylish-select #content-area ul.newList a.hiLite,
.stylish-select #content-area ul.newList a:hover {
  background-color: #b38e62;
  border-bottom-color: #b38e62;
  color: #fff;
}

/* BOOKING */
#booking {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2PU0FB7xkABYBw1gGE0DBhGwwCYh4ZBOgAA0goV0dpDfZ0AAAAASUVORK5CYII=);
  background: rgba(40, 40, 38, 0.9);
  top: -80px;
  position: relative;
  margin-bottom: -81px;
  z-index: 2;
  /* IE */
  float: left;
  width: 100%;
}

#booking.fixed {
  position: fixed;
  top: 0 !important;
  margin-bottom: 0;
  width: 100%;
}

#booking.calendar {
  top: 140px;
  margin-bottom: 0;
}

#booking.fixed + * {
  margin-top: 0;
}

#booking .sidebar {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#booking .sidebar dl {
  float: left;
  padding-top: 22px;
  margin-left: 20px;
}

#booking .sidebar dt {
  font: 13px "Times", "Times New Roman", serif;
  text-align: left;
}

#booking .sidebar dd {
  color: #f6c68e;
  font-size: 17px;
  position: relative;
}

#booking #local-weather dd a {
  color: #f6c68e;
  padding-right: 54px;
}

#socials-likes {
  position: absolute;
  right: 0;
  left: 50%;
  top: 5px;
}

.sidebar #socials-likes {
  position: relative;
  left: auto;
  top: auto;
  height: 40px;
  margin-bottom: 20px;
}

#socials-likes .finger {
  background-position: -340px 0;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px;
}

#socials-likes.hovered ul {
  display: block;
}

#socials-likes ul {
  border: 1px solid #cec2af;
  display: none;
  padding: 7px 30px 3px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

#socials-likes ul li {
  width: 90px;
}

.weather .ic {
  background: url(images/weather-sprite.png) no-repeat 100% 100px;
  background-image: url(images/weather-sprite.svg), none;
  display: block;
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  width: 40px;
}

/* WEATHER STYLES */
.weather .w3200 {
  background-position: 0 0 !important;
}

/* not available */
.weather .w8 {
  background-position: 0 -440px !important;
}

/* reezing drizzle */
.weather .w9 {
  background-position: 0 -440px !important;
}

/* drizzle */
.weather .w11 {
  background-position: 0 -440px !important;
}

/* showers */
.weather .w14 {
  background-position: 0 -560px !important;
}

/* light snow showers */
.weather .w24 {
  background-position: 0 -360px !important;
}

/* windy */
.weather .w37 {
  background-position: 0 -480px !important;
}

/* isolated thunderstorms */
.weather .w38 {
  background-position: 0 -480px !important;
}

/* scattered thunderstorms */
.weather .w23 {
  background-position: 0 -480px !important;
}

/* blustery */
.weather .w26 {
  background-position: 0 -320px !important;
}

/* cloudy */
.weather .w19 {
  background-position: 0 -360px !important;
}

/* dust */
.weather .w13 {
  background-position: 0 -560px !important;
}

/* snow flurries */
.weather .w20 {
  background-position: 0 -360px !important;
}

/* foggy */
.weather .w21 {
  background-position: 0 -360px !important;
}

/* haze */
.weather .w15 {
  background-position: 0 -560px !important;
}

/* blowing snow */
.weather .w25 {
  background-position: 0 -560px !important;
}

/* cold */
.weather .w28 {
  background-position: 0 -80px !important;
}

/* mostly cloudy (day) */
.weather .w30 {
  background-position: 0 -80px !important;
}

/* partly cloudy (day) */
.weather .w34 {
  background-position: 0 -40px !important;
}

/* fair (day) */
.weather .w44 {
  background-position: 0 -320px !important;
}

/* partly cloudy */
.weather .w10 {
  background-position: 0 -600px !important;
}

/* freezing rain */
.weather .w12 {
  background-position: 0 -600px !important;
}

/* showers */
.weather .w40 {
  background-position: 0 -600px !important;
}

/* scattered showers */
.weather .w5 {
  background-position: 0 -400px !important;
}

/* mixed rain and snow */
.weather .w6 {
  background-position: 0 -400px !important;
}

/* mixed rain and sleet */
.weather .w7 {
  background-position: 0 -400px !important;
}

/* mixed snow and sleet */
.weather .w18 {
  background-position: 0 -400px !important;
}

/* sleet */
.weather .w22 {
  background-position: 0 -360px !important;
}

/* smoky */
.weather .w41 {
  background-position: 0 -560px !important;
}

/* heavy snow */
.weather .w42 {
  background-position: 0 -560px !important;
}

/* scattered snow showers */
.weather .w43 {
  background-position: 0 -560px !important;
}

/* heavy snow */
.weather .w46 {
  background-position: 0 -560px !important;
}

/* snow showers */
.weather .w16 {
  background-position: 0 -560px !important;
}

/* snow */
.weather .w39 {
  background-position: 0 -520px !important;
}

/* scattered thunderstorms */
.weather .w32 {
  background-position: 0 0 !important;
}

/* sunny */
.weather .w36 {
  background-position: 0 0 !important;
}

/* hot */
.weather .w0 {
  background-position: 0 -480px !important;
}

/* tornado */
.weather .w1 {
  background-position: 0 -480px !important;
}

/* tropical storm */
.weather .w2 {
  background-position: 0 -480px !important;
}

/* hurricane */
.weather .w3 {
  background-position: 0 -480px !important;
}

/* severe thunderstorms */
.weather .w4 {
  background-position: 0 -480px !important;
}

/* thunderstorms */
.weather .w35 {
  background-position: 0 -480px !important;
}

/* mixed rain and hail */
.weather .w17 {
  background-position: 0 -480px !important;
}

/* hail */
.weather .w31 {
  background-position: 0 -640px !important;
}

/* clear (night) */
.weather .w45 {
  background-position: 0 -800px !important;
}

/* thundershowers */
.weather .w47 {
  background-position: 0 -800px !important;
}

/* isolated thundershowers */
.weather .w27 {
  background-position: 0 -680px !important;
}

/* mostly cloudy (night) */
.weather .w29 {
  background-position: 0 -680px !important;
}

/* partly cloudy (night) */
.weather .w33 {
  background-position: 0 -680px !important;
}

/* fair (night) */
/* END OF WEATHER STYLES */
#booking .wrapper {
  height: 80px;
}

#booking:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDwAWKyAeOoAQyjYcAwGgbAfDAM0gEAVI4E0SXPaX0AAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  margin-left: 185px;
  z-index: 0;
}

#booking p {
  float: left;
  line-height: 35px;
  padding-top: 23px;
  position: relative;
}

#booking p.controls {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

#booking label {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

#booking input[type=text],
#booking input[type=date] {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font: 15px "Times", serif;
  height: 15px;
  line-height: 15px;
  margin: 0 10px 0 5px;
  padding: 8px 10px;
  width: 78px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#booking .button {
  background: none;
  border: 0;
  color: #f6c68e;
  font-size: 21px;
  height: auto;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  vertical-align: top;
  transition: color 0.5s ease-out;
}

#booking .button:hover {
  color: #fff;
}

#booking small {
  display: block;
  line-height: 1;
  margin-top: -10px;
  padding: 0 10px;
}

#booking.light,
#booking.light:after {
  background: #fff;
}

#booking.light p.controls,
#booking.light .sidebar,
#booking.light label,
#booking.light input[type=text],
#booking.light input[type=date] {
  color: #323538;
}

#booking.light input[type=text],
#booking.light input[type=date] {
  background-color: #e1e8ef;
  border-color: #e1e8ef;
}

#booking.light .button {
  color: #808891;
  text-shadow: 0 0 0 #fff;
}

#booking.light .button:hover {
  color: #323538;
}

.stylish-select #booking.light .selectedTxt {
  background: #e1e8ef !important;
  border: 1px solid #e1e8ef !important;
  color: #323538;
}

.stylish-select #booking.light .selectedTxt:after {
  border-top-color: #323538;
}

#booking,
#booking:after,
#booking p.controls,
#booking .sidebar,
#booking label,
#booking input[type=text],
#booking.light .button,
.stylish-select #booking .selectedTxt,
.stylish-select #booking.light .selectedTxt:after {
  transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}

/* DATEPICKER */
table.jCalendar {
  background: #fff;
  width: auto;
}

table.jCalendar thead tr {
  background: url(images/button-sprites.png) repeat;
}

table.jCalendar th {
  background: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
  font-size: 15px;
  height: 30px;
}

table.jCalendar td {
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}

table.jCalendar td.selected {
  background-color: #52575d;
}

table.jCalendar td.dp-hover {
  background-color: #6a7179;
}

table.jCalendar td.today {
  background-color: #6a7179 !important;
  color: #f6c68e;
}

div#dp-popup {
  background: none;
  border-color: #4d4e51;
}

div.dp-popup h2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2PU0FB7xkABYBw1gGE0DBhGwwCYh4ZBOgAA0goV0dpDfZ0AAAAASUVORK5CYII=);
  background: rgba(40, 40, 38, 0.9);
  color: #fff;
  font-size: 21px;
  line-height: 40px;
}

/* CONTENT AREA */
#content-area {
  background-color: #fcfaf6;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}

/* SIDEBAR */
.sidebar {
  float: right;
  text-align: center;
  width: 290px;
}

#content-area .sidebar {
  padding-bottom: 40px;
}

#content-area .sidebar img {
  display: block;
  margin-bottom: 23px;
}

.sidebar + * {
  margin-right: 290px;
}

.sidebar + .content {
  background: url(images/submenushadow.png) repeat-y 690px 0;
  padding-right: 30px;
  position: relative;
}

.sidebar + .content:after {
  background: url(images/submenushadow-top.png) no-repeat 100% 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
}

.home .content {
  background-image: none;
}

.home .content:after {
  display: none;
}

#submenu {
  text-align: left;
  font-family: "Georgia";
}

#submenu h4 {
  color: #808891;
  font-size: 17px;
}

#submenu h4 a {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 30px;
}

#submenu h4 a:hover {
  color: #323538;
}

#submenu li a {
  border-top: 1px solid #ede4d8;
  color: #b38e62;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 10px 10px 45px;
  text-transform: uppercase;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}

#submenu li:first-child a {
  border-top: 0;
}

#submenu li a.active,
#submenu li a:hover {
  background: #b38e62;
  border-top-color: #b38e62;
  color: #fff;
}

#submenu ul ul {
  background-color: #f7f2ec;
  padding: 5px 0 10px;
}

#submenu ul ul li {
  padding-left: 10px;
}

#submenu ul ul a {
  border: 0;
  font-size: 12px;
  line-height: 19px;
  padding: 3px 10px 3px 45px;
}

#submenu ul ul a:hover,
#submenu ul ul a.active {
  background: none;
  color: #6e563a;
}

#submenu ul ul ul a {
  text-transform: none;
}

/* CONTENT */
.content {
  overflow: hidden;
  padding-bottom: 40px;
}

.inline-widget {
  background-color: #fcfaf6;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.inline-widget &gt; h1,
.inline-widget &gt; h2 {
  display: none;
}

.inline-widget &gt; .wrapper {
  padding: 50px 0;
}

.quote {
  background: #fff;
  line-height: 3;
  position: relative;
  z-index: 1;
}

.quote strong {
  color: #808891;
  display: block;
  font-weight: normal;
  font-size: 13px;
  text-align: right;
}

.quote .wrapper {
  padding: 40px 100px;
  width: 830px;
  margin: 50px auto;
}

.quote .wrapper:before,
.quote .wrapper:after {
  background-position: -480px -120px;
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 60px;
  bottom: 0;
  right: 0;
}

.quote .wrapper:before {
  background-position: -420px -120px;
  left: 0;
  top: 0;
}

.content h1 {
  font-size: 36px;
  color: #323538;
  line-height: 1;
}

.content h2 {
  font-size: 26px;
  color: #808891;
  margin-bottom: 20px;
}

.content h3 {
  font-size: 23px;
  color: #b38e62;
}

.content p,
.content table,
.summary p,
.summary table {
  margin: 0 0 15px;
  overflow: visible;
}

.content strong,
.summary strong {
  font-weight: bold;
}

.content em,
.summary em {
  font-style: italic;
}

.content u,
.summary u {
  text-decoration: underline;
}

.content ol,
.summary ol {
  list-style: square inside;
  margin-bottom: 15px;
}

.content ul ul,
.content ul ol,
.content ol ol,
.content ol ul,
.summary ul ul,
.summary ul ol,
.summary ol ol,
.summary ol ul {
  margin: 0 0 0 15px;
}

.content ol,
.summary ol {
  list-style-type: decimal;
}

#content-area .content ul,
.summary ul {
  margin-bottom: 15px;
}

#content-area .content ul li,
.summary ul li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}

#content-area .content ul li:after,
.summary ul li:after {
  content: "•";
  color: #b38e62;
  position: absolute;
  left: 0;
  top: 0;
}

.content td,
.content th,
.summary td,
.summary th {
  background: #f0f0f0;
  padding: 5px 10px;
  text-align: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.content tr.odd td,
.summary tr.odd td {
  background: #f5f5f5;
}

.content th,
.summary th {
  font-weight: bold;
  background: none;
  padding: 8px 10px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.content table p,
.summary table p {
  margin: 5px;
}

/* CONTENT -&gt; Socials */
/* CONTENT -&gt; Specials */
/* CONTENT -&gt; Map */
#map-canvas {
  height: 500px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

#map-canvas h4,
#map-canvas p {
  font-size: 11px;
  line-height: 13px;
  margin: 3px 0 0;
  white-space: nowrap;
}

#map-canvas h4 {
  font-size: 12px;
  margin: 0;
}

/* CONTENT -&gt; Careers */
.content .careers .narrow {
  width: 20%;
}

/* CONTENT -&gt; PDF button and PDF size */
.content a.pdf {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.content a.pdf .icon {
  width: 16px;
  height: 16px;
  background: url("../images/common.png") -800px 0 no-repeat;
}

.content a.pdf:hover .icon {
  background-position: -836px 0;
}

body.home .content a.pdf {
  font-size: 10px;
}

.content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}

/* CONTENT -&gt; Gallery */
#hebs-gallery .newListSelected {
  background: none;
  position: absolute !important;
  top: 3px;
  left: 15px;
  z-index: 2;
}

#hebs-gallery .selectedTxt {
  min-width: 100px;
  border-color: #454545;
}

#hebs-gallery ul.newList {
  overflow: visible;
}

.content .galleries {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.content .gallery {
  float: left;
  width: 227px;
  margin: 0 0 15px 17px;
}

.content .gallery:first-child {
  margin-left: 0;
}

.content .gallery.new-line {
  clear: left;
  margin-left: 0;
}

.content .gallery h4 {
  margin-bottom: 5px;
  text-align: left;
}

.content .gallery .thumbnail {
  float: none;
  margin: 0 0 10px;
}

.content .gallery div {
  font-size: 12px;
}

/* CONTENT -&gt; Sitemap */
.content .sitemap-description {
  font-size: 13px;
}

/* CONTENT -&gt; Forms */
.content .form {
  margin-bottom: 15px;
}

.content .form input[type=text],
.content .form input[type=date],
.content .form textarea {
  border: 1px solid #cec2af;
  background: #fcfcfc;
  padding: 0 10px;
  font: 15px "Times", serif;
  color: #323538;
  resize: none;
}

.content .form input[type=text]:active,
.content .form input[type=text]:focus,
.content .form textarea:active,
.content .form textarea:focus {
  border-color: #b38e62;
  background: #fff;
}

.content .form input[type=text],
.content .form input[type=date] {
  height: 15px;
  line-height: 15px;
  padding: 8px 10px;
  width: 240px;
}

.content .form textarea {
  height: 74px;
  padding: 5px;
  width: 240px;
  overflow: auto;
}

.content .form input[type=checkbox],
.content .form input[type=radio] {
  width: 14px;
  height: 14px;
  margin: 0;
}

.content .form {
  display: block;
  overflow: visible;
}

.content .form h3 {
  text-align: right;
  padding: 0;
  margin: 10px 0 5px;
  width: 40%;
}

.content .form p {
  display: block;
  width: 100%;
  padding: 5px 0;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.content .form p:after {
  content: "​";
  visibility: hidden;
  height: 0;
  display: block;
  width: 100%;
  clear: both;
}

.content .form p.odd2 {
  background: #fefdfc;
}

.content .form p span {
  float: left;
  margin: 0 10px 0 0;
}

.content .form p span input {
  display: inline;
  float: none;
  margin: 0;
}

.content .form select {
  margin: 2px 0 0;
}

.content .form label {
  width: 40%;
  float: left;
  text-align: right;
  padding: 8px 0;
  margin-right: 10px;
  line-height: 18px;
}

.content .form span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}

.content .form label em {
  color: red;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}

.content .form input.date-pick,
.content .form input[type=date] {
  width: 90px;
  float: left;
}

.content .form a.dp-choose-date {
  float: left;
  position: static;
  margin: 7px 0 0 6px;
}

.content .form span.group label {
  display: block;
}

.content .form span.group label input {
  margin-right: 0.4em;
}

.content .form .controls p {
  padding: 20px 0 0 40%;
  background: none;
}

.content .form .controls input {
  margin-left: 10px;
}

.content .form .formError {
  line-height: 18px;
}

/* FOOTER */
#footer {
  position: relative;
  height: 450px;
  z-index: -1;
}

#footer .wrapper {
  color: #808891;
  padding: 50px 0;
  position: fixed;
  bottom: 0;
  text-align: center;
  left: 50%;
  margin-left: -485px;
  box-sizing: border-box;
}

#stay {
  margin: 0 20px;
}

#footer-menu {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding-bottom: 23px;
}

#footer-menu ul {
  display: flex;
  align-items: center;
}

#footer-menu li {
  display: inline-block;
  font-family: "port_lligat_slabregular";
  text-transform: uppercase;
}

#footer-menu a {
  color: #808891;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 20px;
}

#footer-menu form #stayconnected-email {
  border-top: 1px solid #808891;
  border-bottom: 1px solid #808891;
  padding: 4px;
  border-left: none;
  border-right: none;
  background: #E4E0EF;
  margin-left: 15px;
}

#footer-menu form #stayconnected-email::-webkit-input-placeholder {
  font-family: "port_lligat_slabregular";
  color: #808891;
}

#footer-menu form input[type=submit] {
  width: 25px;
  text-indent: -1000px;
  height: 25px;
  overflow: hidden;
  z-index: 2;
  border: none;
  background-image: url(images/sprites.svg);
  background-position: -343px -31px;
  vertical-align: middle;
  background-color: #52575d;
}
#footer-menu form input[type=submit]:hover {
  background-color: #9a7850;
}

#signup-form fieldset {
  display: flex;
}

#footer-menu a.active,
#footer-menu a:hover {
  color: #f3d1a9;
}

#footer .adr,
#footer .tel {
  padding-right: 15px;
  text-transform: uppercase;
}

#footer small {
  color: #808891;
  font-family: "Open Sans", "Tahoma", sans-serif;
  font-size: 10px;
}

#footer small + small:before {
  content: "•";
  margin-right: 5px;
}

#footer #logos {
  clear: both;
  box-sizing: border-box;
  text-align: center;
  padding: 35px 0px 30px;
  display: table;
  margin: 0 auto;
  vertical-align: middle;
  border-spacing: 25px 5px;
}

#footer #logos .footer-logo {
  background-position: 0px -265px;
  display: table-cell;
  height: 120px;
  text-indent: -1000em;
  width: 158px;
  margin: 0px 30px;
  position: relative;
  vertical-align: middle;
}

#footer #logos .footer-logo a {
  display: block;
  height: 100%;
}

#footer #logos .footer-logo.cara {
  background-position: 0px -255px;
}

#footer #logos .footer-logo.award {
  background: url(images/wine-spectator-2024.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
}

#footer #logos .footer-logo {
  background-position: -158px -255px;
}
#footer #logos .footer-logo.forbes {
  background: url(images/forbes-guide-2025.png) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 160px;
}
#footer #logos .footer-logo.virtuoso-pref-logo {
  background: url(images/virtuoso-preferred.png) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 160px;
}
#footer #logos .footer-logo.five-dimond-logo {
  background: url(images/five-dimond-award.png) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 160px;
}

#footer #logos .footer-logo.virtuoso {
  background-position: -316px -255px;
}

#footer #logos .footer-logo.wine-spectator {
  background: url(images/michelin.png) 50% 50% no-repeat;
  background-size: auto 100%;
}

#footer #logos .footer-logo.cadillac-logo {
  background: url(images/cadillac-logo.png) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 220px;
}

#footer #logos .footer-logo.lfp {
  background-position: -632px -265px;
}

#footer .lafargetext {
  color: #808891;
  display: block;
  margin-top: 20px;
  text-indent: 0;
  font-size: 11px;
  line-height: 12px;
}

/* SOCIALS */
#socials {
  margin: 0 auto;
  position: relative;
}

#socials li {
  display: inline-block;
}

#socials a {
  color: #808891;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 5px 10px 5px 40px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0;
  margin-right: 10px;
  width: 113px;
}

#socials a:hover {
  background: #89b5ff url(images/social-hover-bg.png) repeat 0 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 0 #b9c4d0;
}

#socials a i {
  background-position: -370px 0;
  display: block;
  height: 30px;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  width: 30px;
}

#socials a:hover i {
  background-position: -370px -30px;
}

#socials a.twitter {
  width: 75px;
}

#socials a.twitter i {
  background-position: -400px 0;
}

#socials a.twitter:hover i {
  background-position: -400px -30px;
}

#socials a.googleplus {
  width: 72px;
  margin-left: 8px;
}

#socials a.googleplus i {
  background-position: -430px 0;
}

#socials a.googleplus:hover i {
  background-position: -430px -30px;
}

#socials a.pinterest {
  width: 91px;
}

#socials a.pinterest i {
  background-position: -460px 0;
}

#socials a.pinterest:hover i {
  background-position: -460px -30px;
}

#socials a.instagram {
  margin-right: 0;
  width: 104px;
}

#socials a.instagram i {
  background-position: -490px 0;
}

#socials a.instagram:hover i {
  background-position: -490px -30px;
}

/* TEMPLATES */
.template {
  color: #323538;
  font-size: 26px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.template h1 {
  color: #323538;
  font-size: 36px;
  margin-bottom: 10px;
}

.template h1 strong {
  color: #808891;
}

/* HOMEPAGE DINING BLOCK STYLES */
#hotel-list,
#specials-category-list {
  text-align: center;
  padding: 20px 0;
}

#hotel-list li,
#specials-category-list li {
  display: inline-block;
}

#hotel-list a,
#specials-category-list a {
  border: 1px solid transparent;
  color: #323538;
  display: inline-block;
  font-size: 18px;
  line-height: 38px;
  padding: 0 10px;
  text-transform: uppercase;
  transition: border-color 0.5s;
}

#hotel-list a.active,
#hotel-list a:hover,
#specials-category-list a.active,
#specials-category-list a:hover {
  border-color: #323538;
}

#rooms-reasons,
#homepage-dining {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#rooms-reasons #reasons-bg,
#homepage-dining #dining-bg {
  display: none;
}

#rooms-reasons:after,
#homepage-dining:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2P8////GQYKAOOoAQyjYcAwGgbAPDQM0gEAUF48oSnkrSAAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#homepage-dining .inner {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2P8////MwYKAOOoAQyjYcAwGgbAPDQM0gEAy9s+QTokaSIAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.9);
  float: left;
  color: #323538;
  font-size: 15px;
  padding: 9px;
  text-align: center;
  vertical-align: middle;
}

#homepage-dining .bordered {
  border: 1px solid #cec2af;
  display: inline-block;
  color: #323538;
  font-size: 15px;
  height: 550px;
  text-align: center;
  vertical-align: middle;
}

#homepage-dining .bordered:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  visibility: hidden;
}

#homepage-dining .bordered .centered {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  width: 306px;
}

#homepage-dining .centered ul,
#homepage-dining .centered p,
#homepage-dining .centered h2 {
  padding-bottom: 25px;
}

#homepage-dining .centered h2 {
  color: #808891;
  font-size: 26px;
}

#homepage-dining .dining-logo + * {
  margin-top: 20px;
}

#homepage-dining .button {
  font-size: 13px;
  font-weight: bold;
}

#homepage-dining .thumbs {
  overflow: hidden;
}

#homepage-dining .thumb {
  float: left;
  margin: 0 0 30px 30px;
}

#homepage-dining .wide {
  clear: both;
  margin-bottom: 0;
}

#homepage-dining .thumb img {
  display: block;
}

/* HOMEPAGE LOCATION BLOCK STYLES */
#homepage-location #gmap {
  position: absolute !important;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

#homepage-location .image-block {
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 30px 77px 170px 0;
  text-align: center;
}

#homepage-location .image-block h3 {
  color: #b38e62;
  font-size: 21px;
}

#homepage-location .image-block h3 a {
  color: inherit;
}

#homepage-location .image-block h3 a:hover {
  color: #323333;
}

#homepage-location .image-block .img {
  position: absolute;
  height: 160px;
  width: 100%;
  z-index: 0;
  bottom: 0;
}

#homepage-location .image-block img {
  display: block;
}

#homepage-location .image-block .descr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2M0MjF/xkABYBw1gGE0DBhGwwCYh4ZBOgAAD8wYQUvKpGoAAAAASUVORK5CYII=);
  background: rgba(50, 53, 56, 0.9);
  color: #fff;
  display: block;
  font: 12px Arial, sans-serif;
  padding: 20px;
  position: absolute;
  bottom: 0;
  height: 120px;
  z-index: 1;
  vertical-align: middle;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

#homepage-location .image-block .descr:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 1;
}

#homepage-location .image-block .descr:active {
  top: auto;
}

#homepage-location .image-block .descr:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -0.25em;*/
  width: 0;
}

#homepage-location .image-block .descr .centered {
  display: inline-block;
  vertical-align: middle;
  width: 227px;
}

#homepage-location .image-block .link {
  display: block;
  font-size: 16px;
  padding: 15px 0 0;
}

/* HOMEPAGE PRESS ROOM BLOCK STYLES */
#homepage-pressroom {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#homepage-pressroom .pressroom-entry {
  float: left;
  font-size: 15px;
  text-align: justify;
  padding-bottom: 40px;
  margin-left: 80px;
  width: 270px;
}

#homepage-pressroom .pressroom-entry:first-child {
  margin-left: 0;
}

#homepage-pressroom .bx-wrapper .pressroom-entry,
#homepage-pressroom .pressroom-entry:first-child {
  margin-left: 0;
}

#homepage-pressroom h1 + .pressroom-entry {
  margin-left: 0;
}

#homepage-pressroom .pressroom-entry h1, #homepage-pressroom .pressroom-entry h3 {
  border-bottom: 1px solid #d4d6d9;
  color: #b38e62;
  font-size: 20px;
  font-family: "Times";
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#homepage-pressroom .bx-prev,
#homepage-pressroom .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 59px;
  width: 31px;
  text-indent: -9999px;
  overflow: hidden;
  left: 50%;
  margin: auto 0;
}

#homepage-pressroom .bx-prev {
  margin-left: -560px;
  background-position: -194.5px -120.5px;
}

#homepage-pressroom .bx-prev:hover {
  background-position: -254.503px -120.5px;
}

#homepage-pressroom .bx-next {
  margin-left: 520px;
  background-position: -314.506px -120.5px;
}

#homepage-pressroom .bx-next:hover {
  background-position: -374.223px -120.5px;
}

#homepage-pressroom .bx-viewport {
  height: 120px !important;
}

/* ROOMS OPTIONS STYLES */
.room-options {
  border-left: 1px solid #ede4d8;
  float: right;
  color: #808891;
  font: 11px "Georgia";
  overflow: hidden;
  width: 291px;
  margin: 0 0 20px 30px;
}

.room-options dt,
.room-options dd {
  border-top: 1px solid #ede4d8;
  line-height: 1.2;
  padding: 12px 0;
}

.room-options dt:first-child,
.room-options dt:first-child + dd {
  border-top: 0;
}

.room-options dt {
  color: #b38e62;
  clear: left;
  float: left;
  margin-left: 34px;
  padding-right: 10px;
  text-transform: uppercase;
  width: 90px;
}

.room-options dd {
  overflow: hidden;
}

/* ROOMS REASONS TEMPLATE STYLES */
#rooms-reasons {
  overflow: hidden;
}

#rooms-reasons dl {
  color: #3f4245;
  font-size: 12px;
  float: left;
  text-align: center;
  width: 270px;
  margin-left: 80px;
}

#rooms-reasons dl.first {
  margin-left: 0;
}

#rooms-reasons dt {
  color: #49535d;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* AMENITIES */
.amenities {
  background: url(images/submenushadow.png) repeat-y 691px 0;
}

.amenities h1 {
  padding-bottom: 30px;
  font-size: 35px;
  line-height: 31px;
}

.amenities h3 {
  border-bottom: 1px solid #ede4d8;
  color: #b38e62;
  font: 11px "Georgia";
  padding: 3px 0;
  text-transform: uppercase;
  margin-right: 80px;
  margin: 0;
}

.amenities h3,
.amenities h3 + ul {
  display: inline-block;
  width: 270px;
  vertical-align: top;
}

.amenities h3 + ul {
  color: #808891;
  font: 11px "Georgia";
  margin: 27px 83px 30px -270px;
  overflow: hidden;
}

.amenities h3 + ul.odd {
  margin: 27px 10px 0 -280px;
}

.amenities h3 + ul li {
  list-style: none;
  margin: 0 11px 5px;
}

.amenities h3 + ul.odd li {
  margin-left: 21px;
}

.amenities h3 + ul li:after {
  display: none;
}

.inneramenities {
  width: 700px;
  float: left;
}

.additionalinfo {
  overflow: hidden;
  position: relative;
}

.additionalinfo h4 {
  font: 13px "Georgia";
  border-top: 1px solid #eeedea;
  color: #808891;
  padding: 11px 0 13px 45px;
  margin: 0;
  position: relative;
}

.additionalinfo h4.hoveron {
  cursor: pointer;
}

.additionalinfo h4.hoveron:after {
  border-left: 4px solid #808891;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 31px;
  top: 15px;
  height: 0;
  width: 0;
}

.additionalinfo h4:first-child {
  border: none;
}

.additionalinfo h4.hoveron:hover {
  color: #323538;
}

.additionalinfo h4 + p {
  font-size: 12px;
  color: #323538;
  padding: 0 0 0 45px;
  line-height: 14px;
  margin-top: -13px;
  display: none;
}

.additionalinfo h4.opened:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #808891;
  left: 28px;
  top: 16px;
}

/* PROMO TILES */
#promos #switch {
  font-size: 36px;
  color: #808891;
}

#promos #switch li {
  display: inline-block;
  margin-bottom: 40px;
}

#promos #switch .active {
  color: #323538;
}

/* UPCOMING EVENTS */
.promo-events-wrapper .promos-block {
  position: relative;
  margin-bottom: 40px;
}
.promo-events-wrapper .promos-block ul {
  display: table;
  clear: both;
}
.promo-events-wrapper .events-block {
  position: relative;
  margin-bottom: 60px;
}
.promo-events-wrapper .events-block ul {
  display: flex;
  clear: both;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promo-events-wrapper h3 {
  font-size: 23px;
  line-height: 1.2;
  color: #808891;
  margin-bottom: 40px;
}
.promo-events-wrapper h4 {
  color: #b38e62;
  font: 17px "gilda_displayregular";
  line-height: 1.2;
}
.promo-events-wrapper h4 a {
  color: #b38e62;
  font-style: italic;
}

/* CONTENT -&gt; Press room */
/* Categories */
#pressroom {
  margin-left: -35px;
}

#categories-list {
  margin: 0 0 40px;
  text-align: center;
}

#categories-list li {
  background: 0;
  display: inline-block;
  padding: 0 !important;
  margin: 0 5px;
}

#categories-list li:after {
  display: none;
}

#categories-list li a {
  border: 1px solid transparent;
  color: #323538;
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.5s ease-out;
}

#categories-list li a:hover,
#categories-list li.active a {
  border-color: #000;
}

#pressroom .pressroom-entry {
  background: #fff;
  display: inline-block;
  height: 388px;
  margin-left: 35px;
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 290px;
  box-sizing: border-box;
}

#pressroom .pressroom-entry .descr {
  line-height: 1.2;
  max-height: 197px;
  overflow: hidden;
}

#pressroom .pressroom-entry.wide .descr {
  max-height: 217px;
}

#pressroom .pressroom-entry .descr p {
  margin-bottom: 18px;
}

#pressroom .pressroom-entry img {
  display: block;
}

#pressroom .pressroom-entry .description {
  border: 1px solid #cec2af;
  display: inline-block;
  height: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
}

#pressroom .pressroom-entry .description:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
  /* Adjusts for spacing */
  width: 0;
}

#pressroom .pressroom-entry .description .centered {
  display: inline-block;
  vertical-align: middle;
  width: 233px;
}

#pressroom .pressroom-entry .description h1 {
  color: #b38e62;
  font: 23px "Times";
}

#pressroom .pressroom-entry .description a:hover {
  color: #b38e62;
}

#pressroom .pressroom-entry .description .date {
  font-size: 12px;
  color: #808891;
  margin: 15px 0 0;
}

/* Pressroom Image Type */
#pressroom .img {
  padding: 0;
}

#pressroom .img .description {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2P8////ZwYKAOOoAQyjYcAwGgbAPDQM0gEAiaE/ETiogssAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  max-height: 388px;
}

#pressroom .img .description .centered {
  border: 1px solid #cec2af;
  display: block;
  padding: 20px;
  width: auto;
}

#pressroom .img .description:after {
  display: none;
}

/* Pressroom Wide Type */
#pressroom .wide {
  width: 635px;
}

#pressroom .wide .description .centered {
  border: 0;
  padding: 0;
  width: 545px;
}

/* Pressroom Wide &amp; Image Type */
#pressroom .wide.img {
  padding: 10px;
}

#pressroom .wide.img img {
  position: absolute;
  left: 0;
  top: 0;
}

#pressroom .wide.img .description {
  background: none;
  border: 1px solid #cec2af;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  margin: 0 0 0 300px;
  box-sizing: border-box;
}

#pressroom .wide.img .description .centered {
  border: 0;
  padding: 0;
  width: 100%;
}

/* SPECIALS STYLES */
#specials {
  margin-left: -35px;
}

#specials .special {
  background: #fff;
  display: inline-block;
  height: 421px;
  margin-left: 35px;
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 300px;
  box-sizing: border-box;
}

#specials .special .special-wrap {
  display: inline-block;
  height: 100%;
  padding: 11px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
}

#specials .special .special-wrap:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
  /* Adjusts for spacing */
  width: 0;
}

#specials .special .special-wrap .centered {
  display: inline-block;
  vertical-align: middle;
  width: 277px;
  height: 398px;
  border: 1px solid #cec2af;
}

#specials .special img {
  display: block;
  width: 267px;
}

#specials .special .special-wrap h1 {
  color: #b38e62;
  display: block;
  font: 23px "Times";
}

#specials .special .special-wrap a:hover {
  color: #b38e62;
}

#specials .special .special-wrap .button:hover {
  color: #fff;
}

#specials .special .special-wrap .date {
  font-size: 12px;
  color: #808891;
  margin: 0 0 15px;
}

#specials .special .desc {
  padding: 13px 20px 0 20px;
  height: 175px;
}

#specials .special .btn {
  position: relative;
  bottom: 0;
  margin: 0 auto;
}

#specials .special #specials-img {
  width: 267px;
  height: 155px;
  margin: 5px auto 0px;
  overflow: hidden;
}

.galleries .img,
.calendar-event {
  background: #fff;
  display: inline-block;
  height: 388px;
  margin-left: 35px;
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  width: 300px;
  box-sizing: border-box;
}

.galleries .img img,
.calendar-event img {
  display: block;
  width: 100%;
}

.galleries .img .description,
.calendar-event .description {
  border: 1px solid #cec2af;
  display: inline-block;
  height: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
}

.calendar-event .description:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
  /* Adjusts for spacing */
  width: 0;
}

.calendar-event .description .centered {
  display: inline-block;
  vertical-align: middle;
  width: 233px;
}

.galleries .img .description .h1,
.calendar-event .description h1 {
  color: #b38e62;
  display: block;
  font: 23px "Times";
}

.galleries .img .description a:hover,
.calendar-event .description a:hover {
  color: #b38e62;
}

/* Custom Rooms Page */
.no-top-image #content-area {
  padding: 170px 0 0;
}

.no-top-image #content-area .wrapper {
  z-index: 1;
}

.no-top-image .background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 750px;
  opacity: 0.2;
  background-size: cover;
}

.no-top-image .background:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FCFAF6;
  background: -webkit-gradient(left top, left bottom, color-stop(75%, rgba(252, 250, 246, 0)), color-stop(100%, rgb(3, 0, 0)));
  background: linear-gradient(to bottom, rgba(252, 250, 246, 0) 75%, rgb(252, 250, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#FCFAF6", GradientType=0);
}

.rooms {
  text-align: justify;
}

.rooms:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.room {
  width: 233px;
  height: 233px;
  margin-bottom: 5px;
  background-color: #323538;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 0;
  color: #fff;
}

.room .book-room {
  background: url(images/wave_bg.jpg) no-repeat 0 0 #7B848D;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  height: 30px;
  padding: 0 13px;
  text-transform: uppercase;
  font: bold 13px/30px "Times";
  text-shadow: 0.5px 0.866px 1px #49515b;
  z-index: 9;
}

.room a.readmore {
  height: 100%;
  width: 100%;
  z-index: 1;
  color: inherit;
  display: table;
  text-align: center;
}

.room .info {
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  width: 100%;
}

.room p {
  margin: 0;
}

.room a.readmore:hover .info {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.room .full-desc,
.room .short-desc {
  font: 11px/13px "Arial";
  padding: 0 15px;
}

.room .short-desc {
  margin-bottom: 10px;
}

.room .info span {
  font-size: 16px;
  margin-top: 5px;
  text-decoration: underline;
  text-transform: capitalize;
}

.room .full-desc,
.room .info span {
  display: none;
}

.room a.readmore h3 {
  color: #fff;
  line-height: 25px;
}

.room a.readmore:hover .short-desc {
  display: none;
}

.room a.readmore:hover .full-desc,
.room a.readmore:hover span {
  display: block;
}

.room .price {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #b38e62;
  font: bold 18px/30px "Times";
  color: #fff;
  padding: 0 13px;
  transition: 0.1s all ease-in-out;
}

.room a.readmore:hover .price {
  right: -35%;
}

.room .bkg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.1s all ease-in-out;
  background-position: 50% 50%;
}

.room .bkg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(3, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(3, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#030000", GradientType=0);
}

.room a.readmore:hover + .bkg {
  opacity: 0.15;
  background-size: 105%;
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/* Specials Image Type */
.galleries .img,
.calendar-event.img,
#specials .img {
  padding: 0;
}

.galleries .img .description,
.calendar-event.img .description {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2P8////ZwYKAOOoAQyjYcAwGgbAPDQM0gEAiaE/ETiogssAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
}

.calendar-event.img .description .centered {
  border: 1px solid #cec2af;
  padding: 20px;
}

.calendar-event.img .description:after {
  display: none;
}

.single {
  overflow: hidden;
  margin: 20px 0 0;
}

.single .thumbnail {
  display: block !important;
  float: left !important;
  margin: 0 30px 30px 0 !important;
}

.single .inner {
  overflow: hidden;
}

.galleries .img &gt; a {
  display: block;
}

.calendar-event.img .description .centered,
.galleries .img .description .centered {
  border: 1px solid #cec2af;
  display: block;
  padding: 20px;
}

.galleries .img .description p {
  margin: 0;
}

/* CALENDAR STYLES */
#content-area.calendar-area {
  padding-top: 220px;
  width: 100% !important;
}

#calendar img {
  margin-left: 0 !important;
}

#calendar.list article {
  padding: 0 !important;
  margin-bottom: 35px !important;
}

#calendar.list &gt; article {
  margin: 0 0 0 -35px !important;
  padding: 0 !important;
}

#calendar.list &gt; .single {
  margin-left: 0 !important;
}

#calendar.list &gt; article &gt; .month-date {
  color: #b38e62;
  font-size: 23px;
  margin-left: 35px;
  padding: 0 0 15px;
}

#calendar.list &gt; article &gt; .month-date a {
  color: inherit;
}

#calendar.list .calendar-event {
  padding: 10px !important;
}

#calendar.list .calendar-event.img {
  padding: 0 !important;
}

#calendar-month a.active,
#calendar-month a {
  height: 2.5em !important;
  line-height: 2.5em !important;
  padding: 0 10px !important;
}

#calendar-month a:hover,
#calendar-month a.active {
  background-color: #b38e62 !important;
}

#calendar-year a,
#calendar-breadcrumb {
  border-color: #ede4d8 !important;
}

#calendar-year li.active a {
  border-color: #b38e62 !important;
  color: #b38e62 !important;
}

#content_cal h1 {
  padding-bottom: 10px !important;
}

#content_cal .single h1 {
  font-size: 36px;
}

#content_cal .date {
  color: #808891;
  font-size: 12px;
  padding-bottom: 10px;
}

#content_cal .single .date {
  color: #b38e62;
  font-size: 23px;
}

#content_cal .single .recurring {
  color: #808891;
  display: block;
  font-size: 14px;
}

#content_cal .summary {
  padding-bottom: 10px;
  overflow: hidden;
}

#calendar.grid #calendar_week li {
  color: #b38e62 !important;
}

#calendar-views a {
  color: #b38e62 !important;
}

#calendar-views a.active,
#calendar-views a:hover {
  color: #323538 !important;
}

/* if width 960, then block width (960-36)/7 = 132, 6px margin between cells */
#calendar.grid #calendar_week li,
#calendar.grid #calendar_days li {
  display: inline-block;
  width: 132px !important;
}

#calendar.grid #calendar_days .w1 dt {
  width: 132px !important;
}

#calendar.grid #calendar_days .w2 dt {
  width: 272px !important;
}

#calendar.grid #calendar_days .w3 dt {
  width: 412px !important;
}

#calendar.grid #calendar_days .w4 dt {
  width: 552px !important;
}

#calendar.grid #calendar_days .w5 dt {
  width: 692px !important;
}

#calendar.grid #calendar_days .w6 dt {
  width: 831px !important;
}

#calendar.grid #calendar_days .w7 dt {
  width: 970px !important;
}

/* SOCIAL LIKES */
.socials {
  margin-bottom: 10px;
}

.socials li {
  display: inline-block;
  width: 120px;
}

.socials li:after {
  content: none !important;
}

/* IPAD */
html.ipad div#dp-popup {
  display: none;
}

/* Floor Plans */
.floorinfo {
  height: 150px;
}

.floorinfo h1 {
  margin: 25px 0 15px 0;
}

.group {
  float: left;
  width: 315px;
  margin-right: 10px;
}

.group .title {
  font-weight: bold;
  float: left;
  width: 200px;
}

.group .point {
  float: left;
  width: 80px;
  margin-right: 30px;
  text-align: right;
}

.groupinfo {
  display: none;
}

.floorplanmap {
  position: relative;
  width: 584px;
  height: 365px;
  margin-bottom: 30px;
}

.floorplanmap img.floors {
  position: relative;
  width: 584px;
  height: 365px;
  z-index: 5;
  width: auto;
  height: auto;
  display: block;
  float: left;
}

.floorstatic {
  background: url(images/floorplan.jpg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 584px;
  height: 365px;
}

.floorplanmap .floors.hidden {
  display: none;
}

/* PRINT */
@media print {
  body,
  html {
    width: 960px;
    overflow: hidden;
  }
  html {
    height: auto;
  }
  * {
    background: none !important;
    border: none !important;
    color: #000 !important;
  }
  #header {
    position: relative;
  }
  #top-menu,
  #main-menu,
  #footer,
  #photos,
  #booking,
  #promos,
  #content-area .sidebar,
  #content_cal header,
  #calendar-breadcrumb,
  #content-area.calendar-area .content {
    display: none !important;
  }
  #logo {
    left: 0;
    text-decoration: none;
    text-indent: 0;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
  }
  .sidebar + * {
    margin-right: 0;
  }
  .sidebar + .content,
  .sidebar + .content:after {
    background: none;
  }
  #content-area.calendar-area {
    padding-top: 0;
  }
  #header {
    height: 80px !important;
  }
  .calendar-area {
    margin-top: 0 !important;
    width: 960px;
  }
  .calendar-area #content {
    margin-bottom: 0;
  }
  #content_cal {
    width: 960px;
    margin: 0;
  }
  #calendar_week li,
  #calendar_days li {
    width: 126px !important;
  }
  #content-area,
  #footer {
    padding: 0;
  }
  #calendar.grid #calendar_days .w1 dt {
    width: 126px !important;
  }
  #calendar.grid #calendar_days .w2 dt {
    width: 265px !important;
  }
  #calendar.grid #calendar_days .w3 dt {
    width: 404px !important;
  }
  #calendar.grid #calendar_days .w4 dt {
    width: 543px !important;
  }
  #calendar.grid #calendar_days .w5 dt {
    width: 682px !important;
  }
  #calendar.grid #calendar_days .w6 dt {
    width: 821px !important;
  }
  #calendar.grid #calendar_days .w7 dt {
    width: 960px !important;
  }
  #content ul {
    list-style: disc inside none;
  }
  #content ul li {
    padding-left: 0;
  }
  #content input,
  #content textarea,
  #content select {
    border: 1px solid #000 !important;
    border-right: none !important;
    border-top: none !important;
    width: auto;
    background: #fff !important;
  }
  #content .newListSelected {
    background: #fff !important;
  }
  #footer {
    border-top: 3px solid #000 !important;
  }
  @page {
    size: 960px 1358px;
  }
}
.list_errors li {
  color: #a00;
}

.list_errors li b {
  font-weight: bold;
}

.new-h1-heading {
  color: #323538;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "gilda_displayregular";
}
</pre></body></html>