/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*
@font-face {
  font-family: 'Gotham-Bold';
  src: url('/css/frontend/fonts/gotham-bold.eot');
  src: url('/css/frontend/fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
        url('/css/frontend/fonts/gotham-bold.woff') format('woff'),
        url('/css/frontend/fonts/gotham-bold.ttf') format('truetype'),
        url('/css/frontend/fonts/gotham-bold.svg#gotham-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/css/frontend/fonts/gotham-book.eot');
  src: url('/css/frontend/fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
        url('/css/frontend/fonts/gotham-book.woff') format('woff'),
        url('/css/frontend/fonts/gotham-book.ttf') format('truetype'),
        url('/css/frontend/fonts/gotham-book.svg#gotham-book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/css/frontend/fonts/gotham-medium.eot');
  src: url('/css/frontend/fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
        url('/css/frontend/fonts/gotham-medium.woff') format('woff'),
        url('/css/frontend/fonts/gotham-medium.ttf') format('truetype'),
        url('/css/frontend/fonts/gotham-medium.svg#gotham-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url("/css/frontend/fonts/trajanpro-regular.eot");
  src: url("/css/frontend/fonts/trajanpro-regular.eot?#iefix") format("embedded-opentype"), url("/css/frontend/fonts/trajanpro-regular.woff") format("woff"), url("/css/frontend/fonts/trajanpro-regular.ttf") format("truetype"), url("/css/frontend/fonts/trajanpro-regular.svg#trajanpro-regular") format("svg");
  font-weight: bold;
  font-style: normal; }

ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 597;
  float: left; }
  ul.dropdown li, ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1; }
    ul.dropdown li.hover {
      position: relative;
      z-index: 599;
      cursor: default; }
  ul.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%; }
    ul.dropdown ul li {
      float: none; }
    ul.dropdown ul ul {
      top: 1px;
      left: 99%; }
    ul.dropdown ul .to-left ul {
      top: 1px;
      left: -99%; }

* html ul.dropdown li {
  height: 1px; }

ul.dropdown ul li, ul.dropdown-vertical {
  margin-left: -16px;
  mar\gin-left: 0; }

               /*-------------------------------------------------/
* @section     Base Drop-Down Styling
* @structure   ul (unordered list)
*              ul li (list item)
*              ul li a (links)
*              /*\.class|(li|a):hover/
* @level sep   ul
*/
#menu {
  text-align: center; }
  #menu ul.dropdown {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none; }

ul.dropdown {
  font-weight: normal; }
  ul.dropdown li {
    padding: 7px 10px;
    color: #FFF;
    text-align: left; }
  ul.dropdown > li {
    margin-right: -1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.334em;
    cursor: pointer; }
    ul.dropdown > li.dir.hover {
      background: url(/images/frontend/icons/arrow-up.png) center bottom no-repeat; }
  ul.dropdown a:link, ul.dropdown a:visited {
    color: #FFF;
    text-decoration: none; }
  ul.dropdown a:hover, ul.dropdown a:active {
    color: #FFF; }
  ul.dropdown ul {
    width: auto;
    margin-top: 0;
    border-top: 4px solid #000000;
    background: #FFFFFF;
    color: #000000; }
    ul.dropdown ul li {
      font-weight: normal;
      white-space: nowrap;
      padding: 0 !important; }
      ul.dropdown ul li > a {
        color: black !important;
        font-size: 0.8125em;
        text-transform: none;
        display: block;
        text-align: center;
        margin: 0 0.8em;
        border-bottom: 1px solid #DADADA;
        padding: 1em;
        line-height: 100%; }
      ul.dropdown ul li.last > a {
        border: none; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }
  .jspContainer .jspPane {
    position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }
  .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }
  .jspVerticalBar .jspArrow:focus {
    outline: none; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/******************************* Themes *********************/
.jspVerticalBar {
  background: none; }

.jspTrack {
  background: #c7b299;
  width: 9px;
  margin-left: 1px; }

.jspDrag {
  background: #FFFFFF;
  width: 7px;
  margin-left: 1px; }

.scrollbar-sprite, .jspArrow.jspArrowUp, .jspArrow.jspArrowDown {
  background: url('../../images/frontend/scrollbar-s5d9d18406d.png') no-repeat; }

.jspArrow {
  width: 11px;
  height: 8px !important; }
  .jspArrow.jspArrowUp {
    background-position: 0 -8px; }
  .jspArrow.jspArrowDown {
    background-position: 0 0;
    margin: 0 !important; }
  .jspArrow.jspDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

/**
* Supersized - Fullscreen Slideshow jQuery Plugin
* Version : 3.2.7
* Site	: www.buildinternet.com/project/supersized
* Author	: Sam Dunn
* Company : One Mighty Roar (www.onemightyroar.com)
* License : MIT License / GPL License
*
*/
* {
  margin: 0;
  padding: 0; }

body {
  background: #111;
  height: 100%; }

img {
  border: none; }

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(/images/supersized/progress.gif) no-repeat center center; }

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%; }
  #supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none; }
  #supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges; }
  #supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality; }
  #supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111; }
  #supersized a {
    width: 100%;
    height: 100%;
    display: block; }
  #supersized li.prevslide {
    z-index: -20; }
  #supersized li.activeslide {
    z-index: -10; }
  #supersized li.image-loading {
    background: #111111 url(/images/supersized/progress.gif) no-repeat center center;
    width: 100%;
    height: 100%; }
    #supersized li.image-loading img {
      visibility: hidden; }
  #supersized li.prevslide img, #supersized li.activeslide img {
    display: inline; }

/**
*
* Supersized - Fullscreen Slideshow jQuery Plugin
* Version : 3.2.7
* Site	: www.buildinternet.com/project/supersized
* Theme 	: Shutter 1.2
* Author	: Sam Dunn
* Company : One Mighty Roar (www.onemightyroar.com)
* License : MIT License / GPL License
*/
/*---------------------------- Controls Bar ----------------------------*/
#controls-wrapper {
  margin: 0 auto;
  height: 42px;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 4;
  background: url(/images/supersized/nav-bg.png) repeat-x;
  position: fixed; }

#controls {
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
  z-index: 5; }

#slidecounter {
  float: left;
  color: #999;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: black 0 -1px 0;
  margin: 0px 10px 0 15px;
  line-height: 42px; }

#slidecaption {
  overflow: hidden;
  float: left;
  color: #FFF;
  font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 20px 0 0;
  line-height: 42px; }

#navigation {
  float: right;
  margin: 0px 20px 0 0; }

#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url("/images/supersized/bg-hover.png") repeat-x 0 44px; }
  #play-button:hover {
    background-position: 0 1px;
    cursor: pointer; }

.nav-button {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  opacity: 0.6;
  z-index: 100; }
  .nav-button:hover {
    cursor: pointer; }

#prevslide {
  left: 0;
  background: url("/images/supersized/back.png"); }

#nextslide {
  right: 0;
  background: url("/images/supersized/forward.png"); }

ul#slide-list {
  padding: 15px 0;
  float: left;
  position: absolute;
  left: 50%; }
  ul#slide-list li {
    list-style: none;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px 0 0; }
    ul#slide-list li.current-slide a {
      background-position: 0 0px; }
      ul#slide-list li.current-slide a:hover {
        background-position: 0 0px; }
    ul#slide-list li a {
      display: block;
      width: 12px;
      height: 12px;
      background: url("/images/supersized/nav-dot.png") no-repeat 0 -24px; }
      ul#slide-list li a:hover {
        background-position: 0 -12px;
        cursor: pointer; }

#tray-button {
  float: right;
  margin-top: 1px;
  border-left: 1px solid #333;
  background: url("/images/supersized/bg-hover.png") repeat-x 0 44px; }
  #tray-button:hover {
    background-position: 0 1px;
    cursor: pointer; }

/*---------------------------- Progress Bar ----------------------------*/
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url("/images/supersized/progress-back.png") repeat-x; }

#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url("/images/supersized/progress-bar.png") repeat-x; }

/*---------------------------- Thumbnail Navigation ----------------------------*/
#nextthumb, #prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000; }

#nextthumb {
  right: 12px; }

#prevthumb {
  left: 12px; }

#nextthumb img, #prevthumb img {
  width: 150px;
  height: auto; }

#nextthumb:active, #prevthumb:active {
  bottom: 59px; }

#nextthumb:hover, #prevthumb:hover {
  cursor: pointer; }

/*---------------------------- Thumbnail Tray ----------------------------*/
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: url(/images/supersized/bg-black.png);
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -moz-box-shadow: 0px 0px 4px #000;
  -webkit-box-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000; }

#thumb-back, #thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px; }

#thumb-back {
  left: 0;
  background: url("/images/supersized/thumb-back.png") no-repeat center center; }

#thumb-forward {
  right: 0;
  background: url("/images/supersized/thumb-forward.png") no-repeat center center; }

#thumb-back:hover, #thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1); }

#thumb-back:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

#thumb-forward:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0px;
  padding: 0 0px; }
  ul#thumb-list li {
    background: #111;
    list-style: none;
    display: inline;
    width: 150px;
    height: 108px;
    overflow: hidden;
    float: left;
    margin: 0; }
    ul#thumb-list li img {
      width: 200px;
      height: auto;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
    ul#thumb-list li.current-thumb img {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    ul#thumb-list li:hover {
      cursor: pointer; }
      ul#thumb-list li:hover img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }

body {
  line-height: 1.5;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
  font-weight: 100;
  font-style: normal; }

*:focus {
  outline: none; }

.block-button-sprite, .state-open > .button, .state-close > .button {
  background: url('../../images/frontend/block-button-s4ea58520e7.png') no-repeat; }

.social-sprite, .social.facebook, .social.google-plus, .social.path, .social.twitter, .social.youtube, .social.yelp, .social.trip, .social.opentable, .social.urbanspoon, .social.linkedin, .social.foursquare, .social.citysearch, .social.bedandbreakfast {
  background: url('../../images/frontend/social-sdfa6152efa.png') no-repeat; }

html, body {
  height: 100%; }

body {
  min-width: 80em;
  background: #333333; }

.bg-light {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
  background-color: rgba(255, 255, 255, 0.85);
  zoom: 1; }

.bg-light:nth-child(n) {
  filter: none; }

.bg-dark {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
  background-color: rgba(0, 0, 0, 0.85);
  zoom: 1; }

.bg-dark:nth-child(n) {
  filter: none; }

.bg-brown {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D94F3F35,endColorstr=#D94F3F35);
  background-color: rgba(79, 63, 53, 0.85);
  zoom: 1; }

.bg-brown:nth-child(n) {
  filter: none; }

.bg-light-brown {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9C7B299,endColorstr=#D9C7B299);
  background-color: rgba(199, 178, 153, 0.85);
  zoom: 1; }

.bg-light-brown:nth-child(n) {
  filter: none; }

.bg-dark-red {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9861E1B,endColorstr=#D9861E1B);
  background-color: rgba(134, 30, 27, 0.85);
  zoom: 1; }

.bg-dark-red:nth-child(n) {
  filter: none; }

.fill-block {
  width: 100%;
  height: 100%; }

.block-ui {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none; }

html, body {
  height: 100%; }

#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -6.33em; }
  #root #root_footer {
    height: 6.33em; }

#footer {
  clear: both;
  position: relative;
  height: 6.33em; }

#root {
  position: relative;
  zoom: 1;
  z-index: 1; }

#header {
  height: 5.4em;
  width: 100%;
  position: relative;
  z-index: 110; }
  #header .logo {
    width: 208px;
    height: 183px;
    display: inline;
    float: left; }
    #header .logo a {
      display: block;
      text-transform: uppercase;
      text-align: center;
      color: white;
      text-decoration: none; }
      #header .logo a > .brend {
        display: block;
        color: #ffac29;
        font-family: "TrajanPro-Regular", Arial, Helvetica, sans-serif;
        font-size: 4.1em;
        margin-bottom: -0.3em;
        margin-top: 0.1em; }
      #header .logo a > .title {
        display: block;
        font-size: 1.6em; }
  #header .content {
    text-align: right;
    height: 3em;
    padding: 1.25em 0 1em 27em; }
    #header .content .menu {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      background-color: transparent;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9C7B299,endColorstr=#D9C7B299);
      background-color: rgba(199, 178, 153, 0.85);
      zoom: 1;
      color: #4f3f35; }
      #header .content .menu li {
        color: #4f3f35; }
        #header .content .menu li a:link, #header .content .menu li a:visited, #header .content .menu li a:hover, #header .content .menu li a:active {
          color: #4f3f35; }
        #header .content .menu li ul li a:link, #header .content .menu li ul li a:visited, #header .content .menu li ul li a:hover, #header .content .menu li ul li a:active {
          color: #4f3f35; }
        #header .content .menu li ul {
          border-top: 4px solid #861e1b; }

#content {
  min-height: 45em;
  position: relative;
  z-index: 1;
  width: 75em;
  margin: 0 auto; }
  #content .content {
    height: 5em;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 10em;
    visibility: hidden; }
    #content .content.empty-content {
      display: none; }
    #content .content .block-ui {
      z-index: 3; }
  #content a {
    color: #ffac29;
    text-decoration: none; }
    #content a:hover {
      text-decoration: underline; }
  #content p {
    margin-bottom: 0.5em; }

.banner-box {
  visibility: hidden;
  height: 9em;
  width: 75em;
  position: absolute !important;
  z-index: 5 !important;
  bottom: 43em;
  left: 50%;
  margin-left: -37.5em;
  padding: 0 !important; }
  .banner-box .block_link {
    text-decoration: none; }
  .banner-box > .text {
    height: 7.714em !important; }
    .banner-box > .text .text_wrap {
      height: 6em !important;
      margin: 1em 2em 0;
      color: white !important;
      font-weight: 500; }
      .banner-box > .text .text_wrap a {
        color: white; }
  .banner-box.state-open {
    display: block;
    /*    @media (max-height: 750px) {
          display: none;
        }*/ }
  .banner-box.state-close {
    display: none; }

.widget-box {
  visibility: hidden;
  height: 4.33em;
  width: 75em;
  position: absolute;
  z-index: 5;
  bottom: 6.3em;
  left: 50%;
  margin-left: -37.5em;
  oveflow: hidden; }
  .widget-box.state-open {
    height: 27em;
    bottom: 15.6em;
    z-index: 100; }
  .widget-box .widget {
    width: 33%;
    height: 100%;
    display: inline;
    float: left;
    margin-left: 0.5%; }
    .widget-box .widget:first-child {
      margin-left: 0; }
    .widget-box .widget .heading, .widget-box .widget .text {
      color: white; }

.button {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  .button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.state-open > .button {
  background-position: 0 0;
  right: 0.4em;
  top: 0.4em; }

.state-close > .button {
  background-position: 0 -24px;
  right: 0.8em;
  top: 1.2em; }

.back-list {
  display: block;
  position: absolute;
  z-index: 10;
  right: 3em;
  top: 2em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  .back-list:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    top: 1.8em;
    font-size: 1.1em; }

.block {
  position: relative;
  z-index: 1; }
  .block > .heading {
    font-size: 2.2em;
    padding-left: 0.8em;
    color: white;
    text-transform: uppercase;
    background: url("/images/frontend/icons/bullet-heading.gif") left center no-repeat; }
  .block > .text {
    font-size: 1.167em;
    color: white;
    height: 17em;
    overflow: hidden; }
    .block > .text.scroll-pane {
      overflow-y: auto; }
  .block.state-open {
    padding: 1.25em 2.5em 2.5em 2.5em; }
    .block.state-open > .heading {
      margin-bottom: 0.5em; }
    .block.state-open > .text {
      display: block; }
  .block.state-close {
    padding: 0.5em 1.8em; }
    .block.state-close > .text {
      display: none; }

.widget-box.state-open .block {
  padding-right: 0.5em; }

#footer {
  position: relative;
  z-index: 10;
  overflow: hidden; }
  #footer .content {
    width: auto;
    height: 3em;
    padding-top: 2em; }
  #footer .subscribe {
    height: 5.33em;
    width: 24.4em;
    padding: 0.7em 1em;
    display: inline;
    float: right; }
    #footer .subscribe h4 {
      color: #4f3f35;
      font-size: 1.25em;
      font-weight: 300;
      text-transform: uppercase; }
    #footer .subscribe .form {
      position: relative;
      overflow: hidden;
      height: 2.4em;
      background: #FFFFFF; }
      #footer .subscribe .form input {
        border: 1px solid transparent;
        color: #545454;
        margin-left: 1em;
        margin-top: 0.4em;
        width: 210px;
        display: inline;
        float: left; }
      #footer .subscribe .form label {
        color: #4f3f35;
        position: absolute;
        top: 0.4em;
        left: 1em;
        width: 210px;
        z-index: 2; }
      #footer .subscribe .form button {
        border: none;
        background: #ffac29;
        text-transform: uppercase;
        font-size: 1.2em;
        cursor: pointer;
        color: #4f3f35;
        width: 53px;
        display: inline;
        float: right;
        height: 2em; }

.wrapper {
  height: 100%;
  padding: 0 3em;
  overflow: visible;
  position: relative;
  z-index: 1; }

.social-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 30px;
  background: #c7b299;
  margin-right: 1em; }

.social {
  width: 24px;
  height: 24px;
  float: left;
  margin: 3px; }
  .social.facebook {
    background-position: 0 -192px; }
  .social.google-plus {
    background-position: 0 -48px; }
  .social.path {
    background-position: 0 -120px; }
  .social.twitter {
    background-position: 0 -168px; }
  .social.youtube {
    background-position: 0 -144px; }
  .social.yelp {
    background-position: 0 -96px; }
  .social.trip {
    background-position: 0 -24px; }
  .social.opentable {
    background-position: 0 -72px;
    width: 35px; }
  .social.urbanspoon {
    width: 50px;
    background-position: 0 0; }
  .social.linkedin {
    background-position: 0 -289px; }
  .social.foursquare {
    background-position: 0 -265px; }
  .social.citysearch {
    background-position: 0 -241px; }
  .social.bedandbreakfast {
    background-position: 0 -216px; }

.block-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: white;
  font-size: 1.25em; }

.symbol-diams {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 1em;
  width: 14px;
  height: 14px;
  background: url(/images/frontend/icons/diams.png) center center no-repeat; }

.hours-table {
  width: 95%; }
  .hours-table caption {
    font-weight: 300;
    font-size: 1.25em;
    color: #c7b299;
    text-transform: uppercase;
    border-bottom: 1px solid #acacac;
    margin-bottom: 0.5em; }
  .hours-table th {
    font-weight: 400;
    text-transform: uppercase; }
  .hours-table td {
    text-align: right;
    width: 11em;
    padding: 0.2em 0; }

.widget-location .map-google {
  width: 260px;
  height: 160px; }
.widget-location .address {
  font-weight: 300;
  font-size: 0.85em;
  white-space: nowrap;
  margin: 0.5em 0; }
.widget-location .directions {
  font-weight: 300;
  font-size: 0.85em;
  color: #c7b299;
  white-space: nowrap; }

.staff-item {
  width: 15em;
  height: 21.5em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 0.75em 2em 0; }
  .staff-item a img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .staff-item a:hover {
    text-decoration: none !important; }
    .staff-item a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .staff-item .figure img {
    display: block;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .staff-item .heading {
    display: block;
    color: #ffac29;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.02em;
    text-align: center; }
  .staff-item .text {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    color: white !important;
    text-align: center; }

.staff-info {
  overflow: hidden; }
  .staff-info .staff-item {
    display: inline;
    float: left; }
  .staff-info .staff-bio {
    margin-left: 16em; }

.event-list {
  margin-bottom: 2em; }
  .event-list > h3 {
    border-bottom: 1px solid #acacac;
    color: #ffac29;
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .event-list .event-item {
    overflow: hidden;
    margin-bottom: 1em; }
    .event-list .event-item > .figure {
      display: inline;
      float: left;
      width: 6em;
      height: 6em; }
      .event-list .event-item > .figure img {
        max-width: 100%; }

.event-item > .figure img {
  max-width: 100%; }
.event-item .heading {
  color: #ffac29;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400; }
.event-item .time {
  font-weight: 300;
  text-transform: uppercase;
  color: #acacac;
  font-size: 0.8em; }
.event-item .more-link {
  color: #ffac29; }

.content-form .required {
  font-size: 1.2em;
  vertical-align: middle;
  color: #ffac29; }
.content-form dl {
  padding-top: 1em; }
.content-form dt {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em; }
.content-form input[type="text"], .content-form textarea {
  border: 1px solid #acacac;
  width: 360px;
  resize: none; }
.content-form dd.error input[type="text"], .content-form dd.error textarea {
  border: 1px solid #FF0000;
  background: #FFC0CB; }
.content-form input[type="submit"], .content-form input[type="button"], .content-form input[type="reset"] {
  border: 0 none;
  color: #4f3f35;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: -0.05em;
  line-height: 1em;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffac29;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer; }
.content-form div.error, .content-form div.ok {
  margin: 1em;
  font-weight: 400;
  font-size: 1.2em;
  padding-top: 1em; }
.content-form div.error {
  color: #FF0000; }
.content-form div.ok {
  color: #acacac; }
.content-form ul {
  list-style: disc;
  margin-left: 2em; }
  .content-form ul li {
    color: #FFC0CB; }

.news-item {
  margin-bottom: 2em; }
  .news-item > h3 {
    border-bottom: 1px solid #acacac;
    color: #ffac29;
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .news-item .date {
    font-weight: 300;
    text-transform: uppercase;
    color: #acacac;
    font-size: 0.8em;
    margin-bottom: 1em; }

.gallery-item {
  width: 10em;
  height: 15em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 0.75em 2em 0; }
  .gallery-item a img {
    border: 2px solid #acacac;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .gallery-item a:hover {
    text-decoration: none !important; }
    .gallery-item a:hover img {
      border-color: white;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .gallery-item .figure {
    height: 10em; }
  .gallery-item .figure img {
    display: block;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .gallery-item .text {
    margin-top: 0.5em;
    font-weight: 300;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffac29 !important;
    text-align: center; }

.form-reservation {
  position: relative; }
  .form-reservation table {
    margin: 0 auto; }
  .form-reservation td {
    padding-bottom: 7px;
    height: 20px; }
  .form-reservation .reservation-error label {
    color: red; }
  .form-reservation .reservation-error input, .form-reservation .reservation-error select {
    border: 1px solid red; }
  .form-reservation .small-text {
    font-size: 8px;
    float: right;
    padding-right: 10px; }
  .form-reservation input {
    border: 1px solid transparent;
    color: #999;
    width: 180px;
    height: 20px;
    background: #FFFFFF;
    line-height: 20px;
    font-size: 10px;
    display: block;
    display: inline;
    float: left; }
  .form-reservation label {
    display: inline;
    float: left;
    display: inline-block;
    color: white;
    font-size: 13px;
    width: 68px;
    z-index: 2;
    height: 20px;
    line-height: 20px; }
    .form-reservation label span {
      color: #ffac29; }
  .form-reservation button {
    border: none;
    background: #ffac29;
    text-transform: uppercase;
    font-size: 1.2em;
    cursor: pointer;
    color: #4f3f35;
    width: 155px;
    font-size: 12px;
    line-height: 30px;
    height: 30px; }
  .form-reservation textarea {
    width: 180px;
    height: 40px;
    border: 1px solid transparent; }
  .form-reservation select {
    border: 1px solid transparent; }
  .form-reservation .confirm-message {
    width: 200px;
    padding-left: 20px;
    display: none; }
    .form-reservation .confirm-message span {
      display: inline-block;
      padding-top: 50px; }
    .form-reservation .confirm-message button {
      width: 200px;
      margin-top: 10px; }

#party_date {
  width: 60px;
  font-size: 13px; }

.party_time {
  width: 75px !important;
  border: 1px solid white; }

.party_size {
  width: 182px;
  border: 1px solid white; }

.reservation-s {
  display: inline-block;
  padding-top: 50px; }

#party_date, .phonenumber, .reservation-input {
  font-size: 13px !important;
  color: #000 !important; }

#slidecaption {
  font-family: PROXIMA-NOVA, arial;
  display: none;
  position: absolute;
  z-index: 1;
  top: 65px;
  right: 36px;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9861E1B,endColorstr=#D9861E1B);
  background-color: rgba(134, 30, 27, 0.85);
  zoom: 1;
  min-height: 0em;
  max-height: 5.33em;
  width: 24.4em;
  line-height: 18px;
  padding: 0.7em 1em;
  margin: 0px;
  font-size: 12px;
  color: white; }
  #slidecaption h3 {
    color: #ffac29;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase; }

.room_link {
  color: white !important;
  font-size: 1.43em;
  font-weight: 700;
  padding: 3px 5px 3px 25px;
  margin: 10px 0px;
  clear: both;
  display: inline-block;
  text-decoration: none !important; }
  .room_link.booknow {
    background: #ffac29 url('../../images/frontend/room-se8c9911def.png') 5px -30px no-repeat; }
  .room_link.tour {
    background: #ffac29 url('../../images/frontend/room-se8c9911def.png') 5px 2px no-repeat; }

.pp_expand {
  display: none !important; }

.contact_left {
  float: left;
  width: 400px; }

.contact_right {
  float: left;
  width: 400px; }

.scroll-pane b, .scroll-pane strong {
  font-weight: bold; }
.scroll-pane i, .scroll-pane em {
  font-style: italic; }
.scroll-pane ul, .scroll-pane ol {
  list-style: disc outside none;
  margin-bottom: 0.5em;
  padding-left: 2em; }
  .scroll-pane ul li, .scroll-pane ol li {
    margin-left: 1.43em; }
.scroll-pane ol {
  list-style: decimal outside none; }
.scroll-pane p {
  margin: 0.5em 0; }

.v1-logo {
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle; }

.ua-safari.ua-desktop-windows #footer .subscribe .form input {
  width: 170px; }

.ua-ie-7 .widget-box .widget {
  margin-left: 0.45%; }
  .ua-ie-7 .widget-box .widget:first-child {
    margin-left: 0; }

.ua-ie-7 #header.bg-light, .ua-ie-8 #header.bg-light,
.ua-ie-7 #footer.bg-light, .ua-ie-8 #footer.bg-light {
  filter: none;
  background-color: #E1E1E1; }

.ua-ie-7 #header .content {
  padding-left: 1em; }

.ua-ios .block > .text {
  overflow: scroll;
  -webkit-overflow-scrolling: touch !important;
  overflow: scroll !important; }

.ua-ios .block iframe {
  height: 3000px; }

@media screen and (min-width: 1441px) {
  #header .address {
    display: inline;
    float: left;
    margin-top: 0.5em; } }
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  #header .address {
    display: inline;
    float: left;
    margin-top: 0.5em;
    text-align: center;
    font-size: 90%;
    margin-top: -0.4em; }
    #header .address .symbol-diams {
      display: block;
      visibility: hidden;
      font-size: 0px;
      width: 4em;
      height: 1px; } }
@media screen and (max-width: 1280px) {
  #header .address {
    display: none; } }

@media screen and (max-height: 728px), screen and (max-width: 980px) {
  #header .wrapper {
    padding: 0 0.2em; }
  #header .content {
    padding-left: 16em; }
  #header .logo {
    height: 5.4em;
    width: 15em; }
    #header .logo a > .brend {
      font-size: 2em;
      margin-top: 0; }
    #header .logo a > .title {
      font-size: 1em; }

  #content .content {
    top: 2em; }

  html, body {
    height: 100%; }

  #root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -3.5em; }
    #root #root_footer {
      height: 3.5em; }

  #footer {
    clear: both;
    position: relative;
    height: 3.5em; }

  #footer .content {
    padding-top: 0.5em; }
  #footer .wrapper {
    padding: 0 0.2em; }
  #footer .subscribe {
    padding: 0.6em 1em; }
    #footer .subscribe h4 {
      display: none; }

  .widget-box {
    bottom: 3.5em; } }
