@charset "UTF-8";
/* 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: "Lato WF";
  src: url("../fonts/lato-hairline.eot");
  src: url("../fonts/lato-hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-hairline.woff2") format("woff2"), url("../fonts/lato-hairline.woff") format("woff"), url("../fonts/lato-hairline.ttf") format("truetype"), url("../fonts/lato-hairline.svg#latohairline") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-hairlineitalic.eot");
  src: url("../fonts/lato-hairlineitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-hairlineitalic.woff2") format("woff2"), url("../fonts/lato-hairlineitalic.woff") format("woff"), url("../fonts/lato-hairlineitalic.ttf") format("truetype"), url("../fonts/lato-hairlineitalic.svg#latohairline_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-light.eot");
  src: url("../fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff"), url("../fonts/lato-light.ttf") format("truetype"), url("../fonts/lato-light.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-lightitalic.eot");
  src: url("../fonts/lato-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lightitalic.woff2") format("woff2"), url("../fonts/lato-lightitalic.woff") format("woff"), url("../fonts/lato-lightitalic.ttf") format("truetype"), url("../fonts/lato-lightitalic.svg#latolight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-regular.eot");
  src: url("../fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.ttf") format("truetype"), url("../fonts/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-italic.eot");
  src: url("../fonts/lato-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic.woff2") format("woff2"), url("../fonts/lato-italic.woff") format("woff"), url("../fonts/lato-italic.ttf") format("truetype"), url("../fonts/lato-italic.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-bold.eot");
  src: url("../fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff"), url("../fonts/lato-bold.ttf") format("truetype"), url("../fonts/lato-bold.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-bolditalic.eot");
  src: url("../fonts/lato-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bolditalic.woff2") format("woff2"), url("../fonts/lato-bolditalic.woff") format("woff"), url("../fonts/lato-bolditalic.ttf") format("truetype"), url("../fonts/lato-bolditalic.svg#latobold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
/* 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);
  margin-left: -120px;
}

.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;
  border-radius: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2N89erVLwYKAOOoAQyjYcAwGgYMwyIMAAGYO5HrVqcCAAAAAElFTkSuQmCC);
  background: rgba(234, 234, 234, 0.98);
}
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-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 10px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -316px -102px no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: -292px -102px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  -webkit-transform: translate(-1px, 0);
      -ms-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  -webkit-transform: translate(1px, 0);
      -ms-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;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-family: 'Lato WF', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b9975b;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #000;
  height: 22px;
  line-height: 22px;
  padding: 4px;
  width: 22px;
}
.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 {
  border: 1px solid transparent;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-calendar a:hover {
  background: #fff;
  border-color: #b9975b;
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #b9975b;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
}

.ui-datepicker-trigger {
  float: left;
  margin: 14px 0 0 8px;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -25px -167px no-repeat;
}
.no-svg .ui-datepicker-trigger {
  background-image: url("../images/sprite.png");
}
.ui-datepicker-trigger:hover {
  opacity: 0.7;
}
.ui-datepicker-trigger:active {
  opacity: 0.5;
}

/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */
.ui-timepicker-inline {
  display: inline;
}

#ui-timepicker-div {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2N89erVLwYKAOOoAQyjYcAwGgYMwyIMAAGYO5HrVqcCAAAAAElFTkSuQmCC);
  background: rgba(234, 234, 234, 0.98);
  padding: 10px;
  border-radius: 4px;
}

.ui-timepicker-table {
  display: inline-table;
  width: 0;
}

.ui-timepicker-table table {
  margin: 0.15em 0 0 0;
  border-collapse: collapse;
}

.ui-timepicker-hours, .ui-timepicker-minutes {
  padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
  font-family: 'Lato WF', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b9975b;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.ui-timepicker-table th.periods {
  font-family: 'Lato WF', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b9975b;
  font-size: 12px;
  padding: 5px 4px;
  width: 22px;
}

td.ui-timepicker-hours {
  border-right: 1px solid #ddd;
}

/* span for disabled cells */
.ui-timepicker-table td span {
  display: block;
  text-decoration: none;
}

/* anchors for clickable cells */
.ui-timepicker-table td {
  color: #000;
  height: 22px;
  line-height: 22px;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}
.ui-timepicker-table td a {
  border: 1px solid transparent;
  font-size: 11px;
  display: block;
  width: 22px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
}
.ui-timepicker-table td a:hover {
  background: #fff;
  border-color: #b9975b;
  color: #000;
}
.ui-timepicker-table td a.ui-state-active {
  background: #b9975b;
  color: #fff;
}

/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-timepicker .ui-timepicker-buttonpane button {
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* The close button */
.ui-timepicker .ui-timepicker-close {
  float: right;
}

/* the now button */
.ui-timepicker .ui-timepicker-now {
  float: left;
}

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
  float: left;
}

.selectedTxt {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  color: #000;
  border-radius: 4px;
}
.selectedTxt:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: '';
}
.selectedTxt:hover:after {
  opacity: 0.7;
}
.selectedTxt:active:after {
  opacity: 0.5;
}

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

.stylish-select .newList {
  background: #fff;
  max-height: 216px;
  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:before {
  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 {
  color: #666666;
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  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;
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: #cccccc;
  color: #fff;
}

/* HEBS gallery select */
#hebs-gallery .newListSelected .selectedTxt {
  color: #fff;
  background: none;
  border-radius: 0;
}
#hebs-gallery .newListSelected .selectedTxt:after {
  border-top: 4px solid #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;
  -webkit-transition: color 100ms, background-color 100ms, border-color 100ms;
  transition: color 100ms, background-color 100ms, border-color 100ms;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

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

.button {
  background: #666;
  color: #fff;
  display: inline-block;
  font: 15px Arial;
  position: relative;
  height: 32px;
  line-height: 32px;
  margin: 0;
  overflow: visible;
  padding: 0 20px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  box-sizing: border-box;
}
.button:hover, .button.active {
  background-color: #b9975b;
  color: #fff;
}

.breadcrumb h4 {
  display: inline-block;
  margin-right: 3px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb .separator {
  display: inline-block;
}
.breadcrumb .separator:after {
  content: '/';
}

.scrollable {
  position: relative;
}

.scrollable .viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.scrollable .overview {
  position: relative;
  width: 100%;
}

.scrollable .scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEX///+nxBvIAAAAAXRSTlMz/za5cAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC);
  background: rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
  z-index: 2;
}

.scrollable .scrollbar.disable {
  display: none;
}

.scrollable .track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scrollable .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  overflow: hidden;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2P8////GQYKAOOoAQyjYcAwGgbAPDQM0gEAUF48oSnkrSAAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}

.scrollable .thumb:hover {
  background: #fff;
}

.computicket-booking {
  float: right;
  clear: right;
  width: 240px;
  height: 400px;
  margin: 0 0 20px 30px;
  border-radius: 3px;
  background: #fff url("../images/computicket-booking-background.png") 0 0 no-repeat;
  border: 1px solid #dc1a32;
}
.computicket-booking iframe {
  width: 230px;
  height: 300px;
  margin: 76px 5px 0;
}

/* css style for loyalty sign in loading widget */
.button-disabled {
  opacity: .5;
}

.page-content #events .date {
  display: block;
  margin-bottom: 10px;
}
.page-content #events .date a {
  text-decoration: none;
}
.page-content #events h3 {
  margin-bottom: 10px;
}
.page-content #events h3 a {
  text-decoration: none;
}
.page-content #events .event {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
.page-content #events .event:first-child {
  border-top: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
  background: #252525;
  min-height: 768px;
}

body {
  position: relative;
  min-height: 100%;
}
.viewport-disabled body {
  overflow: hidden;
}

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

html, body, #viewport-perspective, #viewport, #viewport > .wrapper, .slide-wrapper {
  height: 100%;
}

#viewport-perspective {
  position: relative;
  z-index: 20;
}
.viewport-disabled #viewport-perspective {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

#viewport {
  position: relative;
  min-width: 980px;
  box-shadow: 0 16px 160px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 0.9);
  transition: all 400ms cubic-bezier(0.8, 0, 0.2, 0.9);
}
.viewport-disabled #viewport {
  overflow: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  cursor: pointer;
  -webkit-perspective: 1px;
          perspective: 1px;
}
.viewport-transformation #viewport {
  -webkit-transform: rotateY(35deg) translateX(-250px);
          transform: rotateY(35deg) translateX(-250px);
}
.no-csstransforms3d.viewport-transformation #viewport {
  left: -333px;
}
#viewport > .wrapper {
  position: relative;
  z-index: 10;
}
#viewport > .overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgqAcAAIIAgLO2btEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
}
.viewport-transformation #viewport > .overlay {
  display: block;
}
.no-overlay #viewport > .overlay {
  display: none;
}

#viewport .slide-wrapper {
  position: relative;
  z-index: 19;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slide-content #viewport .slide-wrapper {
  left: -100%;
}

#main-navigation {
  position: absolute;
  top: 116px;
  right: 22px;
  bottom: 58px;
  width: 207px;
  padding-right: 30px;
  z-index: 10;
}
.main-navigation-visible #main-navigation {
  z-index: 30;
}
#main-navigation .close {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: -40px;
  background: url("../images/sprite.svg") 11px -60px no-repeat;
}
.no-svg #main-navigation .close {
  background-image: url("../images/sprite.png");
}
#main-navigation .menus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.custom-scrollbars #main-navigation .menus {
  overflow: visible;
}
#main-navigation .menus a {
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
#main-navigation .menus .top-menu {
  margin-bottom: 28px;
}
#main-navigation .menus .top-menu a {
  padding: 6px 0;
  font-size: 14px;
  line-height: 18px;
  color: #cccccc;
}
#main-navigation .menus .top-menu a:hover, #main-navigation .menus .top-menu a.active {
  color: #b9975b;
}
#main-navigation .menus .main-menu {
  margin-bottom: 25px;
}
#main-navigation .menus .main-menu a {
  padding: 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
#main-navigation .menus .main-menu a:hover {
  color: #dbc59b;
}
#main-navigation .menus .main-menu a.active {
  color: #b9975b;
}
#main-navigation .menus .main-menu .highlighted > a {
  color: #dbc59b;
}
#main-navigation .menus .main-menu .expanded > a {
  color: #b9975b;
  border-bottom: 1px solid #554e41;
}
#main-navigation .menus .main-menu .parent ul {
  overflow: hidden;
  display: none;
}
#main-navigation .menus .main-menu .parent ul a {
  padding: 5px 0 5px 14px;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  color: #dbc59b;
}
#main-navigation .menus .main-menu .parent ul a:hover, #main-navigation .menus .main-menu .parent ul a.active {
  color: #fff;
}
#main-navigation .menus .main-menu .parent.expanded ul {
  display: block;
}

#popup {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAACRJREFUOBFjZGBg2A/EZAMmsnVCNY4awMAwGgajYQDKDgOfDgBKMQDfcOqxVgAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  text-align: center;
  min-width: 640px;
}
#popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1.4em;
}
#popup h1 {
  margin-bottom: 20px;
}
#popup .page-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 640px;
  padding: 80px 40px 40px;
  background: #fff;
  box-sizing: border-box;
}
#popup .page-content > .wrapper {
  height: 100%;
  overflow: auto;
  padding-right: 25px;
}
#popup .page-content .form {
  margin: 0;
}
#popup .page-content .form h3 {
  color: #000;
  clear: both;
  font-size: 26px;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
#popup .page-content .form fieldset > p {
  background-color: #f6f6f6;
  clear: both;
  float: none;
  margin: 0 0 1px;
  padding: 15px 20px;
  width: auto;
}
#popup .page-content .form fieldset > p.even {
  background-color: #f0f0f0;
}
#popup .page-content .form fieldset > p.agreement {
  background: none;
  padding: 20px 0;
  text-align: left;
}
#popup .page-content .form fieldset > p.agreement label {
  line-height: 14px;
}
#popup .page-content .form fieldset > p.agreement input {
  margin-right: 5px;
}
#popup .page-content .form fieldset > p.controls {
  background: none;
  text-align: center;
  padding-bottom: 0;
}
#popup .page-content .form label {
  color: #333;
  font-size: 12px;
  margin: 0 0 5px;
}
#popup .page-content .form .date-pick {
  width: 150px;
}
#popup .page-content .form .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#popup .page-content .form .column {
  float: left;
  margin-left: 20px;
  position: relative;
}
#popup .page-content .form .column:first-child {
  margin-left: 0;
}
#popup .page-content .form .button {
  height: 40px;
  line-height: 40px;
}
#popup .close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 33px;
  height: 33px;
  background: url("../images/sprite.svg") -160px -160px no-repeat;
}
.no-svg #popup .close {
  background-image: url("../images/sprite.png");
}
#popup .close:hover {
  background-position: -200px -160px;
}

.currency-converter {
  background: #f4f4f4;
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 111;
  border-radius: 4px;
}
.currency-converter .converter-header {
  color: #898989;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.currency-converter .plus {
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  right: 19px;
  top: 24px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-decoration: none;
}
.currency-converter .plus:after {
  content: '+';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #898989;
  font-size: 30px;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.currency-converter .plus:hover:after {
  color: #ccc;
}
.currency-converter.opened {
  width: 100%;
  float: right;
}
.currency-converter.opened .plus {
  line-height: 15px;
}
.currency-converter.opened form {
  display: block;
}
.currency-converter.opened form .SSContainerDivWrapper, .currency-converter.opened form .newList {
  height: auto !important;
}
.currency-converter.opened form .column {
  padding: 0 20px;
}
.currency-converter.opened form label {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.currency-converter.opened form input[type="text"] {
  background: #fff;
  color: #000;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.currency-converter.opened form input[type="text"][disabled] {
  opacity: 0.5;
}
.currency-converter.opened .selectedTxt {
  white-space: normal;
}
.currency-converter.opened .newList a {
  white-space: normal;
}
.currency-converter.opened .plus:after, .currency-converter.active .plus:after {
  content: '–';
}
.currency-converter form {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #f4f4f4;
  z-index: 111;
  border-radius: 5px;
}
.currency-converter .convert-btn {
  width: 100%;
  height: 40px;
  margin: 20px 0 20px 0;
}
.currency-converter .convert-btn[disabled] {
  opacity: 0.5;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.sticky-header #header {
  position: fixed;
}
.sticky-header.viewport-disabled #header {
  position: absolute;
}
#header .bar {
  position: absolute;
  left: 0;
  width: 100%;
}
#header .bar.upper {
  top: 0;
  height: 35px;
  background: #191919;
}
.no-photos #header .bar.upper {
  position: relative;
  top: auto;
}
#header .bar.upper .tsogo-sun-logo {
  position: absolute;
  left: 21px;
  top: 9px;
  width: 19px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #header .bar.upper .tsogo-sun-logo {
    width: 112px;
  }
}
#header .bar.upper .tsogo-sun-logo img {
  width: 112px;
  height: 17px;
}
@media (min-width: 1440px) {
  #header .bar.upper .tsogo-sun-logo img {
    width: 100%;
    height: 100%;
  }
}
#header .bar.lower {
  top: 35px;
  height: 83px;
  background: #231f20;
}
.no-photos #header .bar.lower {
  position: relative;
  top: auto;
}
#header .bar.lower .tsogo-sun-logo {
  left: 65px;
  top: 17px;
  width: 252px;
}
@media (min-width: 1440px) {
  #header .bar.lower .tsogo-sun-logo {
    left: 105px;
  }
}
@media (max-width: 1200px) {
  #header .bar.lower .tsogo-sun-logo {
    left: 25px;
  }
}
#header .logo {
  position: absolute;
}
#header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .breadcrumb {
  position: absolute;
  left: 350px;
  font-size: 9px;
  line-height: 35px;
  color: #898989;
}
@media (min-width: 1440px) {
  #header .breadcrumb {
    left: 435px;
  }
}
@media (max-width: 1200px) {
  #header .breadcrumb {
    left: 25px;
  }
}
#header .breadcrumb h4, #header .breadcrumb .breadcrumb {
  float: left;
}
#header .breadcrumb a {
  color: #b9975b;
}
#header .breadcrumb a:hover {
  color: #8b8b8b;
}
#header.low {
  z-index: 1;
}

#corporate-support-menu,
#loyalty-main-menu {
  position: absolute;
  left: 48px;
}
@media (min-width: 1440px) {
  #corporate-support-menu,
  #loyalty-main-menu {
    left: 141px;
  }
}
#corporate-support-menu ul, #corporate-support-menu li,
#loyalty-main-menu ul,
#loyalty-main-menu li {
  float: left;
}
#corporate-support-menu a,
#loyalty-main-menu a {
  display: block;
  height: 70px;
  padding: 0 5px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
@media (min-width: 1440px) {
  #corporate-support-menu a,
  #loyalty-main-menu a {
    padding: 0 12px;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  #corporate-support-menu a,
  #loyalty-main-menu a {
    padding: 0 4px;
    font-size: 10px;
  }
}
#corporate-support-menu a:hover, #corporate-support-menu a.active,
#loyalty-main-menu a:hover,
#loyalty-main-menu a.active {
  color: #fff;
}
.bar.lower #corporate-support-menu, .bar.lower
#loyalty-main-menu {
  left: 337px;
}
@media (min-width: 1440px) {
  .bar.lower #corporate-support-menu, .bar.lower
  #loyalty-main-menu {
    left: 422px;
  }
}
@media (max-width: 1200px) {
  .bar.lower #corporate-support-menu, .bar.lower
  #loyalty-main-menu {
    left: 300px;
  }
}
.bar.lower #corporate-support-menu a, .bar.lower
#loyalty-main-menu a {
  padding: 0 13px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 70px;
}
@media (max-width: 1200px) {
  .bar.lower #corporate-support-menu a, .bar.lower
  #loyalty-main-menu a {
    padding: 0 10px;
    font-size: 13px;
  }
}

#property-top-menu {
  position: absolute;
  top: 0;
  right: 207px;
}
#property-top-menu ul, #property-top-menu li {
  float: left;
}
#property-top-menu a {
  display: block;
  margin-left: 38px;
  height: 83px;
  line-height: 83px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7f7f7f;
}
#property-top-menu a:hover, #property-top-menu a.active {
  color: #fff;
}

#rewards-widget {
  float: right;
  height: 35px;
  padding-left: 12px;
  background: #fff;
}
#rewards-widget .column {
  float: left;
  height: 100%;
}
#rewards-widget .loading {
  display: none;
  width: 55px;
  height: 35px;
  background: url("../images/gold-loading.gif") 50% 50% no-repeat;
}
#rewards-widget .inputs {
  display: none;
  float: left;
  position: relative;
}
#rewards-widget h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  color: #b9975b;
}
#rewards-widget h4 a {
  text-decoration: none;
  color: #b9975b;
}
#rewards-widget h4 a:hover {
  color: #8b8b8b;
}
#rewards-widget input[type="text"], #rewards-widget input[type="password"] {
  display: block;
  height: 16px;
  width: 105px;
  padding-left: 14px;
  margin: 8px 6px 0;
  border-bottom: 1px solid #898989;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #898989;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
#rewards-widget input[type="text"] {
  margin-left: 12px;
  background-position: 0 3px;
  width: 125px;
}
#rewards-widget input[type="password"] {
  margin-right: 12px;
  background-position: -125px 3px;
}
#rewards-widget ::-webkit-input-placeholder {
  color: #898989;
}
#rewards-widget :-moz-placeholder {
  color: #898989;
}
#rewards-widget ::-moz-placeholder {
  color: #898989;
}
#rewards-widget :-ms-input-placeholder {
  color: #898989;
}
#rewards-widget :focus::-webkit-input-placeholder {
  color: #b3b3b3;
}
#rewards-widget :focus:-moz-placeholder {
  color: #b3b3b3;
}
#rewards-widget :focus::-moz-placeholder {
  color: #b3b3b3;
}
#rewards-widget :focus:-ms-input-placeholder {
  color: #b3b3b3;
}
#rewards-widget .button {
  background: #fff;
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}
#rewards-widget .button.sign-in {
  padding: 0 15px;
  background: #b9975b;
  color: #fff;
}
#rewards-widget .button.join {
  padding: 0 20px;
  min-width: 83px;
  color: #b9975b;
}
#rewards-widget .button.log-out {
  padding: 0 17px;
  color: #396b75;
  text-transform: none;
}
#rewards-widget .profile-link {
  position: relative;
  display: block;
  margin-right: 2px;
  padding-left: 14px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 35px;
  text-decoration: none;
  color: #898989;
}
#rewards-widget .profile-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 9px;
  height: 9px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
#rewards-widget .error .cardholder-number input[type="text"] {
  border-color: #bc1e1d;
}
#rewards-widget .error .cardholder-number:after {
  content: attr(data-error-msg);
  background: #bc1e1d;
  padding: 10px;
  border-radius: 4px;
  position: Absolute;
  top: 36px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  z-index: 100;
}
#rewards-widget .error .cardholder-number:before {
  content: '';
  position: absolute;
  top: 31px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bc1e1d;
  z-index: 100;
}

#main-navigation-trigger {
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  height: 83px;
  background: #312d2e;
}
#main-navigation-trigger .smart-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -16px;
  text-align: center;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}
#main-navigation-trigger .smart-icon span {
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 7px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: background 200ms, border-radius 150ms, -webkit-transform 150ms;
  transition: background 200ms, border-radius 150ms, -webkit-transform 150ms;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transition: background 200ms, transform 150ms, border-radius 150ms, -webkit-transform 150ms;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#main-navigation-trigger:hover .smart-icon span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#main-navigation-trigger:hover .smart-icon span:first-child {
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
#main-navigation-trigger:hover .smart-icon span:last-child {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
#main-navigation-trigger:active .smart-icon span, #main-navigation-trigger:active .smart-icon span:first-child, #main-navigation-trigger:active .smart-icon span:last-child {
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.viewport-disabled #main-navigation-trigger .smart-icon span {
  -webkit-transform: scale(0) rotate(90deg);
      -ms-transform: scale(0) rotate(90deg);
          transform: scale(0) rotate(90deg);
  border-radius: 0;
}
.viewport-disabled #main-navigation-trigger .smart-icon span:first-child {
  -webkit-transform: translate(0, 10px) rotate(45deg);
      -ms-transform: translate(0, 10px) rotate(45deg);
          transform: translate(0, 10px) rotate(45deg);
}
.viewport-disabled #main-navigation-trigger .smart-icon span:last-child {
  -webkit-transform: translate(0, -10px) rotate(135deg);
      -ms-transform: translate(0, -10px) rotate(135deg);
          transform: translate(0, -10px) rotate(135deg);
}
.viewport-disabled #main-navigation-trigger:active .smart-icon {
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}

#google-search-form {
  position: relative;
  float: right;
  height: 35px;
  width: 368px;
  overflow: hidden;
}
#google-search-form .search-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 368px;
  height: 35px;
  padding: 0 55px 0 20px;
  box-sizing: border-box;
  background: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.property #google-search-form .search-wrapper {
  background: #222222;
}
#google-search-form .close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.svg") 9px -63px no-repeat;
}
.no-svg #google-search-form .close {
  background-image: url("../images/sprite.png");
}
#google-search-form input[type="text"] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
#google-search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.svg") -38px -24px no-repeat;
}
.no-svg #google-search-form input[type="submit"] {
  background-image: url("../images/sprite.png");
}
#google-search-form.search-hidden {
  width: 50px;
}
#google-search-form.search-hidden .search-wrapper {
  left: 100%;
}
#google-search-form.touch-enabled .close {
  display: block;
}
#google-search-form.touch-enabled .search-wrapper {
  padding-left: 35px;
}
#google-search-form ::-webkit-input-placeholder {
  color: #fff;
}
#google-search-form :-moz-placeholder {
  color: #fff;
}
#google-search-form ::-moz-placeholder {
  color: #fff;
}
#google-search-form :-ms-input-placeholder {
  color: #fff;
}
#google-search-form :focus::-webkit-input-placeholder {
  color: #adadad;
}
#google-search-form :focus:-moz-placeholder {
  color: #adadad;
}
#google-search-form :focus::-moz-placeholder {
  color: #adadad;
}
#google-search-form :focus:-ms-input-placeholder {
  color: #adadad;
}

#header-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#footer {
  width: 100%;
  overflow: hidden;
  background: #333;
}
#footer .footer-wrapper {
  padding: 43px 0 16px 0;
  font-size: 0;
}
#footer .left-column,
#footer .middle-column,
#footer .right-column {
  float: left;
}
#footer .left-column {
  position: relative;
  width: 303px;
  padding-right: 10px;
}
#footer .middle-column {
  width: 381px;
}
#footer .right-column {
  width: 286px;
}
#footer .footer-logo {
  display: inline-block;
  width: 200px;
  height: 29px;
  padding: 0 0 16px;
  margin-top: -4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
r
#footer .footer-logo:hover {
  opacity: 0.8;
}
#footer .footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .footer-contact {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 8px;
  padding-left: 44px;
  min-height: 40px;
  color: #898989;
  font-size: 11px;
  line-height: 20px;
}
#footer .footer-contact:after {
  content: '';
  width: 18px;
  height: 27px;
  position: absolute;
  left: 2px;
  top: 6px;
  background: url("../images/sprite.svg") 0 -235px no-repeat;
}
.no-svg #footer .footer-contact:after {
  background-image: url("../images/sprite.png");
}
#footer .footer-contact.phone:after {
  width: 22px;
  height: 22px;
  left: 0;
  top: 6px;
  background-position: -38px -235px;
}
#footer .footer-contact.mail:after {
  width: 22px;
  height: 16px;
  left: 0;
  top: 4px;
  background-position: -80px -235px;
}
#footer .footer-logo + .phone {
  margin-top: 28px;
}
#footer .socials {
  margin-bottom: 32px;
  font-size: 0;
}
#footer .socials li {
  display: inline-block;
}
#footer .socials a {
  text-indent: -9999em;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  margin-right: 7px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  background: #fff url("../images/sprite.svg") 0 -281px no-repeat;
}
.no-svg #footer .socials a {
  background-image: url("../images/sprite.png");
}
#footer .socials a:hover {
  background-color: #b9975b;
}
#footer .socials a.twitter {
  background-position: -41px -281px;
}
#footer .socials a.googleplus {
  background-position: -83px -281px;
}
#footer .socials a.instagram {
  background-position: -125px -281px;
}
#footer .socials a.youtube {
  background-position: -167px -281px;
  width: 31px;
}
#footer .socials a.rss, #footer .socials a.blog {
  background-position: -217px -281px;
}
#footer .lhw-logo {
  display: block;
  width: 180px;
  margin-bottom: 32px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#footer .lhw-logo:hover {
  opacity: 0.8;
}
#footer .lhw-logo img {
  display: block;
  width: 100%;
}
#footer .tripadvisor .tripadvisor-reviews {
  display: block;
  font-size: 11px;
  color: #898989;
  margin-bottom: 2px;
}
#footer .tripadvisor a {
  display: inline-block;
  width: 100px;
  height: 26px;
  text-indent: -9999em;
  vertical-align: middle;
  background: url("../images/sprite.svg") 0 -322px no-repeat;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.no-svg #footer .tripadvisor a {
  background-image: url("../images/sprite.png");
}
#footer .tripadvisor a:hover {
  opacity: 0.8;
}
#footer .tripadvisor .tripadvisor-certificate {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: 165px;
  vertical-align: middle;
  border-left: 1px solid #898989;
  margin-left: 10px;
  padding-left: 10px;
}
#footer .hotels-credits {
  position: relative;
  height: 54px;
  font: 10px/54px Arial, sans-serif;
  background: #262626;
  color: #555555;
}
#footer .hotels-credits a {
  color: #555555;
  text-decoration: none;
}
#footer .hotels-credits a:hover {
  color: #b9975b;
}
#footer .hotels-credits .copyright {
  float: right;
}
#footer .hotels-credits .casino-footer-menu {
  overflow: hidden;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
}
#footer .hotels-credits .casino-footer-menu li {
  display: block;
  float: left;
}
#footer .hotels-credits .casino-footer-menu a {
  text-decoration: none;
  color: #878787;
  font-size: 13px;
  line-height: 55px;
  margin-right: 35px;
}
#footer .hotels-credits .casino-footer-menu a:hover, #footer .hotels-credits .casino-footer-menu a.active {
  color: #fff;
}
#footer .casino-credits {
  position: relative;
  overflow: hidden;
  width: 100%;
  font: 11px/13px Arial, sans-serif;
  background: #fff;
  color: #898989;
}
#footer .casino-credits a {
  color: #898989;
  text-decoration: none;
}
#footer .casino-credits a:hover {
  color: #b9975b;
}
#footer .casino-credits .center-column {
  padding: 52px 0;
}
#footer .casino-credits .casino-logo {
  float: left;
  width: 206px;
  height: 93px;
  padding-right: 45px;
}
#footer .casino-credits .casino-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .casino-credits .casino-text {
  float: left;
  width: 533px;
}
#footer .casino-credits .casino-text h5 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2567b2;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#footer .casino-credits .casino-text p {
  line-height: 13px;
}
#footer .casino-credits .casino-copyright {
  float: left;
  width: 196px;
  margin-top: 16px;
  text-align: right;
}

#newsletter {
  margin-bottom: 32px;
}
#newsletter h4 {
  color: #898989;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 6px;
}
#newsletter input[type="text"] {
  width: 190px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  background: #fff;
  color: #000;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-style: normal;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
}
#newsletter input[type="submit"] {
  float: left;
  width: 95px;
  height: 40px;
  padding: 0;
  background: #b9975b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  border-radius: 0 4px 4px 0;
}
#newsletter input[type="submit"]:hover {
  background-color: #CCA765;
}
#newsletter input[type="submit"]:active {
  background-color: #A28550;
}
#newsletter input.blur + label.placeholder {
  color: #000000 !important;
  font-style: normal;
}
#newsletter ::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
}
#newsletter :-moz-placeholder {
  color: #000000;
  font-style: normal;
}
#newsletter ::-moz-placeholder {
  color: #000000;
  font-style: normal;
}
#newsletter :-ms-input-placeholder {
  color: #000000;
  font-style: normal;
}
#newsletter :focus::-webkit-input-placeholder {
  color: #ccc;
}
#newsletter :focus:-moz-placeholder {
  color: #ccc;
}
#newsletter :focus::-moz-placeholder {
  color: #ccc;
}
#newsletter :focus:-ms-input-placeholder {
  color: #ccc;
}

#extra-footer-menu {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 52px;
  background: #231f20;
}
#extra-footer-menu li {
  display: block;
  float: left;
}
#extra-footer-menu a {
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  margin-right: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
#extra-footer-menu a:hover, #extra-footer-menu a.active {
  color: #b9975b;
}

#footer-menu {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer-menu ul {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
#footer-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #b9975b;
}

#photos {
  position: relative;
  height: 700px;
  background: #000 url("../images/photos-loading.gif") 50% 50% no-repeat;
}
.home #photos {
  height: 100%;
}
#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;
}
#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 .caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#photos .caption:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
#photos .caption .wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 4px;
}
#photos .caption .wrapper span {
  display: block;
}
#photos .caption .wrapper a {
  color: inherit;
}
#photos .caption .wrapper .title {
  margin-bottom: 12px;
  text-transform: uppercase;
}
#photos .caption.left {
  text-align: left;
}
#photos .caption.left .wrapper {
  margin-left: 87px;
}
#photos .caption.right {
  text-align: right;
}
#photos .caption.right .wrapper {
  margin-right: 87px;
}
#photos .caption.top .wrapper {
  vertical-align: top;
  margin-top: 205px;
}
#photos .caption.bottom .wrapper {
  vertical-align: bottom;
  margin-bottom: 20px;
}
.home #photos .caption.bottom .wrapper {
  margin-bottom: 310px;
}

#photos .bx-wrapper, #photos .bx-viewport {
  height: 100% !important;
}
#photos .bx-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#photos .bx-viewport {
  -webkit-transform: translatez(0);
      -ms-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: -25px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  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:hover, #photos .bx-controls-direction .bx-next:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#photos .bx-controls-direction .bx-prev {
  left: 7px;
  background-position: 6px -102px;
}
#photos .bx-controls-direction .bx-prev:active {
  left: 6px;
}
#photos .bx-controls-direction .bx-next {
  right: 7px;
  background-position: -36px -102px;
}
#photos .bx-controls-direction .bx-next:active {
  right: 6px;
}
#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;
}

.scroll-to-explore {
  position: absolute !important;
  z-index: 30;
  width: 200px;
  height: 34px !important;
  margin-left: -100px;
  text-align: center;
  left: 50%;
  bottom: 140px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.scroll-to-explore:hover {
  color: #ffffff;
  text-decoration: underline;
}
.scroll-to-explore:after {
  content: '';
  position: absolute;
  bottom: -6px;
  height: 12px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  background: url("../images/sprite.svg") -85px -29px no-repeat;
}
.no-svg .scroll-to-explore:after {
  background-image: url("../images/sprite.png");
}

#additional-content .additional-content-block {
  margin-top: 50px;
}
#additional-content .additional-content-block:after {
  clear: both;
  content: '';
  display: table;
}
#additional-content .additional-content-block:first-child {
  margin-top: 0;
}

.background-wrapper {
  padding: 50px 0;
  background: #f5f5f5;
}
.specials-classifier .background-wrapper {
  margin-bottom: 50px;
}

#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: #327d7d;
}
#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 Arial, 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;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}

#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: 5px;
  left: 20px;
  z-index: 2;
}

#hebs-gallery .selectedTxt {
  height: 30px;
  line-height: 30px;
}

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

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

#booking {
  background-color: #eaeaea;
  height: 80px;
  overflow: visible;
  position: relative;
  margin-top: 105px;
  margin-left: 0;
  text-align: center;
  width: 100%;
  z-index: 40;
}
#booking .close {
  display: none;
}
.no-photos #booking {
  position: relative;
  margin: 0;
}
#booking header {
  display: none;
}
#booking form {
  background: none;
  height: auto;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 980px;
}
#booking input[type='text'] {
  background: #fff;
  color: #000;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #dedede;
  width: 100%;
}
#booking input[type='text']:hover {
  border-color: #b9975b;
}
#booking input[type="submit"] {
  width: 220px;
  height: 40px;
}
#booking .manage-reservations {
  color: #b9975b;
  display: block;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
#booking .manage-reservations:hover {
  text-decoration: none;
}
#booking .ui-datepicker-trigger {
  position: absolute;
  bottom: 16px;
  right: 15px;
}
#booking .newListSelected {
  text-align: left;
  width: 100%;
}
#booking .selectedTxt {
  font-size: 12px;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}
#booking .selectedTxt:hover {
  border-color: #b9975b;
}
#booking .column {
  position: relative;
  float: left;
  margin: 4px 10px 0 0;
}
#booking .column.hotel {
  width: 290px;
}
#booking .column.dates {
  width: 175px;
}
#booking .column.rooms {
  width: 90px;
}
#booking .column.rate-code {
  width: 165px;
}
#booking .column.children, #booking .column.adults {
  display: none;
}
#booking .column.controls {
  margin-right: 0;
}
#booking .column .disabled-overlay {
  display: none;
}
@media (min-width: 980px) {
  #booking .column.disabled-select .disabled-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
    background: transparent;
    cursor: pointer;
  }
  #booking .column.disabled-select:hover .selectedTxt {
    border-color: #b9975b;
  }
}
#booking .column > label {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
}
#booking .advanced-select {
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
#booking .advanced-select:after {
  clear: both;
  content: '';
  display: table;
}
.booking-vertical #booking {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAH0lEQVQ4T2NkoBAwUqifYdQAhtEwYBgNA1A+Gvi8AAAmmAARf9qcXAAAAABJRU5ErkJggg==);
  bottom: 0;
  color: #333333;
  display: block;
  height: auto;
  left: 50%;
  margin-left: -745px;
  position: absolute;
  z-index: 101;
  width: 350px;
}
.booking-vertical #booking form {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4fwYAAs0BzF1VEXcAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 0 30px;
  width: 350px;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 0;
  -webkit-transition: max-height 250ms;
  transition: max-height 250ms;
}
.booking-vertical #booking.expanded form {
  max-height: 350px;
  padding-top: 5px;
}
.booking-vertical #booking.ready form {
  overflow: visible;
}
.booking-vertical #booking header {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2PcOS3qDAMFgHHUAIbRMGAYDQOGYREGAKF8J2FmfVBzAAAAAElFTkSuQmCC);
  background: rgba(185, 151, 91, 0.8);
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 30px;
  position: relative;
  text-align: left;
  width: 290px;
}
.booking-vertical #booking header h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.booking-vertical #booking .manage-reservations {
  color: #fff;
  height: 36px;
  line-height: 12px;
  right: 30px;
  text-align: left;
  position: absolute;
  top: 14px;
  width: 85px;
}
.booking-vertical #booking .column .manage-reservations {
  display: none;
}
.booking-vertical #booking .ui-datepicker-trigger {
  right: 13px;
}
.booking-vertical #booking .advanced-select {
  padding: 0;
  border: none;
}
.booking-vertical #booking .column {
  margin: 0;
}
.booking-vertical #booking .column.hotel, .booking-vertical #booking .column.rate-code, .booking-vertical #booking .column.dates {
  float: none;
  width: 100%;
}
.booking-vertical #booking .column.rate-code {
  clear: both;
  overflow: hidden;
  padding: 16px 0;
  width: 290px;
}
.booking-vertical #booking .column.rate-code label {
  width: 90px;
  float: left;
  line-height: 14px;
}
.booking-vertical #booking .column.rate-code input[type='text'] {
  width: 180px;
  float: right;
}
.booking-vertical #booking .column.rooms, .booking-vertical #booking .column.adults, .booking-vertical #booking .column.children {
  width: 72px;
}
.booking-vertical #booking .column.adults, .booking-vertical #booking .column.children {
  display: block;
}
.booking-vertical #booking .column.adults {
  margin: 0 37px;
}
.booking-vertical #booking .column.controls {
  width: 100%;
  position: static;
  margin-bottom: 20px;
}
.booking-vertical #booking label {
  padding: 5px 0 0;
}
.booking-vertical #booking input[type='submit'] {
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
}
.booking-sticky.sticky-header #booking {
  height: 80px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  top: 105px;
  z-index: 40;
}
.booking-sticky.sticky-header #booking form {
  background: none;
}

#photos + #booking {
  margin-top: 0;
}

.advanced-select select.hidden, .advanced-select select.hidden + .newListSelected, .advanced-select .buttons.hidden {
  display: block;
  position: absolute !important;
  top: -9999px !important;
}
.advanced-select .selectedTxt {
  border: 1px solid #dedede;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
}
.advanced-select .buttons button {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 3px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  font-size: 11px;
  color: #292321;
  cursor: pointer;
  -webkit-transition: border-color 250ms, background-color 250ms, color 250ms;
  transition: border-color 250ms, background-color 250ms, color 250ms;
}
.advanced-select .buttons button:first-child {
  margin-left: 0;
}
.advanced-select .buttons button:hover {
  border-color: #b9975b;
}
.advanced-select .buttons button.active {
  background-color: #b9975b;
  border-color: #b9975b;
  color: #fff;
}

/* BOOKING DATEPICKER */
#booking-datepicker {
  display: none;
  position: absolute;
  left: 150px;
  top: 80px;
  width: 516px;
  z-index: 10;
}
#booking-datepicker.visible {
  display: block;
}
#booking-datepicker #start-end {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2N89erVLwYKAOOoAQyjYcAwGgYMwyIMAAGYO5HrVqcCAAAAAElFTkSuQmCC);
  background: rgba(234, 234, 234, 0.98);
  text-align: center;
  line-height: 35px;
  height: 35px;
  text-transform: uppercase;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}
#booking-datepicker #start-end span {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#booking-datepicker #start-end .start {
  margin-left: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .start.show {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker #start-end .end {
  margin-right: -100%;
  opacity: 0;
}
#booking-datepicker #start-end .end.show {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
  border-radius: 0 0 4px 4px;
}
#booking-datepicker .ui-datepicker-group {
  width: 210px;
  float: left;
  padding: 24px;
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 9px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1px;
}
#booking-datepicker .ui-datepicker-prev {
  float: left;
}
#booking-datepicker .ui-datepicker-next {
  float: right;
}
.booking-vertical #booking-datepicker {
  left: 100%;
  margin-left: 10px;
  top: -50px;
}
.booking-vertical #booking-datepicker .ui-datepicker {
  border-radius: 4px;
}

#booking .column.hotel + #booking-datepicker {
  left: 300px;
}

.booking-vertical #booking .column.hotel + #booking-datepicker {
  left: 100%;
}

#booking-hotel-select {
  width: 100%;
  position: relative;
  z-index: 39;
}
.booking-sticky #booking-hotel-select {
  position: fixed;
  top: 185px;
  left: 0;
}
.no-photos #booking-hotel-select {
  position: fixed;
  top: 185px;
  left: 0;
}
#booking-hotel-select .region-select, #booking-hotel-select .hotel-select {
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  margin-left: -488px;
  background: #fff;
  padding: 20px 30px 0 30px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px 0 #e5e5e5;
}
.booking-sticky #booking-hotel-select .region-select, .booking-sticky #booking-hotel-select .hotel-select {
  top: 0;
}
.booking-vertical #booking-hotel-select .region-select, .booking-vertical #booking-hotel-select .hotel-select {
  bottom: 0;
  top: auto;
  margin-left: -385px;
  min-height: 360px;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
}
#booking-hotel-select .region-select form, #booking-hotel-select .hotel-select form {
  margin-bottom: 25px;
}
#booking-hotel-select .region-select form .search-wrapper, #booking-hotel-select .hotel-select form .search-wrapper {
  position: relative;
}
#booking-hotel-select .region-select form .search-wrapper input[type="text"], #booking-hotel-select .hotel-select form .search-wrapper input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 38px;
  color: #666666;
}
#booking-hotel-select .region-select form .search-wrapper input[type="submit"], #booking-hotel-select .hotel-select form .search-wrapper input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 5px;
  height: 35px;
  width: 35px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.svg") -38px -24px no-repeat;
}
.no-svg #booking-hotel-select .region-select form .search-wrapper input[type="submit"], .no-svg #booking-hotel-select .hotel-select form .search-wrapper input[type="submit"] {
  background-image: url("../images/sprite.png");
}
#booking-hotel-select .region-select form .search-wrapper .results, #booking-hotel-select .hotel-select form .search-wrapper .results {
  position: absolute;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4/wkAAvMB8suBnGEAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.95);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 43px;
  max-height: 265px;
  overflow: auto;
  box-shadow: 0 1px 2px 0 #e5e5e5;
}
#booking-hotel-select .region-select form .search-wrapper .results:not(:empty), #booking-hotel-select .hotel-select form .search-wrapper .results:not(:empty) {
  padding: 10px 0 20px;
}
#booking-hotel-select .region-select form .search-wrapper .results a, #booking-hotel-select .hotel-select form .search-wrapper .results a {
  padding: 3px 20px 3px 20px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  text-decoration: none;
}
#booking-hotel-select .region-select form .search-wrapper .results a:hover, #booking-hotel-select .hotel-select form .search-wrapper .results a:hover {
  color: #b9975b;
}
#booking-hotel-select .region-select section .column-hotel, #booking-hotel-select .hotel-select section .column-hotel {
  float: left;
  margin-right: 30px;
  max-width: 260px;
}
#booking-hotel-select .region-select section .column-hotel:first-child, #booking-hotel-select .hotel-select section .column-hotel:first-child {
  margin-left: 0 !important;
}
#booking-hotel-select .region-select section .column-hotel h3, #booking-hotel-select .region-select section .column-hotel h4, #booking-hotel-select .hotel-select section .column-hotel h3, #booking-hotel-select .hotel-select section .column-hotel h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #b9975b;
  font-size: 20px;
}
#booking-hotel-select .region-select section .column-hotel h4, #booking-hotel-select .hotel-select section .column-hotel h4 {
  font-size: 15px;
  margin-left: 15px;
}
#booking-hotel-select .region-select section .column-hotel h3 + h4, #booking-hotel-select .hotel-select section .column-hotel h3 + h4 {
  margin-top: 15px;
}
#booking-hotel-select .region-select section .column-hotel ul, #booking-hotel-select .hotel-select section .column-hotel ul {
  margin: 5px 0 20px 15px;
}
#booking-hotel-select .region-select section .column-hotel ul li, #booking-hotel-select .hotel-select section .column-hotel ul li {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  cursor: pointer;
}
#booking-hotel-select .region-select section .column-hotel ul li:hover, #booking-hotel-select .hotel-select section .column-hotel ul li:hover {
  color: #b9975b;
}
#booking-hotel-select .region-select.hotel-select, #booking-hotel-select .hotel-select.hotel-select {
  display: none;
  min-width: 600px;
  margin-left: -435px;
  min-height: 325px;
}
.booking-vertical #booking-hotel-select .region-select.hotel-select, .booking-vertical #booking-hotel-select .hotel-select.hotel-select {
  bottom: 0;
  top: auto;
  margin-left: -335px;
  min-height: 420px;
}
#booking-hotel-select .region-select.inactive, #booking-hotel-select .hotel-select.inactive {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4fwYAAs0BzF1VEXcAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.95);
}
.booking-vertical #booking-hotel-select .region-select.inactive, .booking-vertical #booking-hotel-select .hotel-select.inactive {
  background: rgba(255, 255, 255, 0.8);
}

#hotel-search {
  display: none;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #414141;
  position: absolute;
  padding: 105px 0 50px 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 18;
}
.no-photos #hotel-search {
  padding-top: 185px;
}
.destinations-menu #hotel-search {
  display: block;
}
#hotel-search > .wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  position: relative;
}
#hotel-search > .wrapper h1 {
  color: #fff;
  font-size: 41px;
  line-height: 50px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 80%;
}
#hotel-search > .wrapper h2 {
  max-width: 80%;
}
#hotel-search > .wrapper h2,
#hotel-search > .wrapper .breadcrumb {
  color: #b9975b;
  font-size: 26px;
  line-height: 34px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
#hotel-search > .wrapper h2.breadcrumb,
#hotel-search > .wrapper .breadcrumb.breadcrumb {
  color: #797979;
}
#hotel-search > .wrapper h2 .breadcrumb-part,
#hotel-search > .wrapper .breadcrumb .breadcrumb-part {
  text-decoration: none;
}
#hotel-search > .wrapper h2 .breadcrumb-part.active,
#hotel-search > .wrapper .breadcrumb .breadcrumb-part.active {
  color: #b9975b;
}
#hotel-search > .wrapper h2 .back,
#hotel-search > .wrapper .breadcrumb .back {
  cursor: pointer;
  color: #b9975b;
}
#hotel-search > .wrapper h2 .back:hover,
#hotel-search > .wrapper .breadcrumb .back:hover {
  color: #8b8b8b;
}
#hotel-search > .wrapper h2 .arrow,
#hotel-search > .wrapper .breadcrumb .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 34px;
  line-height: 34px;
  margin: 0 6px;
  background: url("../images/map-sprite.svg") no-repeat -83px 0px;
}
.no-svg #hotel-search > .wrapper h2 .arrow, .no-svg
#hotel-search > .wrapper .breadcrumb .arrow {
  background-image: url("../images/map-sprite.png");
  display: none;
}
#hotel-search > .wrapper .close {
  position: absolute;
  right: 0;
  top: 72px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 30;
}
#hotel-search > .wrapper .close:after, #hotel-search > .wrapper .close:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url("../images/map-sprite.svg") no-repeat -47px 0px;
}
.no-svg #hotel-search > .wrapper .close:after, .no-svg #hotel-search > .wrapper .close:before {
  background-image: url("../images/map-sprite.png");
}
#hotel-search > .wrapper .close:before {
  z-index: 1;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#hotel-search > .wrapper .close:hover:before {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
#hotel-search > .wrapper .close:after {
  opacity: 0;
  z-index: 2;
  background-position: -47px -36px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-svg #hotel-search > .wrapper .close:after {
  display: none;
}
#hotel-search > .wrapper .close:hover:after {
  opacity: 1;
  display: block;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#hotel-search > .wrapper .content-block {
  display: none;
  position: relative;
  padding: 55px 0 0 0;
  z-index: 20;
}
#hotel-search > .wrapper .content-block.active {
  display: block;
}
#hotel-search > .wrapper .content-block.active.hidden {
  display: none;
}
#hotel-search > .wrapper .content-block .column {
  float: left;
  width: 284px;
}
#hotel-search > .wrapper .content-block .unit + .unit {
  margin-top: 20px;
}
#hotel-search > .wrapper .content-block .unit .heading {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b9975b;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
#hotel-search > .wrapper .content-block .unit a {
  padding: 3px 0 3px 14px;
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
#hotel-search > .wrapper .content-block .unit a:hover {
  color: #b9975b;
}
#hotel-search > .wrapper .tab {
  display: none;
}
#hotel-search > .wrapper .tab.active {
  display: block;
}
#hotel-search > .wrapper .info-list {
  position: relative;
  width: 570px;
  padding-right: 380px;
  float: left;
}
#hotel-search > .wrapper .info-list:after {
  clear: both;
  content: '';
  display: table;
}
#hotel-search > .wrapper .info-list .col-2 {
  width: 50%;
  float: left;
}
#hotel-search > .wrapper .info-list .col-2 .unit {
  margin: 0 0 15px 0;
}
#hotel-search > .wrapper .info-list .col-2 .unit .heading {
  display: inline-block;
  padding: 3px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b9975b;
  max-width: 90%;
  margin: 0;
}
#hotel-search > .wrapper .info-list .col-2 .unit ul {
  margin: 15px 15px 0 15px;
}
#hotel-search > .wrapper .info-list .col-2 .unit ul li {
  padding: 3px 0 4px 0;
}
#hotel-search > .wrapper .info-list .col-2 .unit ul li a {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
#hotel-search > .wrapper .info-list .col-2 .unit ul li a:hover {
  color: #b9975b;
}
#hotel-search > .wrapper .info-list .property-info {
  position: absolute;
  right: 30px;
  top: 0;
  width: 350px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mMwPgMAATUBAH0XoZYAAAAASUVORK5CYII=");
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px;
}
.fixed-info #hotel-search > .wrapper .info-list .property-info {
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: 110px;
}
#hotel-search > .wrapper .info-list .property-info .thumbnail {
  width: 350px;
  height: 230px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 0 0;
}
#hotel-search > .wrapper .info-list .property-info .thumbnail .img {
  width: 100%;
  display: block;
}
#hotel-search > .wrapper .info-list .property-info h1 {
  font-size: 21px;
  line-height: 25px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 20px 5px;
}
#hotel-search > .wrapper .info-list .property-info p {
  font: 12px/18px "Arial", sans-serif;
  color: #fff;
  margin: 0 20px;
}
#hotel-search > .wrapper .info-list .property-info p:last-child {
  margin-bottom: 20px;
}
#hotel-search > .wrapper .info-list .property-info .left,
#hotel-search > .wrapper .info-list .property-info .center {
  display: block;
  overflow: hidden;
  padding: 20px 5px 20px 20px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
#hotel-search > .wrapper .info-list .property-info .left.left,
#hotel-search > .wrapper .info-list .property-info .center.left {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
#hotel-search > .wrapper .info-list .property-info .left > span,
#hotel-search > .wrapper .info-list .property-info .center > span {
  display: block;
  margin-bottom: 5px;
}
#hotel-search > .wrapper .info-list .property-info .left > span .email,
#hotel-search > .wrapper .info-list .property-info .center > span .email {
  color: #dfc46e !important;
}
#hotel-search > .wrapper .info-list .property-info .left strong,
#hotel-search > .wrapper .info-list .property-info .center strong {
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#hotel-search > .wrapper .collapsible .heading {
  cursor: pointer;
}
#hotel-search > .wrapper .collapsible .heading:hover {
  color: #8b8b8b !important;
}
#hotel-search > .wrapper .collapsible ul {
  display: none;
}
#hotel-search > .wrapper .collapsible.active ul {
  display: block;
}
#hotel-search > .wrapper .search {
  width: 100%;
  height: 41px;
  position: relative;
  z-index: 2;
  margin: 35px 0 0 0;
}
#hotel-search > .wrapper .search .hotel-count {
  position: absolute;
  top: 0;
  right: 30px;
  color: #636363;
  font-size: 17px;
  line-height: 41px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
  font-style: italic;
}
#hotel-search > .wrapper .search form {
  width: 540px;
  height: 41px;
  position: relative;
  border-bottom: 2px solid #b9975b;
}
#hotel-search > .wrapper .search input[type="text"] {
  width: 513px;
  height: 41px;
  color: #fff;
  padding: 0 15px 0 2px;
  font-size: 22px;
  line-height: 41px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
}
#hotel-search > .wrapper .search input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#hotel-search > .wrapper .search input[type="text"]:-moz-placeholder {
  color: #fff;
}
#hotel-search > .wrapper .search input[type="text"]::-moz-placeholder {
  color: #fff;
}
#hotel-search > .wrapper .search input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#hotel-search > .wrapper .search input[type="text"]:focus::-webkit-input-placeholder {
  color: #727272;
}
#hotel-search > .wrapper .search input[type="text"]:focus:-moz-placeholder {
  color: #727272;
}
#hotel-search > .wrapper .search input[type="text"]:focus::-moz-placeholder {
  color: #727272;
}
#hotel-search > .wrapper .search input[type="text"]:focus:-ms-input-placeholder {
  color: #727272;
}
#hotel-search > .wrapper .search .results {
  position: absolute;
  width: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mMwPgMAATUBAH0XoZYAAAAASUVORK5CYII=");
  background: rgba(51, 51, 51, 0.95);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 43px;
  max-height: 500px;
  overflow: auto;
}
#hotel-search > .wrapper .search .results:not(:empty) {
  padding: 10px 0 20px;
}
#hotel-search > .wrapper .search .results a {
  padding: 3px 20px 3px 20px;
  display: block;
  font-size: 19px;
  line-height: 22px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
#hotel-search > .wrapper .search .results a:hover {
  color: #b9975b;
}
#hotel-search > .wrapper .search .submit {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 27px;
  height: 41px;
}
#hotel-search > .wrapper .search .submit:after, #hotel-search > .wrapper .search .submit:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url("../images/map-sprite.svg") no-repeat 0px 0px;
}
.no-svg #hotel-search > .wrapper .search .submit:after, .no-svg #hotel-search > .wrapper .search .submit:before {
  background-image: url("../images/map-sprite.png");
}
#hotel-search > .wrapper .search .submit:before {
  z-index: 1;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#hotel-search > .wrapper .search .submit:hover:before {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
#hotel-search > .wrapper .search .submit:after {
  opacity: 0;
  z-index: 2;
  background-position: 0px -61px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-svg #hotel-search > .wrapper .search .submit:after {
  display: none;
}
#hotel-search > .wrapper .search .submit:hover:after {
  opacity: 1;
  display: block;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#hotel-search > .wrapper .search .submit input {
  position: relative;
  z-index: 3;
  display: block;
  width: 27px;
  height: 41px;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
#hotel-search > .wrapper .sort-by {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 42px 0 60px;
  text-transform: uppercase;
}
#hotel-search > .wrapper .sort-by a {
  display: inline-block;
  height: 30px;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 14px;
  text-decoration: none;
  color: #fff;
}
#hotel-search > .wrapper .sort-by a:hover, #hotel-search > .wrapper .sort-by a.active {
  background: #b9975b;
}

.locations-list {
  overflow: hidden;
  width: 510px;
  margin: 60px 0 0 0;
  position: relative;
  left: -18px;
}
.locations-list .regions {
  width: 255px;
  float: left;
  margin: 0 0 30px 0;
}
.locations-list .regions .heading {
  display: inline-block;
  padding: 3px 18px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b9975b;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.locations-list .regions ul {
  margin: 18px 35px 0 35px;
}
.locations-list .regions ul li {
  padding: 4px 0;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  cursor: pointer;
}
.locations-list .regions ul li:hover {
  color: #b9975b;
}
.locations-list .regions:hover .heading {
  color: #fff;
  background-color: #b9975b;
}

#hotel-search-region-properties .hotels-wrapper {
  position: relative;
  margin: 25px 0 0;
}
#hotel-search-region-properties .hotels-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list {
  width: 570px;
  float: left;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list:after {
  clear: both;
  content: '';
  display: table;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 {
  width: 50%;
  float: left;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels {
  margin: 0 0 15px 0;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels .location {
  display: inline-block;
  padding: 3px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b9975b;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels ul {
  margin: 15px 15px 0 15px;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels ul li {
  padding: 3px 0 4px 0;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels ul li a {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
#hotel-search-region-properties .hotels-wrapper .hotels-list .col-2 .hotels ul li a:hover {
  color: #b9975b;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info {
  position: absolute;
  right: 30px;
  top: 0;
  width: 350px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mMwPgMAATUBAH0XoZYAAAAASUVORK5CYII=");
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px;
}
.fixed-info #hotel-search-region-properties .hotels-wrapper .hotel-info {
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: 110px;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .thumbnail {
  width: 350px;
  height: 230px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 0 0 0;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .thumbnail .img {
  width: 100%;
  display: block;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info h1 {
  font-size: 21px;
  line-height: 25px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 20px 5px;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info p {
  font: 12px/18px "Arial", sans-serif;
  color: #fff;
  margin: 0 20px;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info p:last-child {
  margin-bottom: 20px;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .left,
#hotel-search-region-properties .hotels-wrapper .hotel-info .center {
  display: block;
  overflow: hidden;
  padding: 20px 5px 20px 20px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .left.left,
#hotel-search-region-properties .hotels-wrapper .hotel-info .center.left {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .left > span,
#hotel-search-region-properties .hotels-wrapper .hotel-info .center > span {
  display: block;
  margin-bottom: 5px;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .left > span .email,
#hotel-search-region-properties .hotels-wrapper .hotel-info .center > span .email {
  color: #dfc46e !important;
}
#hotel-search-region-properties .hotels-wrapper .hotel-info .left strong,
#hotel-search-region-properties .hotels-wrapper .hotel-info .center strong {
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
}

#hotel-search .brands-list:after {
  clear: both;
  content: '';
  display: table;
}
#hotel-search .brands-list .row {
  display: block;
  margin: 0 0 50px 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  vertical-align: middle;
}
#hotel-search .brands-list .row:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
}
#hotel-search .brands-list .row.no-justification {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
#hotel-search .brands-list .row.no-justification:after {
  content: none;
}
#hotel-search .brands-list .row.casino {
  margin-bottom: 20px;
}
#hotel-search .brands-list .row > li {
  position: relative;
  display: inline-block;
}
#hotel-search .brands-list .row > li .submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  width: 240px;
  margin-left: -120px;
  padding-top: 20px;
  display: none;
}
#hotel-search .brands-list .row > li .submenu ul {
  background: #353535;
  border-radius: 4px;
  padding: 10px 20px;
}
#hotel-search .brands-list .row > li .submenu a {
  color: #b9975b;
  display: block;
  padding: 5px 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
#hotel-search .brands-list .row > li .submenu a:hover {
  color: #898989;
}
#hotel-search .brands-list .row > li:hover .submenu {
  display: block;
}
#hotel-search .brands-list .row.no-justification > li {
  margin-right: 30px;
}
#hotel-search .brands-list .row.casino.no-justification > li {
  margin-right: 76px;
}
#hotel-search .brands-list .brand-logo {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  max-width: 186px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
#hotel-search .brands-list .brand-logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#hotel-search .brands-list .brand-logo:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#hotel-search .brands-list .medium-size .brand-logo {
  height: 48px;
  line-height: 48px;
  max-width: 166px;
}
#hotel-search .brands-list .small-size .brand-logo {
  height: 54px;
  line-height: 54px;
  max-width: 152px;
}
#hotel-search .brands-list .casino .brand-logo {
  height: 100px;
  line-height: 100px;
  max-width: 130px;
}

#hotel-search-map {
  position: absolute;
  top: 30px;
  right: 0;
  width: 690px;
  z-index: 10;
  -webkit-transition: top 0.2s ease-in-out, right 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, right 0.2s ease-in-out, width 0.2s ease-in-out;
}
.no-svg #hotel-search-map {
  display: none;
}
#hotel-search-map > .wrapper {
  width: 100%;
  padding-top: 100.59%;
}
#hotel-search-map > .wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
#hotel-search-map > .wrapper svg .country {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
#hotel-search-map > .wrapper svg polygon {
  fill: #3b3b3b;
}
#hotel-search-map > .wrapper svg #africa {
  fill: #3b3b3b;
}
#hotel-search-map > .wrapper svg #south-africa {
  fill: #68696a;
}
#hotel-search-map > .wrapper svg #mozambique {
  fill: #4c4d4e;
}
#hotel-search-map > .wrapper svg #nigeria {
  fill: #4c4d4e;
}
#hotel-search-map > .wrapper svg #zambia {
  fill: #68696a;
}
#hotel-search-map > .wrapper svg #tanzania {
  fill: #555657;
}
#hotel-search-map > .wrapper svg #kenya {
  fill: #68696a;
}
#hotel-search-map > .wrapper svg #middle-east {
  fill: #68696a;
}
#hotel-search-map > .wrapper svg #seychelles {
  fill: #68696a;
}
#hotel-search-map .location-point {
  position: absolute;
  z-index: 2;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  margin: -4px 0 0 -4px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#hotel-search-map .location-point:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -4px;
  left: -4px;
  background: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 50%;
}
#hotel-search-map .location-point.active {
  z-index: 3;
}
#hotel-search-map .location-point.active:after {
  background: #cda765;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
#hotel-search-map.zoomed .country {
  fill: #363636 !important;
}
#hotel-search-map.zoomed.zoom-south-africa {
  width: 2070px;
  top: -1400px;
  right: -695px;
}
#hotel-search-map.zoomed.zoom-south-africa .location-point[data-parent-id="1"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-south-africa #south-africa {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-5 {
  width: 2340px;
  top: -700px;
  right: -500px;
}
#hotel-search-map.zoomed.zoom-region-id-5 #kenya {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-5 .location-point[data-parent-id="5"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-6 {
  width: 2340px;
  top: -1400px;
  right: -600px;
}
#hotel-search-map.zoomed.zoom-region-id-6 #mozambique {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-6 .location-point[data-parent-id="6"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-7 {
  width: 2340px;
  top: -500px;
  right: -1400px;
}
#hotel-search-map.zoomed.zoom-region-id-7 #nigeria {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-7 .location-point[data-parent-id="7"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-8 {
  width: 2340px;
  top: -950px;
  right: -550px;
}
#hotel-search-map.zoomed.zoom-region-id-8 #tanzania {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-8 .location-point[data-parent-id="8"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-9 {
  width: 2340px;
  top: -1200px;
  right: -700px;
}
#hotel-search-map.zoomed.zoom-region-id-9 #zambia {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-9 .location-point[data-parent-id="9"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-10 {
  width: 2340px;
  top: 0;
  right: 0;
}
#hotel-search-map.zoomed.zoom-region-id-10 #middle-east {
  fill: #68696a !important;
}
#hotel-search-map.zoomed.zoom-region-id-10 .location-point[data-parent-id="10"] {
  opacity: 1;
}
#hotel-search-map.zoomed.zoom-region-id-11 {
  width: 4000px;
  top: -2000px;
  right: -100px;
}
#hotel-search-map.zoomed.zoom-region-id-11 #seychelles {
  fill: #a5a5a5 !important;
}
#hotel-search-map.zoomed.zoom-region-id-11 .location-point[data-parent-id="11"] {
  opacity: 1;
}
.zoom-south-africa-permanent #hotel-search-map {
  width: 2070px;
  top: -1400px;
  right: -695px;
}
.zoom-south-africa-permanent #hotel-search-map .country {
  fill: #363636 !important;
}
.zoom-south-africa-permanent #hotel-search-map #south-africa {
  fill: #68696a !important;
}

.weather-widget {
  color: #fff;
  /* WEATHER FORECAST ICONS */
}
.weather-widget .current-weather {
  cursor: pointer;
  height: 83px;
  width: 113px;
  padding: 17px 0 0;
  box-sizing: border-box;
}
.weather-widget .current-weather > span {
  float: left;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: bold;
}
.weather-widget .current-weather .ic {
  background-position-x: 0;
}
.weather-widget .forecast {
  box-sizing: border-box;
  padding: 25px 30px 30px 30px;
  white-space: nowrap;
  font-size: 0;
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: bold;
}
.weather-widget .forecast-city {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.weather-widget .forecast-region {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #bcbcbc;
}
.weather-widget .forecast-controls {
  position: absolute;
  right: 20px;
  top: 30px;
}
.weather-widget .forecast-controls button {
  margin-left: 5px;
  float: left;
  width: 36px;
  height: 20px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.weather-widget .forecast-controls button:hover, .weather-widget .forecast-controls button.active {
  background: #fff;
  color: #000;
}
.weather-widget .forecast-list {
  height: 155px;
  margin-top: 22px;
}
.weather-widget .forecast-day {
  display: inline-block;
  color: #adaeb2;
  padding: 0 8px 0 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2P8//+/JAMFgHHUAIbRMGAYDQOGYREGAFaeMXGuE2EYAAAAAElFTkSuQmCC);
  vertical-align: top;
}
.weather-widget .forecast-day > span {
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.weather-widget .forecast-day > span.day, .weather-widget .forecast-day > span.date {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -2px;
  line-height: 16px;
}
.weather-widget .forecast-day > span.date {
  padding-bottom: 32px;
}
.weather-widget .forecast-day > span.ic {
  opacity: 0.6;
  margin-bottom: 27px;
}
.weather-widget .forecast-day .temp {
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  padding-left: 7px;
}
.weather-widget .forecast-day:first-child {
  padding: 0;
  width: 90px;
  border: 0;
  color: #fff;
}
.weather-widget .forecast-day:first-child > span {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
.weather-widget .forecast-day:first-child > span.day, .weather-widget .forecast-day:first-child > span.date {
  margin-top: 0;
  line-height: 18px;
  padding: 0;
}
.weather-widget .forecast-day:first-child > span.date {
  margin-bottom: 20px;
}
.weather-widget .forecast-day:first-child > span.ic {
  opacity: 1;
  margin-bottom: 16px;
  vertical-align: top;
}
.weather-widget .forecast-day:first-child > span.temp {
  padding: 0;
  font-size: 36px;
  line-height: 40px;
}
#header .weather-widget {
  position: absolute;
  top: 0;
  right: 83px;
}
#header .weather-widget .forecast {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: 277px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgmAkAAJwAmsoF3fMAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 5px 5px;
  z-index: 50;
}
#header .weather-widget.visible:hover .forecast {
  display: block;
}
#footer-block .weather-widget {
  float: left;
  width: 310px;
  overflow: hidden;
}
#footer-block .weather-widget .forecast-city {
  font-size: 16px;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.weather-widget .ic {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/weather-sprite.svg") no-repeat 0 100px;
}
.no-svg .weather-widget .ic {
  background-image: url("../images/weather-sprite.png");
}
.weather-widget .cms-icon-weather-thunderstorm {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-drizzle {
  background-position: -50px 0;
}
.weather-widget .cms-icon-weather-rain-light {
  background-position: -50px 0;
}
.weather-widget .cms-icon-weather-rain-heavy {
  background-position: -50px -700px;
}
.weather-widget .cms-icon-weather-snow {
  background-position: -50px -850px;
}
.weather-widget .cms-icon-weather-atmosphere {
  background-position: -50px -250px;
}
.weather-widget .cms-icon-weather-clouds {
  background-position: -50px -200px;
}
.weather-widget .cms-icon-weather-clear {
  background-position: -50px -950px;
}
.weather-widget .cms-icon-weather-tornado {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-tropicalstorm {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-hurricane {
  background-position: -50px -1000px;
}
.weather-widget .cms-icon-weather-cold {
  background-position: -50px -450px;
}
.weather-widget .cms-icon-weather-hot {
  background-position: -50px -950px;
}
.weather-widget .cms-icon-weather-windy {
  background-position: -50px -350px;
}
.weather-widget .cms-icon-weather-hail {
  background-position: -50px -500px;
}
.weather-widget .cms-icon-weather-calm {
  background-position: -50px -450px;
}
.weather-widget .cms-icon-weather-breeze {
  background-position: -50px -250px;
}
.weather-widget .cms-icon-weather-gale {
  background-position: -50px -350px;
}
.weather-widget .cms-icon-weather-storm {
  background-position: -50px -1000px;
}

.main-navigation-visible #header .weather-widget .forecast {
  display: none !important;
}

.tripadvisor-feed-widget {
  padding-bottom: 30px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tripadvisor-feed-widget .rating {
  position: relative;
  min-width: 90px;
  height: 18px;
  background: url("../images/tripadvisor-feed-sprite.svg") 0 -51px no-repeat;
}
.no-svg .tripadvisor-feed-widget .rating {
  background-image: url("../images/tripadvisor-feed-sprite.png");
}
.tripadvisor-feed-widget .rating > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("../images/tripadvisor-feed-sprite.svg") 0 -89px no-repeat;
}
.no-svg .tripadvisor-feed-widget .rating > div {
  background-image: url("../images/tripadvisor-feed-sprite.png");
}
.tripadvisor-feed-widget .rating.rating-10 > div {
  width: 90px;
}
.tripadvisor-feed-widget .rating.rating-9 > div {
  width: 81px;
}
.tripadvisor-feed-widget .rating.rating-8 > div {
  width: 72px;
}
.tripadvisor-feed-widget .rating.rating-7 > div {
  width: 63px;
}
.tripadvisor-feed-widget .rating.rating-6 > div {
  width: 54px;
}
.tripadvisor-feed-widget .rating.rating-5 > div {
  width: 45px;
}
.tripadvisor-feed-widget .rating.rating-4 > div {
  width: 36px;
}
.tripadvisor-feed-widget .rating.rating-3 > div {
  width: 27px;
}
.tripadvisor-feed-widget .rating.rating-2 > div {
  width: 18px;
}
.tripadvisor-feed-widget .rating.rating-1 > div {
  width: 9px;
}
.tripadvisor-feed-widget .rating.rating-0 > div {
  width: 0;
}
.tripadvisor-feed-widget .overall-info:after {
  clear: both;
  content: '';
  display: table;
}
.tripadvisor-feed-widget .overall-info .tripadvisor-logo {
  float: left;
  width: 196px;
  height: 31px;
  margin-right: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/tripadvisor-feed-sprite.svg") 0 0 no-repeat;
}
.no-svg .tripadvisor-feed-widget .overall-info .tripadvisor-logo {
  background-image: url("../images/tripadvisor-feed-sprite.png");
}
.tripadvisor-feed-widget .overall-info .rating {
  float: left;
  margin: 6px 20px 0 0;
}
.tripadvisor-feed-widget .overall-info .stats {
  float: left;
  margin-top: 5px;
  color: #666666;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.tripadvisor-feed-widget .overall-info .stats .stat {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.tripadvisor-feed-widget .overall-info .stats .stat:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.tripadvisor-feed-widget .overall-info .stats strong {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tripadvisor-feed-widget .overall-info .stats .certificate {
  position: relative;
  padding-left: 24px;
}
.tripadvisor-feed-widget .overall-info .stats .certificate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background: url("../images/tripadvisor-feed-sprite.svg") 0 -127px no-repeat;
}
.no-svg .tripadvisor-feed-widget .overall-info .stats .certificate:after {
  background-image: url("../images/tripadvisor-feed-sprite.png");
}
.tripadvisor-feed-widget .feed > * {
  margin-top: 25px;
}
.tripadvisor-feed-widget .feed > *:first-child {
  margin-top: 30px;
}
.tripadvisor-feed-widget .feed .loading {
  height: 100px;
  background: url("../images/loading.gif") 50% 50% no-repeat;
}
.tripadvisor-feed-widget .feed .error {
  color: #666;
}
.tripadvisor-feed-widget .feed .feed-entry {
  background: #fff;
  border-radius: 3px;
  padding: 40px;
}
.tripadvisor-feed-widget .feed .feed-entry .rating, .tripadvisor-feed-widget .feed .feed-entry .content, .tripadvisor-feed-widget .feed .feed-entry .author, .tripadvisor-feed-widget .feed .feed-entry .date {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.tripadvisor-feed-widget .feed .feed-entry .rating {
  margin-bottom: 15px;
  padding-left: 108px;
  font-size: 12px;
  line-height: 19px;
  color: #afafaf;
}
.tripadvisor-feed-widget .feed .feed-entry .title {
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 1;
}
.tripadvisor-feed-widget .feed .feed-entry .title a {
  text-decoration: none;
}
.tripadvisor-feed-widget .feed .feed-entry .content {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.tripadvisor-feed-widget .feed .feed-entry .author, .tripadvisor-feed-widget .feed .feed-entry .date {
  line-height: 1;
}
.tripadvisor-feed-widget .feed .feed-entry .author {
  margin-bottom: 6px;
  font-size: 13px;
  color: #666666;
}
.tripadvisor-feed-widget .feed .feed-entry .author strong {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.tripadvisor-feed-widget .feed .feed-entry .date {
  font-size: 12px;
  color: #afafaf;
}
.tripadvisor-feed-widget.dark .tripadvisor-logo {
  background-position: -216px 0;
}
.tripadvisor-feed-widget.dark .overall-info a {
  color: #fff;
}
.tripadvisor-feed-widget.dark .overall-info a:hover {
  color: #b9975b;
}
.tripadvisor-feed-widget.dark .overall-info .rating {
  background-position: -110px -51px;
}
.tripadvisor-feed-widget.dark .overall-info .rating > div {
  background-position: -110px -89px;
}
.tripadvisor-feed-widget.dark .overall-info .stats {
  color: #aaa;
}
.tripadvisor-feed-widget.dark .overall-info .stats .certificate:after {
  background-position: -36px -127px;
}
.tripadvisor-feed-widget.dark .feed .title {
  color: #b9975b;
}
.tripadvisor-feed-widget.dark .feed .title a {
  color: inherit;
}
.tripadvisor-feed-widget.dark .feed .title a:hover {
  color: #8b8b8b;
}

#virtual-tour {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000 url("../images/loading.gif") 50% 50% no-repeat;
}
#virtual-tour iframe {
  width: 100%;
  height: 100%;
}
#virtual-tour .close-button {
  padding: 0;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  z-index: 9999;
  background: url("../images/sprite.svg") 2px -67px no-repeat;
}
#virtual-tour .close-button:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.9;
}
.no-svg #virtual-tour .close-button {
  background-image: url("../images/sprite.png");
}

.page-content:after {
  clear: both;
  content: '';
  display: table;
}
.page-content a {
  color: #b9975b;
}
.page-content a:hover {
  color: #8b8b8b;
}
.page-content .button {
  background: #666;
  color: #fff;
}
.page-content .button:hover, .page-content .button.active {
  background-color: #b9975b;
  color: #fff;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #eaeaea;
  color: #eaeaea;
}
.page-content h1, .page-content h2 {
  font-family: Arial, sans-serif;
}
.page-content h1 {
  margin-bottom: 10px;
  color: #b9975b;
  font-size: 41px;
  line-height: 1;
  font-weight: 200;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.page-content h2, .page-content h4, .page-content h5, .page-content h6 {
  color: #000000;
}
.page-content h2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 21px;
}
.page-content p {
  margin-bottom: 19px;
}
.page-content h3 {
  color: #b9975b;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 26px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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;
}
.page-content table {
  width: 100% !important;
}
.page-content ol {
  list-style: decimal inside;
  margin-left: 5px;
}
.page-content ul {
  list-style: none;
  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, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 24px;
}
.page-content ul > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b9975b;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}
.page-content ul > li:hover:before {
  background-color: #333;
}
.page-content ol {
  list-style-type: none;
  counter-reset: li-counter;
}
.page-content ol > li {
  padding-left: 39px;
}
.page-content ol > li:before {
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  text-align: right;
}
.page-content table ul {
  margin-left: 0;
}
.page-content table ul li {
  padding-left: 14px;
}
.page-content table ul li:before {
  left: 0;
  top: 4px;
}
.page-content td {
  background: #b9975b;
  border-bottom: 0;
}
.page-content .even td {
  background: #c3a878;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
}
.page-content th, .page-content caption {
  background: #fff;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.page-content td {
  background: #eaeaea;
  font-size: 12px;
  vertical-align: top;
}
.page-content .even td {
  background: #fbfbfb;
}
.page-content table p {
  margin: 10px 0 0;
}
.page-content table p:first-child {
  margin-top: 0;
}
.page-content table.blank td, .page-content table.blank th {
  background: transparent !important;
}
.page-content .poi td {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2P8//+/JAMFgHHUAIbRMGAYDQOGYREGAFaeMXGuE2EYAAAAAElFTkSuQmCC) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.page-content .poi th, .page-content .poi caption,
.page-content .poi .description td {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2NkYGCQZKAAMI4awDAaBgyjYcAwLMIAAH/NAaH/OFfwAAAAAElFTkSuQmCC) !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.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;
  overflow: hidden;
}
.page-content .socials iframe {
  display: inline-block;
  vertical-align: top;
  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;
}

/* Google Search Template */
.google-search-wrapper {
  border-top: 1px solid #dedede;
  margin: 20px 0;
}
.google-search-wrapper p {
  margin: 19px 0;
}
.google-search-wrapper form {
  margin-top: 19px;
}
.google-search-wrapper form label,
.google-search-wrapper form input,
.google-search-wrapper form button {
  display: inline-block;
  margin-right: 10px;
  line-height: 32px;
  height: 32px;
  vertical-align: top;
}
.google-search-wrapper form input {
  border-radius: 4px;
  border: 1px solid #dedede;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 0 10px;
  width: 140px;
}
.google-search-wrapper .google-search-block {
  margin-bottom: 30px;
}
.google-search-wrapper .google-search-block:first-child {
  margin-top: 20px;
}
.google-search-wrapper .google-search-block .google-search-title {
  font-size: 16px;
  line-height: 1.5;
}
.google-search-wrapper .google-search-block .google-search-content p {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
}
.google-search-wrapper .google-search-block .google-search-content span {
  color: #898989;
}
.google-search-wrapper .google-search-pagination {
  position: relative;
  text-align: center;
}
.google-search-wrapper .google-search-pagination ul {
  margin: 0;
  display: inline-block;
  line-height: 22px;
}
.google-search-wrapper .google-search-pagination ul li {
  padding: 0 0 10px 10px;
  display: inline-block;
}
.google-search-wrapper .google-search-pagination ul li:first-child {
  padding: 0;
}
.google-search-wrapper .google-search-pagination ul li:before {
  content: none;
}
.google-search-wrapper .google-search-pagination ul a {
  text-decoration: none;
  display: block;
  color: #292321;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.google-search-wrapper .google-search-pagination ul a:hover {
  border-color: #b9975b;
}
.google-search-wrapper .google-search-pagination ul a.active {
  background-color: #b9975b;
  border-color: #b9975b;
  color: #fff;
}
.google-search-wrapper .google-search-pagination .google-search-control-left,
.google-search-wrapper .google-search-pagination .google-search-control-right {
  background: url("../images/sprite.svg") no-repeat;
  width: 23px;
  height: 22px;
  text-indent: -9999px;
  display: inline-block;
  opacity: 1;
}
.no-svg .google-search-wrapper .google-search-pagination .google-search-control-left, .no-svg
.google-search-wrapper .google-search-pagination .google-search-control-right {
  background-image: url("../images/sprite.png");
}
.google-search-wrapper .google-search-pagination .google-search-control-left:hover,
.google-search-wrapper .google-search-pagination .google-search-control-right:hover {
  opacity: 0.7;
}
.google-search-wrapper .google-search-pagination .google-search-control-left {
  background-position: -285px -101px;
}
.google-search-wrapper .google-search-pagination .google-search-control-right {
  background-position: -310px -101px;
  margin-left: 4px;
}

.search .page-content-wrapper {
  margin-left: 280px;
}
.search .block-list h2 + .block-list-item {
  margin-top: 37px;
}
.search .block-list h1, .search .block-list h2, .search .block-list ul {
  margin-left: 25px;
}
.search .block-list li {
  padding: 0;
}
.search .block-list li:before {
  content: none;
}
.search #sidebar {
  float: left;
  width: 240px;
}
.search #search > * {
  margin-bottom: 28px;
}
.search #search form .button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 23px;
  height: 35px;
  text-indent: -9999px;
  border: 0;
  color: #fff;
  background: url("../images/sprite.svg") -43px -23px no-repeat;
}
.search #search form .button:hover {
  opacity: 0.8;
}
.search #search form input[type="text"] {
  width: 100%;
  padding: 8px 50px 0 0;
  height: 35px;
  border: 0;
  display: block;
  float: left;
  font-size: 14px;
  color: #000;
  position: relative;
  border-bottom: 2px solid #b9975b;
}
.search #search form .results {
  display: block;
  position: absolute;
  width: 100%;
  background: #eaeaea;
  top: 35px;
  max-height: 502px;
  overflow: auto;
  z-index: 10;
}
.search #search form .results:not(:empty) {
  padding: 10px 0 12px;
}
.search #search form .results a {
  padding: 4px 20px 4px 25px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #464646;
  text-decoration: none;
}
.search #search form .results a:hover {
  color: #b9975b;
}
.search #search h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #b9975b;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 36px;
}
.search #search .accordion-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.search #search .accordion-toggle:after {
  position: absolute;
  top: 10px;
  margin-top: -1px;
  right: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 0;
  height: 0;
  background: none;
  border-top: 3px solid #464646;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: '';
}
.search #search .accordion-toggle:hover:after {
  border-top: 3px solid #b9975b;
}
.search #search .accordion-toggle h5 {
  color: #464646;
  font-size: 14px;
  margin: 15px 0 15px 0;
}
.search #search .accordion-toggle h5:hover {
  color: #b9975b;
}
.search #search .accordion-toggle .accordion-content {
  margin: 0 0 0 10px;
  display: none;
}
.search #search .accordion-toggle.expanded h5 {
  color: #b9975b;
}
.search #search .accordion-toggle.expanded .accordion-content {
  display: block;
}
.search #search .accordion-toggle.expanded:after {
  border-bottom: 3px solid #b9975b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: transparent;
}
.search #search .accordion-toggle ul.submenu > li a {
  font-size: 14px;
  color: #464646;
}
.search #search .accordion-toggle ul.submenu > li a:hover, .search #search .accordion-toggle ul.submenu > li a.active {
  color: #b9975b;
}
.search #search .accordion-toggle ul.submenu > li ul > li > a {
  color: #898989;
}
.search.no-svg #search form .button {
  background-image: url("../images/sprite.png");
}
.search input.blur + label.placeholder {
  color: #b2b2b2 !important;
}
.search ::-webkit-input-placeholder {
  color: #000;
}
.search :-moz-placeholder {
  color: #000;
}
.search ::-moz-placeholder {
  color: #000;
}
.search :-ms-input-placeholder {
  color: #000;
}
.search :focus::-webkit-input-placeholder {
  color: #adadad;
}
.search :focus:-moz-placeholder {
  color: #adadad;
}
.search :focus::-moz-placeholder {
  color: #adadad;
}
.search :focus:-ms-input-placeholder {
  color: #adadad;
}

.rooms-widget .block-list .block-list-item {
  position: relative;
  padding: 30px;
  height: 220px;
  z-index: 2;
  border-radius: 4px;
}
.rooms-widget .block-list .block-list-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.rooms-widget .block-list .block-list-item .thumbnail img {
  display: none;
}
.rooms-widget .block-list .block-list-item .thumbnail + .wrapper {
  padding-left: 33%;
  margin-left: 30px;
}
.rooms-widget .block-list .block-list-item .copy {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.rooms-widget .block-list .block-list-item .info {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
.rooms-widget .block-list .block-list-item .info .price-wrap {
  color: #231f20;
  font-size: 22px;
  font-weight: 500;
  float: right;
  text-align: center;
  width: 140px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.rooms-widget .block-list .block-list-item .info .price-wrap .price {
  display: block;
  margin-bottom: 8px;
}
.rooms-widget .block-list .block-list-item .info .price-wrap .button {
  width: 140px;
  padding: 0;
}
.rooms-widget .block-list .block-list-item .info .amenities {
  font-size: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  padding-right: 30px;
}
.rooms-widget .block-list .block-list-item .info .amenities li {
  height: 23px;
  display: inline-block;
  margin: 0 7px 5px 0;
  padding: 0;
  text-indent: -1000em;
  width: 23px;
  background: url("../images/rooms-sprite.svg") 0 0 no-repeat;
}
.no-svg .rooms-widget .block-list .block-list-item .info .amenities li {
  background-image: url("../images/rooms-sprite.png");
}
.rooms-widget .block-list .block-list-item .info .amenities li.balcony {
  background-position: -420px 0;
  width: 12px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.adaroom {
  background-position: -380px 0;
  width: 20px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.kitchen {
  background-position: 0 0;
  width: 18px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.tv {
  background-position: -38px 0;
  width: 20px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.smoking {
  background-position: -150px 0;
  width: 20px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.pets {
  background-position: -191px 0;
  width: 13px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.ac {
  background-position: -338px 0;
}
.rooms-widget .block-list .block-list-item .info .amenities li.wifi {
  background-position: -78px 0;
  width: 16px;
}
.rooms-widget .block-list .block-list-item .info .amenities li.personal_items {
  background-position: -224px 0;
}
.rooms-widget .block-list .block-list-item .info .amenities li.parking {
  background-position: -267px 0;
}
.rooms-widget .block-list .block-list-item .info .amenities li.minibar {
  background-position: -310px 0;
  width: 8px;
}
.rooms-widget .block-list .block-list-item .info .amenities li:before, .rooms-widget .block-list .block-list-item .info .amenities li:after {
  content: none !important;
}
.rooms-widget .block-list .block-list-item .info .features {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  padding: 0 0 11px;
  margin: 0;
  width: 120px;
}
.rooms-widget .block-list .block-list-item .info .features li {
  padding: 0;
}
.rooms-widget .block-list .block-list-item .info .features li:before, .rooms-widget .block-list .block-list-item .info .features li:after {
  content: none !important;
}
.rooms-widget .block-list .block-list-item .info .features span {
  text-transform: uppercase;
}
.rooms-widget .block-list .block-list-item nav a {
  color: #000;
  border-left: 1px solid #000;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  vertical-align: baseline;
  padding-left: 7px;
  margin-left: 7px;
  text-transform: uppercase;
}
.rooms-widget .block-list .block-list-item nav a:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.categories-selector {
  font-size: 0;
}
.categories-selector .categories-item {
  margin: 0 20px 20px 0;
  padding: 0 15px;
}

.block-list {
  font-size: 11px;
  margin-bottom: 20px;
}
.specials-classifier .block-list {
  margin-bottom: 0;
}
.block-list .block-list-item {
  background: #eaeaea;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 25px;
  box-sizing: border-box;
}
.block-list .block-list-item img {
  border-radius: 4px 4px 0 0;
}
.block-list .block-list-item .thumbnail {
  float: left;
  margin: 0 20px 20px 0;
}
.block-list .block-list-item .wrapper {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5em;
}
.block-list .block-list-item .wrapper h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.block-list .block-list-item .wrapper h4 a {
  text-decoration: none;
}
.block-list .block-list-item nav {
  clear: both;
  font-size: 0;
}
.block-list .block-list-item nav a {
  font-size: 15px;
}
.block-list .block-list-item nav .button + .button {
  padding: 0 19px 0 18px;
  margin-left: 20px;
}

.specials .block-list,
.pressroom-widget .block-list {
  overflow: hidden;
  margin-left: -25px;
  font-size: 0;
}
.specials .block-list.show-all,
.pressroom-widget .block-list.show-all {
  max-height: none;
}
.specials .block-list .block-list-item,
.pressroom-widget .block-list .block-list-item {
  background: #fff;
  display: inline-block;
  margin-left: 25px;
  padding: 20px 20px 0;
  position: relative;
  vertical-align: top;
  width: 310px;
  min-height: 357px;
  border-radius: 4px;
}
.specials .block-list .block-list-item .thumbnail,
.pressroom-widget .block-list .block-list-item .thumbnail {
  display: block;
  position: relative;
  float: none;
  margin: -20px -20px 36px;
  background: #ebebeb;
  text-decoration: none;
}
.specials .block-list .block-list-item .thumbnail h3,
.pressroom-widget .block-list .block-list-item .thumbnail h3 {
  font-size: 20px;
  line-height: 1.2;
  background: #fff;
  padding: 22px 20px 0;
  margin-bottom: -17px;
}
.specials .block-list .block-list-item .thumbnail img + h3,
.pressroom-widget .block-list .block-list-item .thumbnail img + h3 {
  position: absolute;
  bottom: -17px;
  width: 210px;
  padding-top: 14px;
  margin-bottom: 0;
  border-radius: 0 4px 0 0;
  box-sizing: border-box;
}
.specials .block-list .block-list-item .wrapper,
.pressroom-widget .block-list .block-list-item .wrapper {
  font-size: 11px;
  line-height: 18px;
}
.specials .block-list .block-list-item .wrapper ul,
.pressroom-widget .block-list .block-list-item .wrapper ul {
  margin-left: 0;
}
.specials .block-list .block-list-item nav,
.pressroom-widget .block-list .block-list-item nav {
  height: 40px;
}
.specials .block-list .block-list-item nav a,
.pressroom-widget .block-list .block-list-item nav a {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 20px;
}
.specials .block-list .block-list-item nav .button,
.pressroom-widget .block-list .block-list-item nav .button {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.specials .block-list .block-list-item .time,
.pressroom-widget .block-list .block-list-item .time {
  line-height: 40px;
}
.specials .block-list .block-list-item .read-more,
.pressroom-widget .block-list .block-list-item .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 4px 0 4px 0 !important;
  padding: 0 10px;
  font-size: 15px;
}

.rides-widget .ride-status {
  color: #424242;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  white-space: nowrap;
  line-height: 20px;
  text-transform: uppercase;
}
.rides-widget .ride-status span {
  color: #68a07c;
  font-size: 18px;
  padding-left: 5px;
}
.rides-widget .ride-status span.closed {
  color: #c37476;
}
.rides-widget .rides-frame {
  background: #fff;
  border: 1px solid #d60156;
  border-top: 0;
  border-bottom: 0;
  float: right;
  margin-bottom: 20px;
  padding: 135px 20px 64px 20px;
  position: relative;
  width: 310px;
  box-sizing: border-box;
  border-radius: 5px;
}
.rides-widget .rides-frame:before, .rides-widget .rides-frame:after {
  background: url("../../properties/template-3/images/themes/1/rides-booking-top.jpg") no-repeat 0 0;
  content: '';
  display: block;
  height: 115px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  border-radius: 4px 4px 0 0;
}
.rides-widget .rides-frame:after {
  background-image: url("../../properties/template-3/images/themes/1/rides-booking-bottom.jpg");
  height: 44px;
  top: auto;
  bottom: 0;
  border-radius: 0;
}

.gallery-widget .block-list .block-list-item .thumbnail {
  float: none;
  margin: 0;
}
.gallery-widget .block-list .block-list-item img {
  border-radius: 0;
}

.investor-relations-overview.specials .block-list .block-list-item .wrapper {
  font-size: 14px;
}

.page-content .careers .narrow {
  width: 20%;
}

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

.gallery-widget > .wrapper {
  background: #f5f5f5;
  padding: 50px 0;
}
.gallery-widget .block-list {
  font-size: 0;
}
.gallery-widget .block-list .block-list-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 33%;
  border-radius: 0;
}
.gallery-widget .block-list .block-list-item .thumbnail {
  display: block;
  margin: 0;
  float: none;
  width: 100%;
}
.gallery-widget .block-list .block-list-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery-widget .block-list .block-list-item .overlay .plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #eeeeee;
  filter: alpha(opacity=0);
}
.gallery-widget .block-list .block-list-item .overlay .plus.vertical {
  width: 1px;
  height: 60px;
  margin: -30px 0 0 -1px;
}
.gallery-widget .block-list .block-list-item .overlay .plus.horizontal {
  width: 60px;
  height: 1px;
  margin: -1px 0 0 -30px;
}
.gallery-widget .block-list .block-list-item:hover .overlay {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mPYOT36DAAGMAJ41wW3EwAAAABJRU5ErkJggg==);
  background: rgba(185, 151, 91, 0.8);
  opacity: 1;
}
.gallery-widget .block-list .block-list-item:hover .overlay span.plus,
.gallery-widget .block-list .block-list-item:hover .overlay span.text {
  filter: alpha(opacity=100);
}

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

.required-fields {
  font-style: italic;
}
.required-fields em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 10px;
  padding-right: 5px;
}

.page-content .form {
  display: block;
  margin-bottom: 25px;
  margin-left: -20px;
}
.page-content .form h3 {
  font-size: 24px;
  margin: 34px 0;
  text-align: left;
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 20px;
}
.page-content .form label {
  color: #333;
  font: 13px Arial;
  line-height: 1;
  margin: 0 20px 8px 0;
  float: left;
  text-align: left;
  width: 100%;
}
.page-content .form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.page-content .form .checkbox label {
  width: auto;
  margin-right: 0;
}
.page-content .form fieldset > p, .page-content .form fieldset > div {
  margin-bottom: 19px;
  width: 96%;
  float: left;
  margin-left: 20px;
}
.page-content .form fieldset > p:after, .page-content .form fieldset > div:after {
  content: " ";
  display: table;
  clear: both;
}
.page-content .form fieldset > p .group, .page-content .form fieldset > div .group {
  float: left;
}
.page-content .form fieldset > p .group input, .page-content .form fieldset > div .group input {
  display: inline;
  float: none;
  margin: 0;
}
.page-content .form fieldset > p .group label, .page-content .form fieldset > div .group label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.page-content .form fieldset > p .group.group label, .page-content .form fieldset > div .group.group label {
  display: block;
}
.page-content .form fieldset > p .group.group label input, .page-content .form fieldset > div .group.group label input {
  margin-right: .4em;
}
.page-content .form .col1, .page-content .form .col2 {
  width: 47%;
}
.page-content .form .col1 {
  clear: both;
}
.page-content .form .type_checkbox label {
  margin-top: 0;
  line-height: 25px;
}
.page-content .form .type_checkbox span label {
  margin-top: 5px;
  line-height: 1;
}
.page-content .form .type_radio .radio-group {
  margin: 8px 0 0 2px;
}
.page-content .form .type_textarea {
  width: 97%;
}
.page-content .form input[type='text'], .page-content .form input[type='password'], .page-content .form textarea, .page-content .form .selectedTxt {
  border: 1px solid #dedede;
  width: 100%;
  height: 40px;
  padding: 3px 10px;
  background: #fff;
  font: 14px Arial;
  line-height: 32px;
  color: #333;
  resize: none;
  border-radius: 4px;
}
.page-content .form .newListSelected {
  width: 100%;
}
.page-content .form .newListSelected .selectedTxt {
  width: 100%;
}
.page-content .form .newListSelected .selectedTxt:after {
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.page-content .form textarea {
  width: 100% !important;
  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;
}
.page-content .form .newListSelected {
  float: left;
}
.page-content .form input.date-pick {
  width: 100px;
  float: left;
}
.page-content .form .controls p {
  padding: 10px 0 0 42%;
  width: auto;
  background: none;
}
.page-content .form .controls input {
  margin-left: 20px;
}
.page-content .form .disabled label {
  color: #ccc;
}
.page-content .form .disabled label em {
  display: none;
}
.page-content .form .disabled input[type='text'], .page-content .form .disabled input[type='password'], .page-content .form .disabled textarea, .page-content .form .disabled .selectedTxt {
  background: none;
  color: #ccc;
}
.page-content .form .disabled .ui-datepicker-trigger {
  display: none;
}
.page-content .form .disabled.type_dropdown {
  position: relative;
}
.page-content .form .disabled.type_dropdown:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
  background: transparent;
}
.page-content .form .date-of-birth:after {
  clear: both;
  content: '';
  display: table;
}
.page-content .form .date-of-birth .column {
  margin-top: 10px;
  float: left;
  width: 80px;
  padding-right: 10px;
}
.page-content .form .date-of-birth .date-label {
  font-size: 85%;
  opacity: 0.6;
}
.page-content .form .type_checkboxpropertiesclassifiers label, .page-content .form .type_checkboxpropertiesclassifiers dl, .page-content .form .type_checkboxpropertiesclassifiers dt {
  display: none;
}
.page-content .form .agreement input[type="checkbox"] {
  margin-right: 10px;
}
.page-content .form .column {
  display: block;
  margin-bottom: 10px;
}
.page-content .form .column label {
  display: block;
  float: none;
}
.page-content .form .column .newListSelected {
  float: none;
}

#restaurant-form .column {
  float: left;
  margin-left: 20px;
}
#restaurant-form .column:first-child {
  margin-left: 0;
}
#restaurant-form .column-title {
  width: 60px;
}
#restaurant-form .column-name {
  width: 285px;
}
#restaurant-form .column-50 {
  width: 325px;
}
#restaurant-form .column-date {
  width: 150px;
}
#restaurant-form .column-time {
  width: 70px;
}
#restaurant-form .column-people {
  width: 120px;
}
#restaurant-form .column-restaurant {
  width: 270px;
}
#restaurant-form .controls {
  padding-top: 0;
  text-align: center;
}

.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 .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.center {
  text-align: center;
}
.poi .categories .poi-category table td.poi-title {
  text-align: left;
}
.poi .categories .poi-category .expand-description {
  color: #b9975b;
  cursor: pointer;
  text-decoration: underline;
}
.poi .categories .poi-category .expand-description:hover, .poi .categories .poi-category .expand-description:active {
  text-decoration: none;
}
.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-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: '';
  display: table;
}

#calendar-filter .SSContainerDivWrapper {
  left: auto !important;
  right: 0 !important;
}

#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: #bbb;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #666;
}
#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 {
  padding: 10px;
  margin-bottom: 20px;
  background: #f5f5f5;
}

#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 #888;
  color: #888;
}
#calendar-year a:hover {
  border-color: #AAA;
  color: #AAA;
}
#calendar-year .active a {
  border-color: #000;
  color: #000;
}
#calendar-year .active a:hover {
  border-color: #888;
  color: #888;
}

#calendar-month {
  background: #f5f5f5;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#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: #000;
}
#calendar-month a:hover {
  background: #666;
  color: #fff;
}
#calendar-month a.active {
  background: #666;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #888;
  color: #fff;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
#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: #000;
  text-align: center;
  text-transform: lowercase;
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  background: #ebebeb;
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
}
#calendar-days li time a {
  text-align: center;
  color: #000;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #ffffff;
  background: #666;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: #f5f5f5;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #666666;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: #ffffff;
  background: #666;
}
#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 .5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .8em;
  background: #666;
  color: #fff;
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.55%;
}
#calendar-days dl.w3 dt {
  width: 323.1%;
}
#calendar-days dl.w4 dt {
  width: 434.65%;
}
#calendar-days dl.w5 dt {
  width: 546.2%;
}
#calendar-days dl.w6 dt {
  width: 657.75%;
}
#calendar-days dl.w7 dt {
  width: 769.3%;
}
#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 dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #666;
  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 #666;
}
#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;
}
#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;
}

.noevents {
  text-align: center;
}

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

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

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

.specials .show-more {
  margin-bottom: -50px;
}

.accordeon {
  margin-bottom: 20px;
}

.accordeon-row:after {
  content: "";
  display: table;
  clear: both;
}
.accordeon-row .accordeon-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  background: #666;
  color: #fff;
}
.accordeon-row .accordeon-title:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.accordeon-row .accordeon-copy {
  padding-top: 20px;
}
.js .accordeon-row .accordeon-copy {
  display: none;
}
.accordeon-row.active .accordeon-title {
  background-color: #b9975b;
}
.accordeon-row.active .accordeon-title:after {
  content: '-';
}

@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-hairline.eot");
  src: url("../fonts/lato-hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-hairline.woff2") format("woff2"), url("../fonts/lato-hairline.woff") format("woff"), url("../fonts/lato-hairline.ttf") format("truetype"), url("../fonts/lato-hairline.svg#latohairline") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-hairlineitalic.eot");
  src: url("../fonts/lato-hairlineitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-hairlineitalic.woff2") format("woff2"), url("../fonts/lato-hairlineitalic.woff") format("woff"), url("../fonts/lato-hairlineitalic.ttf") format("truetype"), url("../fonts/lato-hairlineitalic.svg#latohairline_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-light.eot");
  src: url("../fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff"), url("../fonts/lato-light.ttf") format("truetype"), url("../fonts/lato-light.svg#latolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-lightitalic.eot");
  src: url("../fonts/lato-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lightitalic.woff2") format("woff2"), url("../fonts/lato-lightitalic.woff") format("woff"), url("../fonts/lato-lightitalic.ttf") format("truetype"), url("../fonts/lato-lightitalic.svg#latolight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-regular.eot");
  src: url("../fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.ttf") format("truetype"), url("../fonts/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-italic.eot");
  src: url("../fonts/lato-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic.woff2") format("woff2"), url("../fonts/lato-italic.woff") format("woff"), url("../fonts/lato-italic.ttf") format("truetype"), url("../fonts/lato-italic.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-bold.eot");
  src: url("../fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff"), url("../fonts/lato-bold.ttf") format("truetype"), url("../fonts/lato-bold.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato WF";
  src: url("../fonts/lato-bolditalic.eot");
  src: url("../fonts/lato-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bolditalic.woff2") format("woff2"), url("../fonts/lato-bolditalic.woff") format("woff"), url("../fonts/lato-bolditalic.ttf") format("truetype"), url("../fonts/lato-bolditalic.svg#latobold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.content-promos {
  max-height: 490px;
  overflow: hidden;
}

.pos-b {
  background-image: none !important;
  width: 380px;
  height: 230px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.pos-b:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  height: 86px;
  background: -webkit-gradient(linear, 0% 100%, 0% 20%, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.pos-b a, .pos-b img {
  display: block;
  width: 100%;
}
.pos-b .description {
  position: absolute;
  bottom: 15px;
  left: 25px;
  right: 0;
  padding-right: 73px;
}
.pos-b .description .button {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  right: 30px;
  bottom: 3px;
  width: 13px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  background: url("../images/sprite.svg") -195px -108px no-repeat;
}
.no-svg .pos-b .description .button {
  background-image: url("../images/sprite.png");
}
.pos-b .description .button.two-strings {
  bottom: 18px;
}
.pos-b .description h4, .pos-b .description p.fs_descr {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0 !important;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 300px;
}

#preview-template-b .pos-b .button {
  border: 0;
}

#promos {
  bottom: 0;
  color: #fff;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 20;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* FF3.6+ */
  background: linear-gradient(to bottom, transparent 0%, #616161 95%, #616161 0%, #616161 100%);
  /* W3C, Firefox */
  background: -webkit-gradient(linear, 0% 100%, 0% 20%, from(#7f8180), to(rgba(127, 129, 128, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #616161 95%, #616161 0%, #616161 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, #616161 95%, #616161 0%, #616161 100%);
  /* IE10+ */
}
#preview-template-a #promos, #preview-template-d #promos {
  background: none;
  height: 410px;
  position: relative;
  width: 350px;
}
#preview-template-a #promos .viewport, #preview-template-d #promos .viewport {
  bottom: auto;
  position: relative;
  left: auto;
  margin-left: 0;
  width: auto;
}
#preview-template-a #promos .promo, #preview-template-d #promos .promo {
  position: static;
  width: auto;
  height: auto;
  bottom: 0;
}
#promos .viewport {
  bottom: -119px;
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  width: 980px;
}
.promo-wide #promos .viewport {
  margin-left: -365px;
  width: 1100px;
}
#promos .viewport .slideshow {
  text-align: center;
}
#promos .promo-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  width: 300px;
}
.promo-wide #promos .promo-wrapper {
  margin-left: 30px;
  width: 340px;
}
#promos .promo-wrapper:first-child {
  margin-left: 0 !important;
}
#preview-template-a #promos .promo-wrapper, #preview-template-d #promos .promo-wrapper {
  width: 100%;
}
#promos .promo {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 140px;
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
}
#promos .promo .special {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 20px;
  color: #b9965c;
  text-transform: uppercase;
  opacity: 0;
}
.no-svg #promos .promo .special {
  display: none;
}
#promos .promo .overlay {
  position: relative;
}
#promos .promo h4 {
  margin-bottom: 5px;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#promos .promo h4 a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
#promos .promo h4 a:hover {
  color: #777777;
}
#promos .promo p {
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
#promos .promo img {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
}
.no-svg #promos .promo img {
  display: none;
}
#promos .promo .promo-button {
  background-color: #666666;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  padding: 13px 13px 13px 10px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
}
.no-svg #promos .promo .promo-button {
  display: none;
}
#promos .promo .promo-button:hover {
  background-color: #b9965c;
  color: #fff;
}
#promos .promo .price {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #777676;
  font-size: 13px;
  line-height: 15px;
  opacity: 0;
}
.no-svg #promos .promo .price {
  display: none;
}
#promos .promo .price strong {
  font-size: 18px;
  color: #64a27d;
  font-weight: 400;
}
#promos .promo:hover, #preview-template-a #promos .promo, #preview-template-d #promos .promo {
  height: 410px;
  background-color: #ECECEC;
  bottom: 0;
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
#promos .promo:hover .special, #promos .promo:hover img, #promos .promo:hover .promo-button, #promos .promo:hover .price, #preview-template-a #promos .promo .special, #preview-template-a #promos .promo img, #preview-template-a #promos .promo .promo-button, #preview-template-a #promos .promo .price, #preview-template-d #promos .promo .special, #preview-template-d #promos .promo img, #preview-template-d #promos .promo .promo-button, #preview-template-d #promos .promo .price {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#promos .promo:hover h4, #preview-template-a #promos .promo h4, #preview-template-d #promos .promo h4 {
  display: block;
  position: absolute;
  color: #b9965c;
  background-color: #FFFFFF;
  top: 165px;
  width: 190px;
  height: 50px;
  border-top-right-radius: 5px;
  padding: 5px 5px 0 20px;
  font-size: 21px;
  line-height: 23px;
  text-transform: none;
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  overflow: visible;
  white-space: normal;
}
#promos .promo:hover p, #preview-template-a #promos .promo p, #preview-template-d #promos .promo p {
  display: block;
  margin-top: 230px;
  padding: 0 20px;
  color: #838383;
  font-size: 13px;
  line-height: 17px;
}
#promos .promo:hover .overlay, #preview-template-a #promos .promo .overlay, #preview-template-d #promos .promo .overlay {
  background-color: #fff;
  border-radius: 5px;
  height: 345px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 20px;
  right: 20px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
#promos .bx-viewport {
  height: auto !important;
}
#promos .bx-viewport .promo-wrapper {
  margin-left: 0;
  height: 410px;
}
#promos .bx-pager {
  position: absolute;
  left: 0;
  top: 268px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#promos .bx-pager * {
  display: inline;
}
#promos .bx-pager .bx-pager-link {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0;
  background: #fff;
}
#promos .bx-pager .bx-pager-link:hover, #promos .bx-pager .bx-pager-link.active {
  background: #b9965c;
}
#promos .bx-pager .bx-pager-link:active {
  background: #b9965c;
}

.zindex-change {
  z-index: 40 !important;
}
.zindex-change .bx-viewport {
  z-index: 2;
}

#show-more, .show-more {
  font-family: 'Lato WF', sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #666666;
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#show-more:hover, .show-more:hover {
  color: #b9975b;
}

.booking-sticky.sticky-header #content {
  padding-top: 145px;
}
.booking-sticky.sticky-header.promo-wide #content {
  padding-top: 68px;
}

#photos .test1, #photos .test2 {
  display: none;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  margin-left: -385px;
  background: #fff;
  padding: 20px 30px 0 30px;
  border-radius: 4px 4px 0 0;
}
#photos .test1 form, #photos .test2 form {
  margin-bottom: 25px;
}
#photos .test1 form .search-wrapper, #photos .test2 form .search-wrapper {
  position: relative;
}
#photos .test1 form .search-wrapper input[type="text"], #photos .test2 form .search-wrapper input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 38px;
  color: #666666;
}
#photos .test1 form .search-wrapper input[type="submit"], #photos .test2 form .search-wrapper input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 5px;
  height: 35px;
  width: 35px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.svg") -38px -24px no-repeat;
}
.no-svg #photos .test1 form .search-wrapper input[type="submit"], .no-svg #photos .test2 form .search-wrapper input[type="submit"] {
  background-image: url("../images/sprite.png");
}
#photos .test1 section .column, #photos .test2 section .column {
  float: left;
  margin-left: 20px;
  max-width: 180px;
}
#photos .test1 section .column:first-child, #photos .test2 section .column:first-child {
  margin-left: 0 !important;
}
#photos .test1 section .column h3, #photos .test1 section .column h4, #photos .test2 section .column h3, #photos .test2 section .column h4 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #b9975b;
  font-size: 20px;
}
#photos .test1 section .column h4, #photos .test2 section .column h4 {
  font-size: 15px;
  margin-left: 15px;
}
#photos .test1 section .column h3 + h4, #photos .test2 section .column h3 + h4 {
  margin-top: 15px;
}
#photos .test1 section .column ul, #photos .test2 section .column ul {
  margin: 5px 0 20px 15px;
}
#photos .test1 section .column ul li, #photos .test2 section .column ul li {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
#photos .test1 section .column ul li a, #photos .test2 section .column ul li a {
  text-decoration: none;
  color: #666666;
}
#photos .test1 section .column ul li a:hover, #photos .test2 section .column ul li a:hover {
  color: #b9975b;
}
#photos .test2 {
  margin-left: -335px;
}
#photos .inactive {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4fwYAAs0BzF1VEXcAAAAASUVORK5CYII=);
  background: rgba(255, 255, 255, 0.8);
}

/* JACKPOTS */
.jackpots-page #jackpots {
  margin-bottom: 50px;
}
.jackpots-page #jackpots:after {
  clear: both;
  content: '';
  display: table;
}
.jackpots-page #jackpots .jackpot {
  float: left;
  width: 320px;
  height: 98px;
  margin-left: 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 11;
  background: #bc202e;
}
.jackpots-page #jackpots .jackpot:first-child {
  margin-left: 0;
}
.jackpots-page #jackpots .jackpot.blue {
  background: #032262;
}
.jackpots-page #jackpots .jackpot.black {
  background: #050811;
}
.jackpots-page #jackpots .jackpot .jackpot-header {
  display: block;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 23px 0 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.jackpots-page #jackpots .jackpot .amount {
  color: #f0dc30;
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}
.jackpots-page p small {
  color: #6d6d6d !important;
  font-size: 14px;
}
.jackpots-page p small em {
  font-style: normal;
  color: #bc202e;
}
.jackpots-page table {
  margin-top: 40px;
}
.jackpots-page table tr th, .jackpots-page table tr td {
  text-align: center;
}
.jackpots-page table tr th {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #032360 !important;
}
.jackpots-page table tr td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  border-left: 1px solid #ffffff;
  color: #6d6d6d !important;
}
.jackpots-page table tr td:first-child {
  border-left: 0;
}

/* SUNBREAKS */
.sunbreaks-property {
  border-radius: 5px;
  margin-bottom: 10px;
}
.sunbreaks-property h4 {
  margin-right: 336px;
  margin-bottom: 28px;
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  color: #b9975b;
}
.sunbreaks-property h4, .sunbreaks-property h5 {
  float: left;
  width: 325px;
  padding-right: 10px;
}
.sunbreaks-property .rates {
  display: inline-block;
  text-transform: uppercase;
  font: 10px/1.2 Arial, sans-serif;
  color: #000000;
  text-align: right;
  width: 87px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sunbreaks-property .rates.cardholder {
  width: 170px;
}
.sunbreaks-property .info {
  clear: left;
}
.sunbreaks-property .info .image {
  float: left;
  margin: 0;
  width: 310px;
  height: 246px;
  background-position: 50% 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sunbreaks-property .info .rooms-wrapper {
  background: #ffffff;
  margin-left: 310px;
  min-height: 246px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sunbreaks-property .info .rooms-wrapper.long {
  border-bottom-left-radius: 5px;
}
.sunbreaks-property .info .rooms-wrapper .room-info {
  border-bottom: 1px solid #f5f5f5;
}
.sunbreaks-property .info .rooms-wrapper .room-info h5 {
  font-family: 'Lato WF', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #666666;
}
.sunbreaks-property .info .rooms-wrapper .room-info .rates {
  font-family: 'Lato WF', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #b9975b;
}
.sunbreaks-property .info .rooms-wrapper .room-info .rates em {
  display: none;
}
.sunbreaks-property .info .rooms-wrapper .room-info, .sunbreaks-property .info .rooms-wrapper .property-info {
  padding: 25px 26px;
}
.sunbreaks-property .info .rooms-wrapper .property-info {
  position: relative;
  color: #000000;
  font-size: 11px;
}
.sunbreaks-property .info .rooms-wrapper .property-info span {
  display: block;
  width: 3fu20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sunbreaks-property .info .rooms-wrapper .property-info .controls {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -16px;
  overflow: hidden;
}
.sunbreaks-property .info .rooms-wrapper .property-info .controls .button {
  float: left;
  margin-left: 20px;
}
