/* 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: #301E0F;
    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 span {
      padding-right: 0.7em;
      background: url(/images/frontend/icons/arrow-down.png) right center no-repeat; }
    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: #301E0F;
    text-decoration: none; }
  ul.dropdown a:hover, ul.dropdown a:active {
    color: #301E0F; }
  ul.dropdown ul {
    width: auto;
    margin-top: 0;
    border-top: 4px solid #4F571D;
    background: #4F571D;
    color: #FFFFFF; }
    ul.dropdown ul li {
      font-weight: normal;
      white-space: nowrap;
      padding: 0 !important; }
      ul.dropdown ul li > a {
        color: #FFFFFF !important;
        font-size: 0.8125em;
        text-transform: none;
        display: block;
        text-align: center;
        margin: 0 0.8em;
        border-top: 1px solid #837C4E;
        padding: 1em;
        line-height: 100%; }
      ul.dropdown ul li:first-child > 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: #e4c266;
  width: 9px;
  margin-left: 1px; }

.jspDrag {
  background: #601301;
  width: 7px;
  margin-left: 1px; }

.scrollbar-sprite, .jspArrow.jspArrowUp, .jspArrow.jspArrowDown {
  background: url('../../images/frontend/scrollbar-s30124d936c.png') no-repeat; }

.jspArrow {
  width: 11px;
  height: 8px !important; }
  .jspArrow.jspArrowUp {
    background-position: 0 0; }
  .jspArrow.jspArrowDown {
    background-position: 0 -8px;
    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;
  text-shadow: #000 1px 1px 2px;
  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;
  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-s3108421abd.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-strip {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6601301, endColorstr=#E6601301);
  background-color: rgba(96, 19, 1, 0.9);
  zoom: 1; }

.bg-strip:nth-child(n) {
  filter: none; }

.bg-dark {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D94F571D, endColorstr=#D94F571D);
  background-color: rgba(79, 87, 29, 0.85);
  zoom: 1; }

.bg-dark: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: 20em;
    height: 10em;
    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: #e4c266;
        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 .address {
    position: relative; }
    #header .address .address-street {
      font-weight: bold; }
    #header .address .address-phone {
      color: white; }
  #header .content {
    position: relative;
    text-align: right;
    height: 3em;
    padding: 1.25em 0 1em 20em; }
    #header .content .location-box {
      position: absolute;
      top: 5.4em;
      left: 20em;
      text-align: left; }
      #header .content .location-box div {
        font-size: 1px;
        height: 6px;
        background: transparent url("/images/frontend/icons/arrow-up-white.png") 10px top no-repeat;
        margin-bottom: -1px; }
      #header .content .location-box header {
        text-transform: uppercase;
        color: #601301;
        font-size: 1.1em;
        font-weight: bold;
        background: white;
        padding: 0.5em 1em 0 1em; }
      #header .content .location-box p {
        background: white;
        padding: 0 1em 0.5em 1em;
        font-size: 1.1em;
        color: #000000; }
    #header .content .menu {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      background: #e4c266;
      color: white; }
      #header .content .menu .top-address {
        background-color: black; }
  #header .block-text {
    color: #e4c266; }

#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: 6em;
    visibility: hidden; }
    #content .content.empty-content {
      display: none; }
    #content .content .block-ui {
      z-index: 3; }
  #content .cke-text h1, #content .cke-text h2, #content .cke-text h3, #content .cke-text h4, #content .cke-text h5, #content .cke-text h6 {
    font-weight: normal; }
    #content .cke-text h1 img, #content .cke-text h2 img, #content .cke-text h3 img, #content .cke-text h4 img, #content .cke-text h5 img, #content .cke-text h6 img {
      margin: 0; }
  #content .cke-text h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em; }
  #content .cke-text h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }
  #content .cke-text h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em; }
  #content .cke-text h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  #content .cke-text h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em; }
  #content .cke-text h6 {
    font-size: 1em;
    font-weight: bold; }
  #content .cke-text p {
    margin: 0 0 1.5em; }
  #content .cke-text blockquote {
    margin: 1.5em;
    font-style: italic; }
  #content .cke-text strong, #content .cke-text dfn {
    font-weight: bold; }
  #content .cke-text em, #content .cke-text dfn {
    font-style: italic; }
  #content .cke-text sup, #content .cke-text sub {
    line-height: 0; }
  #content .cke-text address {
    margin: 0 0 1.5em;
    font-style: italic; }
  #content .cke-text pre {
    margin: 1.5em 0;
    white-space: pre; }
  #content .cke-text pre, #content .cke-text code, #content .cke-text tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5; }
  #content .cke-text li ul, #content .cke-text li ol {
    margin: 0; }
  #content .cke-text ul, #content .cke-text ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em; }
  #content .cke-text ul {
    list-style-type: disc; }
  #content .cke-text ol {
    list-style-type: decimal; }
  #content .cke-text dl {
    margin: 0 0 1.5em 0; }
    #content .cke-text dl dt {
      font-weight: bold; }
  #content .cke-text dd {
    margin-left: 1.5em; }
  #content .cke-text table {
    margin-bottom: 1.4em;
    width: 100%; }
  #content .cke-text th {
    font-weight: bold; }
  #content .cke-text th, #content .cke-text td, #content .cke-text caption {
    padding: 4px 10px 4px 5px; }
  #content a {
    color: #e4c266;
    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: 27.5em;
    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 button {
      border: none;
      background: #e4c266;
      text-transform: uppercase;
      font-size: 0.75em;
      cursor: pointer;
      color: #601301;
      padding: 0.5em 1em; }

.widget-box.state-open .widget-res-banner .block {
  padding: 0;
  margin: 0; }
  .widget-box.state-open .widget-res-banner .block .heading {
    display: none; }

.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 .block-text {
    color: #e4c266; }
  #footer .subscribe {
    height: 5.33em;
    width: 24.4em;
    padding: 0.7em 1em;
    background: #e4c266;
    display: inline;
    float: right; }
    #footer .subscribe h4 {
      color: black;
      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: #838282;
        position: absolute;
        top: 0.4em;
        left: 1em;
        width: 210px;
        z-index: 2; }
      #footer .subscribe .form button {
        border: none;
        background: #601301;
        text-transform: uppercase;
        font-size: 1.2em;
        cursor: pointer;
        color: white;
        width: 53px;
        display: inline;
        float: right;
        height: 2em; }
  #footer .v1-logo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 30px;
    margin-right: 5px; }

.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: #e4c266;
  margin-right: 1em; }

.social {
  width: 24px;
  height: 24px;
  float: left;
  margin: 3px; }

.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: #e4c266;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    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;
  margin-top: 0.2em;
  margin-bottom: 1em;
  line-height: 1.1; }
.widget-location .directions {
  font-weight: 300;
  font-size: 0.85em;
  color: #e4c266;
  text-decoration: none; }
  .widget-location .directions:hover {
    text-decoration: underline; }

.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: #e4c266;
    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 #7d7d7d;
    color: #e4c266;
    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: #e4c266;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400; }
.event-item .time {
  font-weight: 300;
  text-transform: uppercase;
  color: #601301;
  font-size: 0.8em; }
.event-item a {
  color: #e4c266; }
.event-item .more-link {
  color: #e4c266; }

.content-form .required {
  font-size: 1.2em;
  vertical-align: middle;
  color: #e4c266; }
.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 #7d7d7d;
  width: 25em;
  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: #601301;
  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: #e4c266;
  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: #7d7d7d; }
.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 #7d7d7d;
    color: #e4c266;
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .news-item .date {
    font-weight: 300;
    text-transform: uppercase;
    color: #7d7d7d;
    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 #7d7d7d;
    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: white !important;
    text-align: center; }

.w-form {
  position: relative; }
  .w-form table {
    margin: 0 auto; }
  .w-form td {
    padding-bottom: 7px;
    height: 20px; }
  .w-form .w-error label {
    color: red; }
  .w-form .w-error input, .w-form .w-error select {
    border: 1px solid red; }
  .w-form .small-text {
    font-size: 8px;
    float: right;
    padding-right: 10px; }
  .w-form input {
    border: 1px solid #000;
    color: #999;
    width: 180px;
    height: 20px;
    background: #FFFFFF;
    line-height: 20px;
    font-size: 10px;
    display: block;
    display: inline;
    float: left; }
  .w-form label {
    display: inline;
    float: left;
    display: inline-block;
    color: white;
    font-size: 13px;
    width: 68px;
    z-index: 2;
    height: 20px;
    line-height: 20px; }
    .w-form label span {
      color: #e4c266; }
  .w-form textarea {
    width: 180px;
    height: 40px;
    border: 1px solid #000; }
  .w-form select {
    border: 1px solid #000; }
  .w-form .confirm-message {
    width: 200px;
    padding-left: 20px;
    display: none; }
    .w-form .confirm-message span {
      display: inline-block;
      padding-top: 50px; }
    .w-form .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; }

.w-status {
  display: inline-block;
  padding-top: 50px; }

#party_date, .phonenumber, .w-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=#D9601301, endColorstr=#D9601301);
  background-color: rgba(96, 19, 1, 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: #DBC9BC;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase; }

.room_link {
  padding: 3px 5px 3px 0;
  color: #601301 !important;
  margin: 10px 0px;
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none !important;
  background-color: #dab55d;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDAB55D', endColorstr='#FFD79B08');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhYjU1ZCIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjZGFiNTVkIi8+PHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkYWIzNTciLz48c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Q3OWUxMiIvPjxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZDc5YjA4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDc5YjA4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dab55d), color-stop(32%, #dab55d), color-stop(39%, #dab357), color-stop(86%, #d79e12), color-stop(96%, #d79b08), color-stop(100%, #d79b08));
  background-image: -webkit-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
  background-image: -moz-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
  background-image: -o-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
  background-image: linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%); }
  .room_link:nth-child(n) {
    filter: none; }
  .room_link > span {
    padding-left: 25px;
    background: transparent url("/images/frontend/room/tour.png") 5px center no-repeat; }

/******************** INTRO ************************************/
#intro {
  background: black url("/images/frontend/media/bg-intro.jpg") center 6.6em no-repeat; }
  #intro header.top {
    background: #601301;
    height: 6.2em;
    border-bottom: 5px solid #B0810F; }
  #intro section.main {
    width: 92em;
    margin: 0 auto;
    padding-top: 29.5em; }
  #intro .locations li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: white;
    background: black url("/images/frontend/media/bg-intro-location.png") left top repeat-x;
    width: 22em;
    height: 30em;
    margin-left: 1em; }
    #intro .locations li:first-child {
      margin-left: 0; }
    #intro .locations li > header {
      margin-top: 1em; }
      #intro .locations li > header h1 {
        text-align: center;
        font-size: 130%;
        font-weight: 400; }
      #intro .locations li > header p {
        margin-top: 1em;
        text-align: center;
        font-size: 115%; }
    #intro .locations li a.select-button {
      display: block;
      margin: 1.1em auto;
      width: 14.5em;
      height: 2.5em;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 2.5;
      color: #601301;
      font-weight: 700;
      font-size: 120%;
      background-color: #dab55d;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDAB55D', endColorstr='#FFD79B08');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhYjU1ZCIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjZGFiNTVkIi8+PHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkYWIzNTciLz48c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Q3OWUxMiIvPjxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZDc5YjA4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDc5YjA4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dab55d), color-stop(32%, #dab55d), color-stop(39%, #dab357), color-stop(86%, #d79e12), color-stop(96%, #d79b08), color-stop(100%, #d79b08));
      background-image: -webkit-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
      background-image: -moz-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
      background-image: -o-linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%);
      background-image: linear-gradient(top, #dab55d 0%, #dab55d 32%, #dab357 39%, #d79e12 86%, #d79b08 96%, #d79b08 100%); }
      #intro .locations li a.select-button:nth-child(n) {
        filter: none; }
    #intro .locations li > p {
      text-align: center;
      margin: 2em 0; }

/***************************************************************/
.contact_right {
  display: inline;
  float: right;
  width: 49%; }

.contact_left {
  display: inline;
  float: left;
  width: 49%; }

.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-width: 1280px) {
  #header .wrapper {
    padding: 0 0.2em; }
  #header .content {
    padding-left: 16em; }
  #header .logo {
    height: 5.4em;
    width: 12em; }
    #header .logo a > .brend {
      font-size: 2em;
      margin-top: 0; }
    #header .logo a > .title {
      font-size: 1em; } }
@media screen and (max-width: 980px) {
  #content .content {
    top: 4em; }

  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; } }
