/* RESET */
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;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

legend {
  display: none;
}

@font-face {
  font-family: "Abraham Lincoln";
  src: url("../fonts/AbrahamLincoln.eot");
  src: url("../fonts/AbrahamLincoln.eot?#iefix") format("embedded-opentype"), url("../fonts/AbrahamLincoln.woff") format("woff"), url("../fonts/AbrahamLincoln.ttf") format("truetype"), url("../fonts/AbrahamLincoln.svg#AbrahamLincoln") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nobel Regular";
  src: url("../fonts/nobel-regular-webfont.eot");
  src: url("../fonts/nobel-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nobel-regular-webfont.woff") format("woff"), url("../fonts/nobel-regular-webfont.ttf") format("truetype"), url("../fonts/nobel-regular-webfont.svg#nobel-regular-webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cuprum Regular";
  src: url("../fonts/cuprum-regular-webfont.eot");
  src: url("../fonts/cuprum-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cuprum-regular-webfont.woff") format("woff"), url("../fonts/cuprum-regular-webfont.ttf") format("truetype"), url("../fonts/cuprum-regular-webfont.svg#cuprum-regular-webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #963e2f;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 12px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.no-svg .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .no-svg .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-image: url("../images/sprite.png");
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.6;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -25px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -52px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -98px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -124px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: bold 14px/32px "TitilliumWeb WF", sans-serif;
  color: #963e2f;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #612C2C;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background: #963e2f;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #c2c8cc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #963e2f;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a:hover {
  background: #963e2f;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #b7b19f;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 6px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.no-svg .ui-datepicker-trigger {
  background-image: url("../images/sprite.png");
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}
.ui-datepicker-trigger:active {
  background-position: -74px -123px;
}

.selectedTxt {
  position: relative;
  height: 24px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  background: #E5E5E3;
  font-size: 12px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7C7C7C;
  cursor: pointer;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 8px;
  width: 7px;
  height: 4px;
  background: url("../images/sprite.svg") 0 -99px no-repeat;
}
.no-svg .selectedTxt:after {
  background-image: url("../images/sprite.png");
}
.selectedTxt:hover:after {
  background-position: -20px -99px;
}
.selectedTxt:active:after {
  background-position: -40px -99px;
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.stylish-select .newList {
  background: #fff;
  max-height: 200px;
  height: auto !important;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.stylish-select .newList li:after {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none !important;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  color: #908870;
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: #935045;
  color: #fff;
}

html, body, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button, input, textarea {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-sizing: border-box;
}

a, input[type=submit], button, .button {
  cursor: pointer;
  transition: color 100ms, background-color 100ms, border-color 100ms;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

.no-select {
  user-select: none !important;
  -o-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

.center-column {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.center-column:after {
  clear: both;
  content: "";
  display: table;
}

.button, input[type=submit].button {
  position: relative;
  display: inline;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 8px;
  overflow: visible;
  background: #963e2f;
  font: bold 10px/10px Arial;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #d5d0c2;
  border-radius: 1px;
}
.button:hover, .button.active, input[type=submit].button:hover, input[type=submit].button.active {
  background: #afaf3d;
  color: #fff;
}
.button:active, input[type=submit].button:active {
  background: #98983f;
}

html {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  min-width: 980px;
  background: #e9e7e3;
  color: #b7b19f;
}

body {
  position: relative;
  min-height: 100%;
  min-width: 980px;
  overflow: hidden;
}

html, body, input, textarea, button {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #b7b19f;
  text-decoration: underline;
}
a:hover {
  color: #afaf3d;
}

.background-object {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 1000px;
  margin-top: -137px;
}
.background-object div {
  position: absolute;
  margin-left: 205px;
  left: 50%;
}
.background-object div:before {
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  background: url("../images/background-object.png") 0 0 no-repeat;
}

#header {
  position: relative;
  height: 150px;
  z-index: 20;
}
#header .logo {
  position: absolute;
  left: 75px;
  top: 20px;
  width: 285px;
  height: 69px;
  z-index: 5;
}
#header .logo:hover {
  opacity: 0.85;
}
#header .logo:active {
  top: 21px;
}
#header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .socials {
  position: absolute;
  right: 11px;
  top: 17px;
}
#header .socials li {
  float: left;
  width: 23px;
}
#header .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
.no-svg #header .socials a {
  background-image: url("../images/sprite.png");
}
#header .socials a.facebook {
  background-position: 4px -158px;
}
#header .socials a.facebook:hover {
  background-position: 4px -204px;
}
#header .socials a.facebook:active {
  background-position: 4px -250px;
}
#header .socials a.twitter {
  background-position: -34px -158px;
}
#header .socials a.twitter:hover {
  background-position: -34px -204px;
}
#header .socials a.twitter:active {
  background-position: -34px -250px;
}
#header .socials a.gplus {
  background-position: -72px -158px;
}
#header .socials a.gplus:hover {
  background-position: -72px -204px;
}
#header .socials a.gplus:active {
  background-position: -72px -250px;
}
#header .socials a:active {
  top: 1px;
}

#top-menu {
  position: absolute;
  right: 10px;
  top: 49px;
}
#top-menu li {
  float: left;
  margin-left: 10px;
}
#top-menu a {
  display: block;
  font: 12px/21px "Nobel Regular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #afaf3d;
}
#top-menu a:hover {
  color: #8d6550;
}
#top-menu a.active {
  color: #8d6550;
}
#top-menu .win {
  position: absolute;
  left: -194px;
  top: -30px;
}
#top-menu .win:hover {
  opacity: 0.85;
}
#top-menu .win:active {
  top: -29px;
}

#main-menu {
  position: absolute;
  width: 100%;
  top: 70px;
}
#main-menu .menu.level-1 {
  text-align: right;
  margin-right: 10px;
}
#main-menu .menu.level-1 > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
#main-menu .menu.level-1 > li:nth-last-child(1) ul {
  right: 0;
  left: auto;
}
#main-menu .menu.level-1 > li:nth-last-child(2) ul {
  right: 0;
  left: auto;
}
#main-menu .menu.level-1 > li > a {
  display: block;
  height: 40px;
  font: 19px/32px "Abraham Lincoln", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #505050;
}
#main-menu .menu.level-1 > li > a.active, #main-menu .menu.level-1 > li:hover > a {
  color: #a19981;
}
#main-menu .menu.submenu {
  position: absolute;
  left: -14px;
  top: 39px;
  min-width: 180px;
  padding: 9px 0 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2PM0RB4xkABYBw1gGE0DBhGwwCYh4ZBOgAABsMYsWxCEt4AAAAASUVORK5CYII=);
  background: rgba(108, 41, 16, 0.9);
  z-index: 2;
  display: none;
}
#main-menu .menu.submenu a {
  display: block;
  height: auto;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  color: #afaf3d;
  font: 16px/16px "Nobel Regular", sans-serif;
}
#main-menu .menu.submenu a:hover, #main-menu .menu.submenu a.active {
  color: #d4cebc;
}
#main-menu li:hover .menu.submenu {
  display: inline-block;
}

#photos {
  position: relative;
  width: 100%;
  height: 800px;
  padding: 3px;
  z-index: 1;
}
#photos a {
  position: static;
  display: block;
  height: 100%;
}
#photos .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
#photos .slideshow .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  text-transform: uppercase;
}
#photos .slideshow .slide:first-child {
  display: block;
}
.no-bgsizecover #photos .slideshow .slide {
  background: none !important;
}
#photos .slideshow .slide img {
  display: none;
}
.no-bgsizecover #photos .slideshow .slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
#photos .slideshow .slide .caption {
  position: absolute;
  max-width: 939px;
  bottom: 116px;
  left: 50%;
  margin-left: -697px;
  margin-top: 89px;
  padding: 12px 40px 4px 218px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2OclBz4jIECwDhqAMNoGDCMhgEwDw2DdAAAzB4i0RgB7ocAAAAASUVORK5CYII=);
  background: rgba(147, 99, 81, 0.9);
  color: #c8c2b1;
  z-index: 4;
  font: 39px/39px "Abraham Lincoln", sans-serif;
  letter-spacing: 1px;
}
#photos .slideshow .slide .caption a {
  color: #c8c2b1;
  text-decoration: none;
}
#photos .slideshow .slide .caption a:hover {
  color: #afaf3d;
}

#photos .bx-wrapper, #photos .bx-viewport {
  height: 100%;
}
#photos .bx-wrapper {
  touch-action: pan-y;
}
#photos .bx-viewport {
  -webkit-transform: translatez(0);
          transform: translatez(0);
}
#photos .bx-wrapper .slide {
  display: block;
}
#photos .bx-controls-direction .bx-prev, #photos .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  margin-top: -27px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  text-indent: -9999px;
  z-index: 20;
}
.no-svg #photos .bx-controls-direction .bx-prev, .no-svg #photos .bx-controls-direction .bx-next {
  background-image: url("../images/sprite.png");
}
#photos .bx-controls-direction .bx-prev {
  left: 79px;
  background-position: 5px 0;
}
#photos .bx-controls-direction .bx-prev:hover {
  background-position: -45px 0;
}
#photos .bx-controls-direction .bx-prev:active {
  background-position: -95px 0;
  -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
#photos .bx-controls-direction .bx-next {
  right: 77px;
  background-position: -145px 0;
}
#photos .bx-controls-direction .bx-next:hover {
  background-position: -195px 0;
}
#photos .bx-controls-direction .bx-next:active {
  background-position: -245px 0;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}
#photos .bx-pager {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
#photos .bx-pager * {
  display: inline;
}
#photos .bx-pager .bx-pager-link {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  font-size: 0;
  background: #f7fcfc;
}
#photos .bx-pager .bx-pager-link:hover, #photos .bx-pager .bx-pager-link.active {
  background: #b2ebeb;
}
#photos .bx-pager .bx-pager-link:active {
  background: #92d6d6;
}

#booking {
  position: absolute;
  width: 1000px;
  height: 41px;
  bottom: 0;
  z-index: 1;
  left: 50%;
  margin-left: -500px;
  background: #b7b19f;
}
#booking .column {
  float: left;
  position: relative;
  margin: 11px 20px 0 0;
}
#booking label {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  line-height: 27px;
  color: #000;
}
#booking .checkin {
  margin-left: 20px;
}
#booking input[type=text] {
  float: left;
  height: 25px;
  width: 88px;
  padding: 0 10px;
  background: #fff;
  font-size: 11px;
  line-height: 27px;
  color: #737373;
  border-radius: 1px;
  font-family: Arial;
}
#booking select, #booking .newListSelected {
  float: left;
  width: 68px;
}
#booking .selectedTxt {
  float: left;
  height: 25px;
  width: 48px;
  padding: 0 10px;
  background: #fff;
  font-size: 11px;
  line-height: 27px;
  color: #737373;
  border-radius: 2px;
}
#booking .ui-datepicker-trigger {
  margin: 5px 0 0 -23px;
}
#booking .best-rate {
  position: absolute;
  top: 13px;
  right: 133px;
  color: #963e2f;
  font-size: 11px;
}
#booking .best-rate:hover {
  color: #ad5242;
}
#booking input[type=submit] {
  background: #963e2f;
  color: #d6d0c1;
  border-radius: 1px;
  float: left;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  line-height: 26px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 11px;
  padding: 0 14px;
}
#booking input[type=submit]:hover {
  color: #fff;
  background: #afaf3d;
}
#booking input[type=submit]:active {
  background: #98983f;
}

.admin .preview-item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.promos-wrapper {
  position: relative;
  height: 150px;
  z-index: 2;
}
.promos-wrapper #promos {
  width: 996px;
  position: absolute;
  background: #b4aea6;
  padding: 2px;
  margin-left: -10px;
}
.admin .preview-item .promos-wrapper #promos {
  padding: 20px;
  background: none;
}
.promos-wrapper #promos .center-column {
  position: static;
}
.promos-wrapper #promos .slideshow {
  overflow: hidden;
}
.promos-wrapper #promos .promo {
  position: relative;
  float: left;
  margin-left: 3px;
  height: 146px;
  overflow: hidden;
  width: 330px;
}
.promos-wrapper #promos .promo:first-child {
  margin-left: 0;
}
.promos-wrapper #promos .promo h4 {
  color: #fff;
  font: 18px/18px "Nobel Regular", sans-serif;
  margin-bottom: 5px;
}
.promos-wrapper #promos .promo h4 a {
  color: #fff;
  font: 18px/18px "Nobel Regular", sans-serif;
  text-decoration: none;
}
.promos-wrapper #promos .promo h4 a:hover {
  color: #afaf3d;
}
.promos-wrapper #promos .promo p {
  font: 14px/14px "Nobel Regular", sans-serif;
  max-height: 48px;
  overflow: hidden;
}
.promos-wrapper #promos .promo:hover img {
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  position: relative;
}
.promos-wrapper #promos .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2PUl+DdzEABYBw1gGE0DBhGwwCYh4ZBOgAAbT0QgeMUfJ8AAAAASUVORK5CYII=);
  background: rgba(47, 25, 13, 0.7);
  color: #fff;
  z-index: 20;
  height: 52px;
  text-align: center;
}
.promos-wrapper #promos .promo-button {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #afaf3d;
}
.promos-wrapper #promos .promo-button:hover {
  color: #d4cebc;
}
.promos-wrapper #promos .price {
  display: inline;
}
.promos-wrapper #promos .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-wrapper #promos .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

#promos .bx-wrapper {
  margin-bottom: 30px;
  touch-action: pan-y;
}
#promos .bx-viewport {
  -webkit-transform: translatez(0);
          transform: translatez(0);
}
#promos .bx-wrapper .promo {
  margin-left: 0;
}
#promos .bx-controls-direction .bx-prev, #promos .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 24px;
  margin-top: -13px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 20;
  border-radius: 2px;
}
#promos .bx-controls-direction .bx-prev {
  background: #b65935 url("../images/left.png") 3px 4px no-repeat;
  left: 50%;
  margin-left: -501px;
}
#promos .bx-controls-direction .bx-prev:hover {
  background-color: #afaf3d;
}
#promos .bx-controls-direction .bx-prev:active {
  background-color: #98983f;
  -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
#promos .bx-controls-direction .bx-next {
  background: #b65935 url("../images/right.png") 3px 4px no-repeat;
  right: 50%;
  margin-right: -501px;
}
#promos .bx-controls-direction .bx-next:hover {
  background-color: #afaf3d;
}
#promos .bx-controls-direction .bx-next:active {
  background-color: #98983f;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
}
#promos .bx-pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
#promos .bx-pager * {
  display: inline;
}
#promos .bx-pager .bx-pager-link {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  font-size: 0;
  background: #f7fcfc;
}
#promos .bx-pager .bx-pager-link:hover, #promos .bx-pager .bx-pager-link.active {
  background: #b2ebeb;
}
#promos .bx-pager .bx-pager-link:active {
  background: #92d6d6;
}

#content {
  position: relative;
  padding: 30px 0;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
#content .page-content-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#content .page-content-wrapper > *:first-child {
  float: left;
}

#sidebar + .page-content-wrapper {
  margin-right: 300px;
}

#events h4 {
  margin-bottom: 120px;
  font-size: 34px;
  line-height: 41px;
  font-weight: 300;
  text-transform: uppercase;
}
#events .event {
  position: relative;
  padding-left: 49px;
  margin-bottom: 14px;
}
#events .event h5 {
  font: 12px/12px Arial;
}
#events .event h5 a {
  text-decoration: none;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
}
#events .event h5 a:hover {
  color: #afaf3d;
}
#events .event .date {
  position: absolute;
  left: 0;
  top: -9px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #afaf3d;
}
#events .event .date a {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 9px;
  color: inherit;
  text-decoration: none;
  font: 25px/20px "Cuprum Regular", sans-serif;
}
#events .event .date a:hover {
  color: #afaf3d;
}
#events .event .date span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}
#events .event p {
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
}
#events .event p a {
  color: #b7b19f;
  font-weight: bold;
}
#events .event p a:hover {
  color: #afaf3d;
}
#events .button {
  margin: 0 0 0 140px;
}

#sidebar {
  float: right;
  position: relative;
  width: 235px;
}
#sidebar h4 {
  font: 18px/18px "Nobel Regular", sans-serif;
  margin: 0 0 27px 19px;
  text-transform: initial;
  color: #fff;
}
#sidebar > * {
  margin: 25px 0 0 10px;
  padding-right: 10px;
}

#submenu {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  padding-top: 10px;
}
#submenu a {
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  color: #fff;
}
#submenu a.active {
  color: #963e2f;
  text-decoration: underline;
}
#submenu a:hover {
  color: #963e2f;
  text-decoration: underline;
}
#submenu h4 a {
  font: inherit;
  color: #afaf3d;
}
#submenu h4 a:hover {
  color: #b7b19f;
}
#submenu ul {
  margin: 0 0 20px 25px;
}
#submenu li {
  margin-bottom: 5px;
}

#footer {
  position: relative;
  font-size: 12px;
}
#footer .center-column {
  padding: 50px 0;
}
#footer #footer-menu {
  position: absolute;
  right: 0;
}
#footer #footer-menu a {
  display: block;
  font: 12px/12px Arial;
  text-decoration: none;
  color: #afaf3d;
}
#footer #footer-menu a:hover {
  color: #b7b19f;
}
#footer #footer-menu a.active {
  color: #b7b19f;
}
#footer #footer-menu .columns {
  float: left;
  position: relative;
  margin-right: 20px;
}
#footer #footer-menu li + li {
  margin-top: 9px;
}
#footer #footer-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#footer #newsletter {
  position: absolute;
  left: 350px;
  top: 50px;
  width: 254px;
  height: 100px;
}
#footer #newsletter:before {
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #b8b09b;
  opacity: 0.5;
  content: "";
  left: -39px;
  top: 0;
}
#footer #newsletter:after {
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #b8b09b;
  opacity: 0.5;
  content: "";
  right: -39px;
  top: 0;
}
#footer #newsletter h4 {
  font: 16px/16px Arial, sans-serif;
}
#footer #newsletter span {
  font-size: 11px;
  margin-left: 20px;
}
#footer #newsletter form {
  margin-top: 5px;
}
#footer #newsletter form:after {
  clear: both;
  content: "";
  display: table;
}
#footer #newsletter input[type=text] {
  float: left;
  width: 181px;
  height: 26px;
  padding: 0 9px;
  background: #fff;
  font-size: 14px;
  color: #525252;
  border-radius: 2px 0 0 2px;
}
#footer #newsletter input[type=text]::-webkit-input-placeholder {
  color: #525251;
  font-style: italic;
}
#footer #newsletter input[type=text]:-moz-placeholder {
  color: #525251;
  font-style: italic;
}
#footer #newsletter input[type=text]::-moz-placeholder {
  color: #525251;
  font-style: italic;
}
#footer #newsletter input[type=text]:-ms-input-placeholder {
  color: #525251;
  font-style: italic;
}
#footer #newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #b3b3b3;
}
#footer #newsletter input[type=text]:focus:-moz-placeholder {
  color: #b3b3b3;
}
#footer #newsletter input[type=text]:focus::-moz-placeholder {
  color: #b3b3b3;
}
#footer #newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #b3b3b3;
}
#footer #newsletter .button {
  background-color: #afaf3d;
  height: 26px;
  padding: 5px 11px;
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  border-radius: 0 2px 2px 0;
}
#footer #newsletter .button:hover {
  background-color: #bfbf4d;
}
#footer small {
  width: 100%;
  float: left;
  margin: 0 0 0 10px;
  color: #BEBAB3;
}
#footer small span {
  color: #979290;
}
#footer .copyright, #footer .credits, #footer .family {
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 11px;
  color: #b8b09b;
  font-family: arial, sans-serif;
}
#footer .family {
  margin-top: 30px;
}
#footer .contact {
  line-height: 18px;
}
#footer .contact .title {
  font-weight: bolder;
}
#footer .contact .phone-number {
  color: #afaf3d;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.png") 0 0 no-repeat;
  background-image: url("../images/common.svg"), none;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newList a:hover {
  background: #A9A9A9;
}
#hebs-gallery .newList a.hiLite {
  background: #A9A9A9;
}

/* FULL SIZE IMAGE */
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}

#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}

#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}

#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* FULL SIZE IMAGE -> Navigation */
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}

#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.no-svg #hebs-gallery .galleria-image-nav-left, .no-svg #hebs-gallery .galleria-image-nav-right {
  background-image: url("../images/common.png");
}

#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}

#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}

#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}

#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}

#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}

#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}

/* FULL SIZE IMAGE -> Loading */
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/gray-loading.gif") 50% 50% no-repeat;
}

/* THUMBNAILS */
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}

#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}

#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}

#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}

#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}

/* THUMBNAILS -> Navigation */
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.no-svg #hebs-gallery .galleria-thumb-nav-left, .no-svg #hebs-gallery .galleria-thumb-nav-right {
  background-image: url("../images/common.png");
}

#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}

#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}

#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}

#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}

#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}

#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}

#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}

#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}

#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}

/* INFO */
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 40px;
}

#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #963e2f;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
.no-svg #share-this-site-overlay .close-button {
  background-image: url("../images/common.png");
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.page-content {
  padding: 0 10px;
}
.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #afaf3d;
  color: #afaf3d;
}
.page-content h1 {
  margin-bottom: 19px;
  color: #a59995;
  font: 30px/30px "Abraham Lincoln", sans-serif;
  text-transform: uppercase;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #E6E7CE;
}
.page-content h2 {
  font: 20px/20px "Nobel Regular", sans-serif;
  color: #afaf3d;
  margin-bottom: 22px;
}
.page-content h1 + h2 {
  margin-top: -20px;
}
.page-content h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #534b48;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
  color: #534b48;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 21px;
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
  font-size: 13px;
  color: #505050;
}
.page-content .button {
  font-size: 13px;
  padding: 6px 10px;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  margin-left: 20px;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
}
.page-content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #b7b19f;
  border-radius: 100%;
}
.page-content ul > li:hover:after {
  background-color: #afaf3d;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  color: #afaf3d;
}
.page-content td {
  border-top: 1px solid #f7fcfc;
}
.page-content table p {
  margin: 5px;
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  position: relative;
  height: 21px;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 23px;
  position: relative;
}
.page-content a.pdf:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 16px;
  background: url("../images/common.svg") -600px 0 no-repeat;
}
.no-svg .page-content a.pdf:after {
  background-image: url("../images/common.png");
}
.page-content a.pdf:hover:after {
  background-position: -633px 0;
}
.page-content a.pdf:active:after {
  background-position: -666px 0;
}
.page-content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}
.page-content .hotel-location-map {
  margin-bottom: 21px;
}

.block-list {
  margin-bottom: 20px;
}
.block-list .block-list-item {
  background: #b7b19f;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #505050;
  border: 1px solid #898944;
}
.block-list .block-list-item.odd {
  background-color: #b7b19f;
}
.block-list .block-list-item h3 {
  color: #505050;
}
.block-list .block-list-item h3 a {
  color: #505050;
  text-decoration: none;
}
.block-list .block-list-item h3 a:hover {
  color: #afaf3d;
}
.block-list .block-list-item .thumbnail {
  margin-bottom: 0;
}

.image-list {
  margin: 0 0 0 -20px;
  overflow: hidden;
  font-size: 0;
}
.image-list:after {
  clear: both;
  content: "";
  display: table;
}
.image-list .image-list-item {
  position: relative;
  float: left;
  height: 400px;
  width: 305px;
  margin: 0 0 20px 20px;
  overflow: hidden;
}
.image-list .image-list-item .description {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NcsIDhDAMFgHHUAIbRMGAYDQNgHhoG6QAAiBIg0UjqlUQAAAAASUVORK5CYII=);
  background: rgba(161, 161, 0, 0.8);
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.image-list .image-list-item .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.image-list .image-list-item .description .centered {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}
.image-list .image-list-item .description .centered time {
  font-size: 16px;
}
.image-list .image-list-item .description .centered span {
  display: block;
}
.image-list .image-list-item .description .centered span a {
  display: block;
}
.image-list .image-list-item .description h4 {
  color: #fff;
  font-size: 18px;
}
.image-list .image-list-item .description a {
  color: #fff;
}
.image-list .image-list-item .description a:hover {
  color: #963e2f;
}
.image-list .image-list-item .description nav a {
  display: block;
}
.image-list .image-list-item .description nav a:hover {
  color: #963e2f;
}

.careers thead {
  text-transform: uppercase;
  color: #f1752a;
}
.careers td {
  border: 1px solid #afaf3d;
  padding: 10px 20px;
  color: #505050;
}
.careers .narrow {
  width: 20%;
}
.careers a {
  color: #afaf3d;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "TitilliumWeb WF", sans-serif;
  text-transform: uppercase;
  color: #963e2f;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  color: #5E5E5B;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.leaflet-container a {
  color: #d5d0c2 !important;
}

.pressroom .category-selector {
  margin: 0 0 20px 20px;
}
.pressroom .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
.pressroom button {
  margin-right: 10px;
  padding: 0 20px;
  height: 39px;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  font-size: 13px;
  line-height: 39px;
  transition: background-color 200ms, color 200ms;
}
.pressroom button:hover, .pressroom button.active {
  border-color: #afaf3d;
  color: #afaf3d;
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.page-content .form {
  display: block;
  margin-bottom: 25px;
}
.page-content .form h3 {
  margin: 34px 0;
  color: #afaf3d;
  text-align: center;
  font-size: 24px;
}
.page-content .form label {
  width: 40%;
  font-size: 12px;
  line-height: 17px;
  margin: 5px 20px 0 0;
  float: left;
  text-align: right;
  color: #DAD8D0;
  text-transform: uppercase;
  color: #534b48;
}
.page-content .form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.page-content .form p {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 26px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.page-content .form p.odd {
  background: #7B4933;
  border: 1px solid #7C7C3B;
}
.page-content .form p.odd2 {
  background: #966149;
  border: 1px solid #7C7C3B;
}
.page-content .form p:after {
  content: " ";
  display: table;
  clear: both;
}
.page-content .form p span {
  float: left;
  margin: 0 10px 0 0;
  color: #534b48;
}
.page-content .form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.page-content .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.page-content .form p span.group label {
  display: block;
  color: #534b48;
}
.page-content .form p span.group label input {
  margin-right: 0.4em;
}
.page-content .form input[type=text], .page-content .form textarea, .page-content .form .selectedTxt {
  background: #D5CBBC;
  border: 1px solid #DDC4C4;
  color: #414141;
  padding: 0 10px;
  resize: none;
  width: 230px;
  height: 25px;
  font-size: 13px;
}
.page-content .form .selectedTxt:after {
  top: 10px;
  right: 10px;
}
.page-content .form textarea {
  height: 104px;
  line-height: 1.4;
  overflow: auto;
  padding: 9px;
}
.page-content .form input[type=checkbox],
.page-content .form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.page-content .form .newListSelected {
  width: 270px;
  float: left;
}
.page-content .form input.date-pick {
  width: 100px;
  float: left;
}
.page-content .form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.page-content .form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
.page-content .form .controls .button {
  font-size: 14px;
  padding: 8px 18px;
  text-transform: uppercase;
  margin-left: 31px;
}
.page-content .form #lower_rate_site, .page-content .form #confirmed_rate, .page-content .form #lower_rate {
  margin-top: 13px;
}
.page-content .form #special_terms {
  margin-top: 31px;
}

.poi {
  margin-bottom: 40px;
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}

.poi .category-selector {
  margin-bottom: 20px;
}
.poi .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
.poi .category-selector .button {
  margin-right: 10px;
}

.poi .categories .poi-category {
  display: none;
}
.poi .categories .poi-category.visible {
  display: block;
}
.poi .categories .poi-category .expand-description:hover {
  text-decoration: none;
}

.poi .categories {
  margin-top: 20px;
}
.poi .categories .poi-category.hidden {
  display: none;
}
.poi .categories .poi-category table {
  width: 100%;
}
.poi .categories .poi-category table th {
  white-space: nowrap;
}
.poi .categories .poi-category table td {
  vertical-align: middle;
}
.poi .categories .poi-category table td.center {
  text-align: center;
}
.poi .categories .poi-category table td.poi-title {
  text-align: left;
}
.poi .categories .poi-category .expand-description {
  text-decoration: underline;
  cursor: pointer;
  color: #963e2f;
}
.poi .categories .poi-category .expand-description:hover {
  color: #963e2f;
}
.poi .categories .poi-category .show-on-map {
  display: block;
  height: 16px;
  width: 10px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -400px 0 no-repeat;
  cursor: pointer;
}
.no-svg .poi .categories .poi-category .show-on-map {
  background-image: url("../images/common.png");
}
.poi .categories .poi-category .show-on-map:hover {
  background-position: -430px 0;
}
.poi .categories .poi-category .show-on-map:active {
  background-position: -460px 0;
}
.poi .categories .poi-category tr.description {
  display: none;
}
.poi .categories .poi-category tr.description.visible {
  display: table-row;
}
.poi .categories .poi-category tr.description .thumbnail {
  margin-bottom: 0;
}
.poi .categories .poi-category tr.description p {
  margin: 0 0 10px;
  font-size: 12px;
}
.poi .categories .poi-category tr.description nav > * {
  margin-left: 10px;
}
.poi .categories .poi-category tr.description nav > *:first-child {
  margin-left: 0;
}

.poi .hotels {
  display: none;
}

#calendar {
  width: 960px;
  margin: 0 auto;
}
#calendar.single-event {
  width: 980px;
}
#calendar.list-view .page-content {
  padding: 0;
}

.calendar .page-content {
  clear: both;
}
.calendar .block-list {
  margin-bottom: 0;
}
.calendar .block-list .block-list-item {
  background: #693924;
}

#calendar-header {
  margin: 0 0 10px 10px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-header .selectedTxt {
  background: #773F1D;
  color: #ECE8C8;
  border: 1px solid #7E7E34;
}
#calendar-header .selectedTxt:after {
  width: 20px;
  height: 20px;
  top: 10px;
  background: url("../images/common.png") -398px -36px no-repeat;
  background-image: url("../images/common.svg") -398px -36px, none;
}
#calendar-header .newList {
  background: #773F1D;
  color: #D8D293;
  border: 1px solid #7E7E34;
}
#calendar-header .newList a {
  color: #ECE8C8;
}
#calendar-header .newList a:hover {
  background: #A08459;
}
#calendar-header .newList a.hiLite {
  background: #A08459;
}

#calendar-links {
  float: left;
}
#calendar-links li {
  float: left;
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.no-svg #calendar-links a {
  background-image: url("../images/common.png");
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}

#calendar-views {
  float: left;
}
#calendar-views li {
  float: left;
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #afaf3d;
}
#calendar-views a:hover {
  color: #d8d54e;
}
#calendar-views a.active {
  color: #d8d54e;
}
#calendar-views a:active {
  color: #87833a;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.no-svg #calendar-views a:before {
  background-image: url("../images/common.png");
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-filter {
  float: right;
}
#calendar-filter .selectedTxt {
  min-width: 150px;
}

#calendar-breadcrumb {
  margin: 0 0 20px 10px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #afaf3d;
}
#calendar-breadcrumb dt a, #calendar-breadcrumb dd a {
  color: #afaf3d;
  text-decoration: none;
}
#calendar-breadcrumb dt a:hover, #calendar-breadcrumb dd a:hover {
  color: #CDCD6D;
}

#calendar-year {
  margin-bottom: 20px;
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #93936D;
  color: #93936D;
}
#calendar-year a:hover {
  border-color: #E5E567;
  color: #E5E567;
}
#calendar-year .active a {
  border-color: #afaf3d;
  color: #afaf3d;
}
#calendar-year .active a:hover {
  border-color: #E5E567;
  color: #E5E567;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
  background: #A3A336;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
#calendar-month a:hover {
  background: #949441;
  color: #fff;
}
#calendar-month a.active {
  background: #949441;
  color: #FFFFFF;
}
#calendar-month a.active:hover {
  background: #949441;
  color: #fff;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  float: left;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: #afaf3d;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: -9px 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.no-svg #calendar-navigation a.prev, .no-svg #calendar-navigation a.next {
  background-image: url("../images/common.png");
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week,
#calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after,
#calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li,
#calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
#calendar-week li {
  color: #afaf3d;
  text-align: center;
  text-transform: uppercase;
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: #73391F;
  border: 1px solid #afaf3d;
}
#calendar-days li time a {
  text-align: center;
  color: #F7F2C0;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #ffffff;
  background: #afaf3d;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: #7B4933;
  border: 1px solid #898944;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #A5A5A5;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: #ffffff;
  background: #afaf3d;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  background: #963e2f;
  color: #fff;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl.w2 dt {
  width: 211%;
}
#calendar-days dl.w3 dt {
  width: 322%;
}
#calendar-days dl.w4 dt {
  width: 433%;
}
#calendar-days dl.w5 dt {
  width: 543%;
}
#calendar-days dl.w6 dt {
  width: 653%;
}
#calendar-days dl.w7 dt {
  width: 765%;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #93593F;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#calendar-days dl dd:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -14px;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #93593F;
}
#calendar-days dl dd h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd .button {
  display: block;
  background: #AE5F52;
  border: 1px solid #afaf3d;
}
#calendar-days dl dd .button:hover {
  background: #afaf3d;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a, #calendar.list-view h3 a {
  text-decoration: none;
}

#calendar .dates,
#calendar .attachment {
  font-style: italic;
  font-size: 0.9em;
}

#calendar .dates > small {
  display: block;
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
