
/* The clearfix mixin is necessary for the floats */
/* Add spacing to content to account for a floating timeline nav on right side of screen */
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 2px dotted #4D90FE; }

div:not([tabindex]):focus, span:not([tabindex]):focus, section:focus, body:focus {
  outline: 0; }

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

::-moz-selection {
  background: #232725;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #232725;
  color: #fff;
  text-shadow: none; }

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
  border: 0; }

html {
  color: #000;
  font: 300 14px "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  line-height: 1.5em;
  height: 100%;
  text-align: center;
  -ms-touch-action: none; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 0.25em 0;
  color: #888888;
  text-transform: uppercase; }
  .langhamplace h1, .langhamplace h2, .langhamplace legend, .langhamplace h3, .langhamplace h4, .langhamplace h5, .langhamplace h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300; }
  h1 strong, h2 strong, legend strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 600; }

p {
  margin-bottom: 16px; }

img {
  display: block;
  max-width: 100%; }

a {
  color: #888888;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #888888;
    text-decoration: underline; }

td a {
  display: block; }

small {
  color: #6D6D6D;
  font-size: 14px; }

em {
  font-style: italic; }

strong {
  font-weight: 400; }

hr {
  background-color: transparent;
  border: solid #E6E6E6;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0; }

ul, ol {
  margin: 0 0 16px 20px;
  text-align: left; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 16px; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin-left: 16px; }
  dl.advanced:before, dl.advanced:after {
    content: "";
    display: table; }
  dl.advanced:after {
    clear: both; }
  dl.advanced dt {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: 2.08333%; }
  dl.advanced dd {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }

sup {
  position: relative;
  top: -4px;
  font-size: 75%; }

sup {
  position: relative;
  top: -4px;
  font-size: 75%; }

sub {
  position: relative;
  bottom: -4px;
  font-size: 75%; }

.is-hidden {
  display: none !important; }

.is-hidden, .is-invisible {
  visibility: hidden !important; }

.is-visible {
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.nowrap {
  white-space: nowrap; }

.hide-for-mobile {
  display: none !important; }
  @media (min-width: 768px) {
    .hide-for-mobile {
      display: inherit !important; } }

@media (min-width: 768px) {
  .hide-for-tablet-up {
    display: none !important; } }

@media (min-width: 960px) {
  .hide-for-tablet-portrait-up {
    display: none !important; } }

.show-for-tablet-only {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 1139px) {
    .show-for-tablet-only {
      display: inherit !important; } }

.show-for-desktop-only {
  display: none !important; }
  @media (min-width: 1140px) {
    .show-for-desktop-only {
      display: inherit !important; } }

.show-for-tablet-portrait {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 959px) {
    .show-for-tablet-portrait {
      display: inherit !important; } }

.hide-for-tablet-portrait {
  display: inherit !important; }
  @media (min-width: 768px) and (max-width: 959px) {
    .hide-for-tablet-portrait {
      display: none !important; } }

.clear-left {
  clear: left; }

.input-imp-long {
  display: none !important; }

@media (min-width: 640px) {
  .l-full {
    float: left;
    width: 95.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 640px) {
  .l-two-third {
    float: left;
    width: 62.5%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 640px) {
  .l-half, .property-image, .property-description {
    float: left;
    width: 45.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 640px) {
  .l-one-third {
    float: left;
    width: 29.16667%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

.l-grid {
  padding: 0; }
  .l-grid:before, .l-grid:after {
    content: "";
    display: table; }
  .l-grid:after {
    clear: both; }
  .l-grid li {
    float: left;
    width: 29.16667%;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    list-style: none; }

.l-first {
  clear: left; }

.l-container {
  margin: auto;
  max-width: 1367px;
  padding: 0; }
  .l-container:before, .l-container:after {
    content: "";
    display: table; }
  .l-container:after {
    clear: both; }
  @media (min-width: 960px) {
    .l-container {
      padding: 0; } }

.l-container-small {
  margin: auto;
  max-width: 960px; }
  .l-container-small:before, .l-container-small:after {
    content: "";
    display: table; }
  .l-container-small:after {
    clear: both; }

.l-container-medium {
  margin: auto;
  max-width: 1200px; }
  .l-container-medium:before, .l-container-medium:after {
    content: "";
    display: table; }
  .l-container-medium:after {
    clear: both; }

.l-page-content {
  position: relative;
  background-color: #fff; }
  @media (min-width: 960px) {
    .l-page-content {
      position: relative;
      z-index: 10;
      margin: -64px 16px 0 16px; } }
  @media (min-width: 1367px) {
    .l-page-content {
      margin-top: -96px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 960px) {
    .no-hero .l-page-content {
      margin-top: 0; } }

.l-three-col-grid {
  padding: 0;
  margin: 0; }
  .l-three-col-grid:before, .l-three-col-grid:after {
    content: "";
    display: table; }
  .l-three-col-grid:after {
    clear: both; }
  .l-three-col-grid.w100pr {
    width: 100%; }
  .standard-page-content .l-three-col-grid {
    margin-bottom: 48px; }
  .l-three-col-grid li {
    margin-bottom: 8px;
    list-style: none; }
    @media (min-width: 768px) {
      .l-three-col-grid li {
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0%;
        padding: 0 8px;
        margin-bottom: 16px; } }
    @media (min-width: 960px) {
      .l-three-col-grid li {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: 0%; } }

.l-three-col-grid-centered {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .l-three-col-grid-centered {
      text-align: center; } }
  .l-three-col-grid-centered li {
    margin-bottom: 8px;
    list-style: none; }
    @media (min-width: 768px) {
      .l-three-col-grid-centered li {
        display: inline-block;
        width: 33%;
        vertical-align: top; } }

.mfp-bg.empty-overlay {
  background: transparent; }

.white-popup {
  position: relative;
  background: #fff;
  padding: 32px;
  width: auto;
  max-width: 600px;
  margin: 16px auto;
  text-align: center; }
  .white-popup.wide-area {
    max-width: none;
    text-align: left; }
  .white-popup h2 {
    margin-top: 16px;
    font-size: 22px; }
  .white-popup .button, .white-popup .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .white-popup a {
    margin-top: 16px; }

#siteLeaveMessageBox .dk-selected {
  height: 100%;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 0; }

span.button,
a.button, .hero-supplementary .hero-supplementary-content a,
input[type=submit],
button,
p.button > a, a.button-grey,
p.button-grey > a,
a.button-alt,
p.button-alt > a, .button--neutral,
input.button--neutral[type=submit],
button.button--neutral, .button--success,
input.button--success[type=submit],
button.button--success, .button--alert,
input.button--alert[type=submit],
button.button--alert, .main-container .ot-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 8px 32px;
  font-family: "Quattrocento", serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  @media (min-width: 960px) {
    span.button,
    a.button, .hero-supplementary .hero-supplementary-content a,
    input[type=submit],
    button,
    p.button > a, a.button-grey,
    p.button-grey > a,
    a.button-alt,
    p.button-alt > a, .button--neutral,
    input.button--neutral[type=submit],
    button.button--neutral, .button--success,
    input.button--success[type=submit],
    button.button--success, .button--alert,
    input.button--alert[type=submit],
    button.button--alert, .main-container .ot-button {
      padding: 13px 32px; } }
  .langhamplace span.button,
  .langhamplace a.button, .langhamplace .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .langhamplace a,
  .langhamplace input[type=submit],
  .langhamplace button,
  .langhamplace p.button > a, .langhamplace a.button-grey,
  .langhamplace p.button-grey > a,
  .langhamplace a.button-alt,
  .langhamplace p.button-alt > a, .langhamplace .button--neutral, .langhamplace .button--success, .langhamplace .button--alert, .langhamplace .main-container .ot-button, .main-container .langhamplace .ot-button {
    font-family: "Ubuntu", sans-serif; }

span.button,
a.button,
.hero-supplementary .hero-supplementary-content a,
input[type=submit],
button,
p.button > a {
  position: relative;
  background-color: #feeef2;
  color: #000; }
  span.button:not([class^='slick']):not([class^='five-elements--question']):after,
  a.button:not([class^='slick']):not([class^='five-elements--question']):after,
  .hero-supplementary .hero-supplementary-content a:not([class^='slick']):not([class^='five-elements--question']):after,
  input[type=submit]:not([class^='slick']):not([class^='five-elements--question']):after,
  button:not([class^='slick']):not([class^='five-elements--question']):after,
  p.button > a:not([class^='slick']):not([class^='five-elements--question']):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  span.button:hover:after,
  a.button:hover:after,
  .hero-supplementary .hero-supplementary-content a:hover:after,
  input[type=submit]:hover:after,
  button:hover:after,
  p.button > a:hover:after {
    opacity: 1; }
  span.button.grey, span.button.button-grey, span.button.button-alt,
  a.button.grey,
  .hero-supplementary .hero-supplementary-content a.grey,
  a.button.button-grey,
  .hero-supplementary .hero-supplementary-content a.button-grey,
  a.button.button-alt,
  .hero-supplementary .hero-supplementary-content a.button-alt,
  input[type=submit].grey,
  input[type=submit].button-grey,
  input[type=submit].button-alt,
  button.grey,
  button.button-grey,
  button.button-alt,
  p.button > a.grey,
  p.button > a.button-grey,
  p.button > a.button-alt {
    background-color: #B9B9B9;
    color: #000; }

a.button-grey,
p.button-grey > a,
a.button-alt,
p.button-alt > a {
  background-color: #636363;
  color: #fff;
  margin: 2px; }
  a.button-grey:hover,
  p.button-grey > a:hover,
  a.button-alt:hover,
  p.button-alt > a:hover {
    background-color: #3f4542;
    color: #fff; }
  a.button-grey.button, .hero-supplementary .hero-supplementary-content a.button-grey,
  p.button-grey > a.button,
  .hero-supplementary .hero-supplementary-content p.button-grey > a,
  a.button-alt.button,
  .hero-supplementary .hero-supplementary-content a.button-alt,
  p.button-alt > a.button,
  .hero-supplementary .hero-supplementary-content p.button-alt > a {
    position: relative;
    background-color: #B9B9B9;
    color: #000; }
    a.button-grey.button:after, .hero-supplementary .hero-supplementary-content a.button-grey:after,
    p.button-grey > a.button:after,
    .hero-supplementary .hero-supplementary-content p.button-grey > a:after,
    a.button-alt.button:after,
    .hero-supplementary .hero-supplementary-content a.button-alt:after,
    p.button-alt > a.button:after,
    .hero-supplementary .hero-supplementary-content p.button-alt > a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    a.button-grey.button:hover:after, .hero-supplementary .hero-supplementary-content a.button-grey:hover:after,
    p.button-grey > a.button:hover:after,
    .hero-supplementary .hero-supplementary-content p.button-grey > a:hover:after,
    a.button-alt.button:hover:after,
    .hero-supplementary .hero-supplementary-content a.button-alt:hover:after,
    p.button-alt > a.button:hover:after,
    .hero-supplementary .hero-supplementary-content p.button-alt > a:hover:after {
      opacity: 1; }

.button--neutral,
input[type=submit].button--neutral,
button.button--neutral {
  background-color: #E6E6E6;
  color: #3f4542; }
  .button--neutral:hover,
  input[type=submit].button--neutral:hover,
  button.button--neutral:hover {
    background-color: #6D6D6D;
    color: #3f4542; }
  .button--neutral:active, .button--neutral:focus,
  input[type=submit].button--neutral:active,
  input[type=submit].button--neutral:focus,
  button.button--neutral:active,
  button.button--neutral:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--success,
input[type=submit].button--success,
button.button--success {
  background-color: #39b924;
  color: #fff; }
  .button--success:hover,
  input[type=submit].button--success:hover,
  button.button--success:hover {
    background-color: #249c11;
    color: #fff; }
  .button--success:active, .button--success:focus,
  input[type=submit].button--success:active,
  input[type=submit].button--success:focus,
  button.button--success:active,
  button.button--success:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--alert,
input[type=submit].button--alert,
button.button--alert {
  background-color: #f3490d;
  color: #fff; }
  .button--alert:hover,
  input[type=submit].button--alert:hover,
  button.button--alert:hover {
    background-color: #d33e09;
    color: #fff; }
  .button--alert:active, .button--alert:focus,
  input[type=submit].button--alert:active,
  input[type=submit].button--alert:focus,
  button.button--alert:active,
  button.button--alert:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.carousel-hero-content .button, .find-description .button, .carousel-hero-content .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .carousel-hero-content a, .find-description .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .find-description a, .carousel-hero-split .button, .carousel-hero-split .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .carousel-hero-split a, .background-image-block .button, .background-image-block .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .background-image-block a {
  border: 1px solid #F0F0F0;
  background-color: rgba(0, 0, 0, 0.5); }
  .carousel-hero-content .button:hover, .find-description .button:hover, .carousel-hero-content .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .carousel-hero-content a:hover, .find-description .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .find-description a:hover, .carousel-hero-split .button:hover, .carousel-hero-split .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .carousel-hero-split a:hover, .background-image-block .button:hover, .background-image-block .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .background-image-block a:hover {
    background-color: rgba(0, 0, 0, 0.8); }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type=text],
input[type=number],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  border: none;
  background: #F8F8F8;
  color: #888888;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 8px 24px;
  vertical-align: baseline;
  width: 100%; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  textarea:focus,
  select:focus {
    background: #fff;
    color: #000; }

textarea {
  display: block;
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 32px 8px 8px;
  background: #fff url("../image/ico_form_arrowdropdown.png") right center no-repeat;
  height: 46px; }
  select::-ms-expand {
    display: none; }
  select:hover, select:focus {
    background: #fff url("../image/ico_form_arrowdropdown.png") right center no-repeat; }

legend {
  border: 0;
  display: block; }

ul.form {
  list-style: none;
  margin: 0 0 16px 0; }
  ul.form > li:before, ul.form > li:after {
    content: "";
    display: table; }
  ul.form > li:after {
    clear: both; }
  ul.form > li > label {
    clear: left;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding-top: 8px;
    text-align: left; }
    @media (min-width: 640px) {
      ul.form > li > label {
        float: left;
        width: 31.25%;
        margin-left: 0%;
        margin-right: 2.08333%;
        text-align: right; } }
  ul.form div.form--fields {
    margin-bottom: 8px; }
    @media (min-width: 640px) {
      ul.form div.form--fields {
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: 0%; } }
    ul.form div.form--fields p, ul.form div.form--fields small {
      display: block;
      margin: 4px 0; }
    ul.form div.form--fields p.form--description {
      margin: 8px 0; }

ul.form--checklist {
  list-style: none;
  margin: 8px 0; }
  ul.form--checklist li {
    margin: 8px 0; }
  ul.form--checklist input {
    margin-right: 8px; }
  ul.form--checklist label {
    cursor: pointer; }
    ul.form--checklist label:hover {
      color: #232725; }

li.form--error label {
  color: #f3490d; }
  li.form--error label:hover {
    color: #d33e09; }

li.form--error input,
li.form--error input:focus {
  border: 1px solid #f3490d;
  box-shadow: 0px 0px 3px #f3490d; }

li.form--error ul.form--errors {
  color: #f3490d;
  list-style: none;
  margin: 4px 0; }
  li.form--error ul.form--errors li {
    font-size: 14px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
  width: 100%; }
  table th {
    vertical-align: top; }
  table td {
    vertical-align: top; }

.standard-table > thead > tr > th, .venues-table > thead > tr > th,
.standard-table > thead > tr > td,
.venues-table > thead > tr > td,
.standard-table > tbody > tr > th,
.venues-table > tbody > tr > th,
.standard-table > tbody > tr > td,
.venues-table > tbody > tr > td {
  border: solid 2px #F0F0F0;
  font-size: 12px;
  line-height: 14px; }
  @media (min-width: 960px) {
    .standard-table > thead > tr > th, .venues-table > thead > tr > th,
    .standard-table > thead > tr > td,
    .venues-table > thead > tr > td,
    .standard-table > tbody > tr > th,
    .venues-table > tbody > tr > th,
    .standard-table > tbody > tr > td,
    .venues-table > tbody > tr > td {
      font-size: 14px;
      line-height: 16px; } }
  .standard-table > thead > tr > th:first-child, .venues-table > thead > tr > th:first-child,
  .standard-table > thead > tr > td:first-child,
  .venues-table > thead > tr > td:first-child,
  .standard-table > tbody > tr > th:first-child,
  .venues-table > tbody > tr > th:first-child,
  .standard-table > tbody > tr > td:first-child,
  .venues-table > tbody > tr > td:first-child {
    text-align: left;
    padding: 16px; }

.standard-table > thead > tr > th, .venues-table > thead > tr > th,
.standard-table > thead > tr > td,
.venues-table > thead > tr > td {
  padding: 16px 5px;
  background: #DDDDDD;
  text-align: center; }


.standard-table > tbody > tr > td,
.venues-table > tbody > tr > td,
.standard-table > tbody > tr > th,
.venues-table > tbody > tr > th {
  padding: 16px 8px 16px 16px;
  background: #fff;
  text-align: left; }

.standard-table a, .venues-table a {
  word-wrap: break-word; }

@media (max-width: 959px) {
  .venues-table.is-responsive > thead {
    display: none; }
  .venues-table.is-responsive > tbody,
  .venues-table.is-responsive > tbody > tr {
    display: block;
    border: none; }
  
  .venues-table.is-responsive > tbody > tr {
    margin-bottom: 16px; }
  .venues-table.is-responsive > tbody > tr > td {
    display: table;
    width: 100%;
    border-top: solid 1px #F0F0F0;
    border-bottom: none;
    border-left: none;
    border-right: none; }
    .venues-table.is-responsive > tbody > tr > td:first-child {
      background: #DDDDDD;
      border: none; }
      .venues-table.is-responsive > tbody > tr > td:first-child:before {
        display: none; }
    .venues-table.is-responsive > tbody > tr > td:before,
    .venues-table.is-responsive > tbody > tr > td .responsive-table-content {
      display: table-cell;
      padding: 16px 8px 16px 16px; }
    .venues-table.is-responsive > tbody > tr > td:before {
      width: 50%; } }
    @media (max-width: 959px) and (min-width: 480px) {
      .venues-table.is-responsive > tbody > tr > td:before {
        width: 40%; } }

@media (max-width: 959px) {
    
    .venues-table.is-responsive > tbody > tr > td .responsive-table-content {
      width: 50%;
      border-left: solid 1px #F0F0F0; } }
    @media (max-width: 959px) and (min-width: 480px) {
      
      .venues-table.is-responsive > tbody > tr > td .responsive-table-content {
        width: 60%; } }

@media (min-width: 960px) {
  .venues-table.is-responsive > tbody > tr > td:before {
    display: none; } }

.table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 32px; }

head {
  font-family: "0"; }

body:after {
  content: "0";
  display: none; }

@media screen and (min-width: 447px) {
  head {
    font-family: "4"; }
  body:after {
    content: "4"; } }

@media screen and (min-width: 480px) {
  head {
    font-family: "5"; }
  body:after {
    content: "5"; } }

@media screen and (min-width: 640px) {
  head {
    font-family: "10"; }
  body:after {
    content: "10"; } }

@media screen and (min-width: 768px) {
  head {
    font-family: "20"; }
  body:after {
    content: "20"; } }

@media screen and (min-width: 960px) {
  head {
    font-family: "30"; }
  body:after {
    content: "30"; } }

@media screen and (min-width: 1140px) {
  head {
    font-family: "40"; }
  body:after {
    content: "40"; } }

.main-container h1 {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 33px; }
  @media (min-width: 768px) {
    .main-container h1 {
      margin-bottom: 48px; }
      .locations-page .main-container h1 {
        margin-bottom: 16px; } }

.headline {
  max-width: 820px;
  position: relative;
  margin: 0 auto 48px auto;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .headline h1 {
      padding: 0 24px; } }
  .headline.headline-top {
    margin-top: 48px; }

.chuan-spa-brand-page .main-nav-link-list li > a:hover, .chuan-spa-brand-page .main-nav-link-list li > a:focus, .chuan-spa-brand-page .main-nav-link-list li > a:active, .chuan-spa-brand-page .main-nav-util-links-mobile > a:hover, .chuan-spa-brand-page .main-nav-util-links-mobile > a:focus, .chuan-spa-brand-page .main-nav-util-links-mobile > a:active, .chuan-spa-brand-page .main-nav-util-links > a:hover, .chuan-spa-brand-page .main-nav-util-links > a:focus, .chuan-spa-brand-page .main-nav-util-links > a:active {
  color: #fff; }

.page-nav {
  display: none;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .page-nav {
      display: block;
      line-height: 17px; } }
  .page-nav .prev-page {
    float: left;
    text-align: left;
    text-decoration: none; }
    .page-nav .prev-page:before {
      float: left;
      width: 25px;
      height: 17px;
      content: "";
      background-repeat: no-repeat;
      background-image: url("../image/icon_sprite.png");
      background-position: 0 -202px;
      transform: rotate(180deg); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .page-nav .prev-page:before {
          background-image: url("../image/icon_sprite@2x.png");
          background-size: 200px 1143px; } }
  .page-nav .next-page {
    float: right;
    text-align: right;
    text-decoration: none; }
    .page-nav .next-page:before {
      float: right;
      width: 25px;
      height: 17px;
      content: "";
      background-repeat: no-repeat;
      background-image: url("../image/icon_sprite.png");
      background-position: 0 -202px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .page-nav .next-page:before {
          background-image: url("../image/icon_sprite@2x.png");
          background-size: 200px 1143px; } }

.block-text {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center; }
  .block-text.block-text-wide {
    max-width: 100vw; }
  @media (min-width: 768px) {
    .home-page .block-text {
      padding: 64px 32px 48px 32px;
      margin-bottom: 0; } }
  @media (min-width: 960px) {
    .home-page .block-text {
      padding: 80px 32px 80px 32px; } }
  .home-page .block-text > h1,
  .home-page .block-text > h2 {
    font-size: 30px;
    line-height: 33px; }
    @media (min-width: 960px) {
      .home-page .block-text > h1,
      .home-page .block-text > h2 {
        margin-bottom: 32px; } }
  .home-page .block-text p {
    font-size: 15px;
    margin-bottom: 0px; }

.buttons-block {
  margin-bottom: 16px; }
  .buttons-block > a {
    margin: 0 5px 16px 5px; }
    @media (min-width: 768px) {
      .buttons-block > a {
        margin-bottom: 0; } }

.listing-page-content {
  padding: 8px 8px 32px 8px; }
  @media (min-width: 768px) {
    .listing-page-content {
      padding: 0 8px 32px 8px;
      min-height: 500px; } }
  @media (min-width: 960px) {
    .listing-page-content {
      padding: 0 0 32px 0; } }
  .timeline-page .listing-page-content,
  .landscapes-page .listing-page-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

.standard-page-content {
  position: relative;
  padding: 48px 16px;
  margin-bottom: 32px;
  background: #F0F0F0;
  border-top: solid #fff 1px; }
  @media (min-width: 768px) {
    .standard-page-content {
      padding: 80px 24px 48px;
      margin-bottom: 64px;
      border: none; } }
  @media (min-width: 960px) {
    .standard-page-content {
      padding: 96px 24px 64px 24px;
      margin-bottom: 96px; } }
  @media (min-width: 768px) {
    .latest-releases-page .standard-page-content {
      min-height: 500px; } }
  .timeline-page .standard-page-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

.locations-block {
  position: relative;
  display: block;
  text-align: center;
  height: 0;
  padding-top: 56.1521279%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.locations-block--name {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff; }
  .locations-block--name .centered-text {
    background: rgba(0, 0, 0, 0.5); }

label.css-label,
label.css-labelr {
  padding-right: 16px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  .csstransforms label.css-label, .csstransforms
  label.css-labelr {
    position: relative;
    padding-left: 27px;
    line-height: 25px;
    background-repeat: no-repeat; }

.csstransforms .css-label:before {
  background-position: 0 -708px; }

.csstransforms .css-labelr:before {
  background-position: 1px -746px; }

.csstransforms input[type=checkbox].css-checkbox:checked:before,
.csstransforms label.css-label.checked:before {
  background-position: -70px -708px; }

.csstransforms input[type=checkbox].css-checkbox:focus:before,
.csstransforms label.css-label.focused:before {
  outline: 2px dotted #4D90FE; }

.csstransforms input[type=radio].css-radio:checked:before,
.csstransforms label.css-labelr.checked:before {
  background-position: -182px -746px; }

.featured-offers > h2, .media-related-items > h2 {
  font-size: 24px;
  line-height: 26px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #feeef2; }

.overflow-hidden {
  overflow: hidden !important; }

.centered-text {
  display: table;
  width: 100%;
  height: 100%; }
  .centered-text > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.loader {
  visibility: hidden;
  height: 80px;
  background: url("../image/preloader_black_50x50.gif") center center no-repeat; }
  .loader.is-loading {
    visibility: visible; }

.style-container, .social-responsibility, .background-image-block {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .style-container, .social-responsibility, .background-image-block {
      height: 768px; } }

.pillar-container .full-slide:before, .background-image-block:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(22, 22, 22, 0.7); }

@media (max-width: 960px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 960px) {
  .mobile-only {
    display: none !important; } }

.row {
  clear: both;
  width: 100%;
  overflow: hidden; }
  .row:after {
    content: '';
    clear: both; }

/* Columns width width breakpoints */
[class*='col-'] {
  float: left;
  position: relative;
  overflow: hidden; }

.col-xs-12 {
  width: 100%; }

.col-xs-10 {
  width: 83.333333%; }

.col-xs-9 {
  width: 66.666666%; }

.col-xs-6 {
  width: 50%; }

.col-xs-4 {
  width: 33.333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666%; }

@media (min-width: 480px) {
  .col-sm-12 {
    width: 100%; }
  .col-sm-10 {
    width: 83.333333%; }
  .col-sm-9 {
    width: 66.666666%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-4 {
    width: 33.333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666%; } }

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%; }
  .col-md-10 {
    width: 83.333333%; }
  .col-md-9 {
    width: 66.666666%; }
  .col-md-6 {
    width: 50%; }
  .col-md-4 {
    width: 33.333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666%; } }

@media (min-width: 960px) {
  .col-lg-12 {
    width: 100%; }
  .col-lg-10 {
    width: 83.333333%; }
  .col-lg-9 {
    width: 66.666666%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-4 {
    width: 33.333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.666666%; } }

/* Offset property width breakpoints (creates right margin) */
.offset-xs-10 {
  margin-left: 83.333333%; }

.offset-xs-9 {
  margin-left: 66.666666%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-4 {
  margin-left: 33.333333%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-2 {
  margin-left: 16.666666%; }

.offset-xs-1 {
  margin-left: 8.3333333%; }

@media (min-width: 480px) {
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-9 {
    margin-left: 66.666666%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-2 {
    margin-left: 16.666666%; }
  .offset-sm-1 {
    margin-left: 8.3333333%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-9 {
    margin-left: 66.666666%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-2 {
    margin-left: 16.666666%; }
  .offset-md-1 {
    margin-left: 8.3333333%; } }

@media (min-width: 960px) {
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-9 {
    margin-left: 66.666666%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-2 {
    margin-left: 16.666666%; }
  .offset-lg-1 {
    margin-left: 8.3333333%; } }

.border {
  border: 1px solid #000; }
  .border-top {
    border-top: 1px solid #000; }
  .border-bottom {
    border-bottom: 1px solid #000; }
  .border-left {
    border-left: 1px solid #000; }
  .border-right {
    border-right: 1px solid #000; }

.hgt-xs-1-1, .hgt-md-1-1, .hgt-lg-1-1 {
  height: calc(100vw); }

.hgt-xs-2-1, .hgt-md-2-1, .hgt-lg-2-1 {
  height: calc(50vw); }

@media (min-width: 960px) {
  .hgt-xs-1-1, .hgt-xs-2-1, .hgt-md-1-1, .hgt-md-2-1, .hgt-lg-1-1, .hgt-lg-2-1 {
    height: calc(25vw); } }

#chuan-spa-hero {
  margin-top: 0px; }
  #chuan-spa-hero .hgt-xs-1-1, #chuan-spa-hero .hgt-md-1-1, #chuan-spa-hero .hgt-lg-1-1 {
    height: calc(50vw); }
  #chuan-spa-hero .hgt-xs-2-1, #chuan-spa-hero .hgt-md-2-1, #chuan-spa-hero .hgt-lg-2-1 {
    height: calc(40vw); }
  @media (min-width: 960px) {
    #chuan-spa-hero .hgt-xs-1-1, #chuan-spa-hero .hgt-md-1-1, #chuan-spa-hero .hgt-lg-1-1 {
      max-height: calc(100vh - 140px); }
    #chuan-spa-hero .hgt-xs-2-1, #chuan-spa-hero .hgt-md-2-1, #chuan-spa-hero .hgt-lg-2-1 {
      height: calc(25vw);
      max-height: calc(50vh - 70px); } }
  @media (min-width: 1200px) {
    #chuan-spa-hero .hgt-xs-1-1, #chuan-spa-hero .hgt-md-1-1, #chuan-spa-hero .hgt-lg-1-1 {
      max-height: calc(100vh - 46px); }
    #chuan-spa-hero .hgt-xs-2-1, #chuan-spa-hero .hgt-md-2-1, #chuan-spa-hero .hgt-lg-2-1 {
      max-height: calc(50vh - 23px); } }

.property #chuan-spa-hero {
  margin-top: 0px; }

/* Blocks that will be hidden on mobile view and sorted as expandable menu (js) */
.mobile-hidden {
  display: none; }
  @media (min-width: 960px) {
    .mobile-hidden {
      display: block; } }

/* Content */
.tile-main-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px; }
  @media (min-width: 768px) {
    .tile-main-header {
      width: 75%; } }
  .tile-main-header--preamble {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 480px) {
      .tile-main-header--preamble {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .tile-main-header--preamble {
        font-size: 18px; } }
  .tile-main-header h1 {
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px; }
    .tile-main-header h1:before {
      content: '';
      padding-top: 5px;
      margin-bottom: 5px;
      opacity: 0.6;
      display: block;
      border-bottom: 1px solid #fff; }
    @media (min-width: 480px) {
      .tile-main-header h1 {
        font-size: 22px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .tile-main-header h1 {
        font-size: 27px;
        margin-bottom: 30px; }
        .tile-main-header h1:before {
          padding-top: 10px;
          margin-bottom: 5px; } }

.tile-video:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -25px;
  width: 50px;
  height: 36px;
  background-image: url(../image/icon-play.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1; }

.tile-bottom-header {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  z-index: 1;
  color: #fff;
  background: rgba(99, 99, 99, 0.6);
  transition: all 300ms;
  text-align: left;
  padding: 10px 20px 5px; }
  .tile-bottom-header h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 14px;
    font-family: "Ubuntu", sans-serif; }
  .tile-bottom-header span {
    font-size: 12px; }
  .tile-bottom-header.hidden {
    display: none; }

.fullheight {
  height: 100%; }
  .fullheight > a {
    margin: 1px;
    display: block;
    height: calc(100% - 2px);
    overflow: hidden; }

.tile-content {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms; }

:not(.no-hover-effect) > a:hover > .tile-bottom-header, :not(.no-hover-effect) > a:hover > .tile-bottom-header {
  background: rgba(0, 0, 0, 0.6); }

:not(.no-hover-effect) > a:hover > .tile-img-content, :not(.no-hover-effect) > a:hover > .tile-img-content {
  -webkit-transform: translateZ(0) scale3d(1.1, 1.1, 1);
  transform: translateZ(0) scale3d(1.1, 1.1, 1); }

:not(.no-hover-effect) > a:hover > .tile-video-content {
  opacity: 0.5; }

:not(.no-hover-effect) > a:hover .tile-video:before {
  background-position: 0 -64px; }

.tiles-mobile-menu {
  background: #333333; }
  .tiles-mobile-menu--expander {
    background: #333333;
    width: 100%;
    border-bottom: 1px solid #636363;
    padding-top: 11px;
    padding-bottom: 7px;
    position: relative;
    text-align: left;
    color: #8D6633;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif; }
    .tiles-mobile-menu--expander:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #8D6633;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px; }
    .tiles-mobile-menu--expander:hover {
      background: #333333;
      color: #8D6633; }
  .tiles-mobile-menu.active .tiles-mobile-menu--expander:after {
    border-top: none;
    border-bottom: 5px solid #8D6633; }
  .tiles-mobile-menu.active .tiles-mobile-menu--content {
    display: block; }
  .tiles-mobile-menu--content {
    position: absolute;
    width: 100%;
    background: #333333;
    z-index: 998;
    display: none; }
    .tiles-mobile-menu--content h3 {
      color: #8D6633;
      font-family: "Ubuntu", sans-serif;
      text-align: left;
      font-size: 12px;
      color: #6D6D6D;
      padding-left: 32px;
      padding-top: 16px;
      padding-bottom: 6px; }
    .tiles-mobile-menu--content ul {
      list-style: none;
      padding: 10px 40px 10px 25px;
      margin-bottom: 0; }
    .tiles-mobile-menu--content li {
      border-bottom: 1px solid #636363;
      font-size: 12px; }
      .tiles-mobile-menu--content li:last-of-type {
        border: 0px; }
      .tiles-mobile-menu--content li a {
        display: block;
        color: #8D6633;
        padding: 5px 0;
        text-transform: uppercase; }
  @media (min-width: 960px) {
    .tiles-mobile-menu {
      display: none; } }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  text-transform: uppercase; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #fff url("../image/ico_form_arrowdropdown.png") right center no-repeat;
  padding: 8px 24px;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10.5em;
  list-style: none;
  padding: 0;
  margin: 0; }

.dk-option-selected {
  background-color: #F8F8F8;
  color: #000; }

.dk-select-options-highlight .dk-option-selected {
  background-color: #F8F8F8;
  color: #000; }

.dk-option {
  padding: 8px 24px; }

.dk-select-options .dk-option-highlight {
  background-color: #F8F8F8;
  color: #000; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    margin-top: 0; }
  .dk-optgroup:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block; }

.dk-select-open-up .dk-selected,
.dk-select-open-down .dk-selected,
.dk-select-multi:focus .dk-selected {
  background: #F8F8F8; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

select[data-dkcacheid] {
  display: none; }

span.customSelect {
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  background: #F8F8F8 url("../image/ico_form_arrowdropdown.png") right center no-repeat;
  padding: 8px 24px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-loading .slick-list {
    background: #fff url("../image/preloader_white_50x50.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 160px 924px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png"); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .slick-prev,
    .slick-next {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 160px 914.4px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .slick-prev,
    .slick-next {
      height: 80px;
      width: 80px;
      margin-top: -40px; } }

.slick-prev {
  left: 0;
  background-position: 12.8px -404px; }
  .slick-prev:hover {
    background-position: 12.8px -404px; }
  @media (min-width: 768px) {
    .slick-prev {
      background-position: 0 -732px; }
      .slick-prev:hover {
        background-position: 0 -732px; } }

.slick-next {
  right: 0;
  background-position: -22.4px -404px; }
  .slick-next:hover {
    background-position: -22.4px -404px; }
  @media (min-width: 768px) {
    .slick-next {
      background-position: -78px -732px; }
      .slick-next:hover {
        background-position: -78px -732px; } }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 29px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 29px;
    width: 29px;
    margin: 0;
    padding: 4px;
    cursor: pointer;
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.5); }
    .pillar-container .slick-dots li {
      background-color: transparent; }
    .slick-dots li:first-child {
      width: 39px;
      padding-left: 14px; }
    .slick-dots li:last-child {
      width: 39px;
      padding-right: 14px; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 21px;
      width: 21px;
      line-height: 0;
      color: transparent;
      background-color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 100%;
        height: 100%;
        line-height: 21px;
        text-align: center;
        background-repeat: no-repeat;
        background-image: url("../image/icon_sprite.png");
        background-position: -95px -69px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .slick-dots li button:before {
            background-image: url("../image/icon_sprite@2x.png");
            background-size: 200px 1143px; } }
    .slick-dots li button.btnPlayPause:before {
      background: none;
      color: #fff;
      font-family: FontAwesome; }
    .slick-dots li button.btnPlayPause:hover:before, .slick-dots li button.btnPlayPause:focus:before {
      color: #F8C0C6; }
    .slick-dots li button.btnPlayPause[data-action='pause']:before {
      content: "\f04c"; }
    .slick-dots li button.btnPlayPause[data-action='play']:before {
      content: "\f04b"; }
    .slick-dots li.slick-active button:before {
      background-position: -151px -69px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  .mfp-bg.gallery-overlay {
    background: #000; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mfp-close {
  width: 50px;
  height: 50px;
  margin: 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: url("../image/ico_close_white_50x50.png") center center no-repeat; }
  .mfp-close:hover, .mfp-close:focus {
    background: url("../image/ico_close_white_50x50.png") center center no-repeat; }
  .mfp-figure .mfp-close {
    top: 30px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-counter {
  text-align: center;
  color: #CCC;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  width: 100px;
  height: 100px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow-left {
  left: 0;
  background: url("../image/ico_arrowprev_100x100.png") 0 0 no-repeat; }
  .mfp-arrow-left:hover {
    background: url("../image/ico_arrowprev_100x100.png") 0 0 no-repeat; }

.mfp-arrow-right {
  right: 0;
  background: url("../image/ico_arrownext_100x100.png") 0 0 no-repeat; }
  .mfp-arrow-right:hover {
    background: url("../image/ico_arrownext_100x100.png") 0 0 no-repeat; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 80%; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
    .mfp-iframe-scaler iframe + div {
      padding-top: 5px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 80px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 80px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -76px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
  width: 100% !important;
  background-color: #fff;
  color: #000;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-family: "Ubuntu", sans-serif;
  font-size: 90%; }

.datepick-rtl {
  direction: rtl; }

.datepick-popup {
  z-index: 1000; }

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.datepick a {
  color: #fff;
  text-decoration: none; }

.datepick a.datepick-disabled {
  color: #888;
  cursor: auto; }

.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold; }

.datepick-nav, .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #F0F0F0;
  color: #000;
  font-size: 90%;
  font-weight: bold; }

.datepick-nav {
  position: relative; }

.datepick-ctrl {
  background-color: #600; }

.datepick-cmd {
  top: 18px;
  display: block;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center; }

.datepick-ctrl .datepick-cmd:hover {
  background-color: #feeef2; }

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%; }

a.datepick-cmd {
  position: absolute;
  height: 1.5em;
  color: #5f6364; }

button.datepick-cmd {
  text-align: center; }

.datepick-cmd-prev {
  background-image: url("../image/ico_arrowprev_45x45.png"); }

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
  padding-left: 2%; }

.datepick-cmd-current, .datepick-cmd-today {
  display: none;
  float: left;
  width: 35%;
  text-align: center; }

.datepick-cmd-next {
  background-image: url("../image/ico_arrownext_45x45.png"); }

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  padding-right: 2%; }

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right; }

.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right; }

.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left; }

.datepick-cmd-next {
  right: 0; }

.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center; }

.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%; }

.datepick-month-nav span {
  color: #888; }

.datepick-month-row {
  clear: left; }

.datepick-month {
  float: left;
  width: 50%;
  padding-right: 16px;
  text-align: center;
  background: #F0F0F0; }
  .datepick-month:last-child {
    padding-right: 0; }

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  padding: 16px;
  background-color: #F0F0F0;
  color: #5f6364;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.datepick-month-header select, .datepick-month-header input {
  height: 1.4em;
  margin: 0em;
  padding: 0em;
  border: none;
  font-size: 100%; }

.datepick-month-header input {
  position: absolute;
  display: none; }

.datepick-month table {
  width: 100%;
  border-collapse: collapse; }

.datepick-month thead {
  border-bottom: 1px solid #aaa; }

.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center; }

.datepick-month th {
  border: 1px solid #777; }

.datepick-month th, .datepick-month th a {
  background-color: #777;
  color: #fff; }

.datepick-month td {
  background-color: #eee;
  border: 1px solid #F0F0F0; }

.datepick-month td.datepick-week {
  border: 1px solid #777; }

.datepick-month td.datepick-week * {
  background-color: #777;
  color: #fff;
  border: none; }

.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  background-color: #fff;
  color: #000;
  text-decoration: none; }

.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em; }

.datepick-month td span {
  color: #888; }

.datepick-month td .datepick-other-month {
  background-color: #fff; }

.datepick-month td .datepick-highlight {
  background-color: #feeef2;
  color: #fff; }

.datepick-month td .datepick-selected {
  color: #fff;
  background-color: white; }

.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff; }

.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center; }

.datepick-clear-fix {
  clear: both; }

/** initial setup **/
.nano {
  width: 100%;
  height: 100%; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F0F0F0; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  text-transform: uppercase; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #fff url("../image/ico_form_arrowdropdown.png") right center no-repeat;
  padding: 8px 24px;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10.5em;
  list-style: none;
  padding: 0;
  margin: 0; }

.dk-option-selected {
  background-color: #F8F8F8;
  color: #000; }

.dk-select-options-highlight .dk-option-selected {
  background-color: #F8F8F8;
  color: #000; }

.dk-option {
  padding: 8px 24px; }

.dk-select-options .dk-option-highlight {
  background-color: #F8F8F8;
  color: #000; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    margin-top: 0; }
  .dk-optgroup:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block; }

.dk-select-open-up .dk-selected,
.dk-select-open-down .dk-selected,
.dk-select-multi:focus .dk-selected {
  background: #F8F8F8; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

select[data-dkcacheid] {
  display: none; }

/*! jQuery UI - v1.11.2 - 2015-02-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

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

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: 100%; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

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

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

p.link-arrow > a,
a.link-arrow {
  display: inline-block;
  text-transform: uppercase; }
  p.link-arrow > a:after,
  a.link-arrow:after {
    content: "\00BB";
    margin-left: 3px; }

.dotted-divider-header, .custom-form h3, .custom-form h2 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .dotted-divider-header, .custom-form h3, .custom-form h2 {
      position: relative;
      overflow: hidden; }
      .dotted-divider-header:after, .custom-form h3:after, .custom-form h2:after {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        height: 5px;
        width: 100%;
        background: url("../image/dottedline_repeater.png") 0 0 repeat-x;
        z-index: 1; }
      .dotted-divider-header > span, .custom-form h3 > span, .custom-form h2 > span {
        position: relative;
        display: inline-block;
        padding: 0 16px;
        background: #F0F0F0;
        z-index: 2; } }

.large-price {
  font-size: 20px; }

.black-background {
  display: inline-block;
  margin: 0;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }

.two-column-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 640px) {
    .two-column-table {
      margin-bottom: 32px; } }
  .two-column-table tr {
    display: block; }
    @media (min-width: 640px) {
      .two-column-table tr {
        display: table-row; } }
  .two-column-table td {
    display: block;
    margin-bottom: 32px;
    vertical-align: top;
    text-align: center; }
    @media (min-width: 640px) {
      .two-column-table td {
        display: table-cell;
        width: 50%;
        padding: 0 16px; } }

.two-column-list > li {
  display: inline-block;
  width: 49%;
  padding-right: 16px;
  margin-bottom: 16px; }

.three-column-list > li {
  display: inline-block;
  width: 49%;
  padding-right: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .three-column-list > li {
      width: 33%; } }

.four-column-list > li {
  display: inline-block;
  width: 49%;
  padding-right: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .four-column-list > li {
      width: 33%; } }
  @media (min-width: 960px) {
    .four-column-list > li {
      width: 24%; } }

.word-divider {
  margin: 0 10px; }

.rich-content h2 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 26px; }

.rich-content h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 20px; }

.rich-content h4 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 18px; }

.bold-italic {
  font-weight: 500;
  font-style: italic; }

.rich-content ul {
  margin-left: 25px;
  margin-bottom: 32px; }
  .rich-content ul > li {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 16px;
    text-indent: -15px;
    vertical-align: top; }
    .rich-content ul > li:before {
      content: "\002022 ";
      margin-right: 10px; }

.rich-content ol {
  margin-bottom: 32px; }
  .rich-content ol > li {
    margin-left: 20px;
    margin-bottom: 16px;
    vertical-align: top; }

.rich-content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px; }

.rich-content-popup {
  position: relative;
  background: #F0F0F0;
  padding: 0;
  width: auto;
  max-width: 710px;
  margin: 20px auto;
  text-align: center; }
  .rich-content-popup .rich-content {
    padding: 32px; }

.rich-text-popup-image {
  position: relative; }
  .rich-text-popup-image > h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    margin: -11px 0 0 0;
    line-height: 22px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase; }
  .rich-text-popup-image > img {
    position: relative;
    z-index: 1; }

.main-nav {
  position: relative;
  margin: auto;
  z-index: 998;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #E6E6E6;
  -webkit-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
  -moz-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
  box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ; }
  @media (min-width: 960px) {
    .main-nav {
      border: none;
      box-shadow: none; } }
  .brand .main-nav {
    min-height: 100px; }
    @media (min-width: 768px) {
      .brand .main-nav {
        min-height: 140px; } }
    @media (min-width: 1210px) {
      .brand .main-nav {
        min-height: 46px; }
        .brand .main-nav .logo-nav {
          overflow: visible; } }
  .property .main-nav {
    min-height: 84px; }
    @media (min-width: 768px) {
      .property .main-nav {
        min-height: 140px; } }
    @media (min-width: 960px) {
      .property .main-nav {
        min-height: 184px; } }
    @media (min-width: 1320px) {
      .property .main-nav {
        min-height: 109px; } }
  .main-nav .l-container {
    position: relative; }
  .main-nav .logo-nav {
    overflow: hidden; }
  .main-nav .main-nav-dropdown-container {
    display: none;
    position: absolute;
    padding: 16px 0;
    top: 46px;
    left: 0;
    right: 0;
    width: 100%;
    background: #F0F0F0;
    -webkit-box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ;
    -moz-box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ;
    box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ; }
    @media (min-width: 1210px) {
      .brand .main-nav .main-nav-dropdown-container {
        top: 46px;
        left: 20%;
        right: 0;
        width: 80%; } }
    .main-nav .main-nav-dropdown-container .mndc-row {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell {
        display: table-cell;
        padding: 0 16px;
        vertical-align: top; }
        .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell ul li {
          list-style: none; }
          .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell ul li a {
            text-transform: uppercase;
            color: #888888;
            padding: 10.66667px 0;
            display: block; }
            .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell ul li a:hover {
              text-decoration: underline;
              color: #636363; }
        .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item a {
          color: #000;
          text-decoration: none; }
          @media (min-width: 960px) {
            .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item a:hover h3, .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item a:focus h3 {
              text-shadow: 0 0 0 #000 !important; }
              .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item a:hover h3:before, .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item a:focus h3:before {
                content: " ";
                position: absolute;
                display: block;
                bottom: 2px;
                left: 0;
                right: 0;
                height: 2px;
                background: #000; } }
        .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item .mndc-listing-image img {
          width: 100%; }
        .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item .mndc-listing-item-content {
          text-transform: none;
          text-align: left; }
          .main-nav .main-nav-dropdown-container .mndc-row .mndc-cell .mndc-listing-item .mndc-listing-item-content h3 {
            margin-top: 10px;
            position: relative;
            display: inline-block; }
      .main-nav .main-nav-dropdown-container .mndc-row .mndc-border {
        width: 1px;
        display: table-cell;
        padding: 0 8px;
        border-left: 1px solid #c0c0c0; }

.main-nav-logo {
  margin: 0;
  padding-top: 10px;
  text-align: center; }
  .main-nav-logo a {
    text-decoration: none;
    display: inline-block; }
  @media (min-width: 960px) {
    .brand .main-nav-logo {
      text-align: left;
      float: left;
      width: 200px;
      margin-left: 16px;
      margin-right: 16px;
      padding-top: 6px;
      position: relative;
      z-index: 2; } }
  @media (min-width: 1210px) {
    .brand .main-nav-logo {
      position: absolute;
      padding-top: 0;
      margin-left: 16px;
      margin-right: inherit; } }
  @media (min-width: 960px) {
    .property .main-nav-logo {
      width: 100%;
      position: relative;
      height: 93px; } }
  @media (min-width: 1320px) {
    .property .main-nav-logo {
      text-align: left;
      float: left;
      width: 185px;
      position: relative;
      z-index: 2;
      height: 64px;
      padding-top: 0;
      margin-left: 16px;
      margin-right: 0; } }
  .main-nav-logo img {
    display: inline-block;
    max-width: 200px; }
    @media (min-width: 768px) and (max-width: 1209px) {
      .main-nav-logo img {
        max-width: 225px; } }
    .brand .main-nav-logo img {
      max-height: 127px; }
      .brand .main-nav-logo img.show-for-special {
        display: none; }
      @media (min-width: 1210px) {
        .brand .main-nav-logo img {
          background: #feeef2;
          float: left;
          height: 115px;
          padding: 16px; }
          .brand .main-nav-logo img.hide-for-special {
            display: none !important; }
          .brand .main-nav-logo img.show-for-special {
            display: block !important; } }
    .property .main-nav-logo img {
      max-height: 72px; }
      @media (min-width: 768px) and (max-width: 1209px) {
        .property .main-nav-logo img {
          max-width: 236px; } }
      @media (min-width: 1320px) {
        .property .main-nav-logo img {
          max-height: 64px;
          max-width: 185px;
          float: left; } }

.main-nav-burger-menu {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 2px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png");
  background-position: -1px -154px; }
  @media (min-width: 768px) {
    .main-nav-burger-menu {
      top: auto;
      bottom: 2px;
      height: 40px; } }
  @media (min-width: 960px) {
    .main-nav-burger-menu {
      display: none; } }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .main-nav-burger-menu {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 200px 1143px; } }
  .main-nav-burger-menu.is-active {
    background-color: #F0F0F0; }

.main-nav-links {
  width: 100%;
  background: #F0F0F0;
  text-align: left; }
  @media (max-width: 959px) {
    .main-nav-links {
      display: none; } }
  @media (min-width: 960px) {
    .main-nav-links {
      display: block;
      height: 46px;
      padding: 0;
      background: #fff;
      -webkit-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
      -moz-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
      box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ; }
      .main-nav-links .l-container {
        height: 46px; } }
  @media (min-width: 960px) {
    .brand .main-nav-links {
      margin-top: -46px; } }
  @media (min-width: 1210px) {
    .brand .main-nav-links {
      margin-top: -0; }
      .brand .main-nav-links .l-container {
        padding-right: 166px; } }
  @media (min-width: 1320px) {
    .property .main-nav-links {
      margin-top: -46px; } }
  .sticky .main-nav-links {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: auto; }
  .main-nav-links.is-open {
    display: block;
    z-index: 999;
    position: absolute; }
  .main-nav-links .nano-content {
    padding-top: 30px; }
    @media (min-width: 960px) {
      .main-nav-links .nano-content {
        padding-top: 0; } }
  @media (min-width: 960px) {
    .brand .main-nav-links nav {
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 960px) {
    .property .main-nav-links nav {
      width: 100%;
      text-align: center; } }
  .main-nav-links nav a {
    display: block;
    padding: 9px 15px;
    text-transform: uppercase;
    font-family: "Quattrocento", serif;
    font-weight: 400; }
    @media (min-width: 960px) {
      .main-nav-links nav a {
        display: inline-block;
        padding: 0; } }
    .langhamplace .main-nav-links nav a {
      font-family: "Ubuntu", sans-serif; }

@media (min-width: 960px) {
  .brand .nav-link-wrapper {
    text-align: right; } }

@media (min-width: 960px) and (max-width: 1319px) {
  .property .main-nav-link-list {
    text-align: center !important;
    padding-right: 0 !important; } }

.main-nav-link-list {
  margin: 0 25px 16px 25px; }
  @media (min-width: 960px) {
    .main-nav-link-list {
      margin: 0 0 10px 0;
      padding-top: 9px;
      padding-left: 11px;
      max-height: 37px; } }
  @media (min-width: 960px) {
    .property .main-nav-link-list {
      padding-right: 170px;
      text-align: right; }
      .property .main-nav-link-list.no-reservation {
        padding-right: 0;
        text-align: center; }
      .property .main-nav-link-list.two-reservations {
        padding-right: 340px;
        text-align: right; } }
  .main-nav-link-list > li {
    list-style: none;
    margin: 0;
    border-top: solid 1px #E6E6E6; }
    @media (min-width: 960px) {
      .main-nav-link-list > li {
        display: inline-block;
        margin: 0;
        border: none; } }
    @media (min-width: 1140px) {
      .main-nav-link-list > li {
        margin: 0 6px 0 6px; } }
    .main-nav-link-list > li:first-child {
      border: none; }
    .main-nav-link-list > li > a {
      padding: 12px 15px;
      text-decoration: none;
      color: #000; }
      @media (min-width: 960px) {
        .main-nav-link-list > li > a {
          padding: 3px 5px;
          font-size: 14px;
          position: relative; } }
      @media (min-width: 960px) {
        .main-nav-link-list > li > a.is-active:before, .main-nav-link-list > li > a:hover:before, .main-nav-link-list > li > a:focus:before {
          content: " ";
          position: absolute;
          display: block;
          bottom: 2px;
          left: 3px;
          right: 3px;
          height: 2px;
          background: #000; } }
      .main-nav-link-list > li > a:hover {
        color: #888888; }
        @media (min-width: 960px) {
          .main-nav-link-list > li > a:hover:before {
            background: #888888; } }
  @media (min-width: 960px) {
    .main-nav-link-list a.main-nav-1865 {
      display: none; } }

.brand .main-nav-util-links {
  position: absolute;
  top: 4px;
  right: 8px;
  text-align: right; }
  @media (min-width: 768px) {
    .brand .main-nav-util-links {
      top: 8px; } }
  @media (min-width: 1210px) {
    .brand .main-nav-util-links {
      z-index: 10; } }

.property .main-nav-util-links {
  height: 45px;
  padding: 0 10px;
  text-align: right; }
  .property .main-nav-util-links > a {
    text-transform: uppercase;
    display: inline-block;
    line-height: 41px;
    vertical-align: top;
    color: #F0F0F0;
    font-size: 11px;
    margin: 2px; }
    .property .main-nav-util-links > a:hover {
      color: #fff; }

.main-nav-util-links-mobile {
  padding: 30px 25px; }
  @media (min-width: 768px) {
    .main-nav-util-links-mobile {
      display: none; } }
  .brand .main-nav-util-links-mobile {
    padding-top: 0; }
  .property .main-nav-util-links-mobile {
    background: #3f454f; }
    .property .main-nav-util-links-mobile a {
      color: #F0F0F0; }
      .property .main-nav-util-links-mobile a:hover {
        color: #fff; }

.main-nav-brand-home {
  position: relative; }
  @media (min-width: 768px) {
    .main-nav-brand-home {
      position: absolute;
      left: 10px; } }
  .main-nav-brand-home:before {
    content: " ";
    position: absolute;
    top: 7px;
    left: 11px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite.png");
    background-position: -2px -233px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .main-nav-brand-home:before {
        background-image: url("../image/icon_sprite@2x.png");
        background-size: 200px 1143px; } }
    .brand-nav .main-nav-brand-home:before {
      top: 50%;
      left: 5px;
      margin-top: -11px; }
  .main-nav-brand-home:hover:before {
    background-position: -2px -262px; }
  .main-nav-links .main-nav-brand-home {
    padding-left: 38px; }
  .brand-nav .main-nav-brand-home {
    padding-left: 32px; }
    .brand-nav .main-nav-brand-home:hover {
      color: #fff; }

@media (min-width: 768px) {
  .brand .main-nav-find-hotel, .brand
  .main-nav-contact-us {
    padding-right: 7px;
    margin-right: 7px;
    border-right: solid 1px #F0F0F0; }
  .property .main-nav-find-hotel, .property
  .main-nav-contact-us {
    padding-right: 10px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    border-right: solid 1px #494f59; } }

.main-nav-search {
  width: 100%;
  padding: 0 25px;
  height: 44px;
  position: relative;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .main-nav-search {
      display: inline-block;
      width: auto;
      height: 30px;
      padding: 0;
      margin: 0 0 0 5px;
      padding: 3px 0 3px 2px;
      border-left: solid 1px #F0F0F0;
      vertical-align: top; }
      .property .main-nav-search {
        height: 45px;
        margin-left: 8px;
        padding-left: 5px;
        border-left: solid 1px #494f59; } }
  .main-nav-search.is-open > input[type=text] {
    display: inline-block; }
  .main-nav-search > a {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 2;
    width: 44px;
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite.png");
    background-color: transparent;
    text-indent: -9999px; }
    @media (min-width: 768px) {
      .main-nav-search > a {
        position: static;
        width: 30px;
        height: 30px; } }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .main-nav-search > a {
        background-image: url("../image/icon_sprite@2x.png");
        background-size: 200px 1143px; } }
    .brand .main-nav-search > a,
    .property .main-nav-search > a {
      background-position: 8px -59px; }
      @media (min-width: 768px) {
        .brand .main-nav-search > a,
        .property .main-nav-search > a {
          background-position: -36px -67px; } }
      @media (min-width: 768px) {
        .brand .main-nav-search > a:hover,
        .property .main-nav-search > a:hover {
          background-position: 2px -67px; } }
    @media (min-width: 768px) {
      .property .main-nav-search > a {
        height: 100%;
        background-position: 1px -409px; } }
    @media (min-width: 768px) {
      .property .main-nav-search > a:hover {
        background-position: -56px -409px; } }
  .main-nav-search > input[type=text] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 14px 55px 14px 15px;
    z-index: 1;
    border: none;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .main-nav-search > input[type=text] {
        display: none;
        width: 120px;
        padding: 6px;
        margin: 0 0 0 3px;
        vertical-align: top;
        font-size: 14px; } }

a.main-nav-1865 {
  text-decoration: none; }
  @media (min-width: 768px) {
    a.main-nav-1865 {
      display: inline-block;
      width: 51px;
      height: 30px;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-image: url("../image/icon_sprite.png"); } }
  @media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 768px) and (min-device-pixel-ratio: 1.3), (min-width: 768px) and (min-resolution: 1.3dppx) {
    a.main-nav-1865 {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 200px 1143px; } }
  @media (min-width: 768px) {
    .brand.chuan-spa-brand-page a.main-nav-1865 {
      background-position: -3px -106px; } }
  @media (min-width: 768px) {
    .brand.chuan-spa-brand-page a.main-nav-1865:hover {
      background-position: -3px -106px; } }
  @media (min-width: 768px) {
    .brand a.main-nav-1865 {
      background-position: -3px -106px; } }
  @media (min-width: 768px) {
    .brand a.main-nav-1865:hover {
      background-position: -83px -106px; } }
  @media (min-width: 768px) {
    .property a.main-nav-1865 {
      background-position: -6px -362px;
      height: 41px; } }
  @media (min-width: 768px) {
    .property a.main-nav-1865:hover {
      background-position: -93px -362px; } }

.site-header-language {
  position: relative;
  vertical-align: top;
  margin-left: 30px; }
  @media (min-width: 768px) {
    .site-header-language {
      display: inline-block;
      height: auto;
      padding: 0 0 0 4px;
      width: 70px;
      margin-left: 20px; } }
  .site-header-language:before {
    content: "";
    display: inline-block;
    width: 25px;
    position: absolute;
    left: -20px;
    top: 0;
    background-image: url("../image/icon_sprite.png"); }
    .brand .site-header-language:before {
      height: 25px; }
    .property .site-header-language:before {
      background-position: 0 -292px;
      height: 45px; }
  .site-header-language select {
    padding: 0px 32px 0px 4px;
    background: url(../image/ico_arrowdown_black.png) right center no-repeat;
    font-size: 12px; }
    .brand .site-header-language select {
      color: #000;
      height: 25px; }
    .property .site-header-language select {
      background: url(../image/ico_arrowdown_gray.png) right center no-repeat;
      background-color: #3f454f;
      color: #f0f0f0;
      height: 41px;
      margin: 2px; }
    .brand .site-header-language select:-moz-focusring {
      text-shadow: 0 0 0 #feeef2 !important; }
    .property .site-header-language select:-moz-focusring {
      text-shadow: 0 0 0 #f0f0f0 !important; }

.brand-nav {
  background: #3f454f;
  height: 45px;
  display: none; }
  @media (min-width: 768px) {
    .brand-nav {
      display: block; } }

.main-footer {
  width: 100%;
  background: #F0F0F0;
  color: #6D6D6D; }
  .main-footer a {
    color: #6D6D6D; }

.main-footer-content {
  padding: 32px;
  text-align: center; }
  .main-footer-content:before, .main-footer-content:after {
    content: "";
    display: table; }
  .main-footer-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .main-footer-content {
      padding: 48px; } }
  @media (min-width: 960px) {
    .main-footer-content {
      padding: 64px 40px;
      max-width: 960px;
      margin: 0 auto; } }
  .main-footer-content > hr {
    margin: 35px 0 25px 0;
    border-color: #c0c0c0; }

.main-footer-contact {
  text-align: center;
  margin-left: 0; }
  .main-footer-contact > li {
    list-style: none;
    margin: 0;
    vertical-align: top; }
    @media (min-width: 768px) {
      .main-footer-contact > li {
        display: inline-block;
        padding: 0 8px; }
        .main-footer-contact > li:first-child {
          display: block; } }
    @media (min-width: 960px) {
      .main-footer-contact > li:first-child {
        display: inline-block; } }
    .main-footer-contact > li p {
      margin: 0; }

.main-footer-social > ul {
  margin: 0 0 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .main-footer-social > ul {
      display: inline-block;
      margin: 0 50px 0 0; }
      .main-footer-social > ul:last-child {
        margin: 0; } }
  .main-footer-social > ul > li {
    display: inline-block;
    list-style: none;
    max-width: 46px;
    margin: 0 10px; }
    @media (min-width: 768px) {
      .main-footer-social > ul > li {
        margin: 0 3px; } }
    .main-footer-social > ul > li a {
      display: block; }

.main-footer-social-title {
  margin-bottom: 16px;
  color: #6D6D6D;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  line-height: 1.5em; }
  .langhamplace .main-footer-social-title {
    font-family: "Ubuntu", sans-serif; }
  .main-footer-social-title:before, .main-footer-social-title:after {
    content: " ";
    position: relative;
    top: -6px;
    z-index: 1;
    margin-top: -1px;
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #6D6D6D; }
  .main-footer-social-title:before {
    left: -5px; }
  .main-footer-social-title:after {
    right: -5px; }

.main-footer-links > p {
  color: #6D6D6D;
  font-size: 13px; }

.main-footer-links ul {
  padding: 0;
  margin: 0 0 16px 0;
  overflow: hidden; }
  @media (min-width: 640px) {
    .main-footer-links ul {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .main-footer-links ul {
      margin-bottom: 0;
      text-align: center; } }
  .main-footer-links ul > li {
    float: left;
    width: 60%;
    padding-right: 10px;
    list-style: none;
    text-align: left; }
    @media (min-width: 768px) {
      .main-footer-links ul > li {
        float: none;
        display: inline-block;
        width: auto;
        padding: 0 5px 0 7px; } }
    .main-footer-links ul > li:nth-child(2n) {
      width: 40%; }
      @media (min-width: 768px) {
        .main-footer-links ul > li:nth-child(2n) {
          width: auto; } }
  .main-footer-links ul.primary > li {
    margin-bottom: 20px;
    font-family: "Quattrocento", serif;
    text-transform: uppercase;
    vertical-align: top; }
    @media (min-width: 768px) {
      .main-footer-links ul.primary > li {
        margin-bottom: 0;
        border-left: solid 1px #6D6D6D; } }
    @media (min-width: 768px) {
      .main-footer-links ul.primary > li:first-child {
        border: none; } }
    @media (min-width: 768px) {
      .main-footer-links ul.primary > li a {
        white-space: nowrap; } }
  .main-footer-links ul.secondary > li {
    margin-bottom: 0;
    font-size: 13px; }

.main-footer-links a:hover {
  text-decoration: underline; }

.main-footer-newsletter-signup {
  display: inline-block;
  width: 220px;
  padding: 0 40px 0 15px;
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png");
  background-position: 181px -190px;
  background-color: #fff;
  line-height: 40px;
  vertical-align: top;
  text-align: left;
  font-size: 13px; }

.reservation {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 768px;
  padding: 48px 16px 16px;
  background: #F0F0F0;
  -webkit-box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ;
  -moz-box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ;
  box-shadow: 0 5px 10px -2px rgba(50, 50, 50, 0.75) ; }
  .reservation.ie8 {
    display: block;
    right: -9999px; }
  .reservation .ui-datepicker-title {
    padding: 16px;
    color: #5f6364;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .reservation .ui-datepicker-group {
    float: left;
    width: 50%;
    padding-right: 16px;
    text-align: center;
    background: #F0F0F0; }
    .reservation .ui-datepicker-group:last-child {
      padding-right: 0; }
  .reservation .ui-datepicker th {
    background-color: #888888;
    color: #fff;
    font-weight: 400; }
  .reservation .ui-datepicker td {
    background-color: #fff;
    border: solid 1px #F0F0F0;
    height: 27px;
    padding: 0; }
    .reservation .ui-datepicker td span {
      text-align: center; }
    .reservation .ui-datepicker td a {
      text-align: center;
      color: #000; }
      .reservation .ui-datepicker td a.ui-state-active, .reservation .ui-datepicker td a:hover {
        background: #feeef2; }
    .reservation .ui-datepicker td.check-in-date span {
      background: #e4d6d9;
      color: #000; }
    .reservation .ui-datepicker td.ui-state-disabled {
      background: #F0F0F0;
      color: #888888; }
    .reservation .ui-datepicker td.ui-datepicker-other-month {
      background: #fff; }
  .reservation .ui-datepicker .ui-datepicker-prev,
  .reservation .ui-datepicker .ui-datepicker-next {
    top: 8px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center; }
  .reservation .ui-datepicker .ui-datepicker-prev {
    background-image: url("../image/ico_arrowprev_45x45.png"); }
  .reservation .ui-datepicker .ui-datepicker-next {
    background-image: url("../image/ico_arrownext_45x45.png"); }

.sticky .reservation-buttons-panel {
  position: fixed;
  top: 46px;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  max-width: 1367px;
  width: 100%;
  left: 0; }

.reservation-control-panel {
  display: none; }
  @media (min-width: 768px) {
    .reservation-control-panel {
      display: block; } }
  .sticky .reservation-control-panel {
    position: fixed;
    width: 100%;
    top: 46px; }

.reservation-select {
  float: left;
  width: 31.25%;
  margin-left: 0%;
  margin-right: 2.08333%;
  margin-bottom: 32px; }

.reservation-buttons-wrapper {
  display: inline-block;
  position: absolute;
  bottom: -31px;
  left: 16px;
  right: 16px; }
  @media (min-width: 768px) {
    .reservation-buttons-wrapper {
      display: inline-block;
      bottom: 1px;
      right: 0;
      left: auto;
      height: auto; } }
  .reservation-buttons-wrapper.two-buttons {
    display: block;
    bottom: -31px;
    left: 16px;
    right: 16px; }
    @media all and (min-width: 952px) {
      .reservation-buttons-wrapper.two-buttons {
        display: inline-block;
        bottom: 0;
        right: 0;
        left: auto;
        height: auto; } }
  @media (min-width: 960px) {
    .brand .reservation-buttons-wrapper {
      position: relative;
      margin-left: 8px; } }
  @media (max-width: 959px) {
    .brand .main-nav-links .reservation-buttons-wrapper {
      display: none; } }

a.reservation-button, .chuan-spa-brand-page a.button.reservation-button, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button {
  font-size: 13px;
  text-transform: uppercase;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  width: 100%;
  background: #feeef2; }
  a.reservation-button--gold, .chuan-spa-brand-page a.button.reservation-button--gold, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button--gold, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button--gold {
    background-color: #8D6633; }
    a.reservation-button--gold:hover, .chuan-spa-brand-page a.button.reservation-button--gold:hover, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button--gold:hover, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button--gold:hover {
      background-color: #77572b; }
  a.reservation-button--orange, .chuan-spa-brand-page a.button.reservation-button--orange, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button--orange, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button--orange {
    background-color: #E87722; }
    a.reservation-button--orange:hover, .chuan-spa-brand-page a.button.reservation-button--orange:hover, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button--orange:hover, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button--orange:hover {
      background-color: #c35f14; }
  @media (min-width: 768px) {
    a.reservation-button, .chuan-spa-brand-page a.button.reservation-button, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a.reservation-button {
      display: inline-block;
      height: auto;
      padding: 13px 32px;
      line-height: inherit;
      min-width: 160px;
      width: auto !important;
      margin-left: 8px; } }
  .two-buttons a.reservation-button, .two-buttons .chuan-spa-brand-page a.button.reservation-button, .two-buttons .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button, .hero-supplementary .hero-supplementary-content .two-buttons .chuan-spa-brand-page a.reservation-button {
    width: 49% !important;
    margin-left: 0;
    font-size: 13px;
    text-transform: uppercase;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px; }
    @media all and (min-width: 952px) {
      .two-buttons a.reservation-button, .two-buttons .chuan-spa-brand-page a.button.reservation-button, .two-buttons .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a.reservation-button, .hero-supplementary .hero-supplementary-content .two-buttons .chuan-spa-brand-page a.reservation-button {
        display: inline-block;
        height: auto;
        padding: 13px 32px;
        line-height: inherit;
        min-width: 160px;
        width: auto !important;
        margin-left: 8px; } }

.reservation-option {
  display: block;
  margin-bottom: 16px;
  text-align: center; }
  .reservation-option:after {
    font-size: 12px;
    content: " \00BB"; }

.datepicker {
  *zoom: 1; }
  .datepicker:before, .datepicker:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .datepicker:after {
    clear: both; }
  .datepicker #check-in,
  .datepicker #check-out {
    float: left;
    width: 47.91667%;
    margin-left: 0%;
    margin-right: 2.08333%;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite.png");
    margin-bottom: 16px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .datepicker #check-in,
      .datepicker #check-out {
        background-image: url("../image/icon_sprite@2x.png");
        background-size: 200px 1143px; } }
  .datepicker #check-in {
    background-position: right -1054px; }
  .datepicker #check-out {
    background-position: right -1106px; }
  .datepicker .calendars-container {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 32px; }
    .datepicker .calendars-container .calendars-container-inner {
      position: relative;
      width: 100%;
      padding: 16px 8px 8px;
      border: 1px solid #DDDDDD;
      z-index: 1; }
    .datepicker .calendars-container .arrow {
      display: block;
      position: absolute;
      top: -9px;
      left: 23%;
      width: 17px;
      height: 10px;
      background: url("../image/popupgrey_arrow_17x10.png") no-repeat center center;
      z-index: 2; }
  .datepicker .dates {
    display: none;
    width: 100%; }

.datepicker-popup {
  position: relative; }

.availability-button-container {
  margin: 16px auto 16px;
  clear: both;
  text-align: center; }
  .availability-button-container > input {
    display: inline-block; }

.breadcrumbs {
  position: relative;
  height: 45px;
  background-color: #FCFCFC;
  margin: 2px; }
  @media (min-width: 768px) {
    .breadcrumbs {
      height: 57px; } }
  @media (min-width: 768px) {
    .breadcrumbs.is-expanded {
      border-bottom: solid 1px #E6E6E6; } }
  .breadcrumbs.no-siblings {
    display: none; }
    @media (min-width: 768px) {
      .breadcrumbs.no-siblings {
        display: block; } }
  .breadcrumbs a, .breadcrumbs button {
    text-transform: uppercase;
    color: #000; }

.breadcrumbs-list {
  width: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    .is-expanded .breadcrumbs-list > li.breadcrumb-current:before {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      left: -2px;
      width: 100%;
      height: 1px;
      background: #FCFCFC; } }
  @media (min-width: 768px) {
    .is-expanded .breadcrumbs-list > li.breadcrumb-current:after {
      display: block; } }
  .breadcrumbs-list > li {
    display: none;
    float: left;
    padding: 2px;
    width: 100%; }
    @media (min-width: 768px) {
      .breadcrumbs-list > li {
        position: relative;
        display: inline-block;
        padding: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .breadcrumbs-list > li:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: -18px;
        width: 18px;
        height: 57px;
        background: url("../image/slashdivider_18x57.png") 0 0 no-repeat; } }
    .breadcrumbs-list > li > a {
      display: block;
      padding: 0 32px;
      line-height: 45px; }
      @media (min-width: 768px) {
        .breadcrumbs-list > li > a {
          line-height: 57px; } }
    .breadcrumbs-list > li > button {
      display: block;
      padding: 0 32px;
      height: 45px; }
      @media (min-width: 768px) {
        .breadcrumbs-list > li > button {
          height: 57px; } }
    .breadcrumbs-list > li:last-child {
      display: inline-block; }
    .breadcrumbs-list > li.breadcrumb-current {
      display: inline-block; }
      @media (min-width: 768px) {
        .breadcrumbs-list > li.breadcrumb-current:after {
          right: -15px;
          display: none; } }
      .breadcrumbs-list > li.breadcrumb-current > a {
        position: relative; }
        @media (min-width: 768px) {
          .breadcrumbs-list > li.breadcrumb-current > a {
            padding-right: 35px; } }
        .breadcrumbs-list > li.breadcrumb-current > a:after {
          content: " ";
          position: absolute;
          top: 50%;
          left: auto;
          right: 16px;
          width: 40px;
          height: 40px;
          margin-top: -20px;
          background: url("../image/ico_arrowdown_gray.png") 0 0 no-repeat;
          opacity: 1; }
          @media (min-width: 768px) {
            .breadcrumbs-list > li.breadcrumb-current > a:after {
              right: 0; } }
        .breadcrumbs-list > li.breadcrumb-current > a:hover:after {
          background: url("../image/ico_arrowdown_black.png") 0 0 no-repeat; }
      .breadcrumbs-list > li.breadcrumb-current > button {
        background: transparent;
        text-decoration: none;
        font: 300 14px "Ubuntu", sans-serif;
        width: 100%;
        text-align: left; }
        .breadcrumbs-list > li.breadcrumb-current > button:hover, .breadcrumbs-list > li.breadcrumb-current > button:focus {
          background: transparent; }
        @media (min-width: 768px) {
          .breadcrumbs-list > li.breadcrumb-current > button {
            padding-right: 35px; } }
        .breadcrumbs-list > li.breadcrumb-current > button:after {
          content: " ";
          position: absolute;
          top: 50%;
          left: auto;
          right: 13px;
          width: 40px;
          height: 40px;
          margin-top: -20px;
          background: url("../image/ico_arrowdown_gray.png") 0 0 no-repeat;
          opacity: 1; }
          @media (min-width: 768px) {
            .breadcrumbs-list > li.breadcrumb-current > button:after {
              right: -3px; } }
        .breadcrumbs-list > li.breadcrumb-current > button:hover:after {
          background: url("../image/ico_arrowdown_black.png") 0 0 no-repeat; }

.breadcrumb-additional-links {
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  padding: 24px 32px;
  background: #F0F0F0;
  text-align: left;
  z-index: 998;
  -webkit-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
  -moz-box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ;
  box-shadow: 0 2px 3px -3px rgba(50, 50, 50, 0.75) ; }
  @media (min-width: 768px) {
    .breadcrumb-additional-links {
      top: 57px;
      padding: 32px;
      background: #FCFCFC;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .is-expanded .breadcrumb-additional-links {
    display: block; }
  .breadcrumb-additional-links > h3 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-weight: 500; }
  .breadcrumb-additional-links > ul {
    margin: 0;
    padding: 0 8px; }
    @media (min-width: 768px) {
      .breadcrumb-additional-links > ul {
        padding: 0; } }
    @media (min-width: 1140px) {
      .breadcrumb-additional-links > ul {
        width: 60%; } }
    .breadcrumb-additional-links > ul > li {
      list-style: none;
      border-top: solid 1px #c0c0c0; }
      @media (min-width: 768px) {
        .breadcrumb-additional-links > ul > li {
          display: inline-block;
          width: 48%;
          border: none; } }
      @media (min-width: 960px) {
        .breadcrumb-additional-links > ul > li {
          width: 35%; } }
      @media (min-width: 1140px) {
        .breadcrumb-additional-links > ul > li {
          width: 49%; } }
      .breadcrumb-additional-links > ul > li:first-child {
        border: none; }
      .breadcrumb-additional-links > ul > li.is-active-filter {
        display: none; }
      .breadcrumb-additional-links > ul > li > a {
        display: inline-block;
        position: relative;
        padding: 5px 8px; }
        .breadcrumb-additional-links > ul > li > a.is-active:before {
          content: " ";
          position: absolute;
          display: block;
          bottom: 6px;
          left: 8px;
          right: 8px;
          height: 1px;
          background: #000; }

.share {
  position: absolute;
  bottom: -40px;
  right: 16px;
  z-index: 10; }
  @media (min-width: 768px) {
    .share {
      top: 20px;
      bottom: auto; } }
  @media (min-width: 960px) {
    .share {
      right: 32px; } }
  .share a {
    color: #888888; }

.addthis_button_compact {
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png");
  padding-left: 20px;
  background-position: 0 -885px;
  color: #feeef2;
  font-size: 14px;
  text-transform: uppercase; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .addthis_button_compact {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 200px 1143px; } }
  .addthis_button_compact:hover {
    color: #000;
    background-position: -70px -885px; }

.hero {
  position: relative;
  overflow-y: hidden;
  text-align: center; }
  .hero.hide {
    display: none; }
  @media (min-width: 768px) {
    .hero.has-content {
      height: 500px; } }
  @media (min-width: 960px) {
    .hero.has-content {
      height: 567px; } }
  @media (min-width: 1140px) {
    .hero.has-content {
      height: 630px; } }
  @media (min-width: 1210px) {
    .brand .hero.hero-full {
      height: 100%; } }
  @media (min-width: 1320px) {
    .property .hero.hero-full {
      height: 100%; } }
  .brand .hero {
    margin-top: -100px;
    padding-top: 100px; }
    @media (min-width: 768px) {
      .brand .hero {
        margin-top: -140px;
        padding-top: 140px; } }
    @media (min-width: 960px) {
      .brand .hero {
        margin-top: -140px;
        padding-top: 140px; } }
    @media (min-width: 1210px) {
      .brand .hero {
        margin-top: -46px;
        padding-top: 46px; } }
  .property .hero {
    margin-top: -84px;
    padding-top: 84px; }
    @media (min-width: 768px) {
      .property .hero {
        margin-top: -140px;
        padding-top: 140px; } }
    @media (min-width: 960px) {
      .property .hero {
        margin-top: -184px;
        padding-top: 184px; } }
    @media (min-width: 1320px) {
      .property .hero {
        margin-top: -109px;
        padding-top: 109px; } }
  @media (min-width: 1320px) {
    .property.home-page .hero {
      height: 100%; } }
  @media (min-width: 768px) {
    .hero.masthead-video-full {
      height: 100%; } }
  .hero .masthead-video--wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%; }
    .hero .masthead-video--wrapper .masthead--video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translate(-50%) translateY(-50%);
      -moz-transform: translate(-50%) translateY(-50%);
      -ms-transform: translate(-50%) translateY(-50%);
      transform: translate(-50%) translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #000; }
      @media (min-width: 1140px) {
        .hero .masthead-video--wrapper .masthead--video source {
          display: none;
          visibility: hidden; } }

.hero-container {
  position: relative; }
  @media (min-width: 768px) {
    .hero-container {
      height: 100%;
      width: 100%; } }

.hero-image {
  position: relative;
  z-index: 1;
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 480px) {
    .hero-image {
      height: 250px; } }
  @media (min-width: 640px) {
    .hero-image {
      height: 300px; } }
  @media (min-width: 768px) {
    .hero-image {
      height: 0;
      padding-top: 31.3095%; } }
  @media (min-width: 768px) {
    .has-content .hero-image {
      float: left;
      width: 45.83333%;
      margin-left: 0%;
      margin-right: 0%;
      height: 100%;
      padding-top: 0; } }
  @media (min-width: 960px) {
    .has-content .hero-image {
      width: 50%; } }

.hero-content {
  position: relative;
  z-index: 2;
  background: #F0F0F0; }
  @media (min-width: 768px) {
    .hero-content {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      float: left;
      width: 54.16667%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 960px) {
    .hero-content {
      width: 50%; } }
  .csstransforms .hero-content .slant {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background: #F0F0F0;
    width: 200%;
    max-width: none;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
    @media (min-width: 768px) {
      .csstransforms .hero-content .slant {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
        height: 200%;
        width: 100%;
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        transform: rotate(-9deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%; } }
  .hero-content h1 {
    font-size: 27px; }
  .hero-content h2 {
    font-size: 20px; }
  .hero-content > div {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 16px 16px 16px; }
    @media (min-width: 768px) {
      .hero-content > div {
        padding-top: 32px; } }
    @media (min-width: 960px) {
      .hero-content > div {
        padding: 64px 32px 16px 0; } }
    @media (min-width: 1140px) {
      .hero-content > div {
        padding-top: 80px; } }

.hero-supplementary {
  display: table;
  position: absolute;
  top: -56px;
  right: 0;
  height: 56px;
  z-index: 10; }
  .hero-supplementary .hero-supplementary-content {
    display: table-cell;
    vertical-align: bottom; }
    .hero-supplementary .hero-supplementary-content p {
      margin-right: 16px; }
      @media (min-width: 960px) {
        .hero-supplementary .hero-supplementary-content p {
          margin-right: 0; } }
      .hero-supplementary .hero-supplementary-content p.black-background {
        margin-right: 0; }

.hero-time-temp {
  display: none; }
  @media (min-width: 768px) {
    .hero-time-temp {
      display: block;
      position: absolute;
      bottom: 30px;
      width: 100%;
      text-align: center; } }
  @media (min-width: 1367px) {
    .hero-time-temp {
      bottom: 45px; } }
  .hero-time-temp > div {
    display: inline-block;
    text-align: left; }
    .hero-time-temp > div:first-child {
      padding-right: 20px;
      margin-right: 5px;
      background: url("../image/slashdivider_18x57.png") right center no-repeat; }
    .hero-time-temp > div h3,
    .hero-time-temp > div p {
      margin: 0;
      font-family: "Ubuntu", sans-serif;
      color: #fff; }
    .hero-time-temp > div h3 {
      font-size: 12px; }
    .hero-time-temp > div p {
      font-size: 36px;
      line-height: 38px; }
      .hero-time-temp > div p > span {
        display: inline-block;
        margin-left: 10px;
        vertical-align: bottom;
        width: 36px;
        height: 36px; }

.clear-day {
  background: url("../image/ico_weather_1.png") center center no-repeat; }

.clear-night {
  background: url("../image/ico_weather_2.png") center center no-repeat; }

.cloudy {
  background: url("../image/ico_weather_3.png") center center no-repeat; }

.fog {
  background: url("../image/ico_weather_4.png") center center no-repeat; }

.partly-cloudy-day {
  background: url("../image/ico_weather_5.png") center center no-repeat; }

.partly-cloudy-night {
  background: url("../image/ico_weather_6.png") center center no-repeat; }

.rain {
  background: url("../image/ico_weather_7.png") center center no-repeat; }

.sleet {
  background: url("../image/ico_weather_8.png") center center no-repeat; }

.snow {
  background: url("../image/ico_weather_9.png") center center no-repeat; }

.wind {
  background: url("../image/ico_weather_10.png") center center no-repeat; }

.full-slide,
.slide-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  backface-visibility: visible; }

.full-slide .slide-bg {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  @media (min-width: 1210px) {
    .brand .full-slide .slide-bg {
      height: 100%;
      padding-top: 0; } }
  @media (min-width: 1320px) {
    .property .full-slide .slide-bg {
      height: 100%;
      padding-top: 0; } }
  .full-slide .slide-bg h2 {
    color: #fff; }

.carousel {
  display: none;
  position: relative;
  overflow: hidden;
  background: #F0F0F0; }
  .carousel.carousel-always {
    display: block; }
    @media (max-width: 767px) {
      .carousel.carousel-always {
        margin: 0 15px 15px 15px; }
        .property-mobile .carousel.carousel-always {
          margin: 0 0 15px 0; }
        .carousel.carousel-always .carousel-slide-content-inner {
          padding: 0 15px 15px 15px;
          min-height: 200px; }
        .carousel.carousel-always .slick-prev {
          left: 0; }
        .carousel.carousel-always .slide-content {
          display: block; } }
    @media (max-width: 480px) {
      .carousel.carousel-always .carousel-slide-content-inner {
        min-height: 220px; } }
  @media (min-width: 768px) {
    .carousel {
      display: block;
      height: 385px; } }
  @media (min-width: 960px) {
    .carousel {
      display: block;
      height: 510px; } }
  @media (max-width: 959px) {
    .carousel.carousel-desktop {
      display: none !important; } }
  @media (min-width: 960px) {
    .carousel.carousel-mobile {
      display: none !important; } }
  .carousel .slick-list,
  .carousel .slick-track,
  .carousel .slider,
  .carousel .slide-bg {
    height: 100%; }
  .carousel .slide-content h3 {
    font-size: 18px; }
    @media (min-width: 768px) {
      .carousel .slide-content h3 {
        font-size: 24px; } }
    @media (min-width: 960px) {
      .carousel .slide-content h3 {
        margin-bottom: 16px; } }
  .carousel .slide-content p {
    font-size: 15px; }
    @media (min-width: 960px) {
      .carousel .slide-content p {
        margin-bottom: 24px; } }
    .carousel .slide-content p .button, .carousel .slide-content p .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .carousel .slide-content p a {
      margin-right: 5px;
      font-size: 14px; }

.carousel-align-right .slider .slide-content,
.carousel-align-left .slider .slide-content {
  display: none; }

@media (min-width: 768px) {
  .carousel-align-right .slick-prev,
  .carousel-align-right .slick-next,
  .carousel-align-left .slick-prev,
  .carousel-align-left .slick-next {
    height: 40px;
    width: 40px;
    margin-top: -20px; } }

@media (min-width: 960px) {
  .carousel-align-right .slick-prev,
  .carousel-align-right .slick-next,
  .carousel-align-left .slick-prev,
  .carousel-align-left .slick-next {
    height: 80px;
    width: 80px;
    margin-top: -40px; } }

@media (min-width: 768px) {
  .carousel-align-right .slick-prev,
  .carousel-align-left .slick-prev {
    background-position: 12.8px -404px; }
    .carousel-align-right .slick-prev:hover,
    .carousel-align-left .slick-prev:hover {
      background-position: 12.8px -404px; } }

@media (min-width: 960px) {
  .carousel-align-right .slick-prev,
  .carousel-align-left .slick-prev {
    background-position: 0 -732px; }
    .carousel-align-right .slick-prev:hover,
    .carousel-align-left .slick-prev:hover {
      background-position: 0 -732px; } }

@media (min-width: 768px) {
  .carousel-align-right .slick-next,
  .carousel-align-left .slick-next {
    background-position: -22.4px -404px; }
    .carousel-align-right .slick-next:hover,
    .carousel-align-left .slick-next:hover {
      background-position: -22.4px -404px; } }

@media (min-width: 960px) {
  .carousel-align-right .slick-next,
  .carousel-align-left .slick-next {
    background-position: -78px -732px; }
    .carousel-align-right .slick-next:hover,
    .carousel-align-left .slick-next:hover {
      background-position: -78px -732px; } }

.csstransforms .carousel-align-right .slant {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  height: 200%;
  z-index: 10;
  background: #F0F0F0;
  left: 0;
  -webkit-transform: rotate(8.5deg);
  -moz-transform: rotate(8.5deg);
  -ms-transform: rotate(8.5deg);
  transform: rotate(8.5deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
  @media (min-width: 768px) {
    .csstransforms .carousel-align-right .slant {
      float: left;
      width: 43.75%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 960px) {
    .csstransforms .carousel-align-right .slant {
      float: left;
      width: 45.83333%;
      margin-left: 0%;
      margin-right: 0%; } }

@media (min-width: 768px) {
  .carousel-align-right .slider {
    float: left;
    width: 56.25%;
    margin-left: 43.75%;
    margin-right: 0%; } }

@media (min-width: 960px) {
  .carousel-align-right .slider {
    float: left;
    width: 54.16667%;
    margin-left: 45.83333%;
    margin-right: 0%; } }

.carousel-align-right .slick-prev {
  left: 32px; }

.carousel-align-right .carousel-slide-content-outer {
  left: 0; }

.csstransforms .carousel-align-left .slant {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  height: 200%;
  z-index: 10;
  background: #F0F0F0;
  right: 0;
  -webkit-transform: rotate(-8.5deg);
  -moz-transform: rotate(-8.5deg);
  -ms-transform: rotate(-8.5deg);
  transform: rotate(-8.5deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  @media (min-width: 768px) {
    .csstransforms .carousel-align-left .slant {
      float: left;
      width: 43.75%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 960px) {
    .csstransforms .carousel-align-left .slant {
      float: left;
      width: 45.83333%;
      margin-left: 0%;
      margin-right: 0%; } }

@media (min-width: 768px) {
  .carousel-align-left .slider {
    float: left;
    width: 56.25%;
    margin-left: 0%;
    margin-right: 43.75%; } }

@media (min-width: 960px) {
  .carousel-align-left .slider {
    float: left;
    width: 54.16667%;
    margin-left: 0%;
    margin-right: 45.83333%; } }

.carousel-align-left .slick-next {
  right: 32px; }

.carousel-align-left .carousel-slide-content-outer {
  right: 0; }

@media (min-width: 768px) {
  .carousel-full-width .slide-content {
    position: absolute;
    left: 50%;
    top: 120px;
    z-index: 2;
    width: 340px;
    text-align: left; } }

@media (min-width: 960px) {
  .carousel-full-width .slide-content {
    top: 120px;
    width: 435px; } }

@media (min-width: 1367px) {
  .carousel-full-width .slide-content {
    margin-left: 150px; } }

.carousel-full-width .slide-content h3 {
  color: #fff; }

.carousel-full-width .slide-content p {
  color: #fff; }

@media (min-width: 768px) {
  .carousel-full-width .carousel-shadow-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 910px;
    height: 526px;
    margin-left: -285px;
    background-image: url("../image/img_darkshadow_910x526.png");
    background-position: 0 -40px;
    background-repeat: no-repeat;
    z-index: 1; } }

@media (min-width: 960px) {
  .carousel-full-width .carousel-shadow-bg {
    margin-left: -255px; } }

@media (min-width: 1367px) {
  .carousel-full-width .carousel-shadow-bg {
    margin-left: -105px; } }

.carousel-slide-content-outer {
  top: 0;
  z-index: 20;
  height: 100%; }
  @media (min-width: 768px) {
    .carousel-slide-content-outer {
      position: absolute;
      float: left;
      width: 43.75%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 960px) {
    .carousel-slide-content-outer {
      float: left;
      width: 47.91667%;
      margin-left: 0%;
      margin-right: 0%; } }

@media (min-width: 768px) {
  .carousel-slide-content-inner {
    display: table;
    height: 100%;
    width: 100%;
    padding: 16px;
    text-align: center;
    margin: 0 auto; } }

@media (min-width: 960px) {
  .carousel-slide-content-inner {
    max-width: 520px;
    padding: 16px 48px; } }

.carousel-slide-content-inner .slide-content {
  display: table-cell;
  vertical-align: middle; }

.carousel-offers {
  display: none;
  position: relative;
  margin: 0 auto;
  background: #fdeced; }
  @media (min-width: 768px) {
    .carousel-offers {
      display: block; } }
  .carousel-offers .fade-left,
  .carousel-offers .fade-right {
    position: absolute;
    top: 0;
    width: 109px;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .carousel-offers .fade-left {
    left: 0;
    background: url(../image/whitefadeout_left.png) repeat-y; }
  .carousel-offers .fade-right {
    right: 0;
    background: url(../image/whitefadeout_right.png) repeat-y; }
  .carousel-offers .slick-prev,
  .carousel-offers .slick-next {
    width: 37px;
    height: 68px;
    margin-top: -39px;
    z-index: 20; }
  .carousel-offers .slick-prev {
    background-position: -89px -441px; }
    @media (min-width: 768px) {
      .carousel-offers .slick-prev {
        left: 20px; } }
    .carousel-offers .slick-prev:hover {
      background-position: -89px -441px; }
  .carousel-offers .slick-next {
    background-position: -158px -441px; }
    @media (min-width: 768px) {
      .carousel-offers .slick-next {
        right: 20px; } }
    .carousel-offers .slick-next:hover {
      background-position: -158px -441px; }

.carousel-offers-item {
  width: 320px;
  position: relative;
  padding-bottom: 48px;
  border-right: solid 1px #fff; }

.carousel-offers-item-content {
  padding: 32px; }
  .carousel-offers-item-content > h3 {
    font-size: 18px; }
  .carousel-offers-item-content > p {
    font-size: 15px; }

.carousel-offers-item-ctas {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0; }

.carousel-hero {
  margin: 0; }
  @media (min-width: 1210px) {
    .brand .carousel-hero {
      height: 100%; } }
  @media (min-width: 1320px) {
    .property .carousel-hero {
      height: 100%; } }
  @media (min-width: 1210px) {
    .brand .carousel-hero .slick-list, .brand
    .carousel-hero .slick-track {
      height: 100%; } }
  @media (min-width: 1320px) {
    .property .carousel-hero .slick-list, .property
    .carousel-hero .slick-track {
      height: 100%; } }
  .carousel-hero .slide-content {
    position: absolute;
    width: 100%;
    bottom: 38px;
    left: 0;
    padding: 0 32px;
    text-align: center;
    text-shadow: 0px 0px 8px black; }
    .carousel-hero .slide-content h3 {
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    .carousel-hero .slide-content p {
      color: #fff;
      font-size: 18px; }
  @media (min-width: 768px) {
    .property.home-page .carousel-hero .slick-dots {
      bottom: 100px; } }
  @media (min-width: 1367px) {
    .property.home-page .carousel-hero .slick-dots {
      bottom: 140px; } }
  .carousel-hero .carousel-shadow-bg {
    height: 0; }
    @media (min-width: 768px) {
      .carousel-hero .carousel-shadow-bg {
        display: block;
        height: 480px; } }
    @media (min-width: 960px) {
      .carousel-hero .carousel-shadow-bg {
        height: 520px; } }
    @media (min-width: 1367px) {
      .carousel-hero .carousel-shadow-bg {
        height: 560px; } }
  .carousel-hero .slick-area-prev,
  .carousel-hero .slick-area-next {
    width: 12%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 10; }
    .carousel-hero .slick-area-prev button,
    .carousel-hero .slick-area-next button {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      -ms-opacity: 1; }
    .carousel-hero .slick-area-prev.arrow_hover button, .carousel-hero .slick-area-prev:hover button,
    .carousel-hero .slick-area-next.arrow_hover button,
    .carousel-hero .slick-area-next:hover button {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      -ms-opacity: 1;
      transition: opacity 0.2s linear;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear; }
    .carousel-hero .slick-area-prev.disable_hover button,
    .carousel-hero .slick-area-next.disable_hover button {
      opacity: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -o-opacity: 0;
      -ms-opacity: 0; }
  .carousel-hero .slick-area-prev {
    left: 0px; }
  .carousel-hero .slick-area-next {
    right: 0px; }

.carousel-shadow-bg {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/wesbite_shadow_70_v4.png") center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1; }

.carousel-hero-content, .find-description {
  display: none; }
  .carousel-hero-content:hover, .find-description:hover, .carousel-hero-content:focus, .find-description:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .carousel-hero-content, .find-description {
      display: block;
      position: absolute;
      left: 96px;
      right: 96px;
      bottom: 130px;
      z-index: 2; } }
  @media (min-width: 960px) {
    .carousel-hero-content, .find-description {
      left: 50%;
      right: auto;
      bottom: 160px;
      width: 630px;
      margin-left: -315px; } }
  @media (min-width: 1367px) {
    .carousel-hero-content, .find-description {
      bottom: 200px; } }
  .carousel-hero-content h2, .find-description h2 {
    color: #fff;
    font-size: 38px;
    line-height: 44px; }
  .carousel-hero-content p, .find-description p {
    margin-bottom: 24px;
    color: #fff;
    font-size: 15px; }
    .carousel-hero-content p.footer, .find-description p.footer {
      margin-bottom: 16px; }
  .carousel-hero-content .button, .find-description .button, .carousel-hero-content .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .carousel-hero-content a, .find-description .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .find-description a {
    color: #fff; }
    .carousel-hero-content .button:hover, .find-description .button:hover, .carousel-hero-content .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .carousel-hero-content a:hover, .find-description .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .find-description a:hover {
      color: #fff; }

.mobile-only-carousel .carousel-hero-content, .mobile-only-carousel .find-description {
  display: block;
  height: 100%; }
  .mobile-only-carousel .carousel-hero-content .centered-text, .mobile-only-carousel .find-description .centered-text {
    display: table; }
    .mobile-only-carousel .carousel-hero-content .centered-text > div, .mobile-only-carousel .find-description .centered-text > div {
      display: table-cell; }
  @media (min-width: 768px) {
    .mobile-only-carousel .carousel-hero-content, .mobile-only-carousel .find-description {
      display: block;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%; } }
  @media (min-width: 960px) {
    .mobile-only-carousel .carousel-hero-content, .mobile-only-carousel .find-description {
      left: auto;
      right: auto;
      bottom: auto;
      width: auto;
      margin-left: auto; } }

.carousel-hero-quote {
  position: relative;
  max-width: 560px;
  padding: 56px 32px 16px 32px;
  margin: 0 auto;
  background: url("../image/ico_tripadvisor.png") center top no-repeat; }
  .carousel-hero-quote:before, .carousel-hero-quote:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px; }
  .carousel-hero-quote:before {
    top: 0;
    left: 0;
    background: url("../image/ico_quoteleft.png") center center no-repeat; }
  .carousel-hero-quote:after {
    bottom: 0;
    right: 0;
    background: url("../image/ico_quoteright.png") center center no-repeat; }
  .carousel-hero-quote > p {
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase; }
  .carousel-hero-quote > footer {
    font-size: 15px;
    color: #fff;
    margin: 0; }

.carousel-hero-split {
  display: none; }
  @media (min-width: 768px) {
    .carousel-hero-split {
      display: block;
      height: 100%;
      position: relative;
      overflow: hidden; } }
  .carousel-hero-split .slick-dots {
    bottom: 20px;
    z-index: 200; }
    @media (min-width: 960px) {
      .carousel-hero-split .slick-dots {
        bottom: 45px; } }
  .carousel-hero-split .slider {
    margin-top: 0;
    margin-bottom: 0; }
    .carousel-hero-split .slider .slide-content {
      display: none;
      width: 50%; }
      .carousel-hero-split .slider .slide-content h2, .carousel-hero-split .slider .slide-content h3 {
        font-size: 24px; }
    .carousel-hero-split .slider .slide-cta {
      display: none; }
  .carousel-hero-split .slick-prev,
  .carousel-hero-split .slick-next {
    z-index: 200; }
  .carousel-hero-split .slick-prev {
    left: 25px; }
  .carousel-hero-split .slick-next {
    right: 25px; }

.carousel-split-dock {
  width: 100%;
  position: absolute;
  height: 1px; }
  .carousel-split-dock.dock-left {
    top: 0; }
  .carousel-split-dock.dock-right {
    bottom: 0; }

.carousel-left-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 50%;
  overflow: hidden; }
  .carousel-left-wrapper .slider {
    width: 200%; }
  .csstransforms .carousel-left-wrapper {
    left: -28px;
    width: 54.166667%;
    -ms-transform: skewX(9deg);
    transform: skewX(9deg);
    -webkit-backface-visibility: hidden; }
    @media (min-width: 960px) {
      .csstransforms .carousel-left-wrapper {
        left: -50px; } }
    @media (min-width: 1140px) {
      .csstransforms .carousel-left-wrapper {
        left: -75px; } }
    .csstransforms .carousel-left-wrapper .slider {
      width: 184.615384%;
      left: 27px;
      -ms-transform: skewX(-9deg);
      transform: skewX(-9deg);
      -webkit-backface-visibility: hidden; }
      @media (min-width: 960px) {
        .csstransforms .carousel-left-wrapper .slider {
          left: 50px; } }
      @media (min-width: 1140px) {
        .csstransforms .carousel-left-wrapper .slider {
          left: 75px; } }

.carousel-right-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden; }
  .carousel-right-wrapper .slider {
    width: 100%; }
  .csstransforms .carousel-right-wrapper {
    right: -75px;
    -ms-transform: skewX(9deg);
    transform: skewX(9deg);
    -webkit-backface-visibility: hidden; }
    .csstransforms .carousel-right-wrapper .slider {
      right: 75px;
      -ms-transform: skewX(-9deg);
      transform: skewX(-9deg);
      -webkit-backface-visibility: hidden; }

.carousel-split-content {
  position: absolute;
  z-index: 150;
  top: 50%;
  width: 50%; }
  .carousel-split-content.left {
    left: 0;
    margin: 0 16px 0 75px; }
    .carousel-split-content.left h2, .carousel-split-content.left h3 {
      font-family: "Quattrocento", serif; }
    .carousel-split-content.left p:after {
      content: "\2014";
      margin-left: 8px; }
    .carousel-split-content.left p:before {
      content: "\2014";
      margin-right: 8px; }
  .carousel-split-content.right {
    right: 0;
    margin: 0 75px 0 16px; }
    .carousel-split-content.right h2, .carousel-split-content.right h3 {
      font-family: "Ubuntu", sans-serif; }
    .carousel-split-content.right p:after {
      content: "\2014";
      margin-left: 8px; }
    .carousel-split-content.right p:before {
      content: "\2014";
      margin-right: 8px; }
  .carousel-split-content.full {
    left: 0;
    margin: 0 16px 0 100px;
    text-align: left; }
  .carousel-split-content h2, .carousel-split-content h3 {
    font-size: 24px;
    color: #fff; }
  .carousel-split-content p {
    color: #fff; }

.carousel-split-cta {
  position: absolute;
  z-index: 200;
  bottom: 62px;
  width: 100%; }
  @media (min-width: 960px) {
    .carousel-split-cta {
      bottom: 112px; } }

.carousel-landscapes {
  height: 100%; }
  .carousel-landscapes .slick-slider,
  .carousel-landscapes .slick-list,
  .carousel-landscapes .slick-track {
    height: 100%; }

@media (min-width: 1210px) {
  .brand .full-screen .slick-list, .brand
  .full-screen .slick-track {
    height: 100%; } }

@media (min-width: 1320px) {
  .property .full-screen .slick-list, .property
  .full-screen .slick-track {
    height: 100%; } }

.localised {
  display: block; }
  .localised .reduce-bottom {
    padding-bottom: 16px; }
  .localised .localised-curated.slick-slider {
    margin: 0 16px 32px;
    background: #F0F0F0; }
    @media (min-width: 768px) {
      .localised .localised-curated.slick-slider {
        margin: 0; } }
    .localised .localised-curated.slick-slider .slick-dots {
      bottom: 5px; }
  .localised .localised-curated-content-tab {
    display: none;
    margin-top: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #888888; }
    @media (min-width: 768px) {
      .localised .localised-curated-content-tab {
        display: block; } }
    .localised .localised-curated-content-tab a {
      display: inline-block;
      padding: 4px 16px;
      text-transform: uppercase;
      color: #888888; }
      .no-touch .localised .localised-curated-content-tab a:hover, .no-touch .localised .localised-curated-content-tab a:focus {
        border-bottom: 1px solid #636363;
        color: #636363;
        text-decoration: none; }
      .localised .localised-curated-content-tab a.has-selected {
        border-bottom: 1px solid #636363;
        color: #636363; }
    .localised .localised-curated-content-tab button.btnPlayPause {
      width: 55px;
      height: 30px;
      padding: 0;
      background: transparent;
      border: 2px solid #888888; }
      .localised .localised-curated-content-tab button.btnPlayPause:before {
        color: #888888;
        font-size: 16px;
        font-family: FontAwesome; }
      .localised .localised-curated-content-tab button.btnPlayPause:hover, .localised .localised-curated-content-tab button.btnPlayPause:focus {
        border: 2px solid #000; }
        .localised .localised-curated-content-tab button.btnPlayPause:hover:before, .localised .localised-curated-content-tab button.btnPlayPause:focus:before {
          color: #000; }
      .localised .localised-curated-content-tab button.btnPlayPause[data-action='pause']:before {
        content: "\f04c"; }
      .localised .localised-curated-content-tab button.btnPlayPause[data-action='play']:before {
        content: "\f04b"; }
  .localised .localised-curated-image {
    height: 100%;
    min-height: 1px; }
    .localised .localised-curated-image div {
      height: 100% !important; }
    @media (min-width: 768px) {
      .localised .localised-curated-image {
        float: left;
        width: 68.75%;
        margin-left: 0%;
        margin-right: 31.25%; } }
    @media (min-width: 960px) {
      .localised .localised-curated-image {
        float: left;
        width: 68.75%;
        margin-left: 0%;
        margin-right: 31.25%; } }
    @media (min-width: 1140px) {
      .localised .localised-curated-image {
        float: left;
        width: 68.75%;
        margin-left: 0%;
        margin-right: 31.25%; } }
    @media (min-width: 1367px) {
      .localised .localised-curated-image {
        float: left;
        width: 68.75%;
        margin-left: 0%;
        margin-right: 31.25%; } }
    .localised .localised-curated-image.video:hover {
      cursor: pointer; }
      .localised .localised-curated-image.video:hover span {
        background-position: 0px -64px; }
    .localised .localised-curated-image.video span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -18px 0px 0px -25px;
      width: 50px;
      height: 36px;
      background-image: url("../image/icon-play.png");
      background-position: 0px 0px;
      background-repeat: no-repeat; }
  .localised .localised-curated-content {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0; }
    @media (min-width: 768px) {
      .localised .localised-curated-content {
        height: 385px;
        background: #F0F0F0;
        margin: 0; } }
    @media (min-width: 960px) {
      .localised .localised-curated-content {
        height: 510px; } }
    .localised .localised-curated-content .slant {
      content: " ";
      position: absolute;
      bottom: 0;
      display: block;
      height: 200%;
      z-index: 10;
      background: #F0F0F0;
      right: 0;
      -webkit-transform: rotate(8.5deg);
      -moz-transform: rotate(8.5deg);
      -ms-transform: rotate(8.5deg);
      transform: rotate(8.5deg);
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      display: none; }
      @media (min-width: 768px) {
        .localised .localised-curated-content .slant {
          float: left;
          width: 39.58333%;
          margin-left: 0%;
          margin-right: 0%; } }
      @media (min-width: 1367px) {
        .localised .localised-curated-content .slant {
          float: left;
          width: 37.5%;
          margin-left: 0%;
          margin-right: 0%; } }
      @media (min-width: 768px) {
        .localised .localised-curated-content .slant {
          display: block; } }
    .localised .localised-curated-content .localised-curated-content-outer {
      text-align: center;
      padding: 32px; }
      @media (min-width: 768px) {
        .localised .localised-curated-content .localised-curated-content-outer {
          float: left;
          width: 35.41667%;
          margin-left: 0%;
          margin-right: 0%;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 20;
          height: 100%; } }
      @media (min-width: 960px) {
        .localised .localised-curated-content .localised-curated-content-outer {
          float: left;
          width: 33.33333%;
          margin-left: 0%;
          margin-right: 0%; } }
      @media (min-width: 1140px) {
        .localised .localised-curated-content .localised-curated-content-outer {
          float: left;
          width: 33.33333%;
          margin-left: 0%;
          margin-right: 0%; } }
      .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner {
        margin: 0 auto; }
        .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .tab-name {
          display: block;
          padding: 4px 16px;
          text-transform: uppercase;
          color: #636363; }
        .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .button, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner a {
          word-wrap: break-word;
          max-width: 210px;
          margin-bottom: 20px; }
        @media (min-width: 768px) {
          .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner {
            display: table;
            height: 100%;
            width: 100%;
            padding: 16px;
            text-align: center; }
            .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .tab-name {
              display: none; }
            .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .button, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner a {
              max-width: 200px; } }
        @media (min-width: 960px) {
          .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner {
            max-width: 520px; } }
        @media (min-width: 1140px) {
          .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .button, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner a {
            max-width: 320px; } }
        @media (min-width: 768px) {
          .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content {
            display: table-cell;
            vertical-align: middle; } }
        .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content a {
          display: block;
          text-decoration: none; }
          .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content a:hover h2, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content a:hover h3, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content a:focus h2, .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content a:focus h3 {
            text-decoration: underline;
            text-shadow: 0 0 0 #000 !important; }
        .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content h3 {
          font-size: 24px; }
        .localised .localised-curated-content .localised-curated-content-outer .localised-curated-content-inner .slide-content p {
          font-size: 15px;
          color: #000; }

.locations-page #main {
  min-height: 0 !important; }

.locations-page .locations-views {
  clear: both; }
  .locations-page .locations-views > section {
    display: none; }
    .locations-page .locations-views > section.is-active {
      display: block; }

.locations-page .locations-map {
  display: none; }
  .locations-page .locations-map.is-active {
    display: block; }

.locations {
  padding: 48px 8px 0 8px; }
  @media (min-width: 768px) {
    .locations {
      padding-top: 32px; } }
  @media (min-width: 960px) {
    .locations {
      padding-top: 0; } }
  .locations .block-text {
    padding-bottom: 0; }
  .locations .clear-selections-btn {
    margin: 32px 0;
    opacity: 0;
    cursor: default; }
    .locations .clear-selections-btn.is-active {
      opacity: 1;
      cursor: pointer; }
  .locations input:focus,
  .locations select:focus {
    background: #F8F8F8;
    color: #888888; }

[data-base-url="/en/find-a-residence/"] .locations, [data-base-url="/sc/find-a-residence/"] .locations {
  padding-top: 0; }

[data-base-url="/en/residences/"] .locations, [data-base-url="/sc/residences/"] .locations {
  padding-top: 32px; }

.locations-filter {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .locations-filter {
      margin-bottom: 0; } }
  .locations-filter > h3 {
    font-size: 18px; }
  .locations-filter ul {
    *zoom: 1;
    list-style-type: none;
    margin: 0; }
    .locations-filter ul:before, .locations-filter ul:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .locations-filter ul:after {
      clear: both; }
  .locations-filter li {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    float: left;
    padding-right: 2px; }
    .locations-filter li a.is-active .centered-text,
    .locations-filter li button.is-active .centered-text, .locations-filter li:hover .centered-text {
      background: none; }
      .locations-filter li a.is-active .centered-text div span,
      .locations-filter li button.is-active .centered-text div span, .locations-filter li:hover .centered-text div span {
        background: rgba(0, 0, 0, 0.6);
        padding: 10px; }
  .locations-filter .dk-select {
    width: 100%;
    height: 44px;
    -webkit-appearance: none; }
  .locations-filter .dk-selected {
    height: 100%;
    padding: 10px;
    background-color: #F0F0F0;
    border-radius: 0; }
    .locations-filter .dk-selected:after {
      border: none; }
  .locations-filter .dk-select-options {
    max-height: none;
    background-color: #F0F0F0; }
  .locations-filter li.dk-option {
    width: 100%; }

.locations-view-legend {
  display: none; }
  @media (min-width: 768px) {
    .locations-view-legend {
      display: block; } }
  @media (min-width: 768px) {
    .locations-view-legend > span {
      display: inline-block;
      float: left;
      height: 50px;
      line-height: 50px;
      padding-left: 50px;
      margin-bottom: 8px;
      color: #000; } }

@media (min-width: 768px) {
  .locations-view-legend-existing {
    background: url("../image/ico_mapmarker_featurehotel_50x50.png") 0 0 no-repeat;
    margin-right: 16px; } }

@media (min-width: 768px) {
  .locations-view-legend-coming-soon {
    background: url("../image/ico_mapmarker_comingsoonhotel_50.png") 0 0 no-repeat; } }

.locations-toggle {
  float: right;
  padding-bottom: 16px; }
  .locations-toggle a {
    display: block;
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .locations-toggle a {
        background-image: url("../image/icon_sprite@2x.png");
        background-size: 200px 1143px; } }
    .locations-toggle a[data-view="locations-list"] {
      margin-right: 16px;
      background-position: 0px -775px; }
    .locations-toggle a[data-view="locations-map"] {
      background-position: 0px -823px; }
    .locations-toggle a:hover[data-view="locations-list"], .locations-toggle a.is-active[data-view="locations-list"] {
      background-position: -49px -775px; }
    .locations-toggle a:hover[data-view="locations-map"], .locations-toggle a.is-active[data-view="locations-map"] {
      background-position: -49px -823px; }
  .locations-toggle legend {
    position: absolute;
    left: 0;
    padding-left: 32px;
    font-size: 12px;
    background: url(../image/20x20.jpg) no-repeat; }

.locations-list {
  padding-bottom: 32px; }
  .locations-list .heading {
    height: 15px;
    margin: 0 auto 32px auto;
    text-align: center; }
    @media (min-width: 768px) {
      .locations-list .heading {
        margin-bottom: 48px; } }
    .locations-list .heading h3, .locations-list .heading h2 {
      display: inline-block;
      position: relative;
      top: -24px;
      padding: 5px;
      font-size: 16px;
      background: #fff; }
      @media (min-width: 768px) {
        .locations-list .heading h3, .locations-list .heading h2 {
          top: -22px;
          font-size: 14px; } }
    .locations-list .heading:before {
      display: block;
      content: "..............................................................................................................................................";
      letter-spacing: 4px;
      /* Use letter-spacing to increase space between dots*/
      overflow: hidden; }
    @media (min-width: 960px) {
      .locations-list .heading {
        max-width: 75%; } }
  .locations-list > hr {
    display: none; }
    @media (min-width: 768px) {
      .locations-list > hr {
        display: block;
        border-width: 2px 0 0;
        margin-bottom: 32px; } }
    @media (min-width: 960px) {
      .locations-list > hr {
        margin-bottom: 48px; } }
  .locations-list > div {
    margin-bottom: 64px; }
  .locations-list .locations-item {
    position: relative; }
    .locations-list .locations-item .listing-item-content P {
      margin-bottom: 32px; }
  .locations-list .locations-item-comingsoon {
    z-index: 1;
    position: absolute;
    padding: 4px 8px;
    font-size: 11px;
    text-transform: uppercase;
    background: #fdeced;
    top: 0px;
    left: 0px; }

.locations-map {
  height: 85%;
  padding-bottom: 32px; }
  .property-location-page .locations-map {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .property-location-page .locations-map {
        margin-top: -148px;
        padding-top: 148px; } }
    @media (min-width: 960px) {
      .property-location-page .locations-map {
        margin-top: -185px;
        padding-top: 185px; } }
    @media (min-width: 1140px) {
      .property-location-page .locations-map {
        margin-top: -109px;
        padding-top: 109px; } }
  .locations-map img {
    max-width: none; }

.map-info-window {
  width: 290px;
  overflow: hidden;
  padding: 16px;
  text-align: left; }

#map-canvas {
  width: 100%;
  height: 100%;
  -webkit-transform: none; }
  #map-canvas .BMap_pop, #map-canvas .BMap_pop * {
    box-sizing: content-box; }

.timeline-nav {
  position: absolute;
  top: 190px;
  right: 0;
  width: 170px;
  z-index: 900;
  display: none; }
  @media (min-width: 768px) {
    .timeline-nav {
      display: block; } }
  .sticky .timeline-nav {
    position: fixed;
    top: 83px; }
  .timeline-nav ul {
    margin: 0; }
  .timeline-nav li {
    list-style-type: none;
    margin-bottom: 1px;
    width: 100%; }
  .timeline-nav a {
    display: block;
    padding: 12px 8px 11px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #bdbdbd;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5); }
    .timeline-nav a.active, .timeline-nav a:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8); }
  .timeline-page .timeline-nav {
    width: 120px; }
    .timeline-page .timeline-nav ul > li a {
      background-image: url("../image/timeline-dot-74x36-off.png");
      background-position: left top;
      background-repeat: no-repeat; }
      .timeline-page .timeline-nav ul > li a.active, .timeline-page .timeline-nav ul > li a:hover {
        background-image: url("../image/timeline-dot-74x36-on.png"); }
    .timeline-page .timeline-nav ul > li:first-child a, .timeline-page .timeline-nav ul > li.first-child a {
      background-image: url("../image/timeline-dot-first-74x36-off.png"); }
      .timeline-page .timeline-nav ul > li:first-child a.active, .timeline-page .timeline-nav ul > li:first-child a:hover, .timeline-page .timeline-nav ul > li.first-child a.active, .timeline-page .timeline-nav ul > li.first-child a:hover {
        background-image: url("../image/timeline-dot-first-74x36-on.png"); }
    .timeline-page .timeline-nav ul > li.last-child a {
      background-image: url("../image/timeline-dot-last-74x36-off.png"); }
      .timeline-page .timeline-nav ul > li.last-child a.active, .timeline-page .timeline-nav ul > li.last-child a:hover {
        background-image: url("../image/timeline-dot-last-74x36-on.png"); }
    .timeline-page .timeline-nav ul > li:last-child a {
      background-image: url("../image/timeline-dot-last-74x36-off.png"); }
      .timeline-page .timeline-nav ul > li:last-child a.active, .timeline-page .timeline-nav ul > li:last-child a:hover {
        background-image: url("../image/timeline-dot-last-74x36-on.png"); }

.experience-page .main-container h2 {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .experience-page .main-container h2 {
      font-size: 27px;
      line-height: 31px; } }

.experience-page .main-container .l-container {
  padding: 32px;
  /*height: 100%;*/ }
  @media (min-width: 768px) {
    .experience-page .main-container .l-container {
      padding: 128px 32px;
      max-width: 960px; } }

.experience-page .main-container .find .l-container {
  padding-bottom: 32px;
  padding-top: 0;
  max-width: 1367px; }

@media (min-width: 960px) {
  .experience-page .pillars > .l-container,
  .experience-page .signatures-description,
  .experience-page .art-of-the-stay-description,
  .experience-page .styles > .l-container {
    padding-left: 140px;
    padding-right: 140px; } }

@media (min-width: 1367px) {
  .experience-page .pillars > .l-container,
  .experience-page .signatures-description,
  .experience-page .art-of-the-stay-description,
  .experience-page .styles > .l-container {
    padding-left: 0;
    padding-right: 0; } }

.experience-page .slide-content {
  padding: 0 40px;
  position: absolute;
  z-index: 3; }
  @media (min-width: 480px) {
    .experience-page .slide-content {
      bottom: auto;
      top: 80px; } }
  @media (min-width: 480px) {
    .experience-page .slide-content {
      top: 200px;
      padding: 0 48px; } }
  @media (min-width: 768px) {
    .experience-page .slide-content {
      top: 340px;
      padding: 0; } }
  .experience-page .slide-content h3 {
    color: #000; }

.experience-page .slide-bg:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../image/darkshadow-top-1680x945.png"); }
  @media (min-width: 768px) {
    .experience-page .slide-bg:before {
      background-size: cover; } }

.experience-page .carousel-shadow-bg {
  display: none; }
  @media (min-width: 768px) {
    .experience-page .carousel-shadow-bg {
      display: block;
      top: 130px; } }

.experience-page .block-text {
  padding: 32px 16px; }

.experience-page .slick-next,
.experience-page .slick-prev {
  display: none; }
  @media (min-width: 768px) {
    .experience-page .slick-next,
    .experience-page .slick-prev {
      display: block; } }

.heritage .background-image-block {
  padding: 80px 0 30px 0;
  height: 660px; }
  @media (min-width: 768px) {
    .heritage .background-image-block {
      padding: 0;
      height: 768px; } }

.pillar-container {
  *zoom: 1;
  overflow: hidden; }
  .pillar-container:before, .pillar-container:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pillar-container:after {
    clear: both; }
  .pillar-container * {
    color: #fff !important; }
  .pillar-container h3 {
    font-size: 18px; }
  .pillar-container .full-slide {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .pillar-container .full-slide .centered-text {
      position: relative;
      z-index: 2; }
      .pillar-container .full-slide .centered-text > div {
        padding: 0 16px; }

.signatures {
  padding-top: 32px;
  position: relative; }
  @media (min-width: 768px) {
    .signatures {
      padding-top: 96px; } }
  .signatures h2 {
    color: #000; }
  .signatures .l-container {
    position: relative; }
  .signatures .carousel-full-width {
    display: block;
    background: none;
    height: 560px; }
    @media (min-width: 768px) {
      .signatures .carousel-full-width {
        height: 768px; } }
    @media (min-width: 960px) {
      .signatures .carousel-full-width .slide-content {
        margin-left: -120px; } }
    @media (min-width: 1367px) {
      .signatures .carousel-full-width .slide-content {
        margin-left: 0; } }
    .signatures .carousel-full-width .slide-content p {
      color: #000; }
    .signatures .carousel-full-width .slide-bg:before {
      background-image: url("../image/whiteshadow-top-1680x945.png"); }
    .signatures .carousel-full-width .carousel-shadow-bg {
      background-image: url("../image/whiteshadow-910x526.png"); }
      @media (min-width: 960px) {
        .signatures .carousel-full-width .carousel-shadow-bg {
          margin-left: -375px; } }
      @media (min-width: 1367px) {
        .signatures .carousel-full-width .carousel-shadow-bg {
          margin-left: -255px; } }
  .signatures .slide-content {
    top: 220px; }

.signatures-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 32px 32px 0 32px; }
  @media (min-width: 768px) {
    .signatures-description {
      bottom: auto;
      top: 48px;
      z-index: 2;
      height: auto !important;
      padding: 96px 32px; } }
  @media (min-width: 768px) {
    .signatures-description > div {
      max-width: 960px;
      margin: 0 auto; } }

.art-of-the-stay .carousel-full-width {
  display: block;
  background: none;
  height: auto; }
  @media (min-width: 960px) {
    .art-of-the-stay .carousel-full-width {
      height: 768px; } }

.art-of-the-stay .slick-slider {
  margin-bottom: 0; }

.art-of-the-stay .slide-bg {
  padding-top: 56.25%;
  height: 0; }
  @media (min-width: 960px) {
    .art-of-the-stay .slide-bg {
      height: 100%;
      padding-top: 0; } }
  .art-of-the-stay .slide-bg:before {
    display: none; }

.style-container {
  height: 650px; }
  .style-container > div {
    display: block;
    float: left;
    width: 100%;
    height: 50%; }
    @media (min-width: 768px) {
      .style-container > div {
        float: left;
        width: 50%;
        margin-left: 0%;
        margin-right: 0%;
        height: 100%; } }
    .style-container > div h3 {
      font-size: 24px;
      color: #fff; }
    .style-container > div p {
      color: #fff; }
      .style-container > div p:after {
        content: "\2014";
        margin-left: 8px; }
      .style-container > div p:before {
        content: "\2014";
        margin-right: 8px; }
    .style-container > div.first-style h3 {
      font-family: "Quattrocento", serif; }
    .style-container > div.second-style h3 {
      font-family: "Ubuntu", sans-serif; }
  .style-container .centered-text {
    display: table; }
    .style-container .centered-text > div {
      display: table-cell; }

.programmes {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.programme-container {
  padding: 48px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .programme-container {
      padding: 48px 0 24px 0; } }
  .programme-container h3 {
    font-size: 18px; }
  @media (min-width: 768px) {
    .programme-container .programme {
      float: left;
      width: 37.5%;
      margin-left: 6.25%;
      margin-right: 6.25%; } }
  .programme-container .programme .wrap-btn {
    background: transparent;
    padding: 0; }
    .programme-container .programme .wrap-btn:after {
      display: none; }
    .programme-container .programme .wrap-btn p {
      text-transform: none; }
  .programme-container .programme p {
    padding: 0 32px;
    font-size: 14px;
    color: #000; }
    @media (min-width: 768px) {
      .programme-container .programme p {
        min-height: 105px; } }
    @media (min-width: 960px) {
      .programme-container .programme p {
        min-height: 84px; } }
  .programme-container .slick-dots {
    bottom: -48px; }

.programme-image {
  position: relative;
  margin-bottom: 16px; }
  .programme-image img {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }

.social-responsibility {
  background-image: url(../image/1024x768.jpg); }
  @media (min-width: 768px) {
    .experience-page .main-container .social-responsibility h2 {
      font-size: 16px;
      margin-bottom: 16px; }
    .experience-page .main-container .social-responsibility .rich-content h2, .experience-page .main-container .social-responsibility .rich-content h3 {
      display: block;
      font-size: 27px;
      margin-bottom: 16px; } }
  .social-responsibility .rich-content h2, .social-responsibility .rich-content h3 {
    display: none; }

.find {
  position: relative;
  height: 768px; }
  @media (min-width: 480px) {
    .find {
      height: 560px; } }
  @media (min-width: 768px) {
    .find {
      height: 768px; } }
  @media (min-width: 960px) {
    .find {
      height: auto;
      margin-bottom: 0;
      padding-top: 100px;
      background: #F5F5F5 url("../image/experience-langham-locations-bg-.png") center top no-repeat; } }
  .find h2, .find h3 {
    color: #888888; }
  .find .carousel p {
    color: #000; }
  .find .carousel .slide-bg {
    overflow: hidden; }
    .find .carousel .slide-bg:before {
      background-image: url("../image/whiteshadow-top-1680x945.png"); }
  .find .carousel .carousel-shadow-bg {
    background-image: url("../image/whiteshadow-910x526.png");
    display: block; }
    @media (max-width: 767px) {
      .find .carousel .carousel-shadow-bg {
        top: 75px;
        bottom: auto; } }
  .find .slide-content {
    top: 250px; }

.find-description {
  position: absolute;
  z-index: 1;
  display: block;
  left: 32px;
  right: 32px;
  bottom: auto;
  padding: 32px 0 32px !important; }
  .find-description p,
  .find-description a {
    color: #888888; }
  @media (min-width: 960px) {
    .find-description {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      top: auto;
      margin: 0 auto 32px; } }

.find-container {
  display: block;
  height: 100%; }
  @media (min-width: 960px) {
    .find-container {
      display: none; } }

.find-property {
  width: 100%;
  padding: 280px 32px;
  margin: 0 auto; }
  .find-property h3 {
    font-size: 18px; }
  @media (min-width: 960px) {
    .find-property h3 {
      font-size: 14px; } }

.item-container {
  display: none; }

.find-carousel-wrapper {
  display: none;
  position: relative; }
  @media (min-width: 960px) {
    .find-carousel-wrapper {
      display: block; } }

.find-carousel-container {
  width: 940px;
  position: relative;
  left: 50%;
  margin-left: -470px; }

.find-carousel-slide {
  display: block;
  float: left;
  position: relative;
  width: 440px;
  background: #F0F0F0;
  position: relative;
  overflow: hidden; }
  .find-carousel-slide a {
    height: 100%;
    display: block;
    text-decoration: none; }
    .find-carousel-slide a:hover h2, .find-carousel-slide a:hover h3, .find-carousel-slide a:focus h2, .find-carousel-slide a:focus h3 {
      text-decoration: underline;
      text-shadow: 0 0 0 #000 !important; }
    .find-carousel-slide a:focus {
      border: 2px dotted #4D90FE;
      outline: none; }
  .find-carousel-slide.is-center .find-carousel-slide-content {
    padding: 32px 16px 48px 16px; }
    .find-carousel-slide.is-center .find-carousel-slide-content h3 {
      line-height: 18px;
      margin-bottom: 16px;
      font-size: 21px; }
    .find-carousel-slide.is-center .find-carousel-slide-content p {
      font-size: 15px;
      line-height: 1.5em; }
  .find-carousel-slide.is-center .button, .find-carousel-slide.is-center .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .find-carousel-slide.is-center a {
    padding: 13px 32px; }
  .find-carousel-slide.is-center .find-carousel-shadow {
    display: none; }
  .find-carousel-slide .button, .find-carousel-slide .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .find-carousel-slide a {
    padding: 7px 16px; }
  .find-carousel-slide:not(.is-center) .button, .find-carousel-slide:not(.is-center) .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .find-carousel-slide:not(.is-center) a {
    background-color: #B9B9B9; }

.find-carousel-slide-image {
  margin: 0;
  overflow: hidden; }
  .find-carousel-slide-image img {
    width: 100%; }

.find-carousel-slide-content {
  padding: 16px 16px 24px 16px;
  text-align: center; }
  .find-carousel-slide-content h3 {
    margin: 0 0 8px 0;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px; }
  .find-carousel-slide-content p {
    color: #000;
    font-size: 13px;
    line-height: 15px; }
  .find-carousel-slide-content * {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

.find-carousel-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5); }

.find-prev,
.find-next {
  display: block;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  content: "";
  position: absolute;
  width: 15px;
  height: 27px;
  top: 50%;
  margin-top: -13px;
  z-index: 800;
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png");
  cursor: pointer;
  background-color: transparent;
  padding: 0; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .find-prev,
    .find-next {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 200px 1143px; } }
  .find-prev:hover,
  .find-next:hover {
    background-color: transparent; }

.find-prev {
  left: 16px;
  background-position: 0 -461px; }

.find-next {
  right: 16px;
  background-position: -41px -461px; }

.property-location-page h2 {
  font-size: 22px; }

.property-location-page .l-page-content {
  margin: 0; }
  @media (min-width: 960px) {
    .property-location-page .l-page-content {
      margin: 0 auto; } }

.property-location-page .property {
  *zoom: 1;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  padding: 32px 32px;
  margin-bottom: 96px;
  background: #f0f0f0; }
  .property-location-page .property:before, .property-location-page .property:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .property-location-page .property:after {
    clear: both; }
  .property-location-page .property div {
    margin-bottom: 32px; }
  .property-location-page .property > h3 {
    clear: both;
    margin-bottom: 16px;
    text-align: center;
    font-size: 18px; }
  @media (min-width: 768px) {
    .property-location-page .property {
      padding: 0 16px;
      margin-bottom: 64px; } }
  @media (min-width: 960px) {
    .property-location-page .property {
      padding: 0 15%; } }

.property-location-page .property-nav {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2; }
  .property-location-page .property-nav a {
    position: absolute;
    top: 56px;
    width: 13px;
    height: 24px;
    display: block;
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    background: url(http:///www.placehold.it/13x24); }
  .property-location-page .property-nav .prev {
    left: 0; }
    @media (min-width: 768px) {
      .property-location-page .property-nav .prev {
        left: 25%; } }
  .property-location-page .property-nav .next {
    right: 0; }
    @media (min-width: 768px) {
      .property-location-page .property-nav .next {
        right: 25%; } }

.property-image img {
  width: 100%; }

.property-list {
  margin: 0;
  padding: 0; }
  .property-list li {
    display: block;
    float: left;
    list-style-type: none; }
  .property-list ul {
    *zoom: 1;
    margin: 0 auto; }
    .property-list ul:before, .property-list ul:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .property-list ul:after {
      clear: both; }
    @media (min-width: 640px) {
      .property-list ul {
        width: 100%; } }
  .property-list li {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: list-item;
    list-style-type: disc;
    margin-bottom: 48px; }
    @media (min-width: 640px) {
      .property-list li {
        float: left;
        width: 41.66667%;
        margin-left: 0%;
        margin-right: 8.33333%; }
        .property-list li:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 768px) {
      .property-list li {
        float: left;
        width: 29.16667%;
        margin-left: 0%;
        margin-right: 4.16667%; }
        .property-list li:nth-child(2n+1) {
          clear: none; }
        .property-list li:nth-child(3n+1) {
          clear: left; } }
    @media (min-width: 960px) {
      .property-list li {
        float: left;
        width: 25%;
        margin-left: 0%;
        margin-right: 8.33333%; } }
  .property-list h3, .property-list h4 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 0; }
  .property-list p {
    margin: 0; }
  .property-list a {
    font-size: 11px;
    text-transform: uppercase; }
    .property-list a:after {
      font-size: 12px;
      content: " »"; }

.facts-block {
  position: relative;
  margin-bottom: 48px; }
  .hero .facts-block {
    margin: 0; }
  .facts-block:before, .facts-block:after {
    display: none;
    content: " ";
    position: absolute;
    top: 0;
    width: 109px;
    height: 70px;
    z-index: 2; }
  .facts-block:before {
    left: 0;
    background: url("../image/greyfadeout_left_109x1_mobile.png") 0 0 repeat-y; }
  .facts-block:after {
    right: 0;
    background: url("../image/greyfadeout_right_109x1_mobile.png") 0 0 repeat-y; }
  .facts-block.can-scroll-left:before {
    display: block; }
  .facts-block.can-scroll-right:after {
    display: block; }
  .facts-block > h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 32px; }
  .facts-block ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .facts-block ul.facts-center-spacing > li {
      width: 33%;
      text-align: center; }
      .facts-block ul.facts-center-spacing > li:before {
        left: 0; }
    .facts-block ul > li {
      display: inline-block;
      position: relative;
      width: 19.5%;
      padding: 0 20px;
      margin-bottom: 32px;
      white-space: normal;
      vertical-align: top;
      list-style: none;
      text-align: left; }
      @media (min-width: 960px) {
        .facts-block ul > li {
          padding: 0 30px; } }
      .facts-block ul > li:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -20px;
        width: 21px;
        height: 70px;
        background: url("../image/slashdivider_21x70.png") 0 0 no-repeat; }
        .hero .facts-block ul > li:before {
          left: -6px; }
      .facts-block ul > li:first-child:before, .facts-block ul > li:nth-child(6n):before {
        display: none; }
      .facts-block ul > li.no-border:before {
        display: none; }
      .hero .facts-block ul > li {
        float: none;
        width: 100px;
        text-align: center;
        padding: 0 5px;
        margin-bottom: 0; }
      .facts-block ul > li h3 {
        margin: 0;
        font-size: 14px;
        font-family: "Ubuntu", sans-serif;
        font-weight: 500; }
        .hero .facts-block ul > li h3 {
          font-size: 27px;
          font-weight: 300; }
      .facts-block ul > li span.facts-item-title {
        margin: 0;
        font-size: 14px;
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        line-height: 1.5em;
        color: #888888;
        text-transform: uppercase; }
        .hero .facts-block ul > li span.facts-item-title {
          font-size: 27px;
          font-weight: 300; }
      .facts-block ul > li p {
        margin: 0;
        font-size: 14px;
        line-height: 22px; }
        .hero .facts-block ul > li p {
          font-size: 11px;
          line-height: 15px; }
    .hero .facts-block ul {
      display: inline-block;
      white-space: nowrap;
      min-height: 70px; }
  @media (max-width: 479px) {
    .main-container .facts-block ul > li {
      display: block;
      width: 100%;
      margin-bottom: 32px;
      text-align: center; }
      .main-container .facts-block ul > li:before {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .main-container .facts-block ul {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) and (min-width: 640px) {
    .main-container .facts-block ul {
      padding: 0 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
      .main-container .facts-block ul > li {
        *zoom: 1;
        float: none;
        display: block;
        width: auto;
        margin-bottom: 16px; }
        .main-container .facts-block ul > li:before, .main-container .facts-block ul > li:after {
          content: ".";
          display: block;
          height: 0;
          overflow: hidden; }
        .main-container .facts-block ul > li:after {
          clear: both; }
        .main-container .facts-block ul > li h3 {
          float: left;
          float: left;
          width: 37.5%;
          margin-left: 0%;
          margin-right: 4.16667%;
          font-weight: 500;
          line-height: 22px; }
        .main-container .facts-block ul > li .rich-content {
          float: left;
          width: 58.33333%;
          margin-left: 0%;
          margin-right: 0%; }
        .main-container .facts-block ul > li:before {
          display: none; } }

.facts-overflow {
  *zoom: 1;
  width: 100%;
  padding-bottom: 8px; }
  .facts-overflow:before, .facts-overflow:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .facts-overflow:after {
    clear: both; }
  .hero .facts-overflow {
    overflow-x: auto; }

.featured-media {
  margin-bottom: 64px; }
  .featured-media h2 {
    font-size: 18px;
    line-height: 20px; }

.featured-media-item {
  display: inline-block;
  width: 30%;
  margin: 0 2px;
  vertical-align: top; }
  @media (min-width: 768px) {
    .featured-media-item {
      position: relative;
      width: 30%;
      margin: 0 10px; } }
  .featured-media-item a {
    display: block; }

.featured-media-label {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  padding-top: 18px;
  background: url("../image/ico_media_bg.png") 0 0 no-repeat; }
  .media-content .featured-media-label {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; }
  @media (min-width: 768px) {
    .featured-media-label {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -50px 0 0 -50px; } }
  .featured-media-label img {
    display: inline-block; }
    .media-content .featured-media-label img {
      width: auto; }
  .featured-media-label > p {
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #3f4542; }

.featured-media-thumbnail {
  display: none; }
  @media (min-width: 768px) {
    .featured-media-thumbnail {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; } }
  .media-content .featured-media-thumbnail {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.offers-4 {
  margin: 0 8px 32px 8px; }
  .offers-4 .slick-dots {
    bottom: 22px; }
  .offers-4 .slick-track {
    margin: 0 auto;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch; }
    .offers-4 .slick-track .offers-item {
      height: inherit;
      max-width: 100%;
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      flex-direction: column;
      position: relative;
      background-color: #F0F0F0;
      padding: 0;
      text-align: center;
      margin: 0px 8px 16px; }
      .offers-4 .slick-track .offers-item .offers-image {
        min-height: 1px; }
        .offers-4 .slick-track .offers-item .offers-image img {
          width: 100%; }
      .offers-4 .slick-track .offers-item .offers-item-content {
        flex-grow: 1;
        padding: 16px 32px 100px 32px;
        text-align: center; }
        .offers-4 .slick-track .offers-item .offers-item-content > h3 {
          font-size: 18px;
          color: #888888; }
        .offers-4 .slick-track .offers-item .offers-item-content p {
          font-size: 14px; }
        .offers-4 .slick-track .offers-item .offers-item-content .offers-item-description {
          padding-bottom: 0; }
      .offers-4 .slick-track .offers-item .offers-item-ctas {
        position: absolute;
        left: 0;
        bottom: 47px;
        width: 100%;
        text-align: center;
        display: block; }

.offers-4-link {
  margin-bottom: 48px; }

.featured-offers > h2 {
  margin-bottom: 16px; }

.offers-item {
  padding: 0 8px;
  max-width: 447px;
  margin: 0 auto;
  text-align: left; }
  .offers-item a {
    display: block;
    height: 100%;
    margin: 2px;
    text-decoration: none; }
    .offers-item a:hover h2, .offers-item a:hover h3, .offers-item a:focus h2, .offers-item a:focus h3 {
      text-decoration: underline;
      text-shadow: 0 0 0 #000 !important; }
  .offers-item .offers-item-title {
    margin-bottom: 8px;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #888888; }
  .offers-item .offers-item-content {
    padding: 16px 16px 32px 16px;
    background: #F0F0F0; }
    @media (min-width: 768px) {
      .offers-item .offers-item-content {
        background: none;
        padding: 16px 0 32px 0; } }
  .offers-item .offers-item-description {
    padding-bottom: 7px;
    color: #000; }
    .offers-item .offers-item-description > p {
      margin: 0;
      font-size: 15px; }
  .offers-item .offers-item-learn-more {
    text-transform: uppercase;
    font-weight: 500;
    color: #888888; }
    .offers-item .offers-item-learn-more:after {
      content: "\00BB";
      margin-left: 3px; }

.additional-info .block-text > h2 {
  text-align: left; }
  @media (min-width: 768px) {
    .additional-info .block-text > h2 {
      text-align: center; } }

.search-page .headline .block-text {
  padding-bottom: 32px; }

.search-filter {
  position: relative;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .search-filter {
      float: right;
      width: 300px; } }
  .search-filter > a {
    display: block;
    position: relative;
    padding: 0 16px;
    background: #FCFCFC;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    color: #000; }
    .search-filter > a:after {
      content: " ";
      position: absolute;
      display: block;
      width: 45px;
      height: 45px;
      top: 50%;
      right: 16px;
      margin-top: -23px;
      background: url("../image/ico_form_arrowdropdown.png") 0 0 no-repeat; }

.search-filter-items {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 16px;
  background: #E6E6E6; }
  .is-expanded .search-filter-items {
    display: block; }
  .search-filter-items label {
    display: block;
    padding: 16px;
    background: #F0F0F0;
    text-transform: uppercase;
    text-align: left; }
  .search-filter-items input[type=checkbox] {
    margin-right: 8px;
    vertical-align: middle; }
  .search-filter-items input[type=submit] {
    display: block;
    width: 100%; }
  .csstransforms .search-filter-items label.css-label {
    padding-left: 44px;
    margin-bottom: 2px; }
    .csstransforms .search-filter-items label.css-label:before {
      left: 20px;
      top: 21px; }

.search-results {
  margin: 0;
  clear: both; }
  .search-results > li {
    list-style: none;
    padding: 16px;
    margin-bottom: 2px;
    background: #FCFCFC; }
    @media (min-width: 960px) {
      .search-results > li {
        padding: 32px 64px 48px 64px; } }
    .search-results > li a {
      display: block;
      text-decoration: none; }
      .search-results > li a:hover h2, .search-results > li a:hover h3, .search-results > li a:focus h2, .search-results > li a:focus h3 {
        text-decoration: underline;
        text-shadow: 0 0 0 #000 !important; }
    .search-results > li > h2 {
      font-size: 18px; }
    .search-results > li p {
      margin-bottom: 4px; }

.search-results-pagination {
  margin: 16px 0 0 0;
  padding: 0;
  text-align: center; }
  .search-results-pagination > li {
    display: inline-block;
    margin: 0 2px;
    list-style: none; }
  .search-results-pagination a {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px; }
    .search-results-pagination a.selected {
      color: #000; }

.media-block {
  *zoom: 1;
  margin-bottom: 48px; }
  .media-block:before, .media-block:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .media-block:after {
    clear: both; }
  @media (min-width: 768px) {
    .media-block .rich-content {
      text-align: left; }
      .media-block .rich-content h1, .media-block .rich-content h2, .media-block .rich-content h3, .media-block .rich-content h4, .media-block .rich-content h5 {
        text-align: center; }
      .media-block .rich-content .text-left {
        text-align: left; }
      .media-block .rich-content .text-right {
        text-align: right; } }

.media-content {
  position: relative;
  width: 100%;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .media-content {
      float: left;
      width: 43.75%;
      margin-left: 0%;
      margin-right: 2.08333%; } }
  .media-content img {
    width: 100%; }

.media-video-link {
  display: block;
  position: relative; }
  .media-video-link:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    background: url("../image/ico_videoplay.png") 0 0 no-repeat; }
  .media-video-link:hover:after {
    background: url("../image/ico_videoplay_over.png") 0 0 no-repeat; }

.media-post-date {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .media-post-date {
      top: 54px; } }
  @media (min-width: 960px) {
    .media-post-date {
      top: 71px; } }

.media-related-items {
  max-width: 960px;
  margin: 0 8px 16px 8px; }
  @media (min-width: 768px) {
    .media-related-items {
      margin-bottom: 64px; } }
  @media (min-width: 960px) {
    .media-related-items {
      margin: 0 auto 96px auto; } }
  .media-related-items > h2 {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .media-related-items > h2 {
        margin-bottom: 32px; } }
    @media (min-width: 960px) {
      .media-related-items > h2 {
        margin-bottom: 48px; } }
  .media-related-items .media-listing-item {
    background: #F0F0F0; }

.media-listing {
  margin: 0 0 32px 0; }
  .media-listing > li {
    margin-bottom: 2px;
    list-style: none; }

.media-listing-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #FCFCFC; }

.media-listing-item-image {
  display: table-cell;
  width: 47%;
  vertical-align: top; }
  @media (min-width: 768px) {
    .media-listing-item-image {
      width: 28%; } }

.media-listing-item-content {
  display: table-cell;
  padding: 0 16px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .media-listing-item-content {
      padding: 0 48px; } }
  .media-listing-item-content > p {
    display: none; }
    @media (min-width: 640px) {
      .media-listing-item-content > p {
        display: block;
        margin: 0;
        text-transform: uppercase; } }
  .media-listing-item-content .media-listing-item-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300; }
    @media (min-width: 768px) {
      .media-listing-item-content .media-listing-item-title {
        font-size: 20px;
        line-height: 22px; } }

.latest-news-years {
  margin: 0 0 32px 0; }
  .latest-news-years > li {
    display: inline-block;
    padding: 8px 24px;
    border-left: solid 1px #E6E6E6; }
    .latest-news-years > li:first-child {
      border: none; }
    .latest-news-years > li > a {
      color: #000; }
      .latest-news-years > li > a.is-active {
        color: #feeef2; }

.sitemap {
  padding: 0 16px; }
  @media (min-width: 960px) {
    .sitemap {
      padding-top: 50px; } }

.sitemap-list {
  margin: 0; }
  .sitemap-list h2 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500; }
  .sitemap-list > li {
    margin-bottom: 48px;
    list-style: none;
    vertical-align: top; }
    @media (min-width: 768px) {
      .sitemap-list > li {
        display: inline-block;
        width: 32%; } }
    @media (min-width: 960px) {
      .sitemap-list > li {
        width: 24%; } }

.sitemap-sublist > li {
  list-style: disc; }
  .sitemap-sublist > li > a {
    color: #000; }

.venues-tab-selector {
  margin: 0 0 8px 0;
  text-align: right; }
  .venues-tab-selector > li {
    display: inline-block;
    padding: 0 0 0 5px;
    margin-left: 2px;
    list-style: none;
    border-left: solid 1px #000;
    font-size: 14px;
    line-height: 14px; }
    .venues-tab-selector > li:first-child {
      border: none; }
    .venues-tab-selector > li > a.is-active, .venues-tab-selector > li > button.is-active {
      cursor: default;
      color: #000; }

.venues-tables-container {
  margin-bottom: 48px; }
  @media (min-width: 960px) {
    .venues-tables-container {
      margin-bottom: 80px; } }
  .venues-tables-container a[data-additional-content-id] {
    white-space: nowrap; }

.venues-table {
  display: none; }
  .venues-table.is-active {
    display: table; }

.venues-content-container {
  position: relative;
  background: #fff;
  padding: 48px 16px 32px 16px;
  width: 100%; }
  @media (min-width: 768px) {
    .venues-content-container {
      padding: 48px 32px 32px 32px; } }
  .venues-content-container:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 48px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff; }
    @media (min-width: 768px) {
      .venues-content-container:before {
        left: 80px; } }

.venues-content {
  width: 100%;
  display: none; }
  .venues-content:before, .venues-content:after {
    content: "";
    display: table; }
  .venues-content:after {
    clear: both; }
  .venues-content.is-active {
    display: block; }
  @media (min-width: 960px) {
    .venues-content .rich-content {
      float: left;
      width: 58.33333%;
      margin-left: 0%;
      margin-right: 0%; } }
  .venues-content .rich-content h2, .venues-content .rich-content h3, .venues-content .rich-content h4, .venues-content .rich-content h5 {
    margin-bottom: 8px; }
  .venues-content .rich-content p {
    margin-bottom: 32px; }

.venues-content-media {
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .venues-content-media {
      float: left;
      width: 37.5%;
      margin-left: 0%;
      margin-right: 4.16667%; } }
  .venues-content-media > img {
    margin-bottom: 16px; }

.venues-content-media-links {
  text-align: center; }
  @media (min-width: 640px) {
    .venues-content-media-links {
      text-align: left; } }
  .venues-content-media-links > a {
    display: inline-block;
    margin: 0 0 5px 20px;
    padding-left: 27px;
    line-height: 25px;
    background-position: left center;
    background-repeat: no-repeat; }
    @media (min-width: 640px) {
      .venues-content-media-links > a {
        margin-bottom: 0; } }
    .venues-content-media-links > a:first-child {
      margin-left: 0; }
    .venues-content-media-links > a.gallery-link {
      background-image: url("../image/ico_view_gallery_25x25.png"); }
      .venues-content-media-links > a.gallery-link:hover {
        background-image: url("../image/ico_view_gallery_25x25_over.png"); }
    .venues-content-media-links > a.iframe-link {
      background-image: url("../image/ico_view_360_25x25.png"); }
      .venues-content-media-links > a.iframe-link:hover {
        background-image: url("../image/ico_view_360_25x25_over.png"); }
    .venues-content-media-links > a.floorplan-link {
      background-image: url("../image/ico_view_floorplan_25x25.png"); }
      .venues-content-media-links > a.floorplan-link:hover {
        background-image: url("../image/ico_view_floorplan_25x25_over.png"); }

.venues-content-close {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("../image/ico_close_25x25.png") center center no-repeat; }

.venues-responsive-cell {
  display: none; }
  @media (max-width: 959px) {
    .is-responsive .venues-responsive-cell:after {
      content: " ";
      display: table-cell;
      width: 60%;
      border-left: solid 1px #F0F0F0; }
    .is-responsive .venues-responsive-cell > div {
      display: table-cell; } }
  @media (max-width: 959px) and (min-width: 480px) {
    .is-responsive .venues-responsive-cell > div {
      width: 40% !important; } }

@media (max-width: 959px) {
  table.is-responsive .venues-content-link-primary {
    cursor: default;
    color: #000; } }

.listing-item {
  display: table;
  width: 100%;
  background: #F0F0F0; }
  @media (min-width: 768px) {
    .listing-item {
      display: block;
      position: relative; } }
  .standard-page-content .listing-item {
    background: #fff; }
  .listing-item > a {
    display: block;
    height: 100%;
    margin: 2px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .listing-item > a {
        margin: 0; } }
    .listing-item > a:hover h2, .listing-item > a:hover h3, .listing-item > a:focus h2, .listing-item > a:focus h3 {
      text-decoration: underline;
      text-shadow: 0 0 0 #000 !important; }
  .listing-item .listing-image {
    display: table-cell;
    width: 47%;
    margin-right: 16px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .listing-item .listing-image {
        display: block;
        width: 100%;
        margin: 2px; } }
    .listing-item .listing-image img {
      width: 100%; }
  .listing-item .listing-item-content {
    display: table-cell;
    width: 53%;
    padding: 0 16px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .listing-item .listing-item-content {
        display: block;
        width: 100%;
        padding: 32px 16px;
        vertical-align: top;
        text-align: center;
        padding-bottom: 143px; }
        .listing-item .listing-item-content__no-cta {
          padding-bottom: 32px; } }
    @media (min-width: 960px) {
      .listing-item .listing-item-content {
        padding: 32px 16px 48px 16px;
        padding-bottom: 143px; }
        .listing-item .listing-item-content__no-cta {
          padding-bottom: 48px; } }
    .listing-item .listing-item-content h3, .listing-item .listing-item-content h2 {
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      color: #888888; }
      @media (min-width: 768px) {
        .listing-item .listing-item-content h3, .listing-item .listing-item-content h2 {
          margin-bottom: 16px;
          font-weight: 300;
          font-size: 21px;
          line-height: 24px; } }
    .listing-item .listing-item-content p {
      font-size: 15px; }
  .listing-item .listing-item-links {
    display: none; }
    @media (min-width: 768px) {
      .listing-item .listing-item-links {
        display: block; } }
  .listing-item .listing-item-buttons {
    display: none; }
    @media (min-width: 768px) {
      .listing-item .listing-item-buttons {
        display: block; } }
  @media (min-width: 768px) {
    .listing-item .listing-item-description {
      min-height: 157px;
      margin-bottom: 32px; } }
  @media (min-width: 1367px) {
    .listing-item .listing-item-description {
      min-height: 137px;
      margin-bottom: 32px; } }
  .listing-item .listing-item-description p {
    color: #000;
    display: none; }
    @media (min-width: 768px) {
      .listing-item .listing-item-description p {
        display: block; } }
  .listing-item .listing-item-ctas {
    display: none;
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .listing-item .listing-item-ctas {
        display: block; } }
    .listing-item .listing-item-ctas > a {
      margin: 0 5px 8px 5px;
      padding-left: 16px;
      padding-right: 16px; }
  .listing-item .listing-item-links {
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 50%;
    text-align: right;
    padding-right: 5px; }
  .listing-item .listing-item-links.fullWidth {
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    text-align: center; }
  .listing-item .listing-item-buttons {
    display: none;
    position: absolute;
    bottom: 47px;
    width: 50%;
    right: 0;
    text-align: left;
    padding-left: 5px; }
    .listing-item .listing-item-buttons a.button, .listing-item .listing-item-buttons .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .listing-item .listing-item-buttons a {
      margin-top: 0;
      padding: 13px 32px; }
    @media (min-width: 768px) {
      .listing-item .listing-item-buttons {
        display: block; } }

.alternating-list {
  margin: 0; }
  .alternating-list > li {
    list-style: none; }

.alternating-list-item {
  position: relative;
  overflow: hidden;
  background: #F0F0F0;
  text-align: center; }
  @media (min-width: 768px) {
    .alternating-list-item {
      height: 385px; } }
  @media (min-width: 960px) {
    .alternating-list-item {
      height: 510px; } }
  @media (min-width: 768px) {
    .alternating-list-item.listing-full-width {
      height: 300px; } }

.alternating-list-image {
  height: 234px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .alternating-list-image {
      height: 300px; } }
  @media (min-width: 768px) {
    .alternating-list-image {
      float: left;
      width: 54.16667%;
      margin-left: 0%;
      margin-right: 0%;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 1; } }
  @media (min-width: 768px) {
    .listing-align-left .alternating-list-image {
      right: 0; } }
  @media (min-width: 768px) {
    .listing-align-right .alternating-list-image {
      left: 0; } }

.alternating-list-item-content {
  position: relative;
  padding: 32px 16px 64px 16px; }
  @media (min-width: 768px) {
    .alternating-list-item-content {
      height: 100%;
      display: table;
      table-layout: fixed;
      padding: 16px; } }
  @media (min-width: 960px) {
    .alternating-list-item-content {
      padding: 32px; } }
  @media (min-width: 768px) {
    .listing-align-left .alternating-list-item-content,
    .listing-align-right .alternating-list-item-content {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 2;
      left: 0; } }
  @media (min-width: 768px) {
    .listing-align-left .alternating-list-item-content {
      float: left;
      width: 45.83333%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 768px) {
    .listing-align-right .alternating-list-item-content {
      float: left;
      width: 45.83333%;
      margin-left: 54.16667%;
      margin-right: 0%; } }
  @media (min-width: 768px) {
    .listing-full-width .alternating-list-item-content {
      padding: 16px 48px;
      max-width: 800px;
      margin: 0 auto; } }
  .alternating-list-item-content > div {
    position: relative;
    z-index: 2;
    width: 100%; }
    @media (min-width: 768px) {
      .alternating-list-item-content > div {
        display: table-cell;
        vertical-align: middle; } }
    .alternating-list-item-content > div a {
      display: block;
      text-decoration: none; }
      .alternating-list-item-content > div a p {
        color: #000; }
      .alternating-list-item-content > div a:hover h2, .alternating-list-item-content > div a:hover h3, .alternating-list-item-content > div a:focus h2, .alternating-list-item-content > div a:focus h3 {
        text-decoration: underline;
        text-shadow: 0 0 0 #000 !important; }
  .alternating-list-item-content h3, .alternating-list-item-content h2 {
    margin-bottom: 16px;
    font-size: 24px; }
    .timeline-page .alternating-list-item-content h3, .timeline-page .alternating-list-item-content h2 {
      text-transform: none; }
      @media (min-width: 960px) {
        .timeline-page .alternating-list-item-content h3, .timeline-page .alternating-list-item-content h2 {
          font-size: 38px; } }

.csstransforms .alternating-list-item-content:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  background: #F0F0F0;
  width: 200%; }
  @media (min-width: 768px) {
    .csstransforms .alternating-list-item-content:before {
      width: 100%;
      height: 200%; } }

.csstransforms .listing-align-left .alternating-list-item-content:before {
  right: 0;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  @media (min-width: 768px) {
    .csstransforms .listing-align-left .alternating-list-item-content:before {
      -webkit-transform: rotate(-9deg);
      -moz-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
      transform: rotate(-9deg); } }

.csstransforms .listing-align-right .alternating-list-item-content:before {
  left: 0;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  @media (min-width: 768px) {
    .csstransforms .listing-align-right .alternating-list-item-content:before {
      -webkit-transform: rotate(9deg);
      -moz-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
      transform: rotate(9deg); } }

.csstransforms .listing-full-width .alternating-list-item-content:before {
  display: none; }

.iframe-block {
  margin-bottom: 48px; }
  .iframe-block.iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .iframe-block.iframe-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .iframe-block iframe {
    width: 100%;
    border: none; }

.description-block {
  *zoom: 1;
  margin-bottom: 48px; }
  .description-block:before, .description-block:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .description-block:after {
    clear: both; }
  .headline .description-block {
    margin-bottom: 0; }
  .description-block .rich-content {
    overflow: hidden; }
    .description-block .rich-content h3 {
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .description-block .rich-content h3 {
          margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .description-block.align-right .rich-content, .description-block.align-left .rich-content {
      text-align: left; } }

.description-block-media {
  width: 100%;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .description-block-media {
      float: left;
      width: 43.75%;
      margin-left: 0%;
      margin-right: 6.25%; } }
  @media (min-width: 768px) {
    .align-right .description-block-media {
      float: left;
      width: 43.75%;
      margin-left: 6.25%;
      margin-right: 0%;
      float: right; } }
  .description-block-media img {
    width: 100%; }

.home-mobile #main {
  padding: 16px; }

.home-mobile .mobile-home-reservation-button {
  display: block;
  margin-bottom: 32px; }

.home-mobile .reservation-button {
  display: none; }

.home-mobile .locations-name {
  font-size: 14px; }

.home-mobile .view-locations {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px; }
  .home-mobile .view-locations:after {
    font-size: 12px;
    content: " \00BB"; }

.home-mobile .cta {
  position: relative;
  margin: 0 0 16px 0; }
  .home-mobile .cta img {
    width: 100%; }

.home-mobile-locations h2 {
  font-size: 18px; }

.home-mobile-locations ul {
  *zoom: 1;
  list-style-type: none;
  margin: 16px 0 16px 0; }
  .home-mobile-locations ul:before, .home-mobile-locations ul:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .home-mobile-locations ul:after {
    clear: both; }

.home-mobile-locations li {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 3px 3px 0;
  display: block;
  float: left;
  padding-right: 2px; }
  .home-mobile-locations li img {
    width: 100%; }
  .home-mobile-locations li a {
    position: relative;
    display: block;
    text-align: center; }
  .home-mobile-locations li a.is-active .centered-text, .home-mobile-locations li:hover .centered-text {
    background: none; }

.property-mobile {
  /*
	.hero .slide-content {
		//display: none;
		display: block;
		visibility: visible;
		bottom: 100%;
	}
    */ }
  .property-mobile #main {
    padding: 16px; }
  .property-mobile .main-nav-logo {
    font-family: "Ubuntu", sans-serif; }
    .property-mobile .main-nav-logo .property-name {
      font-size: 18px; }
    .property-mobile .main-nav-logo .property-location {
      font-size: 12px; }

.mobile-property-actions,
.mobile-property-details {
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin: 0 0 32px 0; }
  .mobile-property-actions li,
  .mobile-property-details li {
    display: block;
    float: left;
    list-style-type: none; }
  .mobile-property-actions:before, .mobile-property-actions:after,
  .mobile-property-details:before,
  .mobile-property-details:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .mobile-property-actions:after,
  .mobile-property-details:after {
    clear: both; }
  .mobile-property-actions li,
  .mobile-property-details li {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 3px 3px 0; }
  .mobile-property-actions a,
  .mobile-property-details a {
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    text-align: center; }

.mobile-property-details a {
  padding: 16px;
  font-size: 14px;
  color: #232725;
  background: #F0F0F0; }
  .mobile-property-details a:hover {
    color: #232725;
    background: #E6E6E6; }

.mobile-property-details img {
  display: inline-block;
  clear: both; }

.custom-form {
  text-align: center; }
  .custom-form h3, .custom-form h2 {
    margin: 0; }
    .custom-form h3.form-subheader, .custom-form h2.form-subheader {
      font-size: 14px;
      text-align: left; }
      @media (min-width: 768px) {
        .custom-form h3.form-subheader, .custom-form h2.form-subheader {
          padding-left: 16px; } }
      .custom-form h3.form-subheader:after, .custom-form h2.form-subheader:after {
        display: none; }
  .custom-form label,
  .custom-form legend {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000;
    font-family: "Ubuntu", sans-serif; }
  @media (min-width: 768px) {
    .custom-form textarea {
      max-width: 400px; } }
  .custom-form hr {
    border-color: #c0c0c0; }
  @media (min-width: 768px) {
    .custom-form .custom-form-field {
      overflow: initial; } }
  .custom-form .button, .custom-form .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .custom-form a {
    margin: 0 5px; }

.custom-form-row {
  margin-bottom: 32px; }
  .custom-form-row:before, .custom-form-row:after {
    content: "";
    display: table; }
  .custom-form-row:after {
    clear: both; }

@media (min-width: 768px) {
  .custom-form-group,
  .custom-form-radio-group,
  .custom-form-checkbox-group {
    position: relative;
    padding-left: 230px; }
    .custom-form-group > label,
    .custom-form-group > legend,
    .custom-form-radio-group > label,
    .custom-form-radio-group > legend,
    .custom-form-checkbox-group > label,
    .custom-form-checkbox-group > legend {
      display: block;
      position: absolute;
      left: 16px;
      top: 0;
      width: 215px; } }

@media (min-width: 768px) {
  .custom-form-group > label,
  .custom-form-group > legend {
    padding: 8px 0; } }

.custom-form-radio-group ul,
.custom-form-checkbox-group ul {
  margin: 0; }
  .custom-form-radio-group ul > li,
  .custom-form-checkbox-group ul > li {
    list-style: none; }

@media (min-width: 640px) {
  .custom-form-radio-group label,
  .custom-form-checkbox-group label {
    float: none;
    width: auto; } }

.custom-form-radio-group.orientation-Horizontal ul > li,
.custom-form-checkbox-group.orientation-Horizontal ul > li {
  display: inline-block;
  width: 49%; }
  @media (min-width: 640px) {
    .custom-form-radio-group.orientation-Horizontal ul > li,
    .custom-form-checkbox-group.orientation-Horizontal ul > li {
      width: 33%; } }
  @media (min-width: 768px) {
    .custom-form-radio-group.orientation-Horizontal ul > li,
    .custom-form-checkbox-group.orientation-Horizontal ul > li {
      width: auto;
      margin-right: 48px; } }

.field-validation-error {
  display: block;
  color: #DB0000;
  margin-top: 3px; }

.gallery-listing {
  margin: 0 8px; }
  .gallery-listing:before, .gallery-listing:after {
    content: "";
    display: table; }
  .gallery-listing:after {
    clear: both; }
  .gallery-listing > li {
    list-style: none;
    padding: 0 3px;
    position: relative;
    margin-bottom: 5px; }

@media (min-width: 480px) {
  .gallery-listing-item {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; } }

@media (min-width: 768px) {
  .gallery-listing-item {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; } }

@media (min-width: 960px) {
  .gallery-listing-item:nth-child(8n-7) {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%;
    clear: both;
    margin-bottom: 5px; }
  .gallery-listing-item:nth-child(8n-6) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
  .gallery-listing-item:nth-child(8n-5) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%; }
  .gallery-listing-item:nth-child(8n-4) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    clear: both;
    margin-bottom: 5px; }
  .gallery-listing-item:nth-child(8n-3) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%; }
  .gallery-listing-item:nth-child(8n-2) {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
    clear: both;
    margin-bottom: 5px; }
    .gallery-listing-item:nth-child(8n-2).orphan {
      float: left !important; }
  .gallery-listing-item:nth-child(8n-1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right; }
  .gallery-listing-item:nth-child(8n) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right; } }

.galley-listing-content {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .galley-listing-content > a {
    position: absolute;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px; }
    .no-touch .galley-listing-content > a:hover .centered-text, .no-touch .galley-listing-content > a:focus .centered-text {
      display: table;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 16px; }
    .galley-listing-content > a .centered-text {
      display: none; }
  .no-touch .galley-listing-content.video > a:hover .centered-text span {
    background-position: 0px -64px; }
  .galley-listing-content.video > a .centered-text {
    display: block; }
    .galley-listing-content.video > a .centered-text span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -18px 0px 0px -25px;
      width: 50px;
      height: 36px;
      background-image: url("../image/icon-play.png");
      background-position: 0px 0px;
      background-repeat: no-repeat; }

.rewards-grid ul {
  position: relative; }

@media (min-width: 768px) {
  .rewards-grid li {
    padding: 0 4px;
    margin-bottom: 8px;
    float: left; } }

.reward-item-content {
  display: none; }

.reward-image {
  cursor: pointer;
  height: 180px;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  margin: 2px; }
  .reward-image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .reward-image img {
    display: inline-block;
    vertical-align: middle;
    height: 180px;
    width: 100%; }
  .reward-image button {
    background-color: #F8F8F8;
    padding: 0;
    width: 100%; }
    .reward-item.active .reward-image button, .reward-image button:focus, .reward-image button:hover {
      background-color: #fff; }

.reward-item-extend {
  width: 100%;
  margin: 24px 0 24px;
  padding: 48px 16px 32px 16px;
  background-color: #fff;
  min-height: 170px;
  position: relative; }
  @media (min-width: 768px) {
    .reward-item-extend {
      float: left;
      margin-top: 16px;
      padding: 48px 32px 32px 32px; } }
  .reward-item-extend > h3 {
    font-size: 18px;
    margin-bottom: 16px; }
  .reward-item-extend .arrow {
    position: absolute;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #fff transparent; }
  .reward-item-extend .close-btn {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: url("../image/ico_close_25x25.png") center center no-repeat; }

.landscapes-page .hero-content-links {
  display: inline-block;
  margin: 0 auto; }
  .landscapes-page .hero-content-links ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto; }
    .landscapes-page .hero-content-links ul li {
      list-style: none;
      float: left;
      font-family: "Quattrocento", serif;
      font-weight: 300; }
      .landscapes-page .hero-content-links ul li a {
        font-size: 18px;
        text-transform: uppercase; }
      .landscapes-page .hero-content-links ul li a:hover {
        color: #fbbecd; }
      .landscapes-page .hero-content-links ul li .hero-content-links-selected {
        color: #fbbecd;
        border-bottom: 1px solid #fbbecd;
        padding-bottom: 1px; }
    .landscapes-page .hero-content-links ul .hero-content-links-divider {
      color: #feeef2;
      padding: 0 10px; }

.landscapes-page .buttons-block {
  margin-top: 10px;
  margin-bottom: 5px; }
  .landscapes-page .buttons-block a {
    margin: 0; }
  .landscapes-page .buttons-block a:hover {
    color: #fbbecd; }

.landscapes-page .alternating-list-item-content h3 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.2em; }

.landscapes-page .alternating-list-category h4 {
  text-align: center; }

.landscapes-page .alternating-list-category hr {
  border: solid #feeef2;
  border-width: 1px 0 0;
  width: 39px;
  margin: 0 auto;
  padding: 6px 0; }

.landscapes-page .alternating-list-address {
  font-family: "Quattrocento", serif;
  font-weight: 300;
  padding: 5px 0;
  /*padding-bottom: 15px;*/
  color: #feeef2; }

.landscapes-page .alternating-list-contact-image {
  height: 234px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.landscapes-page .listing-full-width .alternating-list-item {
  background-color: #fff; }
  .landscapes-page .listing-full-width .alternating-list-item .alternating-list-item-content {
    background-color: #fff; }

.landscapes-page .listing-full-width .alternating-contact-list {
  display: inline-block;
  margin: 0 auto; }
  .landscapes-page .listing-full-width .alternating-contact-list ul {
    margin: 0 auto; }
    .landscapes-page .listing-full-width .alternating-contact-list ul li {
      /*float: left;*/
      list-style: none; }

.landscapes-page .alternating-list-item-ctas p {
  font-size: 12px;
  padding-top: 20px; }

@media (min-width: 768px) {
  .landscapes-page {
    /*.alternating-list-contact-image {
			float: left;
			width: 54.16667%;
			margin-left: 0%;
			margin-right: 0%;
			position: absolute;
			top: 0;
			height: 100%;
			z-index: 1;
			right: 0;
		}*/ }
    .landscapes-page .alternating-list-item {
      height: 480px; }
      .landscapes-page .alternating-list-item .alternating-list-image {
        width: 54.3555%; }
      .landscapes-page .alternating-list-item .alternating-list-item-content {
        padding: 16px 24px; }
        .landscapes-page .alternating-list-item .alternating-list-item-content h3 {
          font-size: 21px; }
        .landscapes-page .alternating-list-item .alternating-list-item-content .alternating-list-category hr {
          padding: 6px 0;
          /*padding: 8px 0;*/ }
    .landscapes-page .listing-full-width {
      /*.alternating-list-item-content {
				position: absolute;
				top: 0;
				height: 100%;
				z-index: 2;
				left: 0;
				float: left;
				width: 45.83333%;
				margin-left: 0%;
				margin-right: 0%;
			}*/ }
      .landscapes-page .listing-full-width h1 {
        margin-bottom: 16px; } }

@media (min-width: 960px) {
  .landscapes-page .hero-content > div {
    padding: 48px 32px 16px 4px; }
  .landscapes-page .buttons-block {
    margin-top: 5px;
    margin-bottom: 5px; }
  .landscapes-page .alternating-list-item .alternating-list-item-content {
    padding: 16px 37px; }
    .landscapes-page .alternating-list-item .alternating-list-item-content h3 {
      margin-bottom: 5px;
      /*margin-bottom: 0px;*/
      font-size: 24px;
      line-height: 1.5em; }
  .landscapes-page .alternating-list-category h4 {
    text-align: center; }
  .landscapes-page .alternating-list-category hr {
    padding: 10px 0; }
  .landscapes-page .alternating-list-address {
    padding: 5px 0;
    /*padding-bottom: 20px;*/ } }

.landscapes-page.langhamplace .alternating-list-address {
  font-family: "Ubuntu", sans-serif; }

.landscapes-page.langhamplace .hero-content-links ul li {
  font-family: "Ubuntu", sans-serif; }

@media (min-width: 768px) {
  .landscapes-dynamic-page .alternating-list-item {
    height: auto; } }

@media (min-width: 768px) {
  .landscapes-dynamic-page .alternating-list-image {
    height: auto;
    position: static;
    width: 100%;
    float: none;
    padding-top: 56.25%; } }

@media (min-width: 768px) {
  .landscapes-dynamic-page .listing-align-left .alternating-list-image,
  .landscapes-dynamic-page .listing-align-right .alternating-list-image {
    right: auto;
    left: auto; } }

@media (min-width: 768px) {
  .landscapes-dynamic-page .alternating-list-item-content {
    height: auto;
    display: relative;
    table-layout: auto;
    padding: 32px 16px 64px 16px; } }

@media (min-width: 768px) {
  .landscapes-dynamic-page .alternating-list-item-content > div {
    display: block;
    vertical-align: initial; } }

@media (min-width: 768px) {
  .landscapes-dynamic-page .listing-align-left .alternating-list-item-content,
  .landscapes-dynamic-page .listing-align-right .alternating-list-item-content {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    float: none;
    margin: 0;
    z-index: 2;
    left: auto; } }

@media (min-width: 768px) {
  .csstransforms .landscapes-dynamic-page .alternating-list-item-content:before {
    height: 100%;
    width: 200%; } }

@media (min-width: 768px) {
  .csstransforms .landscapes-dynamic-page .listing-align-left .alternating-list-item-content:before {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; } }

@media (min-width: 768px) {
  .csstransforms .landscapes-dynamic-page .listing-align-right .alternating-list-item-content:before {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; } }

@media (min-width: 960px) {
  .landscapes-dynamic-page .full-slide .slide-bg {
    height: 100%;
    padding-top: 0; } }

@media (min-width: 960px) {
  .landscapes-filters {
    position: relative;
    padding-top: 56.25%; } }

@media (min-width: 1140px) {
  .landscapes-filters {
    padding-top: 37.2%; } }

.landscapes-filters a {
  text-transform: uppercase;
  text-decoration: none; }

.landscapes-filters-main {
  padding: 48px 16px 24px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .landscapes-filters-main {
      padding: 48px 32px 48px 32px; } }
  @media (min-width: 960px) {
    .landscapes-filters-main {
      padding: 16px;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 50%; } }
  @media (min-width: 1367px) {
    .landscapes-filters-main {
      padding: 32px 48px 32px 48px; } }
  .landscapes-filters-main h1 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff; }
    @media (min-width: 768px) {
      .landscapes-filters-main h1 {
        margin-bottom: 16px;
        font-size: 30px; } }
    @media (min-width: 960px) {
      .landscapes-filters-main h1 {
        margin-bottom: 16px;
        font-size: 24px; } }
    @media (min-width: 1140px) {
      .landscapes-filters-main h1 {
        margin-bottom: 16px;
        font-size: 30px; } }
  .landscapes-filters-main p {
    display: none; }
    @media (min-width: 768px) {
      .landscapes-filters-main p {
        display: block;
        color: #fff;
        font-size: 15px; } }
    @media (min-width: 1367px) {
      .landscapes-filters-main p {
        margin-bottom: 32px; } }

.landscapes-filter-category-types {
  margin: 0 0 8px 0;
  text-align: center; }
  @media (min-width: 1367px) {
    .landscapes-filter-category-types {
      margin-bottom: 24px; } }
  .landscapes-filter-category-types > li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
    border-left: solid 1px #fff;
    line-height: 16px; }
    @media (min-width: 768px) {
      .landscapes-filter-category-types > li {
        padding: 0 16px;
        line-height: 18px; } }
    @media (min-width: 1367px) {
      .landscapes-filter-category-types > li {
        line-height: 24px; } }
    .landscapes-filter-category-types > li:first-child {
      border: none; }
    .landscapes-filter-category-types > li a.is-active:before,
    .landscapes-filter-category-types > li a:hover:before,
    .landscapes-filter-category-types > li a:focus:before {
      content: " ";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #fff; }
      @media (min-width: 960px) {
        .landscapes-filter-category-types > li a.is-active:before,
        .landscapes-filter-category-types > li a:hover:before,
        .landscapes-filter-category-types > li a:focus:before {
          height: 2px; } }
  .landscapes-filter-category-types a {
    display: inline-block;
    position: relative;
    padding: 2px;
    color: #fff;
    font-size: 16px; }
    @media (min-width: 768px) {
      .landscapes-filter-category-types a {
        font-size: 18px; } }
    @media (min-width: 960px) {
      .landscapes-filter-category-types a {
        padding: 3px 2px 5px 2px; } }
    @media (min-width: 1367px) {
      .landscapes-filter-category-types a {
        padding: 4px 2px 6px 2px;
        font-size: 24px; } }

.landscapes-category-wrapper {
  display: inline-block;
  position: relative;
  padding: 2px 0; }
  @media (min-width: 960px) {
    .landscapes-category-wrapper {
      padding: 0; } }
  .landscapes-filter-category-button.is-active .landscapes-category-wrapper:before,
  .landscapes-filter-category-button:hover .landscapes-category-wrapper:before,
  .landscapes-filter-category-button:focus .landscapes-category-wrapper:before {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #feeef2; }
    @media (min-width: 960px) {
      .landscapes-filter-category-button.is-active .landscapes-category-wrapper:before,
      .landscapes-filter-category-button:hover .landscapes-category-wrapper:before,
      .landscapes-filter-category-button:focus .landscapes-category-wrapper:before {
        display: none; } }

.landscapes-contact-concierge-main-link {
  color: #fff; }
  @media (min-width: 768px) {
    .landscapes-contact-concierge-main-link {
      font-size: 15px; } }
  .landscapes-contact-concierge-main-link:hover, .landscapes-contact-concierge-main-link:focus {
    color: #fff;
    text-decoration: underline; }

.landscapes-filter-categories {
  padding: 16px 0; }
  .landscapes-filter-categories ul {
    margin: 0;
    text-align: center; }
    .landscapes-filter-categories ul > li {
      list-style: none;
      display: inline-block;
      padding: 0 8px;
      border-left: solid 1px #feeef2;
      line-height: 14px; }
      @media (min-width: 768px) {
        .landscapes-filter-categories ul > li {
          padding: 0 16px;
          line-height: 18px; } }
      @media (min-width: 960px) {
        .landscapes-filter-categories ul > li {
          display: block;
          position: absolute;
          padding: 0;
          line-height: auto;
          margin: 0;
          border: none; } }
      .landscapes-filter-categories ul > li:first-child {
        border: none; }
      .landscapes-filter-categories ul > li .centered-text {
        position: relative;
        z-index: 2; }
  @media (min-width: 960px) {
    .landscapes-filter-categories[data-filter-category-group="traveller"] ul > li.category-one {
      top: 50%;
      right: 50%;
      bottom: 0;
      left: 0; }
    .landscapes-filter-categories[data-filter-category-group="traveller"] ul > li.category-two {
      top: 0;
      left: 50%;
      bottom: 0;
      right: 25%; }
    .landscapes-filter-categories[data-filter-category-group="traveller"] ul > li.category-three {
      top: 0;
      right: 0;
      left: 75%;
      bottom: 50%; }
    .landscapes-filter-categories[data-filter-category-group="traveller"] ul > li.category-four {
      bottom: 0;
      right: 0;
      left: 75%;
      top: 50%; } }
  @media (min-width: 960px) {
    .landscapes-filter-categories[data-filter-category-group="interest"] ul > li.category-one {
      width: 25%;
      height: 50%;
      bottom: 0;
      left: 0; }
    .landscapes-filter-categories[data-filter-category-group="interest"] ul > li.category-two {
      width: 25%;
      height: 50%;
      bottom: 0;
      left: 25%; }
    .landscapes-filter-categories[data-filter-category-group="interest"] ul > li.category-three {
      width: 25%;
      height: 100%;
      top: 0;
      left: 50%; }
    .landscapes-filter-categories[data-filter-category-group="interest"] ul > li.category-four {
      width: 25%;
      height: 50%;
      top: 0;
      right: 0; }
    .landscapes-filter-categories[data-filter-category-group="interest"] ul > li.category-five {
      width: 25%;
      height: 50%;
      bottom: 0;
      right: 0; } }

.landscapes-filter-category-button {
  font-size: 14px;
  display: block; }
  @media (min-width: 768px) {
    .landscapes-filter-category-button {
      font-size: 18px; } }
  @media (min-width: 960px) {
    .landscapes-filter-category-button {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 24px; }
      .csstransforms .landscapes-filter-category-button {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
      .landscapes-filter-category-button.is-active, .landscapes-filter-category-button:hover, .landscapes-filter-category-button:focus {
        background: none;
        color: #3f454f; }
        .landscapes-filter-category-button.is-active .landscapes-category-wrapper, .landscapes-filter-category-button:hover .landscapes-category-wrapper, .landscapes-filter-category-button:focus .landscapes-category-wrapper {
          background: rgba(240, 240, 240, 0.6);
          padding: 10px; } }
  @media (min-width: 1140px) {
    .landscapes-filter-category-button {
      font-size: 30px; } }

.landscapes-filter-category-bg {
  display: none; }
  @media (min-width: 960px) {
    .landscapes-filter-category-bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }

.landscapes-attraction {
  width: 100%; }
  @media (min-width: 960px) {
    .landscapes-attraction {
      min-height: 768px;
      max-height: 945px;
      position: relative;
      overflow: hidden; } }
  .opacity .landscapes-attraction .slick-prev,
  .opacity .landscapes-attraction .slick-next,
  .opacity .landscapes-attraction .slick-dots {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  .opacity .landscapes-attraction.showing-expanded-content .slick-prev,
  .opacity .landscapes-attraction.showing-expanded-content .slick-next,
  .opacity .landscapes-attraction.showing-expanded-content .slick-dots {
    opacity: 0; }
  .no-opacity .landscapes-attraction.showing-expanded-content .slick-prev,
  .no-opacity .landscapes-attraction.showing-expanded-content .slick-next,
  .no-opacity .landscapes-attraction.showing-expanded-content .slick-dots {
    display: none !important; }

@media (min-width: 960px) {
  .landscapes-attraction-content {
    float: left;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1; }
    .csstransforms .landscapes-attraction-content {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .listing-align-right .landscapes-attraction-content {
      right: 0; }
      .listing-align-right .landscapes-attraction-content .slick-prev {
        left: 40px; } }
      @media (min-width: 960px) and (min-width: 1140px) {
        .listing-align-right .landscapes-attraction-content .slick-prev {
          left: 88px; } }

@media (min-width: 960px) {
    .listing-align-left .landscapes-attraction-content .slick-next {
      right: 40px; } }
    @media (min-width: 960px) and (min-width: 1140px) {
      .listing-align-left .landscapes-attraction-content .slick-next {
        right: 88px; } }

@media (min-width: 1140px) {
  .landscapes-attraction-content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; } }

.landscapes-attraction-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 960px) {
  .landscapes-attraction-description {
    width: 37.5%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 3;
    background: #F0F0F0; }
    .csstransforms .landscapes-attraction-description {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .showing-expanded-content .landscapes-attraction-description {
      width: 45.83333%; } }

@media (min-width: 1140px) {
  .landscapes-attraction-description {
    width: 25%; }
    .showing-expanded-content .landscapes-attraction-description {
      width: 45.83333%; } }

@media (min-width: 768px) {
  .listing-align-right .landscapes-attraction-description {
    left: 0;
    right: auto; } }

.csstransforms .landscapes-attraction-description .slant {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  height: 200%;
  z-index: 10;
  background: #F0F0F0;
  left: 0;
  top: 0;
  -webkit-transform: rotate(8.5deg);
  -moz-transform: rotate(8.5deg);
  -ms-transform: rotate(8.5deg);
  transform: rotate(8.5deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .csstransforms .landscapes-attraction-description .slant {
      float: left;
      width: 39.58333%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 1367px) {
    .csstransforms .landscapes-attraction-description .slant {
      float: left;
      width: 37.5%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 768px) {
    .csstransforms .landscapes-attraction-description .slant {
      width: 100% !important; } }

.csstransforms .listing-align-right .landscapes-attraction-description .slant {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-8.5deg);
  -moz-transform: rotate(-8.5deg);
  -ms-transform: rotate(-8.5deg);
  transform: rotate(-8.5deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.landscapes-attraction-map {
  float: left;
  width: 54.16667%;
  margin-left: 0%;
  margin-right: 0%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateZ(0); }
  .csstransforms .landscapes-attraction-map {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  @media (min-width: 768px) {
    .landscapes-attraction-map {
      float: left;
      width: 54.16667%;
      margin-left: 0%;
      margin-right: 0%; } }
  @media (min-width: 1140px) {
    .landscapes-attraction-map {
      float: left;
      width: 75%;
      margin-left: 0%;
      margin-right: 0%; } }
  .showing-map .landscapes-attraction-map {
    opacity: 1;
    z-index: 2; }
  @media (min-width: 1140px) {
    .showing-expanded-content .landscapes-attraction-map {
      float: left;
      width: 54.16667%;
      margin-left: 0%;
      margin-right: 0%; } }
  .listing-align-right .landscapes-attraction-map {
    right: 0; }
  .landscapes-attraction-map img {
    max-width: none; }

.map-canvas {
  width: 100%;
  height: 100%; }

@media (min-width: 960px) {
  .landscapes-attraction-info {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 16px;
    text-align: center;
    z-index: 10; } }

.landscapes-attraction-synopsis {
  position: relative;
  z-index: 3; }
  @media (min-width: 960px) {
    .landscapes-attraction-synopsis {
      text-align: center; }
      .opacity .landscapes-attraction-synopsis {
        opacity: 1; }
        .showing-expanded-content .opacity .landscapes-attraction-synopsis {
          display: block;
          opacity: 0; }
      .showing-expanded-content .no-opacity .landscapes-attraction-synopsis {
        display: none; }
      .csstransforms .landscapes-attraction-synopsis {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; } }
  .showing-expanded-content .landscapes-attraction-synopsis {
    display: none; }

.landscapes-attraction-description-full {
  display: none;
  position: relative;
  z-index: 2; }
  @media (min-width: 960px) {
    .landscapes-attraction-description-full {
      position: absolute;
      top: 0;
      left: 0; }
      .opacity .landscapes-attraction-description-full {
        opacity: 0; }
      .no-opacity .landscapes-attraction-description-full {
        display: none; }
      .csstransforms .landscapes-attraction-description-full {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; } }
  .showing-expanded-content .landscapes-attraction-description-full {
    display: block; }
    @media (min-width: 960px) {
      .opacity .showing-expanded-content .landscapes-attraction-description-full,
      .no-opacity .showing-expanded-content .landscapes-attraction-description-full {
        display: table; } }
  @media (min-width: 960px) {
    .opacity .fade-in-content .landscapes-attraction-description-full {
      opacity: 1; } }

.landscapes-info-columns {
  position: relative;
  overflow: hidden; }
  @media (min-width: 960px) {
    .landscapes-info-columns:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 180px;
      width: 1px;
      background: #c0c0c0; } }
  @media (min-width: 1140px) {
    .landscapes-info-columns:before {
      left: 200px; } }
  @media (min-width: 1367px) {
    .landscapes-info-columns:before {
      left: 225px; } }
  .landscapes-info-columns > div {
    padding: 0 16px;
    text-align: left; }
    @media (min-width: 1367px) {
      .landscapes-info-columns > div {
        padding: 0 32px; } }

@media (min-width: 960px) {
  .landscapes-attraction-left-info {
    float: left;
    width: 180px; } }

@media (min-width: 1140px) {
  .landscapes-attraction-left-info {
    width: 200px; } }

@media (min-width: 1367px) {
  .landscapes-attraction-left-info {
    width: 225px; } }

.landscapes-attraction-right-info {
  overflow: hidden; }

.alternating-list-item-content-landscapes {
  position: relative;
  padding: 32px 16px 64px 16px; }
  .alternating-list-item-content-landscapes:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: #F0F0F0;
    width: 200%; }
    .listing-align-left .alternating-list-item-content-landscapes:before {
      right: 0;
      -webkit-transform: rotate(4deg);
      -moz-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      transform: rotate(4deg);
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }
    .listing-align-right .alternating-list-item-content-landscapes:before {
      left: 0;
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      transform: rotate(-4deg);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }

@media (min-width: 960px) {
  .landscapes-attraction-description-content {
    display: table-cell;
    vertical-align: middle; } }

.landscapes-attraction-content-header {
  position: relative;
  z-index: 2; }

.landscapes-attraction-category {
  font-size: 16px;
  text-transform: uppercase;
  color: #888888;
  margin: 0 0 16px 0; }
  .landscapes-attraction-category > span {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: solid 1px #888888; }

.landscapes-attraction-title {
  font-size: 18px; }
  @media (min-width: 960px) {
    .landscapes-attraction-title {
      margin-bottom: 0;
      font-size: 24px; }
      .landscapes-attraction-description-full .landscapes-attraction-title {
        margin-bottom: 32px; } }
  .langhamplace .landscapes-attraction-title {
    font-weight: 400; }

.landscapes-attraction-traveler-type {
  padding-top: 8px;
  text-transform: uppercase; }
  .landscapes-attraction-traveler-type > span {
    font-weight: 500; }

.landscapes-attraction-address-title {
  margin: 0;
  text-transform: none; }

@media (min-width: 960px) {
  .landscapes-attraction-description-content-full {
    margin-bottom: 32px; } }

.landscapes-attraction-rating {
  margin: 0 0 8px 0;
  width: 100%;
  text-align: center; }
  @media (min-width: 960px) {
    .landscapes-attraction-rating {
      margin-bottom: 16px;
      text-align: left; } }
  .landscapes-attraction-rating > li {
    display: inline-block;
    margin: 0 2px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite.png");
    background-position: -4px -1028px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .landscapes-attraction-rating > li {
        background-image: url("../image/icon_sprite@2x.png");
        background-size: 200px 1143px; } }
    @media (min-width: 960px) {
      .landscapes-attraction-rating > li {
        margin: 0 4px 0 0; } }
    .landscapes-attraction-rating > li.highlight {
      background-position: -36px -1028px; }

.landscapes-attraction-secondary-description {
  margin-bottom: 32px;
  font-size: 16px; }

.landscapes-attraction-location {
  margin-bottom: 24px; }
  .landscapes-attraction-location h3, .landscapes-attraction-location h4, .landscapes-attraction-location h5 {
    margin: 0;
    color: #000;
    font-weight: 600; }
    .langhamplace .landscapes-attraction-location h3, .langhamplace .landscapes-attraction-location h4, .langhamplace .landscapes-attraction-location h5 {
      font-weight: 500; }

.landscapes-attraction-contact {
  margin-bottom: 32px; }

.landscapes-attraction-ctas {
  margin-bottom: 32px; }
  .landscapes-attraction-ctas > a {
    margin: 0 auto 8px auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 200px; }
    @media (min-width: 960px) {
      .landscapes-attraction-ctas > a {
        display: inline-block;
        width: auto;
        margin: 0 8px 8px 0;
        padding-left: 32px;
        padding-right: 32px; } }

.landscapes-share {
  display: none;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 3; }
  @media (min-width: 960px) {
    .landscapes-share {
      top: 48px;
      left: 32px; } }
  .showing-expanded-content .landscapes-share {
    display: block; }
  .listing-align-right .landscapes-share {
    left: auto;
    right: 16px; }
    @media (min-width: 960px) {
      .listing-align-right .landscapes-share {
        left: 32px;
        right: auto; } }

.landscapes-attraction-close {
  text-transform: uppercase;
  margin-top: 16px;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../image/icon_sprite.png");
  background-position: 0 -572px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .landscapes-attraction-close {
      background-image: url("../image/icon_sprite@2x.png");
      background-size: 200px 1143px; } }
  .landscapes-attraction-close:hover {
    background-color: transparent; }
  @media (min-width: 960px) {
    .landscapes-attraction-close {
      display: block; } }

.landscapes-load-more {
  padding: 32px; }
  @media (min-width: 960px) {
    .landscapes-load-more {
      padding: 48px; } }

.landscapes-concierge {
  padding: 48px 16px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 640px) {
    .landscapes-concierge {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 960px) {
    .landscapes-concierge.concierge-align-left {
      height: 390px;
      padding: 0; } }
  .landscapes-concierge .description-block {
    margin: 0; }
  .landscapes-concierge .word-divider {
    margin: 0; }
    .landscapes-concierge .word-divider:before {
      content: " ";
      display: block;
      height: 1px;
      width: 100%; }
      @media (min-width: 768px) {
        .landscapes-concierge .word-divider:before {
          display: none; } }
    @media (min-width: 768px) {
      .landscapes-concierge .word-divider {
        display: inline-block;
        margin: 0 0 0 16px; } }

@media (min-width: 960px) {
  .concierge-align-left .landscapes-concierge-content {
    display: table;
    position: absolute;
    top: 0;
    left: 15%;
    width: 380px;
    height: 100%;
    z-index: 2; } }

@media (min-width: 1367px) {
  .concierge-align-left .landscapes-concierge-content {
    left: 20%;
    width: 580px; } }

@media (min-width: 960px) {
  .concierge-align-left .landscapes-concierge-content-inner {
    display: table-cell;
    vertical-align: middle; } }

.landscapes-concierge-content-inner > h2 {
  font-size: 18px;
  font-weight: 400; }
  @media (min-width: 960px) {
    .landscapes-concierge-content-inner > h2 {
      font-size: 24px; } }

.landscapes-concierge-background {
  display: none; }
  @media (min-width: 960px) {
    .concierge-align-left .landscapes-concierge-background {
      display: block;
      width: 960px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-position: right top;
      background-repeat: no-repeat; }
      .concierge-align-left .landscapes-concierge-background:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../image/white-fade-left.png") 0 0 no-repeat; } }

.landscapes-attraction-show-map {
  text-transform: uppercase; }

.landscapes-attraction-show-map:after,
.landscapes-contact-concierge-main-link:after {
  content: " \00BB"; }

.background-image-block {
  position: relative;
  height: 560px; }
  @media (min-width: 768px) {
    .background-image-block {
      height: 768px; } }
  .background-image-block * {
    color: #fff !important; }
  .background-image-block .l-container {
    height: 100%;
    position: relative;
    z-index: 2; }
  @media (min-width: 960px) {
    .background-image-block .centered-text > div {
      padding-left: 140px;
      padding-right: 140px; } }
  @media (min-width: 1367px) {
    .background-image-block .centered-text > div {
      padding-left: 0;
      padding-right: 0; } }

.find-hotel {
  display: none; }
  @media (min-width: 768px) {
    .find-hotel {
      position: absolute;
      width: 100%;
      padding: 32px 32px 16px 32px;
      top: 45px;
      left: 0;
      z-index: 10;
      background: #F0F0F0;
      text-align: left; } }
  @media (min-width: 960px) {
    .find-hotel {
      padding: 48px 48px 32px 48px; } }
  .find-hotel.is-expanded {
    display: block; }

@media (min-width: 768px) {
  .find-hotel-region {
    float: left;
    width: 45.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; }
    .find-hotel-region:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 960px) {
  .find-hotel-region {
    float: left;
    width: 20.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; }
    .find-hotel-region:nth-child(2n+1) {
      clear: none; } }

.find-hotel-region h3 {
  margin-bottom: 16px;
  font-size: 18px; }

.find-hotel-region a {
  color: #000; }
  .find-hotel-region a:hover {
    color: #000;
    text-decoration: underline; }

.html-block {
  margin-bottom: 48px;
  max-width: 100%; }

.main-container .ot-button {
  background-color: #feeef2;
  color: #fff;
  font-size: 13px;
  padding: 14px 0 15px;
  border-radius: 0; }
  @media (min-width: 960px) {
    .main-container .ot-button {
      max-width: 256px; } }
  .main-container .ot-button:focus, .main-container .ot-button:hover {
    background-color: #fbbecd;
    color: #fff; }

.main-container .picker__holder {
  width: 224px;
  left: calc(50% - 112px); }

.main-container .picker__box {
  padding: 16px; }

.main-container .picker__close {
  padding: 8px 0; }

.main-container .picker__nav--next, .main-container .picker__nav--prev {
  width: 24px; }

.main-container .picker__nav--prev {
  padding-right: 0; }

.main-container .picker__nav--next {
  right: 0;
  padding-left: 0; }

.main-container .picker__table {
  font-size: 14px;
  margin-top: 12px; }

.main-container .ot-dtp-picker {
  width: 200px;
  padding: 12px; }
  .main-container .ot-dtp-picker.standard, .main-container .ot-dtp-picker.tall {
    margin: 0 auto;
    padding: 0;
    background: none; }

@media (min-width: 768px) {
  .main-container .description-block.align-left .ot-dtp-picker.standard, .main-container .description-block.align-left .ot-dtp-picker.tall {
    margin: 0; } }

.main-container .ot-dtp-picker-selector {
  height: 48px; }

.main-container .ot-dtp-picker-selector-link {
  padding: 14px 40px; }

.main-container .ot-dtp-picker-selector-link:after {
  font-size: 21px;
  right: 8px; }

.main-container .ot-dtp-picker-selector-link:before {
  font-size: 21px;
  left: 12px;
  top: 15px; }

.main-container .ot-dtp-picker-selector select {
  font-size: 16px; }

.main-container .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before {
  font-size: 16px; }

.main-container .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before {
  font-size: 16px; }

.main-container .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before {
  font-size: 16px; }

.main-container .ot-dtp-picker .ot-dtp-picker-button {
  height: 48px;
  box-shadow: none;
  border-radius: 0; }

.main-container .ot-dtp-picker.tall {
  width: 256px; }

.main-container .ot-dtp-picker.tall .ot-date-picker {
  height: 236px; }

.main-container .ot-dtp-picker.tall .picker {
  top: 8px; }

.main-container .ot-dtp-picker.tall .picker__box {
  padding: 0 12px; }

.main-container .ot-dtp-picker.tall .picker__holder {
  width: 256px; }

.main-container .ot-dtp-picker.wide {
  width: 832px;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .main-container .ot-dtp-picker.wide {
      width: 100%; } }

.main-container .ot-dtp-picker.standard .ot-dtp-picker-form {
  border-radius: 0; }

@media (max-width: 959px) {
  .main-container .ot-dtp-picker.wide .ot-dtp-picker-form {
    border: none;
    border-radius: 0;
    background: none; } }

.main-container .ot-dtp-picker.wide .ot-dtp-picker-form {
  height: 48px; }
  @media (max-width: 959px) {
    .main-container .ot-dtp-picker.wide .ot-dtp-picker-form {
      height: auto; } }

.main-container .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  width: 200px; }
  @media (max-width: 959px) {
    .main-container .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
      width: auto;
      display: block;
      float: none;
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      background: #fff; } }

.main-container .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  width: 200px;
  position: relative;
  top: -1px;
  border-radius: 0; }
  @media (max-width: 959px) {
    .main-container .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
      width: 100%;
      display: block;
      float: none; } }

.main-container .ot-dtp-picker.wide .picker.down:after, .main-container .ot-dtp-picker.wide .picker.down:before {
  left: calc(50% - 4px); }

.main-container #ot-reservation-widget {
  width: auto;
  font-size: 16px; }

.main-container .ot-title {
  margin: 4px auto 12px;
  color: #feeef2;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

.main-container .ot-dtp-picker.wide .ot-title {
  margin-bottom: 12px; }

.main-container .ot-dtp-picker.wide .ot-powered-by {
  margin-bottom: 12px; }

.main-container .ot-powered-by {
  margin-top: 8px; }

#videoContainer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none; }
  #videoContainer .mfp-close {
    position: absolute;
    top: 25px;
    left: 85vw; }
  #videoContainer iframe {
    width: 90vw;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      #videoContainer iframe {
        width: 70vw; } }

.five-elements {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-height: 0; }
  .five-elements.initialized {
    max-height: 9999px; }
  .five-elements--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .five-elements--descriptions {
    min-height: 280px;
    padding: 50px 0px 20px;
    position: relative;
    transition: all 300ms; }
    .five-elements--descriptions .five-elements--slider-controls {
      transition: all 300ms; }
    .five-elements--descriptions.hidden {
      opacity: 0; }
      .five-elements--descriptions.hidden .five-elements--slider-controls {
        opacity: 0; }
  .five-elements--slider {
    background: #636363; }
    .five-elements--slider-item {
      color: #fff;
      padding: 30px 20px 70px; }
      @media (min-width: 768px) {
        .five-elements--slider-item {
          padding: 50px 50px 70px; } }
    .five-elements--slider-controls {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media (min-width: 768px) {
        .five-elements--slider-controls {
          width: 60%; } }
      .five-elements--slider-controls .slick-area-prev, .five-elements--slider-controls .slick-area-next {
        position: absolute;
        bottom: 35px;
        left: 0; }
        @media (min-width: 768px) {
          .five-elements--slider-controls .slick-area-prev, .five-elements--slider-controls .slick-area-next {
            bottom: 15px; } }
      .five-elements--slider-controls .slick-area-next {
        right: 0; }
      .five-elements--slider-controls .slick-area-prev button, .five-elements--slider-controls .slick-area-next button {
        background: none;
        width: 40px;
        height: 40px;
        z-index: 1; }
        .five-elements--slider-controls .slick-area-prev button:after, .five-elements--slider-controls .slick-area-prev button:before, .five-elements--slider-controls .slick-area-next button:after, .five-elements--slider-controls .slick-area-next button:before {
          content: '';
          display: block;
          border: 1px solid #fff;
          width: 10px;
          position: absolute;
          right: 15px;
          top: calc(50% - 2px);
          transform: rotate(45deg) translateY(-50%); }
        .five-elements--slider-controls .slick-area-prev button:before, .five-elements--slider-controls .slick-area-next button:before {
          top: calc(50% + 2px);
          transform: rotate(135deg) translateY(-50%); }
      .five-elements--slider-controls .slick-area-prev button:after {
        transform: rotate(-45deg) translateY(-50%); }
      .five-elements--slider-controls .slick-area-prev button:before {
        transform: rotate(-135deg) translateY(-50%); }
      .five-elements--slider-controls .slick-dots li {
        background-color: transparent; }
    .five-elements--slider-item-content .title {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 20px;
      font-family: "Ubuntu", sans-serif;
      text-align: center; }
      @media (min-width: 768px) {
        .five-elements--slider-item-content .title {
          text-align: left; } }
    .five-elements--slider-item-content .text {
      text-align: center; }
      @media (min-width: 768px) {
        .five-elements--slider-item-content .text {
          text-align: left; } }
    .five-elements--slider-item-content img {
      max-width: 50px;
      max-height: 50px;
      display: inline-block;
      text-align: center; }
      @media (min-width: 768px) {
        .five-elements--slider-item-content img {
          display: block;
          min-width: 80%;
          max-width: 80%;
          max-height: 100%; } }
    @media (min-width: 768px) {
      .five-elements--slider-item-content-buttons {
        text-align: left; } }
  .five-elements--quiz {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%; }
    .five-elements--quiz .mfp-close {
      height: 25px;
      width: 25px;
      top: 5px;
      right: 5px; }
    .five-elements--quiz-results-thumb {
      display: inline-block;
      text-align: center;
      margin-bottom: 15px; }
  .five-elements--question, .five-elements--result {
    background: #636363;
    color: #fff;
    padding: 30px 20px 10px; }
    @media (min-width: 768px) {
      .five-elements--question, .five-elements--result {
        padding: 40px; } }
    .five-elements--question.hidden, .five-elements--result.hidden {
      display: none; }
    .five-elements--question-title, .five-elements--result-title {
      font-family: "Ubuntu", sans-serif;
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .five-elements--question-content, .five-elements--result-content {
      font-family: "Ubuntu", sans-serif;
      font-size: 16px; }
    .five-elements--question-anwser, .five-elements--result-anwser {
      font-family: "Ubuntu", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      background: none;
      border: 1px solid #fff;
      margin: 0 5px 10px;
      padding: 10px 45px;
      color: #fff;
      text-decoration: none; }
      .five-elements--question-anwser:hover, .five-elements--question-anwser:active, .five-elements--result-anwser:hover, .five-elements--result-anwser:active {
        background-color: #3f4542;
        color: #fff; }
      .five-elements--question-anwser.active, .five-elements--result-anwser.active {
        background-color: #333333;
        color: #fff; }
    .five-elements--question-controls, .five-elements--result-controls {
      overflow: hidden; }
    .five-elements--question-controls-prev, .five-elements--question-controls-next, .five-elements--result-controls-prev, .five-elements--result-controls-next {
      background: none;
      width: 40px;
      height: 40px;
      margin: 2px;
      overflow: hidden;
      z-index: 1;
      position: relative;
      text-indent: -9999px;
      float: right; }
      .five-elements--question-controls-prev:hover, .five-elements--question-controls-prev:active, .five-elements--question-controls-next:hover, .five-elements--question-controls-next:active, .five-elements--result-controls-prev:hover, .five-elements--result-controls-prev:active, .five-elements--result-controls-next:hover, .five-elements--result-controls-next:active {
        background-color: transparent; }
      .five-elements--question-controls-prev:after, .five-elements--question-controls-prev:before, .five-elements--question-controls-next:after, .five-elements--question-controls-next:before, .five-elements--result-controls-prev:after, .five-elements--result-controls-prev:before, .five-elements--result-controls-next:after, .five-elements--result-controls-next:before {
        content: '';
        display: block;
        border: 1px solid #fff;
        width: 10px;
        position: absolute;
        right: 15px;
        top: calc(50% - 2px);
        transform: rotate(45deg) translateY(-50%); }
      .five-elements--question-controls-prev:before, .five-elements--question-controls-next:before, .five-elements--result-controls-prev:before, .five-elements--result-controls-next:before {
        top: calc(50% + 2px);
        transform: rotate(135deg) translateY(-50%); }
    .five-elements--question-controls-prev, .five-elements--result-controls-prev {
      float: left; }
      .five-elements--question-controls-prev:after, .five-elements--result-controls-prev:after {
        left: 15px;
        transform: rotate(-45deg) translateY(-50%); }
      .five-elements--question-controls-prev:before, .five-elements--result-controls-prev:before {
        left: 15px;
        transform: rotate(-135deg) translateY(-50%); }
  .five-elements .mfp-close {
    top: 10px;
    right: 10px;
    background-size: 60%; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 98; }
  .scrolltop .scroll, .scrolltop .volume-down, .scrolltop .volume-off {
    position: absolute;
    right: 0;
    background: rgba(254, 254, 254, 0.7);
    padding: 10px 15px 10px 15px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .scrolltop .scroll:hover, .scrolltop .volume-down:hover, .scrolltop .volume-off:hover {
      background: rgba(254, 254, 254, 0.9);
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
  .scrolltop .scroll {
    bottom: 0;
    padding: 10px 15px 10px 15px; }
  .scrolltop .volume-down {
    bottom: 41px;
    padding: 10px 15px 10px 15px; }
  .scrolltop .volume-off {
    bottom: 41px;
    padding: 10px 16px 10px 17px; }
  .scrolltop .volume-off.disabled, .scrolltop .volume-down.disabled {
    display: none; }

.review-carousel .the-review-slider-controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }
  @media (min-width: 768px) {
    .review-carousel .the-review-slider-controls {
      width: 60%; } }
  .review-carousel .the-review-slider-controls .slick-area-prev, .review-carousel .the-review-slider-controls .slick-area-next {
    position: absolute;
    bottom: 35px;
    left: 0; }
    @media (min-width: 768px) {
      .review-carousel .the-review-slider-controls .slick-area-prev, .review-carousel .the-review-slider-controls .slick-area-next {
        bottom: 15px; } }
  .review-carousel .the-review-slider-controls .slick-area-next {
    right: 0; }
  .review-carousel .the-review-slider-controls .slick-area-prev button, .review-carousel .the-review-slider-controls .slick-area-next button {
    background: none;
    width: 40px;
    height: 40px;
    z-index: 1; }
    .review-carousel .the-review-slider-controls .slick-area-prev button:after, .review-carousel .the-review-slider-controls .slick-area-prev button:before, .review-carousel .the-review-slider-controls .slick-area-next button:after, .review-carousel .the-review-slider-controls .slick-area-next button:before {
      content: '';
      display: block;
      border: 1px solid #fff;
      width: 10px;
      position: absolute;
      right: 15px;
      top: calc(50% - 2px);
      transform: rotate(45deg) translateY(-50%); }
    .review-carousel .the-review-slider-controls .slick-area-prev button:before, .review-carousel .the-review-slider-controls .slick-area-next button:before {
      top: calc(50% + 2px);
      transform: rotate(135deg) translateY(-50%); }
  .review-carousel .the-review-slider-controls .slick-area-prev button:after {
    transform: rotate(-45deg) translateY(-50%); }
  .review-carousel .the-review-slider-controls .slick-area-prev button:before {
    transform: rotate(-135deg) translateY(-50%); }
  .review-carousel .the-review-slider-controls .slick-dots li {
    background-color: transparent; }

.page-style-chuanspa {
  background: #0D0D0D;
  color: #fff;
  /*.facts-block ul > li:before {
		background: url("/assets/lhr/images/common/slashdivider_white_21x70.png") 0 0 no-repeat;
	}*/ }
  .page-style-chuanspa h1, .page-style-chuanspa h2, .page-style-chuanspa legend, .page-style-chuanspa h3, .page-style-chuanspa h4, .page-style-chuanspa h5, .page-style-chuanspa h6 {
    color: #8D6633; }
  .page-style-chuanspa a {
    color: #8D6633; }
  .page-style-chuanspa span.button,
  .page-style-chuanspa a.button,
  .page-style-chuanspa .hero-supplementary .hero-supplementary-content a,
  .hero-supplementary .hero-supplementary-content .page-style-chuanspa a,
  .page-style-chuanspa input[type=submit],
  .page-style-chuanspa button,
  .page-style-chuanspa p.button > a {
    background: #8D6633;
    color: #fff; }
    .page-style-chuanspa span.button:before,
    .page-style-chuanspa a.button:before,
    .page-style-chuanspa .hero-supplementary .hero-supplementary-content a:before,
    .hero-supplementary .hero-supplementary-content .page-style-chuanspa a:before,
    .page-style-chuanspa input[type=submit]:before,
    .page-style-chuanspa button:before,
    .page-style-chuanspa p.button > a:before {
      display: none; }
    .page-style-chuanspa span.button:hover,
    .page-style-chuanspa a.button:hover,
    .page-style-chuanspa .hero-supplementary .hero-supplementary-content a:hover,
    .hero-supplementary .hero-supplementary-content .page-style-chuanspa a:hover,
    .page-style-chuanspa input[type=submit]:hover,
    .page-style-chuanspa button:hover,
    .page-style-chuanspa p.button > a:hover {
      background: #77572b; }
  .page-style-chuanspa .main-nav-link-list > li a {
    color: #77572b; }
    .page-style-chuanspa .main-nav-link-list > li a:before {
      background-color: #77572b; }
  .page-style-chuanspa .main-footer a {
    color: #6D6D6D; }
  .page-style-chuanspa .rich-content ul > li:before {
    color: #77572b; }
  .page-style-chuanspa .l-page-content {
    background: #0D0D0D; }
  .page-style-chuanspa .standard-page-content,
  .page-style-chuanspa .listing-page-content {
    background: #17181A url("../image/chuanbg.jpg") left top no-repeat;
    border-top: none; }
  .page-style-chuanspa .standard-page-content .page-nav a {
    color: #fff; }
  .page-style-chuanspa .standard-page-content a:hover, .page-style-chuanspa .standard-page-content a:focus {
    color: #fff; }
  .page-style-chuanspa .breadcrumbs,
  .page-style-chuanspa .breadcrumb-additional-links {
    background: #0D0D0D; }
    .page-style-chuanspa .breadcrumbs a, .page-style-chuanspa .breadcrumbs > h3, .page-style-chuanspa .breadcrumbs button,
    .page-style-chuanspa .breadcrumb-additional-links a,
    .page-style-chuanspa .breadcrumb-additional-links > h3,
    .page-style-chuanspa .breadcrumb-additional-links button {
      color: #fff; }
  .page-style-chuanspa .dotted-divider-header > span, .page-style-chuanspa .custom-form h3 > span, .custom-form .page-style-chuanspa h3 > span, .page-style-chuanspa .custom-form h2 > span, .custom-form .page-style-chuanspa h2 > span,
  .page-style-chuanspa .custom-form h3 > span {
    background: #17181A; }
  .page-style-chuanspa .cookie-message a {
    color: #fff; }
  .page-style-chuanspa .addthis_button_compact,
  .page-style-chuanspa a.main-nav-1865,
  .page-style-chuanspa .site-header-language:before,
  .page-style-chuanspa .site-header-language select {
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite_gold.png"); }
  .page-style-chuanspa .site-header-language select {
    color: #8D6633;
    background: url(../image/ico_arrowdown_gold_gold.png) right center no-repeat; }
  .page-style-chuanspa .main-nav-logo a {
    background: url("../image/logo_tlhr_242x136.png") center center no-repeat;
    background-size: 200px auto; }
    @media (min-width: 768px) and (max-width: 1209px) {
      .page-style-chuanspa .main-nav-logo a {
        background-size: 225px auto; } }
    @media (min-width: 1210px) {
      .page-style-chuanspa .main-nav-logo a {
        background: url("../image/logo_tlhr_300x126.png") center center no-repeat #8D6633;
        background-size: 168px auto; } }
  .page-style-chuanspa .main-nav-logo img {
    visibility: hidden;
    padding: 0; }

.chuan-spa-brand-page {
  background: #333333; }
  @media (min-width: 1210px) {
    .chuan-spa-brand-page.brand .main-nav-logo img {
      background: #8D6633; } }
  .chuan-spa-brand-page.brand a.main-nav-1865 {
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite_gold.png"); }
  .chuan-spa-brand-page.brand .site-header-language:before {
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite_gold.png"); }
  .chuan-spa-brand-page.brand .site-header-language select {
    color: #8D6633;
    background: url(../image/ico_arrowdown_gold_gold.png) right center no-repeat; }
  .chuan-spa-brand-page a {
    color: #8D6633; }
  .chuan-spa-brand-page a.button, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a, .chuan-spa-brand-page input[type=submit] {
    background: #8D6633;
    color: #fff; }
    .chuan-spa-brand-page a.button:hover, .chuan-spa-brand-page .hero-supplementary .hero-supplementary-content a:hover, .hero-supplementary .hero-supplementary-content .chuan-spa-brand-page a:hover, .chuan-spa-brand-page input[type=submit]:hover {
      background: #77572b; }
  .chuan-spa-brand-page .button-primary, .chuan-spa-brand-page .button-secondary {
    padding: 4px 12px;
    display: inline-block;
    color: #fff;
    margin: 20px 5px 2px;
    text-transform: uppercase;
    text-decoration: none; }
    @media (min-width: 480px) {
      .chuan-spa-brand-page .button-primary, .chuan-spa-brand-page .button-secondary {
        padding: 8px 32px; } }
  .chuan-spa-brand-page .button-primary {
    border: 1px solid #c0c0c0; }
  .chuan-spa-brand-page .tile-main-header .button-primary {
    margin-top: 0; }
  .chuan-spa-brand-page .button-secondary {
    border: 1px solid #232725;
    background: #232725; }
  .chuan-spa-brand-page .brand-nav {
    background: #333333; }
  .chuan-spa-brand-page .main-nav-util-links-mobile {
    background-color: #3f4542; }
  .chuan-spa-brand-page #main-nav-links, .chuan-spa-brand-page .main-nav {
    background: #333333;
    border-color: #8D6633; }
  .chuan-spa-brand-page .main-nav-link-list > li a {
    color: #C3C3C3; }
    .chuan-spa-brand-page .main-nav-link-list > li a.is-active, .chuan-spa-brand-page .main-nav-link-list > li a:hover, .chuan-spa-brand-page .main-nav-link-list > li a:focus {
      color: #fff; }
      .chuan-spa-brand-page .main-nav-link-list > li a.is-active:before, .chuan-spa-brand-page .main-nav-link-list > li a:hover:before, .chuan-spa-brand-page .main-nav-link-list > li a:focus:before {
        background-color: #8D6633; }
  .chuan-spa-brand-page .site-header-language select {
    background-color: #333333; }
  .chuan-spa-brand-page .main-nav-burger-menu {
    background-position: -1px -149px;
    background-repeat: no-repeat;
    background-image: url("../image/icon_sprite_gold.png"); }
    @media (min-width: 768px) {
      .chuan-spa-brand-page .main-nav-burger-menu {
        background-position: -1px -154px; } }
    .chuan-spa-brand-page .main-nav-burger-menu.is-active {
      background-color: #3f4542; }
  .chuan-spa-brand-page .nano > .nano-content {
    background: #3f4542; }
    .chuan-spa-brand-page .nano > .nano-content li {
      border-color: #8D6633; }
  .chuan-spa-brand-page footer {
    background: #333333;
    color: #8D6633; }
    .chuan-spa-brand-page footer a {
      color: #8D6633; }
    .chuan-spa-brand-page footer .main-footer-social-title {
      color: #8D6633; }
      .chuan-spa-brand-page footer .main-footer-social-title:after, .chuan-spa-brand-page footer .main-footer-social-title:before {
        background: #8D6633; }
    .chuan-spa-brand-page footer .main-footer-newsletter-signup {
      background: #8D6633;
      color: #fff;
      position: relative; }
      .chuan-spa-brand-page footer .main-footer-newsletter-signup:after, .chuan-spa-brand-page footer .main-footer-newsletter-signup:before {
        content: '';
        display: block;
        border: 1px solid #fff;
        width: 10px;
        position: absolute;
        right: 15px;
        top: calc(50% - 2px);
        transform: rotate(45deg) translateY(-50%); }
      .chuan-spa-brand-page footer .main-footer-newsletter-signup:before {
        top: calc(50% + 2px);
        transform: rotate(135deg) translateY(-50%); }
    .chuan-spa-brand-page footer .main-footer-content > hr {
      border-color: #8D6633; }
    .chuan-spa-brand-page footer .main-footer-links ul.primary > li {
      border-color: #8D6633; }
    .chuan-spa-brand-page footer .main-footer-links > p {
      color: #8D6633; }
  .chuan-spa-brand-page #main {
    background-color: #888888; }
    .chuan-spa-brand-page #main .l-page-content {
      background-color: #888888; }
    .chuan-spa-brand-page #main .listing-page-content {
      background-color: #636363; }
    .chuan-spa-brand-page #main .gallery-listing {
      background-color: #636363; }
      .chuan-spa-brand-page #main .gallery-listing .gallery-listing-item:before {
        background-color: #636363; }
    .chuan-spa-brand-page #main .media-listing-item-content .award-date {
      color: black; }
    .chuan-spa-brand-page #main .media-listing-item-content .award-title {
      color: #8D6633; }
    .chuan-spa-brand-page #main .standard-page-content {
      background-color: #636363;
      color: #fff; }
      .chuan-spa-brand-page #main .standard-page-content h1, .chuan-spa-brand-page #main .standard-page-content h2, .chuan-spa-brand-page #main .standard-page-content legend, .chuan-spa-brand-page #main .standard-page-content h3, .chuan-spa-brand-page #main .standard-page-content h4, .chuan-spa-brand-page #main .standard-page-content h5, .chuan-spa-brand-page #main .standard-page-content h6 {
        color: #fff;
        font-family: "Ubuntu", sans-serif; }
      .chuan-spa-brand-page #main .standard-page-content h2 {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 20px; }
      .chuan-spa-brand-page #main .standard-page-content .headline h2 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 26px; }
      .chuan-spa-brand-page #main .standard-page-content .rich-content ul > li:before {
        color: #fff; }
      .chuan-spa-brand-page #main .standard-page-content a {
        color: #fff; }
        .chuan-spa-brand-page #main .standard-page-content a:hover, .chuan-spa-brand-page #main .standard-page-content a:focus {
          color: #fff; }
      .chuan-spa-brand-page #main .standard-page-content p.button > a {
        color: #000; }
        .chuan-spa-brand-page #main .standard-page-content p.button > a:hover, .chuan-spa-brand-page #main .standard-page-content p.button > a:focus {
          color: #000; }
  .chuan-spa-brand-page #breadcrumbs {
    background-color: #888888; }
    .chuan-spa-brand-page #breadcrumbs .breadcrumbs-list > li.breadcrumb-current > a:after {
      background-image: none;
      border: 8px solid transparent;
      border-top: 8px solid #fff;
      width: 0px;
      height: 0px;
      transform: translateY(-50%);
      margin: 0px; }
    .chuan-spa-brand-page #breadcrumbs .breadcrumbs-list > li.breadcrumb-current > .breadcrumb-btn > span:after {
      background-image: none;
      border: 8px solid transparent;
      border-top: 8px solid #fff;
      width: 0;
      height: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
    .chuan-spa-brand-page #breadcrumbs .breadcrumb-additional-links {
      background-color: #888888; }
    .chuan-spa-brand-page #breadcrumbs a {
      color: #fff; }
    .chuan-spa-brand-page #breadcrumbs button {
      color: #fff; }
  .chuan-spa-brand-page .addthis_button_compact {
    background-position: -140px -885px; }
    .chuan-spa-brand-page .addthis_button_compact span {
      color: #fff; }
    .chuan-spa-brand-page .addthis_button_compact:hover {
      background-position: -70px -885px; }
      .chuan-spa-brand-page .addthis_button_compact:hover span {
        color: #000; }
  .chuan-spa-brand-page .dotted-divider-header > span, .chuan-spa-brand-page .custom-form h3 > span, .custom-form .chuan-spa-brand-page h3 > span, .chuan-spa-brand-page .custom-form h2 > span, .custom-form .chuan-spa-brand-page h2 > span,
  .chuan-spa-brand-page .custom-form h3 > span {
    background: #636363; }

@media (min-width: 960px) {
  .chuan-spa-three-items-promo-block {
    max-height: calc(25vw);
    height: calc(25vw); } }

.the-boflefttile-content, .the-bofcentertile-content, .the-bofrighttile-content {
  height: 100%; }
  .the-boflefttile-content-item, .the-bofcentertile-content-item, .the-bofrighttile-content-item {
    margin-bottom: 0px;
    height: 100%; }

.edit-mode.preview-page > .edit-block {
  height: 100%; }
  .edit-mode.preview-page > .edit-block .extended-image-block {
    position: relative; }

.discover-more {
  background: gray;
  padding: 30px 0; }
  @media (min-width: 960px) {
    .discover-more .row {
      max-height: calc(25vw);
      height: calc(25vw); } }
  .discover-more .l-container {
    border-top: 1px solid #000; }
    .discover-more .l-container > .row {
      border-bottom: 1px solid #000; }
  @media (min-width: 960px) {
    .discover-more {
      padding: 50px 0; } }
  .discover-more .review-title, .discover-more .discover-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    text-align: center; }
  .discover-more .discover-title {
    font-size: 30px; }
  .discover-more .with-background {
    background: #636363; }
  .discover-more [class*='hgt-']:before {
    background: #636363; }
  .discover-more .spa-review-item {
    color: #fff;
    padding: 10px; }
    @media (min-width: 447px) {
      .discover-more .spa-review-item {
        padding: 30px 50px 50px 50px; } }
    @media (min-width: 640px) {
      .discover-more .spa-review-item {
        padding: 70px 50px 50px 50px; } }
    @media (min-width: 960px) {
      .discover-more .spa-review-item {
        padding: 50px 50px 50px 50px; } }
    @media (min-width: 1140px) {
      .discover-more .spa-review-item {
        padding: 70px 50px 50px 50px; } }
  .discover-more .the-review-slider-item .row {
    border-left: 0px; }
  .discover-more .the-awards-silder {
    height: 100%; }
    .discover-more .the-awards-silder .the-awards-slider-item {
      margin-bottom: 0px;
      height: 100%; }
      .discover-more .the-awards-silder .the-awards-slider-item .hgt-xs-1-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-md-1-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-lg-1-1 {
        height: calc(100vw); }
      .discover-more .the-awards-silder .the-awards-slider-item .hgt-xs-2-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-md-2-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-lg-2-1 {
        height: calc(50vw); }
      @media (min-width: 960px) {
        .discover-more .the-awards-silder .the-awards-slider-item .hgt-xs-1-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-xs-2-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-md-1-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-md-2-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-lg-1-1, .discover-more .the-awards-silder .the-awards-slider-item .hgt-lg-2-1 {
          height: calc(25vw); } }
  .discover-more .the-bottomleft-content, .discover-more .the-bottomright-content, .discover-more .the-upperleft-content {
    height: 100%; }
    .discover-more .the-bottomleft-content-item, .discover-more .the-bottomright-content-item, .discover-more .the-upperleft-content-item {
      margin-bottom: 0px;
      height: 100%; }

.spa-info {
  background: #636363; }
  .spa-info .spa-info-cols {
    position: relative; }
    .spa-info .spa-info-cols > div:first-child {
      width: 100%; }
    .spa-info .spa-info-cols::after {
      content: "";
      display: table;
      clear: both; }
  @media (max-width: 960px) {
    .spa-info .spa-info-col-image {
      min-height: 50vw;
      height: 50vw; } }
  @media (min-width: 960px) {
    .spa-info .spa-info-col-image {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0; } }
  .spa-info .spa-info-col-item {
    float: right; }
  .spa-info .spa-info-item {
    color: #fff;
    padding: 20px; }
    .spa-info .spa-info-item .title {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 20px;
      font-family: "Ubuntu", sans-serif;
      text-align: center; }
    .spa-info .spa-info-item .button-primary {
      border: 1px solid silver;
      padding: 5px 10px;
      color: #fff;
      margin: 20px 5px 0;
      text-transform: uppercase;
      padding-top: 5px;
      padding-bottom: 5px;
      display: inline-block; }
    .spa-info .spa-info-item .button-secondary {
      border: 1px solid #232725;
      background: #232725;
      padding: 5px 10px;
      color: #fff;
      margin: 20px 5px 0;
      text-transform: uppercase;
      padding-top: 5px;
      padding-bottom: 5px;
      display: inline-block; }
  .spa-info [class*='hgt-']:before {
    background: #636363; }
  .spa-info .share {
    position: inherit;
    text-align: right; }
    .spa-info .share a {
      color: #fff; }

/* TODO: move to proper file or implemet using js, or in backend*/
.chuan-spa-brand-page a.block-style-standard {
  display: none; }

.chuan-spa-brand-page a.block-style-newchuanspa {
  display: inherit; }

a.block-style-newchuanspa {
  display: none; }

.edit-mode {
  background: #fff; }
  .edit-mode .blocker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999; }
    .edit-mode .blocker-overlay p {
      width: 500px;
      margin: 200px auto 0 auto;
      color: #fff;
      font-size: 27px; }
  .edit-mode .hero {
    max-height: 600px; }
    @media (min-width: 1367px) {
      .edit-mode .hero {
        max-height: 800px; } }
  .edit-mode .hero-supplementary-content {
    min-width: 100px; }
  .edit-mode .locations-map {
    display: block !important;
    max-height: 500px; }
    @media (min-width: 1367px) {
      .edit-mode .locations-map {
        max-height: 600px; } }
  .edit-mode .media-block .rich-content {
    overflow: hidden; }
  .edit-mode .main-footer-social > ul {
    min-width: 50%;
    overflow: hidden; }

.edit-block {
  padding-top: 20px;
  max-width: 1367px;
  margin: 0 auto; }

.preview-mode {
  background: #fff; }
  .preview-mode .hero {
    max-height: 600px; }
    @media (min-width: 1367px) {
      .preview-mode .hero {
        max-height: 800px; } }
  .preview-mode .locations-map {
    max-height: 500px; }
    @media (min-width: 1367px) {
      .preview-mode .locations-map {
        max-height: 600px; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 10000; }

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in; }

span.button {
  background-color: #feeef2;
  color: #000;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 13px 32px;
  font-family: "Quattrocento", serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

span.form-validation-error-heading {
  display: block;
  color: #DB0000;
  margin: 15px 0;
  font-size: 22px; }

.search-page-name {
  font-size: 130%; }

div.summary-errors .summary-errors-title {
  font-size: 1.5em;
  color: #DB0000; }

div.summary-errors ul li {
  list-style: none; }

div.summary-errors ul li {
  color: #d33e09; }

#fade {
  border: 1px dashed #DB0000;
  background-color: white;
  padding: 10px;
  margin: 10px; }

.display-table {
  display: table;
  position: absolute;
  padding-bottom: 35px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

/*============= share button Design =================*/
button.addthis_button_compact.share-btn {
  padding: 0;
  background-color: transparent;
  line-height: 18px; }

button.addthis_button_compact.share-btn:hover {
  color: #000;
  background-position: -70px -885px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

.share > button {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

button.addthis_button_compact.share-btn span {
  padding-left: 20px; }

.link-btn {
  background: transparent;
  color: #888888;
  display: table-cell;
  text-transform: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  padding: 0;
  font: 300 14px "Ubuntu", sans-serif; }
  .link-btn:after {
    display: none; }

.link-btn:hover, .link-btn:focus {
  background: transparent;
  color: #000;
  text-decoration: underline; }
