/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=41.875em&large=58.125em&xlarge=70.9375em&xxlarge=84.375em"; }

html {
  font-size: 14px;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #0A0A0A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.71429rem;
    margin-right: -0.71429rem; }
    @media screen and (min-width: 41.875em) {
      .row .row {
        margin-left: -1.07143rem;
        margin-right: -1.07143rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.71429rem;
  padding-right: 0.71429rem; }
  @media screen and (min-width: 41.875em) {
    .column, .columns {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.71429rem;
  padding-right: 0.71429rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 41.875em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 58.125em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 70.9375em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 84.375em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.tabs {
  margin: 0;
  list-style-type: none;
  background: none;
  border: 1px solid none; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: none;
    line-height: 1;
    font-size: 0.85714rem; }
    .tabs-title > a:hover {
      background: none; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: none; }

.tabs-content {
  background: none;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: none; }
  .tabs-panel.is-active {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 41.8125em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 41.875em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 41.875em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 41.8125em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 41.8125em), screen and (min-width: 58.125em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 58.125em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 58.0625em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 58.125em) and (max-width: 70.875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 58.0625em), screen and (min-width: 70.9375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 70.9375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 70.875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 70.9375em) and (max-width: 84.3125em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 70.875em), screen and (min-width: 84.375em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 84.375em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 84.3125em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 84.375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 84.3125em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .panel .panel-content .panel-footer::before, form .form-content .form-row::before, form .form-content .form-row .form-col-left::before, form .form-content .form-row .form-col-right::before, .availability-bar ul::before, .availability-bar form::before, .media-container::before, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row::before, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row::before, .panel-grid::before, .booking-panel .panel-content .panel-footer::before, .post-panel .panel-content .panel-footer::before, .post-panel-small .panel-content .panel-footer::before, .clearfix::after, .panel .panel-content .panel-footer::after, form .form-content .form-row::after, form .form-content .form-row .form-col-left::after, form .form-content .form-row .form-col-right::after, .availability-bar ul::after, .availability-bar form::after, .media-container::after, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row::after, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row::after, .panel-grid::after, .booking-panel .panel-content .panel-footer::after, .post-panel .panel-content .panel-footer::after, .post-panel-small .panel-content .panel-footer::after {
  content: ' ';
  display: table; }

.clearfix::after, .panel .panel-content .panel-footer::after, form .form-content .form-row::after, form .form-content .form-row .form-col-left::after, form .form-content .form-row .form-col-right::after, .availability-bar ul::after, .availability-bar form::after, .media-container::after, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row::after, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row::after, .panel-grid::after, .booking-panel .panel-content .panel-footer::after, .post-panel .panel-content .panel-footer::after, .post-panel-small .panel-content .panel-footer::after {
  clear: both; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.71429rem; }

h2 {
  font-size: 1.42857rem; }

h3 {
  font-size: 1.35714rem; }

h4 {
  font-size: 1.28571rem; }

h5 {
  font-size: 1.21429rem; }

h6 {
  font-size: 1.14286rem; }

@media screen and (min-width: 41.875em) {
  h1 {
    font-size: 3.42857rem; }
  h2 {
    font-size: 2.85714rem; }
  h3 {
    font-size: 2.21429rem; }
  h4 {
    font-size: 1.78571rem; }
  h5 {
    font-size: 1.42857rem; }
  h6 {
    font-size: 1.14286rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 100%;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.42857rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.92857rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0A0A0A;
  cursor: help;
  border-bottom: 1px dotted #0A0A0A; }

code {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0A0A0A;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.14286rem 0.35714rem 0.07143rem; }

kbd {
  padding: 0.14286rem 0.28571rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0A0A0A;
     font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 17.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 41.875em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 58.125em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 70.9375em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 84.375em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.85);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: none;
  background-color: #FFFFFF;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal {
      width: 600px;
      max-width: 100%; } }
  @media screen and (min-width: 41.875em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 41.875em) {
    .reveal.tiny {
      width: 30%;
      max-width: 100%; } }
  @media screen and (min-width: 41.875em) {
    .reveal.small {
      width: 50%;
      max-width: 100%; } }
  @media screen and (min-width: 41.875em) {
    .reveal.large {
      width: 90%;
      max-width: 100%; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 41.8125em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeueRegular.eot");
  src: local("??"), url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.otf") format("opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic.eot");
  src: local("??"), url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.otf") format("opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

.panel {
  position: relative;
  width: 100%;
  background-color: #FAF7F0;
  margin-bottom: 2.5rem;
  overflow: hidden; }
  .panel.no-border {
    padding: 2.14286rem; }
  .panel .panel-image img {
    display: block;
    width: 100%; }
  .panel .panel-content .panel-header-image {
    width: 100%;
    padding-bottom: 1.78571rem;
    text-align: center; }
  .panel .panel-content .panel-text {
    height: 100%; }
    .panel .panel-content .panel-text .panel-text-title {
      border-bottom: solid 1px #DDCB9A;
      margin-bottom: 1.42857rem; }
      .panel .panel-content .panel-text .panel-text-title h3 {
        margin-bottom: 0.71429rem; }
      .panel .panel-content .panel-text .panel-text-title.large h3 {
        font-size: 2.14286rem; }
    .panel .panel-content .panel-text p {
      display: inline-block; }
    .panel .panel-content .panel-text p:first-child {
      margin-top: 0; }
    .panel .panel-content .panel-text p:last-child {
      margin-bottom: 0 !important; }
    .panel .panel-content .panel-text ul li {
      margin-bottom: 1.42857rem; }
      .panel .panel-content .panel-text ul li:last-child {
        margin-bottom: 0; }
    .panel .panel-content .panel-text ul:first-child {
      margin-top: 1.42857rem; }
    .panel .panel-content .panel-text ul:last-child {
      margin-bottom: 0; }
    .panel .panel-content .panel-text.bg-sand {
      background-color: #FAF7F0; }
      .panel .panel-content .panel-text.bg-sand .panel-text-title {
        border-bottom: solid 1px #BB9B2E; }
    .panel .panel-content .panel-text.bg-green {
      color: #FFFFFF;
      background-color: #009E51; }
      .panel .panel-content .panel-text.bg-green .panel-text-title {
        border-bottom: solid 1px #82CEA7; }
      .panel .panel-content .panel-text.bg-green .button.transparent-white:hover {
        color: #009E51; }
    .panel .panel-content .panel-text.bg-blue {
      color: #FFFFFF;
      background-color: #008CBA; }
      .panel .panel-content .panel-text.bg-blue .panel-text-title {
        border-bottom: solid 1px #80C5DD; }
      .panel .panel-content .panel-text.bg-blue .button.transparent-white:hover {
        color: #008CBA; }
  .panel .panel-content .panel-footer {
    border-top: solid 1px #DDCB9A; }
    .panel .panel-content .panel-footer .icon, .panel .panel-content .panel-footer .circle-icon {
      margin-top: 1.42857rem;
      margin-bottom: 0; }
    .panel .panel-content .panel-footer .panel-footer-left, .panel .panel-content .panel-footer .panel-footer-right {
      float: left;
      width: 50%;
      min-width: 10.71429rem; }
  @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
    .panel.panel-inline-medium-only .panel-inner .panel-content {
      display: table;
      width: 100%; }
      .panel.panel-inline-medium-only .panel-inner .panel-content .panel-image, .panel.panel-inline-medium-only .panel-inner .panel-content .panel-text {
        display: table-cell;
        vertical-align: top; }
      .panel.panel-inline-medium-only .panel-inner .panel-content .panel-text {
        padding: 2.14286rem; } }
    @media screen and (min-width: 41.875em) and (max-width: 58.0625em) and (min-width: 70.9375em) {
      .panel.panel-inline-medium-only .panel-inner .panel-content .panel-text {
        padding: 3.21429rem; } }
  @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
    .panel.panel-inline-medium-only.inline-six-six .panel-image {
      width: 50% !important; }
    .panel.panel-inline-medium-only.inline-six-six .panel-text {
      width: 50% !important; }
    .panel.panel-inline-medium-only.inline-four-eight .panel-image {
      width: 33.33337% !important; }
    .panel.panel-inline-medium-only.inline-four-eight .panel-text {
      width: 66.66667% !important; } }
  @media screen and (min-width: 41.875em) {
    .panel.panel-inline-medium-up .panel-inner .panel-content {
      display: table;
      width: 100%; }
      .panel.panel-inline-medium-up .panel-inner .panel-content .panel-image, .panel.panel-inline-medium-up .panel-inner .panel-content .panel-text {
        display: table-cell;
        vertical-align: top; }
      .panel.panel-inline-medium-up .panel-inner .panel-content .panel-text {
        padding: 2.14286rem; } }
    @media screen and (min-width: 41.875em) and (min-width: 70.9375em) {
      .panel.panel-inline-medium-up .panel-inner .panel-content .panel-text {
        padding: 3.21429rem; } }
  @media screen and (min-width: 41.875em) {
    .panel.panel-inline-medium-up.inline-six-six .panel-image {
      width: 50% !important; }
    .panel.panel-inline-medium-up.inline-six-six .panel-text {
      width: 50% !important; }
    .panel.panel-inline-medium-up.inline-four-eight .panel-image {
      width: 33.33337% !important; }
    .panel.panel-inline-medium-up.inline-four-eight .panel-text {
      width: 66.66667% !important; } }
  @media screen and (min-width: 58.125em) and (max-width: 70.875em) {
    .panel.panel-inline-large-only .panel-inner .panel-content {
      display: table;
      width: 100%; }
      .panel.panel-inline-large-only .panel-inner .panel-content .panel-image, .panel.panel-inline-large-only .panel-inner .panel-content .panel-text {
        display: table-cell;
        vertical-align: top; }
      .panel.panel-inline-large-only .panel-inner .panel-content .panel-text {
        padding: 2.14286rem; } }
    @media screen and (min-width: 58.125em) and (max-width: 70.875em) and (min-width: 70.9375em) {
      .panel.panel-inline-large-only .panel-inner .panel-content .panel-text {
        padding: 3.21429rem; } }
  @media screen and (min-width: 58.125em) and (max-width: 70.875em) {
    .panel.panel-inline-large-only.inline-six-six .panel-image {
      width: 50% !important; }
    .panel.panel-inline-large-only.inline-six-six .panel-text {
      width: 50% !important; }
    .panel.panel-inline-large-only.inline-four-eight .panel-image {
      width: 33.33337% !important; }
    .panel.panel-inline-large-only.inline-four-eight .panel-text {
      width: 66.66667% !important; } }
  @media screen and (min-width: 58.125em) {
    .panel.panel-inline-large-up .panel-inner .panel-content {
      display: table;
      width: 100%; }
      .panel.panel-inline-large-up .panel-inner .panel-content .panel-image, .panel.panel-inline-large-up .panel-inner .panel-content .panel-text {
        display: table-cell;
        vertical-align: top; }
      .panel.panel-inline-large-up .panel-inner .panel-content .panel-text {
        padding: 2.14286rem; } }
    @media screen and (min-width: 58.125em) and (min-width: 70.9375em) {
      .panel.panel-inline-large-up .panel-inner .panel-content .panel-text {
        padding: 3.21429rem; } }
  @media screen and (min-width: 58.125em) {
    .panel.panel-inline-large-up.inline-six-six .panel-image {
      width: 50% !important; }
    .panel.panel-inline-large-up.inline-six-six .panel-text {
      width: 50% !important; }
    .panel.panel-inline-large-up.inline-four-eight .panel-image {
      width: 33.33337% !important; }
    .panel.panel-inline-large-up.inline-four-eight .panel-text {
      width: 66.66667% !important; } }

body {
  margin: 0;
  padding: 0;
  min-width: 22.85714rem;
  overflow-x: hidden; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #BB9B2E; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    vertical-align: top;
    margin-bottom: 1.42857rem; }
    ul li:last-child {
      margin-bottom: 0; }

h1 {
  font-size: 2.14286rem;
  line-height: 2.5rem;
  vertical-align: middle; }
  @media screen and (min-width: 58.125em) {
    h1 {
      font-size: 2.85714rem;
      line-height: 3.21429rem; } }

h2 {
  font-size: 1.78571rem;
  line-height: 2.14286rem; }
  @media screen and (min-width: 58.125em) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.5rem; } }

h2.sub-heading {
  font-family: CenturyGothic, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1rem;
  line-height: 2.85714rem; }

h3 {
  font-size: 1.78571rem;
  line-height: 2.14286rem; }

h4 {
  font-size: 1.78571rem;
  line-height: 2.14286rem;
  color: #009E51; }

iframe {
  margin-bottom: 2.5rem; }

.content-wrapper {
  position: relative; }

.clearfix, .panel .panel-content .panel-footer, form .form-content .form-row, form .form-content .form-row .form-col-left, form .form-content .form-row .form-col-right, .availability-bar ul, .availability-bar form, .media-container, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row, .panel-grid, .booking-panel .panel-content .panel-footer, .post-panel .panel-content .panel-footer, .post-panel-small .panel-content .panel-footer {
  zoom: 1; }
  .clearfix:before, .panel .panel-content .panel-footer:before, form .form-content .form-row:before, form .form-content .form-row .form-col-left:before, form .form-content .form-row .form-col-right:before, .availability-bar ul:before, .availability-bar form:before, .media-container:before, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row:before, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row:before, .panel-grid:before, .booking-panel .panel-content .panel-footer:before, .post-panel .panel-content .panel-footer:before, .post-panel-small .panel-content .panel-footer:before, .clearfix:after, .panel .panel-content .panel-footer:after, form .form-content .form-row:after, form .form-content .form-row .form-col-left:after, form .form-content .form-row .form-col-right:after, .availability-bar ul:after, .availability-bar form:after, .media-container:after, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row:after, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row:after, .panel-grid:after, .booking-panel .panel-content .panel-footer:after, .post-panel .panel-content .panel-footer:after, .post-panel-small .panel-content .panel-footer:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .panel .panel-content .panel-footer:after, form .form-content .form-row:after, form .form-content .form-row .form-col-left:after, form .form-content .form-row .form-col-right:after, .availability-bar ul:after, .availability-bar form:after, .media-container:after, .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row:after, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row:after, .panel-grid:after, .booking-panel .panel-content .panel-footer:after, .post-panel .panel-content .panel-footer:after, .post-panel-small .panel-content .panel-footer:after {
    clear: both; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.align-center, .main-content .content-footer .grad-line {
  margin-left: auto;
  margin-right: auto; }

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.no-jitter, .media-container .media-column.active-column img, .touch .media-container .media-column.active-column img, a, .link-panel a img, .link-panel a .link-copy, .dynamic-logo, .dynamic-logo img, .slide-show .image-stack .slide-bullets a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0);
  transform: translateZ(0) scale(1, 1) translate3d(0, 0, 0); }

.absorb-link {
  cursor: pointer; }

.no-transition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important; }

.fancybox-nav span {
  visibility: visible; }
  @media screen and (min-width: 70.9375em) {
    .fancybox-nav span {
      visibility: hidden; } }

.hide {
  display: none !important; }

.show-inline {
  display: inline !important; }

.show-block {
  display: block !important; }

.show-inline-block {
  display: inline-block !important; }

.show-list-item {
  display: list-item !important; }

.unfix {
  position: absolute !important;
  bottom: auto !important;
  z-index: 150 !important; }

.content-image {
  display: block;
  margin-bottom: 2.5rem; }

.margin-top {
  margin-top: 2.5rem; }

.padding-top {
  margin-top: 1rem; }

form {
  width: 100%;
  border: 1px solid #009E51;
  margin-bottom: 2.5rem;
  /* input[type="date"]:before 
	{
		content: attr(placeholder) !important;
		color: #aaa;
		margin-right: 0.5em;
	}
	input[type="date"]:focus:before,
	input[type="date"]:valid:before 
	{
		content: "";
	} */ }
  form .form-title-text {
    padding: 0.71429rem 1.42857rem;
    background-color: #009E51; }
    form .form-title-text h3 {
      font-size: 1.28571rem;
      color: #FFFFFF;
      margin: 0; }
  form .form-content {
    padding: 1.42857rem;
    max-width: 60.71429rem; }
    form .form-content .form-intro-text {
      border-bottom: 1px solid #EEEED6;
      margin-bottom: 1.42857rem; }
    form .form-content .form-row {
      margin-bottom: 0.71429rem; }
      @media screen and (min-width: 41.875em) {
        form .form-content .form-row {
          margin-bottom: 1.42857rem; } }
      form .form-content .form-row .form-col-left {
        margin-bottom: 1.07143rem; }
        @media screen and (min-width: 84.375em) {
          form .form-content .form-row .form-col-left {
            float: left;
            width: 50%;
            margin-bottom: 0; }
            form .form-content .form-row .form-col-left label {
              float: left;
              width: 60%; }
            form .form-content .form-row .form-col-left input {
              float: left; }
              form .form-content .form-row .form-col-left input:not(.date-picker) {
                width: 40%; }
            form .form-content .form-row .form-col-left .select-wrapper {
              float: left; } }
      @media screen and (min-width: 84.375em) {
        form .form-content .form-row .form-col-right {
          float: right;
          width: 40%; }
          form .form-content .form-row .form-col-right label {
            float: left;
            width: auto;
            padding-right: 1.42857rem; }
          form .form-content .form-row .form-col-right input {
            float: right; }
          form .form-content .form-row .form-col-right .select-wrapper {
            float: right; } }
      form .form-content .form-row:last-child {
        margin-bottom: 0; }
      form .form-content .form-row label {
        display: block;
        width: 100%;
        padding: 0.57143rem 1.07143rem 0.35714rem 0; }
        @media screen and (min-width: 41.875em) {
          form .form-content .form-row label {
            float: left;
            width: 30%;
            padding: 0.57143rem 1.07143rem 0 0; } }
      form .form-content .form-row input {
        display: block; }
        form .form-content .form-row input:not(.date-picker) {
          width: 100%; }
          @media screen and (min-width: 41.875em) {
            form .form-content .form-row input:not(.date-picker) {
              float: right;
              width: 70%; } }
      form .form-content .form-row .select-wrapper {
        position: relative;
        width: 100%;
        background-color: #FAF7F0; }
        @media screen and (min-width: 41.875em) {
          form .form-content .form-row .select-wrapper {
            float: right;
            width: 70%; } }
        @media screen and (min-width: 84.375em) {
          form .form-content .form-row .select-wrapper.skinny {
            width: auto;
            min-width: 7.5rem; } }
        form .form-content .form-row .select-wrapper select {
          position: relative;
          z-index: 2; }
        form .form-content .form-row .select-wrapper .select-open {
          position: absolute;
          display: inline-block;
          top: 14px;
          right: 1.28571rem;
          height: 10px;
          width: 18px;
          z-index: 1;
          background-position: left top;
          background-image: url("../images/icons/arrow-green-down.png");
          background-size: 18px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            form .form-content .form-row .select-wrapper .select-open {
              background-image: url("../images/icons/arrow-green-down@2x.png");
              background-size: 18px auto;
              background-repeat: no-repeat; } }
        form .form-content .form-row .select-wrapper .custom-checkmark {
          height: 10px;
          width: 10px;
          border: 1px solid grey;
          display: inline-block;
          float: left;
          margin: 7px 15px;
          position: absolute; }
        form .form-content .form-row .select-wrapper .checkmark-text {
          position: relative;
          left: 3.57143rem;
          display: block; }
      form .form-content .form-row textarea {
        width: 100%; }
        @media screen and (min-width: 41.875em) {
          form .form-content .form-row textarea {
            float: right;
            width: 70%; } }
      @media screen and (max-width: 41.8125em) {
        form .form-content .form-row button {
          width: 100%; } }
      @media screen and (min-width: 41.875em) {
        form .form-content .form-row button {
          float: right; } }
      form .form-content .form-row .custom-checkbox {
        display: block;
        width: 100%;
        padding: 0; }
        form .form-content .form-row .custom-checkbox input.checkbox {
          visibility: hidden;
          display: block;
          height: 0;
          width: 0;
          position: absolute;
          overflow: hidden; }
          form .form-content .form-row .custom-checkbox input.checkbox:checked + span {
            border: 1px solid #BB9B2E; }
            form .form-content .form-row .custom-checkbox input.checkbox:checked + span:after {
              content: "";
              display: block;
              height: 8px;
              width: 8px;
              background: #009E51;
              position: absolute;
              top: 0; }
        form .form-content .form-row .custom-checkbox span {
          height: 10px;
          width: 10px;
          border: 1px solid grey;
          display: inline-block;
          float: left;
          margin: 7px 15px;
          position: relative; }
      form .form-content .form-row #newsletterButton {
        width: unset;
        display: inline-block;
        border: solid 1px white;
        padding: 0.71429rem 1.42857rem; }
  form select {
    padding: 0.57143rem 0.71429rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    color: #0A0A0A;
    background: transparent; }
    form select:focus {
      outline: none; }
    form select::-ms-expand {
      display: none; }
    form select.error {
      border: 1px solid #d00; }
  form input[type="text"],
  form input[type="date"],
  form input[type="email"],
  form input[type="tel"] {
    padding: 0.57143rem;
    border: solid 1px #BB9B2E;
    color: #0A0A0A; }
    form input[type="text"].date-picker,
    form input[type="date"].date-picker,
    form input[type="email"].date-picker,
    form input[type="tel"].date-picker {
      width: 9.64286rem;
      z-index: 106;
      background-position: 107px center;
      background-image: url("../images/icons/icon-calendar.png");
      background-size: 20px auto;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        form input[type="text"].date-picker,
        form input[type="date"].date-picker,
        form input[type="email"].date-picker,
        form input[type="tel"].date-picker {
          background-image: url("../images/icons/icon-calendar@2x.png");
          background-size: 20px auto;
          background-repeat: no-repeat; } }
    form input[type="text"].error,
    form input[type="date"].error,
    form input[type="email"].error,
    form input[type="tel"].error {
      border-color: #d00;
      background: #fee; }
  form input[type="date"].date-picker {
    display: inline-block;
    height: 37px; }
  form textarea {
    border: solid 1px #BB9B2E;
    resize: none; }
  form button,
  form [type="date"],
  form [type="submit"] {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0.5rem 1.42857rem;
    font-size: 1.14286rem;
    text-transform: uppercase; }
    @media screen and (min-width: 70.9375em) {
      form button,
      form [type="date"],
      form [type="submit"] {
        min-width: 11.42857rem; } }
    form button.gold,
    form [type="date"].gold,
    form [type="submit"].gold {
      padding: 1px;
      background-color: #BB9B2E;
      color: #FFFFFF; }
      form button.gold:hover,
      form [type="date"].gold:hover,
      form [type="submit"].gold:hover {
        background-color: #ae902c; }
      form button.gold span,
      form [type="date"].gold span,
      form [type="submit"].gold span {
        display: inline-block;
        width: 100%;
        border: solid 1px #FFFFFF;
        padding: 0.71429rem 1.42857rem; }
        form button.gold span.on-black,
        form [type="date"].gold span.on-black,
        form [type="submit"].gold span.on-black {
          border-color: #0A0A0A; }
  form .mandatory {
    color: #f00; }

.icon {
  padding-left: 2.5rem; }
  .icon.icon-pricetag {
    height: 26px;
    line-height: 26px;
    background-position: left top;
    background-image: url("../images/icons/icon-pricetag.png");
    background-size: 25px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon.icon-pricetag {
        background-image: url("../images/icons/icon-pricetag@2x.png");
        background-size: 25px 26px;
        background-repeat: no-repeat; } }
  .icon.icon-timer {
    height: 20px;
    line-height: 20px;
    background-position: left top;
    background-image: url("../images/icons/icon-timer.png");
    background-size: 20px 20px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon.icon-timer {
        background-image: url("../images/icons/icon-timer@2x.png");
        background-size: 20px 20px;
        background-repeat: no-repeat; } }

.circle-icon {
  position: relative;
  padding-left: 4.42857rem;
  width: 100%;
  min-height: 3.57143rem;
  margin-bottom: 1rem; }
  .circle-icon.small {
    min-height: 2.85714rem;
    padding-left: 3.92857rem; }
  .circle-icon.center-vert {
    padding-top: 1.07143rem; }
  .circle-icon.icon-people:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-people.png");
    background-size: 25px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-people:after {
        background-image: url("../images/icons/icon-people@2x.png");
        background-size: 25px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-present:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-present.png");
    background-size: 23px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-present:after {
        background-image: url("../images/icons/icon-present@2x.png");
        background-size: 23px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-clock:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-clock.png");
    background-size: 26px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-clock:after {
        background-image: url("../images/icons/icon-clock@2x.png");
        background-size: 26px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-pricetag:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-pricetag.png");
    background-size: 25px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-pricetag:after {
        background-image: url("../images/icons/icon-pricetag@2x.png");
        background-size: 25px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-room.png");
    background-size: 26px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room:after {
        background-image: url("../images/icons/icon-room@2x.png");
        background-size: 26px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-internal:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center 0.64286rem;
    background-image: url("../images/icons/icon-room-internal.png");
    background-size: 26px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-internal:after {
        background-image: url("../images/icons/icon-room-internal@2x.png");
        background-size: 26px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-external:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: 0.35714rem 0.64286rem;
    background-image: url("../images/icons/icon-room-external.png");
    background-size: 32px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-external:after {
        background-image: url("../images/icons/icon-room-external@2x.png");
        background-size: 32px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-bed:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-bed.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-bed:after {
        background-image: url("../images/icons/icon-bed@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-size:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center 0.78571rem;
    background-image: url("../images/icons/icon-room-size.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-size:after {
        background-image: url("../images/icons/icon-room-size@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-size.small:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2.85714rem;
    width: 2.85714rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center 0.42857rem;
    background-image: url("../images/icons/icon-room-size.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-size.small:after {
        background-image: url("../images/icons/icon-room-size@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-size-white:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center 0.78571rem;
    background-image: url("../images/icons/icon-room-size-white.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-size-white:after {
        background-image: url("../images/icons/icon-room-size-white@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-room-size-white.small:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2.85714rem;
    width: 2.85714rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center 0.42857rem;
    background-image: url("../images/icons/icon-room-size-white.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-room-size-white.small:after {
        background-image: url("../images/icons/icon-room-size-white@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-views:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-views.png");
    background-size: 26px 22px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-views:after {
        background-image: url("../images/icons/icon-views@2x.png");
        background-size: 26px 22px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-connecting-room:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-connecting-room.png");
    background-size: 25px 26px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-connecting-room:after {
        background-image: url("../images/icons/icon-connecting-room@2x.png");
        background-size: 25px 26px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-pool:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-pool.png");
    background-size: 26px 23px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-pool:after {
        background-image: url("../images/icons/icon-pool@2x.png");
        background-size: 26px 23px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-menu.png");
    background-size: 26px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-menu:after {
        background-image: url("../images/icons/icon-menu@2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-wine-glass:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-wine-glass.png");
    background-size: 17px 30px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-wine-glass:after {
        background-image: url("../images/icons/icon-wine-glass@2x.png");
        background-size: 17px 30px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-cocktail:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-cocktail.png");
    background-size: 20px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-cocktail:after {
        background-image: url("../images/icons/icon-cocktail@2x.png");
        background-size: 20px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-cocktail.small:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2.85714rem;
    width: 2.85714rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: 0.5rem 0.57143rem;
    background-image: url("../images/icons/icon-cocktail.png");
    background-size: 20px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-cocktail.small:after {
        background-image: url("../images/icons/icon-cocktail@2x.png");
        background-size: 20px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-chair:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3.57143rem;
    width: 3.57143rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-chair.png");
    background-size: 15px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-chair:after {
        background-image: url("../images/icons/icon-chair@2x.png");
        background-size: 15px 21px;
        background-repeat: no-repeat; } }
  .circle-icon.icon-chair.small:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2.85714rem;
    width: 2.85714rem;
    border: solid 0.14286rem #BB9B2E;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-position: center center;
    background-image: url("../images/icons/icon-chair.png");
    background-size: 15px 21px;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .circle-icon.icon-chair.small:after {
        background-image: url("../images/icons/icon-chair@2x.png");
        background-size: 15px 21px;
        background-repeat: no-repeat; } }
  .circle-icon p {
    font-style: italic;
    margin: 0 !important; }
    .circle-icon p:first-child {
      color: #BB9B2E;
      font-style: normal; }

.availability-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 106;
  padding: 1.07143rem;
  background-color: #0A0A0A;
  color: #FFFFFF;
  vertical-align: middle; }
  .availability-bar a {
    color: #FFFFFF; }
    .availability-bar a:active {
      color: #FFFFFF; }
    .availability-bar a:link {
      color: #FFFFFF; }
    .availability-bar a:visited {
      color: #FFFFFF; }
    .availability-bar a:hover {
      color: #BB9B2E; }
    .availability-bar a.skype {
      display: inline-block;
      height: 1.42857rem;
      width: 1.64286rem;
      margin-top: 0.71429rem;
      background-position: left top;
      background-image: url("../images/icons/icon-skype.png");
      background-size: 20px auto;
      background-repeat: no-repeat; }
      @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
        .availability-bar a.skype {
          margin-top: 0.92857rem; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .availability-bar a.skype {
          background-image: url("../images/icons/icon-skype@2x.png");
          background-size: 20px auto;
          background-repeat: no-repeat; } }
    .availability-bar a.email {
      display: inline-block;
      width: 1.85714rem;
      height: 1.42857rem;
      margin-top: 0.71429rem;
      background-position: left top;
      background-image: url("../images/icons/icon-mail.png");
      background-size: 26px auto;
      background-repeat: no-repeat; }
      @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
        .availability-bar a.email {
          margin-top: 0.92857rem; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .availability-bar a.email {
          background-image: url("../images/icons/icon-mail@2x.png");
          background-size: 26px auto;
          background-repeat: no-repeat; } }
  .availability-bar ul {
    list-style: none;
    vertical-align: middle; }
    .availability-bar ul:first-child {
      display: none; }
      @media screen and (min-width: 750px) {
        .availability-bar ul:first-child {
          display: block;
          float: left; }
          .availability-bar ul:first-child li {
            padding-right: 1.35714rem; } }
    .availability-bar ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      min-height: 1.78571rem;
      line-height: 1.78571rem; }
      .availability-bar ul li .numChildrenExpanded {
        position: absolute;
        bottom: 2.85714rem;
        background: #FFFFFF;
        width: 14.28571rem;
        padding: 0.71429rem 1.07143rem 0.35714rem;
        -ms-transform: translateX(-60%);
            transform: translateX(-60%);
        left: 60%;
          font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
        .availability-bar ul li .numChildrenExpanded::after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          bottom: -0.71429rem;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #FFFFFF transparent transparent transparent; }
        .availability-bar ul li .numChildrenExpanded h6 {
          color: #0A0A0A;
          font-size: 1.21429rem;
              font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          padding-bottom: 0.28571rem;
          letter-spacing: 0.07143rem; }
        .availability-bar ul li .numChildrenExpanded p {
          color: #0A0A0A; }
        .availability-bar ul li .numChildrenExpanded select {
          background: #fbf6f1;
          color: #0A0A0A;
          margin: 0 0 0.78571rem;
          padding: 0.64286rem 0.5rem;
          background-position: right 14px center;
          background-image: url("../images/icons/arrow-green-down.png");
          background-size: 18px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .availability-bar ul li .numChildrenExpanded select {
              background-image: url("../images/icons/arrow-green-down@2x.png");
              background-size: 18px auto;
              background-repeat: no-repeat; } }
          .availability-bar ul li .numChildrenExpanded select option {
            background-image: none; }
        .availability-bar ul li .numChildrenExpanded .numChildrenMore {
          padding-top: 0.35714rem; }
          .availability-bar ul li .numChildrenExpanded .numChildrenMore h6 {
            margin: 0;
            padding-bottom: 0; }
          .availability-bar ul li .numChildrenExpanded .numChildrenMore p {
            line-height: 1.3;
            font-size: 1rem; }
          .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column {
            padding-top: 0.14286rem; }
            .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column .child {
              overflow: hidden;
              margin-bottom: 0.64286rem; }
              .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column .child label {
                color: #0A0A0A;
                font-size: 1rem;
                width: calc(100% - 72px);
                float: left;
                padding: 0.42857rem 0; }
                .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column .child label span {
                  color: #9a989a;
                  font-size: 0.78571rem; }
              .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column .child select {
                float: right;
                width: 5.14286rem;
                margin: 0; }
              .availability-bar ul li .numChildrenExpanded .numChildrenMore .child-column .child:last-of-type {
                margin-bottom: 0; }
        .availability-bar ul li .numChildrenExpanded.wide {
          width: 28.57143rem; }
          .availability-bar ul li .numChildrenExpanded.wide::after {
            left: 55%;
            -ms-transform: translateX(-55%);
                transform: translateX(-55%); }
          .availability-bar ul li .numChildrenExpanded.wide .numChildrenMore .child-column {
            width: calc(50% - 10px);
            float: left; }
            .availability-bar ul li .numChildrenExpanded.wide .numChildrenMore .child-column:first-of-type {
              margin-right: 10px; }
        .availability-bar ul li .numChildrenExpanded .check-button {
          color: #BB9B2E;
          padding: 0.35714rem 2rem 0.35714rem 0.35714rem;
          background-position: right center;
          background-image: url("../images/icons/gold-tick.png");
          background-size: 18px auto;
          background-repeat: no-repeat;
          float: right;
          clear: both; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .availability-bar ul li .numChildrenExpanded .check-button {
              background-image: url("../images/icons/gold-tick@2x.png");
              background-size: 18px auto;
              background-repeat: no-repeat; } }
  .availability-bar form {
    border: none;
    margin-bottom: 0; }
    .availability-bar form input.date-picker {
      margin-right: 1.07143rem;
      width: 9.28571rem;
      background-position: 102px center;
      background-image: url("../images/icons/icon-calendar.png");
      background-size: 20px auto;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .availability-bar form input.date-picker {
          background-image: url("../images/icons/icon-calendar@2x.png");
          background-size: 20px auto;
          background-repeat: no-repeat; } }
    .availability-bar form select {
      margin-right: 0.35714rem;
      color: #FFFFFF;
      background-color: #0A0A0A;
      padding: 0.35714rem 0.71429rem;
      line-height: 1.28571rem; }
      .availability-bar form select#numAdults {
        width: 6.92857rem;
        background-position: 74px center;
        background-image: url("../images/icons/arrow-down-gold.png");
        background-size: 15px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .availability-bar form select#numAdults {
            background-image: url("../images/icons/arrow-down-gold@2x.png");
            background-size: 15px auto;
            background-repeat: no-repeat; } }
      .availability-bar form select.gold {
        padding: 1px;
        background-color: #BB9B2E;
        color: #FFFFFF; }
    .availability-bar form button#numChildren {
      margin-right: 1.07143rem;
      color: #FFFFFF;
      background-color: #0A0A0A;
      padding: 0.35714rem 0.71429rem;
      width: 8.35714rem;
      min-width: 6.92857rem;
        font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
      text-transform: none;
      font-size: inherit;
      text-align: center;
      letter-spacing: 0;
      background-position: 99px center;
      background-image: url("../images/icons/arrow-down-gold.png");
      background-size: 15px auto;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .availability-bar form button#numChildren {
          background-image: url("../images/icons/arrow-down-gold@2x.png");
          background-size: 15px auto;
          background-repeat: no-repeat; } }
    .availability-bar form button.gold {
      padding: 1px;
      background-color: #BB9B2E;
      color: #FFFFFF; }
    .availability-bar form ul {
      display: block;
      float: right; }
      .availability-bar form ul li {
        padding: 0;
        position: relative; }

.availability-bar a.button.av-bar-special-offers-button {
  background: #009E51;
  border-color: #009E51;
  color: #fff; }

.availability-bar a.button.av-bar-special-offers-button:hover {
  border-color: #fff; }

.availability-bar .hiddenElement {
  display: none; }

.side-nav-wrapper {
  position: relative;
  z-index: 104; }
  .side-nav-wrapper ul li {
    font-size: 1.21429rem;
    padding-right: 1.07143rem;
    margin-bottom: 0.35714rem; }
  .side-nav-wrapper .home-nav ul li {
    margin-bottom: 0.71429rem; }
  .side-nav-wrapper .home-nav a {
    color: #FFFFFF; }
    .side-nav-wrapper .home-nav a:active {
      color: #FFFFFF; }
    .side-nav-wrapper .home-nav a:link {
      color: #FFFFFF; }
    .side-nav-wrapper .home-nav a:visited {
      color: #FFFFFF; }
    .side-nav-wrapper .home-nav a:hover {
      color: #BB9B2E; }
    .side-nav-wrapper .home-nav a.scroll-top {
      display: none; }
  @media screen and (max-width: 41.8125em) {
    .side-nav-wrapper .home-nav img {
      width: 100%; }
    .side-nav-wrapper .home-nav ul {
      width: 100%; }
      .side-nav-wrapper .home-nav ul li {
        position: relative;
        margin: 0;
        padding: 0;
        border-top: solid 1px #0A0A0A; }
        .side-nav-wrapper .home-nav ul li:last-child {
          border-bottom: solid 1px #0A0A0A;
          margin-bottom: 4.28571rem; }
        .side-nav-wrapper .home-nav ul li a span {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 2.85714rem;
          line-height: 3.21429rem;
          padding: 0 1.78571rem;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), 0px 0px 10px rgba(0, 0, 0, 0.6), 0px 0px 30px rgba(0, 0, 0, 0.6); } }
  @media screen and (min-width: 41.875em) {
    .side-nav-wrapper .home-nav img {
      display: none; }
    .side-nav-wrapper .home-nav a.scroll-top {
      position: fixed;
      display: block;
      left: 2.14286rem;
      top: 1.78571rem;
      padding: 0.21429rem 0.5rem;
      color: #FFFFFF;
      text-transform: uppercase;
      border: solid 1px #FFFFFF;
      font-size: 1.42857rem;
      display: none; }
      .side-nav-wrapper .home-nav a.scroll-top:hover {
        background-color: #FFFFFF;
        color: #0A0A0A; }
    .side-nav-wrapper .home-nav ul {
      position: fixed;
      left: 2.14286rem;
      top: 1.78571rem; }
      .side-nav-wrapper .home-nav ul li {
        margin-left: 0; }
        .side-nav-wrapper .home-nav ul li:nth-child(1) {
          -webkit-transition: all 0.39s ease;
          -moz-transition: all 0.39s ease;
          -o-transition: all 0.39s ease;
          transition: all 0.39s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(2) {
          -webkit-transition: all 0.48s ease;
          -moz-transition: all 0.48s ease;
          -o-transition: all 0.48s ease;
          transition: all 0.48s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(3) {
          -webkit-transition: all 0.57s ease;
          -moz-transition: all 0.57s ease;
          -o-transition: all 0.57s ease;
          transition: all 0.57s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(4) {
          -webkit-transition: all 0.66s ease;
          -moz-transition: all 0.66s ease;
          -o-transition: all 0.66s ease;
          transition: all 0.66s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(5) {
          -webkit-transition: all 0.75s ease;
          -moz-transition: all 0.75s ease;
          -o-transition: all 0.75s ease;
          transition: all 0.75s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(6) {
          -webkit-transition: all 0.84s ease;
          -moz-transition: all 0.84s ease;
          -o-transition: all 0.84s ease;
          transition: all 0.84s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(7) {
          -webkit-transition: all 0.93s ease;
          -moz-transition: all 0.93s ease;
          -o-transition: all 0.93s ease;
          transition: all 0.93s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(8) {
          -webkit-transition: all 1.02s ease;
          -moz-transition: all 1.02s ease;
          -o-transition: all 1.02s ease;
          transition: all 1.02s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(9) {
          -webkit-transition: all 1.11s ease;
          -moz-transition: all 1.11s ease;
          -o-transition: all 1.11s ease;
          transition: all 1.11s ease; }
        .side-nav-wrapper .home-nav ul li:nth-child(10) {
          -webkit-transition: all 1.2s ease;
          -moz-transition: all 1.2s ease;
          -o-transition: all 1.2s ease;
          transition: all 1.2s ease; }
      .side-nav-wrapper .home-nav ul.scrolled li {
        margin-left: -17.28571rem; } }
  @media screen and (min-width: 58.125em) {
    .side-nav-wrapper .home-nav ul {
      top: 6.42857rem; } }
  @media screen and (min-width: 70.9375em) {
    .side-nav-wrapper .home-nav ul {
      top: 7.14286rem; } }
  @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
    .side-nav-wrapper .home-nav ul li {
      margin-bottom: 0.35714rem; } }
  .side-nav-wrapper .side-nav {
    min-width: 12.5rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 12.5rem;
    background-color: #FFFFFF;
    z-index: 100;
    text-align: right;
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
    .side-nav-wrapper .side-nav a {
      color: #0A0A0A; }
      .side-nav-wrapper .side-nav a:active {
        color: #0A0A0A; }
      .side-nav-wrapper .side-nav a:link {
        color: #0A0A0A; }
      .side-nav-wrapper .side-nav a:visited {
        color: #0A0A0A; }
      .side-nav-wrapper .side-nav a:hover {
        color: #BB9B2E; }
      .side-nav-wrapper .side-nav a.logo-halfmoon {
        display: block;
        width: 10.28571rem;
        height: 9.71429rem;
        margin: 4.28571rem auto 4.28571rem auto;
        background-position: top left;
        background-size: 116px 136px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .side-nav-wrapper .side-nav a.logo-halfmoon {
            background-image: url("../images/logo-halfmoon@2x.png");
            background-size: 116px 136px;
            background-repeat: no-repeat; } }
    .side-nav-wrapper .side-nav .current-menu-item a,
    .side-nav-wrapper .side-nav .current-page-ancestor a {
      color: #BB9B2E; }
  .side-nav-wrapper .sub-nav {
    position: fixed;
    top: 0;
    left: -15.71429rem;
    width: 16.78571rem;
    height: 100%;
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
    z-index: 90;
    background-color: transparent;
    background-color: rgba(10, 10, 10, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D90A0A0A,endColorstr=#D90A0A0A);
    zoom: 1; }
    .side-nav-wrapper .sub-nav.drop-shadow {
      -webkit-box-shadow: 0 0 2.14286rem 0 rgba(0, 0, 0, 0.35);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0 0 2.14286rem 0 rgba(0, 0, 0, 0.35);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0 0 2.14286rem 0 rgba(0, 0, 0, 0.35);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
    .side-nav-wrapper .sub-nav ul {
      display: none; }
    .side-nav-wrapper .sub-nav a {
      color: #FFFFFF; }
      .side-nav-wrapper .sub-nav a:active {
        color: #FFFFFF; }
      .side-nav-wrapper .sub-nav a:link {
        color: #FFFFFF; }
      .side-nav-wrapper .sub-nav a:visited {
        color: #FFFFFF; }
      .side-nav-wrapper .sub-nav a:hover {
        color: #BB9B2E; }
      .side-nav-wrapper .sub-nav a.close {
        position: absolute;
        display: block;
        top: 1.07143rem;
        right: 1.07143rem;
        height: 1.14286rem;
        width: 1.14286rem;
        background-position: left top;
        background-image: url("../images/icons/icon-close.png");
        background-size: 16px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .side-nav-wrapper .sub-nav a.close {
            background-image: url("../images/icons/icon-close@2x.png");
            background-size: 16px auto;
            background-repeat: no-repeat; } }
    .side-nav-wrapper .sub-nav .current-menu-item a {
      color: #BB9B2E; }

.main-content {
  padding-bottom: 2.14286rem; }
  @media screen and (min-width: 41.875em) {
    .main-content {
      padding-left: 12.5rem; } }
  .main-content.home-content {
    padding-left: 0;
    display: none; }
    @media screen and (min-width: 41.875em) {
      .main-content.home-content {
        display: block; } }
  @media screen and (min-width: 41.875em) {
    .main-content .center-outer {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      bottom: 0;
      z-index: 100; }
      .main-content .center-outer .center-vert {
        display: table;
        width: 100%;
        height: 100%; }
        .main-content .center-outer .center-vert .center-inner {
          display: table-cell;
          vertical-align: middle;
          text-align: center; } }
  .main-content .mobile-logo-halfmoon {
    padding-top: 1rem;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 41.875em) {
      .main-content .mobile-logo-halfmoon {
        display: none; } }
    .main-content .mobile-logo-halfmoon a {
      display: inline-block;
      width: 6.35714rem;
      height: 6.35714rem;
      background-position: top left;
      background-image: url("../images/logo-halfmoon-top-bug.png");
      background-size: 75px auto;
      background-repeat: no-repeat; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-content .mobile-logo-halfmoon a {
          background-image: url("../images/logo-halfmoon-top-bug.png");
          background-size: 85px auto;
          background-repeat: no-repeat; } }
  .main-content .content-header {
    position: relative;
    width: 100%; }
    .main-content .content-header .content-title {
      margin: 1.42857rem 1.78571rem 1.78571rem 1.78571rem;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (max-width: 41.8125em) {
        .main-content .content-header .content-title {
          display: block !important; } }
      @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
        .main-content .content-header .content-title {
          white-space: nowrap; } }
      @media screen and (min-width: 41.875em) {
        .main-content .content-header .content-title {
          display: inline-block;
          padding: 1.07143rem;
          background-color: #FAF7F0;
          margin: 0;
          background-color: transparent;
          background-color: rgba(255, 255, 255, 0.85);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
          zoom: 1; } }
      .main-content .content-header .content-title h1 {
        margin: 0; }
      .main-content .content-header .content-title p {
        font-size: 1.42857rem;
        line-height: 1.42857rem;
        margin: 0.71429rem 0 0 0; }
      .main-content .content-header .content-title .content-title-inner {
        border: solid 1px #BB9B2E;
        padding: 1.07143rem 2.85714rem;
        display: tabel-cell;
        vertical-align: middle; }
  .main-content .content-body {
    position: relative;
    padding: 2.5rem 0.71429rem; }
    @media screen and (min-width: 41.875em) {
      .main-content .content-body {
        padding: 2.5rem 1.07143rem; } }
    .main-content .content-body .body-title {
      border-bottom: solid 1px #BB9B2E;
      margin: 0 0 2.14286rem 0;
      text-transform: uppercase; }
      .main-content .content-body .body-title h1 {
        margin-bottom: 0.71429rem;
        font-size: 2.14286rem;
        line-height: 2.14286rem; }
        .main-content .content-body .body-title h1 .subtitle {
          font-size: 1.28571rem;
          padding-left: 0.35714rem; }
    .main-content .content-body .sub-heading {
      font-size: 1.71429rem; }
    .main-content .content-body .row .columns .form-intro-text p {
      margin-bottom: 1rem !important; }
    .main-content .content-body .row .columns p:last-child {
      margin-bottom: 2.5rem; }
    .main-content .content-body a {
      color: #BB9B2E; }
  .main-content .content-footer {
    position: relative;
    border-top: solid 1px #BB9B2E;
    padding: 2.14286rem 1.07143rem 0 1.07143rem;
	padding-bottom:30px; }
    .main-content .content-footer .grad-line {
      display: block;
      width: 60%;
      height: 0.07143rem;
      margin-top: 0;
      background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #bb9b2e 50%, rgba(125, 185, 232, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #bb9b2e 50%, rgba(125, 185, 232, 0) 100%);
      background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #bb9b2e 50%, rgba(125, 185, 232, 0) 100%); }
      @media screen and (min-width: 41.875em) {
        .main-content .content-footer .grad-line {
          margin-top: 2.14286rem; } }
    .main-content .content-footer .footer-logos {
      width: 100%;
      text-align: center; }
      .main-content .content-footer .footer-logos a {
        display: block;
        width: 14.64286rem;
        height: 7.21429rem;
        margin: 2.14286rem auto 0 auto; }
        .main-content .content-footer .footer-logos a:last-child {
          margin: 1.07143rem auto 1.07143rem auto; }
        @media screen and (min-width: 41.875em) {
          .main-content .content-footer .footer-logos a {
            display: inline-block;
            margin: 2.14286rem 3.57143rem 2.14286rem 0; }
            .main-content .content-footer .footer-logos a:last-child {
              margin-right: 0; } }
        .main-content .content-footer .footer-logos a.lvx {
          background-position: top left;
          background-image: url("../images/logo-legend.png");
          background-size: 202px 101px;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main-content .content-footer .footer-logos a.lvx {
              background-image: url("../images/logo-legend@2x.png");
              background-size: 202px 101px;
              background-repeat: no-repeat; } }
        .main-content .content-footer .footer-logos a.i-prefer {
          background-position: top left;
          background-image: url("../images/logo-iprefer.png");
          background-size: 160px 100px;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .main-content .content-footer .footer-logos a.i-prefer {
              background-image: url("../images/logo-iprefer@2x.png");
              background-size: 160px 100px;
              background-repeat: no-repeat; } }
    .main-content .content-footer .inline-list {
      margin-bottom: 2.14286rem; }
      @media screen and (min-width: 58.125em) {
        .main-content .content-footer .inline-list {
          margin-top: 0; } }

.media-container .media-column {
  position: relative;
  float: left; }
  .media-container .media-column:last-child {
    float: right; }
  .media-container .media-column.four-col {
    width: 33.33337%; }
  .media-container .media-column.six-col {
    width: 50%; }
  .media-container .media-column.eight-col {
    width: 66.66667%; }
  .media-container .media-column.twelve-col {
    width: 100%;
    float: none; }
  .media-container .media-column .overlay {
    position: relative; }
    .media-container .media-column .overlay img {
      z-index: 1; }
    .media-container .media-column .overlay::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.4;
      /* change me to whatever  */
      z-index: 20; }
  .media-container .media-column img {
    width: 100%;
    display: block; }
  .media-container .media-column .stat-container {
    width: 100%;
    margin-top: -2.85714rem; }
    .media-container .media-column .stat-container.on {
      opacity: 1; }
    .media-container .media-column .stat-container .stat-content {
      text-align: center; }
      .media-container .media-column .stat-container .stat-content .stat {
        position: relative;
        width: 8.71429rem;
        height: 8.71429rem;
        margin: 0 2.14286rem 0 0;
        display: inline-block;
        border: 3px solid white;
        -webkit-box-shadow: 0 0 0.21429rem rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 0.21429rem rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 0.21429rem rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0.21429rem rgba(0, 0, 0, 0.3);
        opacity: 0;
        z-index: 10;
        -webkit-border-radius: 4.71429rem 4.71429rem 4.71429rem 4.71429rem;
        -moz-border-radius: 4.71429rem 4.71429rem 4.71429rem 4.71429rem;
        -o-border-radius: 4.71429rem 4.71429rem 4.71429rem 4.71429rem;
        border-radius: 4.71429rem 4.71429rem 4.71429rem 4.71429rem;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in; }
        .media-container .media-column .stat-container .stat-content .stat:last-of-type {
          margin: 0; }
        .media-container .media-column .stat-container .stat-content .stat span {
          font-size: 2.5rem;
          text-align: center;
          color: #FFF;
          display: block;
          position: relative;
          top: 2.85714rem; }
        .media-container .media-column .stat-container .stat-content .stat p {
          margin: 0;
          position: relative;
          top: 7.14286rem;
          font-size: 1rem;
          color: #FFF;
          text-align: center; }
  .media-container .media-column.active-column {
    overflow: hidden;
    background-color: #0A0A0A; }
    @media screen and (min-width: 58.125em) {
      .media-container .media-column.active-column img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
      .media-container .media-column.active-column video {
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
      .media-container .media-column.active-column:hover img {
        -webkit-transform: scale(1.015);
        -ms-transform: scale(1.015);
        transform: scale(1.015);
        zoom: 1;
        filter: alpha(opacity=40);
        opacity: 0.4; }
      .media-container .media-column.active-column:hover video {
        zoom: 1;
        filter: alpha(opacity=40);
        opacity: 0.4; }
      .media-container .media-column.active-column:hover .active-column-copy {
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1; } }
    .media-container .media-column.active-column .active-column-copy {
      position: absolute;
      bottom: 0;
      z-index: 10;
      width: 100%;
      min-height: 5.35714rem;
      padding: 0 2.85714rem 2.85714rem 2.85714rem;
      color: #FFFFFF;
      text-align: center; }
      @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
        .media-container .media-column.active-column .active-column-copy {
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
          background: -moz-linear-gradient(top, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
          background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
          background: linear-gradient(to bottom, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#cc000000',GradientType=0 ); } }
      @media screen and (min-width: 58.125em) {
        .media-container .media-column.active-column .active-column-copy {
          top: 50%;
          bottom: auto;
          width: auto;
          left: 2.85714rem;
          right: 2.85714rem;
          padding: 2.85714rem 0;
          text-align: left;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out;
          zoom: 1;
          filter: alpha(opacity=0);
          opacity: 0; } }
      .media-container .media-column.active-column .active-column-copy .active-column-title {
        text-transform: uppercase; }
        @media screen and (min-width: 58.125em) {
          .media-container .media-column.active-column .active-column-copy .active-column-title {
            border-bottom: solid 1px #BB9B2E;
            margin-bottom: 0.71429rem; } }
        .media-container .media-column.active-column .active-column-copy .active-column-title h3 {
          font-size: 2.28571rem;
          line-height: 2.5rem; }
          @media screen and (min-width: 41.875em) and (max-width: 58.0625em) {
            .media-container .media-column.active-column .active-column-copy .active-column-title h3 {
              text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); } }
          @media screen and (min-width: 58.125em) {
            .media-container .media-column.active-column .active-column-copy .active-column-title h3 {
              font-size: 1.78571rem;
              line-height: 2.14286rem; } }
      .media-container .media-column.active-column .active-column-copy p {
        display: none; }
        @media screen and (min-width: 58.125em) {
          .media-container .media-column.active-column .active-column-copy p {
            display: block; } }
      .media-container .media-column.active-column .active-column-copy a {
        display: none; }
        @media screen and (min-width: 58.125em) {
          .media-container .media-column.active-column .active-column-copy a {
            display: inline-block; } }
  .media-container .media-column video {
    width: 100%;
    display: block; }

.touch .media-container .media-column.active-column img {
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 1; }

.touch .media-container .media-column.active-column video {
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 1; }

.touch .media-container .media-column.active-column .active-column-copy {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 0; }

.touch .media-container .media-column.active-column .active-column-copy {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0.01) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#cc000000',GradientType=0 );
  position: absolute;
  bottom: -43px;
  z-index: 10;
  width: 100%;
  min-height: 5.35714rem;
  padding: 0 2.85714rem 2.85714rem 2.85714rem;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  transition: none;
  top: auto;
  left: auto;
  right: auto; }
  .touch .media-container .media-column.active-column .active-column-copy .active-column-title {
    text-transform: uppercase;
    border-bottom: none; }
    .touch .media-container .media-column.active-column .active-column-copy .active-column-title h3 {
      font-size: 2.28571rem;
      line-height: 2.5rem;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
  .touch .media-container .media-column.active-column .active-column-copy p {
    display: none; }
  .touch .media-container .media-column.active-column .active-column-copy a {
    display: none; }

.tab-panel, .fp-tabs-wrap {
  margin-bottom: 2.5rem;
  padding: 2.14286rem;
  background-color: #FAF7F0;
  padding-bottom: 5px; }
  .tab-panel ul.tabs, .fp-tabs-wrap ul.tabs {
    padding: 0;
    margin-bottom: 2.14286rem;
    display: none; }
    @media screen and (min-width: 58.125em) {
      .tab-panel ul.tabs, .fp-tabs-wrap ul.tabs {
        border-bottom: solid 1px #DDCB9A;
        display: block; } }
    .tab-panel ul.tabs li, .fp-tabs-wrap ul.tabs li {
      padding-bottom: 1.07143rem;
      width: 100%;
      border-bottom: solid 1px #DDCB9A; }
      @media screen and (min-width: 58.125em) {
        .tab-panel ul.tabs li, .fp-tabs-wrap ul.tabs li {
          width: auto;
          margin: 0 1.57143rem -0.07143rem 0;
          border-bottom: none; }
          .tab-panel ul.tabs li:last-child, .fp-tabs-wrap ul.tabs li:last-child {
            margin-right: 0; } }
      .tab-panel ul.tabs li a, .fp-tabs-wrap ul.tabs li a {
        text-transform: uppercase;
        font-size: 1.14286rem;
        color: #0A0A0A;
        text-decoration: none; }
      .tab-panel ul.tabs li.is-active, .fp-tabs-wrap ul.tabs li.is-active {
        border-bottom: solid 2px #008CBA; }
        .tab-panel ul.tabs li.is-active a, .fp-tabs-wrap ul.tabs li.is-active a {
          color: #BB9B2E; }
  .tab-panel .tabs-content .tabs-panel, .fp-tabs-wrap .tabs-content .tabs-panel {
    /* p:first-of-type
			{
				margin-top: rem-calc(30);
			}

			p:last-of-type
			{
				margin-bottom: 0 !important;
			} */ }
    .tab-panel .tabs-content .tabs-panel .icon-grid, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid {
      /* margin-top: rem-calc(30); */
      padding-bottom: 2.14286rem; }
      .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row {
        width: 100%;
        margin-bottom: 0; }
        @media screen and (min-width: 58.125em) {
          .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row {
            margin-bottom: 1rem; }
            .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row:last-child, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row:last-child {
              margin-bottom: 0; } }
        .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row:last-child div:last-child, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row:last-child div:last-child {
          margin-bottom: 0; }
        .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row .circle-icon, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row .circle-icon {
          float: left; }
          @media screen and (min-width: 58.125em) {
            .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row .circle-icon, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row .circle-icon {
              margin-bottom: 0; } }
        @media screen and (min-width: 58.125em) {
          .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row.two-col div, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row.two-col div {
            width: 50%;
            padding-right: 1.07143rem; } }
        @media screen and (min-width: 58.125em) {
          .tab-panel .tabs-content .tabs-panel .icon-grid .grid-row.three-col div, .fp-tabs-wrap .tabs-content .tabs-panel .icon-grid .grid-row.three-col div {
            width: 33.33333%;
            padding-right: 1.07143rem; } }
    .tab-panel .tabs-content .tabs-panel ul li, .fp-tabs-wrap .tabs-content .tabs-panel ul li {
      margin-bottom: 1.07143rem; }

.tabDropdownForm {
  margin-bottom: 1.78571rem; }
  .tabDropdownForm .form-content {
    padding: 0; }
    .tabDropdownForm .form-content .form-row .select-wrapper {
      float: none;
      width: 100%; }
      .tabDropdownForm .form-content .form-row .select-wrapper .tabDropdown {
        background: #fff;
        background: rgba(255, 255, 255, 0.8); }
      .tabDropdownForm .form-content .form-row .select-wrapper .select-open {
        z-index: 2; }
  @media screen and (min-width: 58.125em) {
    .tabDropdownForm {
      display: none; } }

ul.inline-list li {
  display: inline-block; }
  ul.inline-list li.icon-phone {
    padding-left: 3.21429rem;
    background-position: left top;
    background-image: url("../images/icon-phone.png");
    background-size: 30px auto;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      ul.inline-list li.icon-phone {
        background-image: url("../images/icon-phone@2x.png");
        background-size: 30px auto;
        background-repeat: no-repeat; } }
  ul.inline-list li.icon-palms {
    padding: 0 0.71429rem 0 3.21429rem;
    background-position: left top;
    background-image: url("../images/icon-palms.png");
    background-size: 30px auto;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      ul.inline-list li.icon-palms {
        background-image: url("../images/icon-palms@2x.png");
        background-size: 30px auto;
        background-repeat: no-repeat; } }
  ul.inline-list li.icon-mail-dark {
    padding: 0 0.71429rem 0 3.21429rem;
    background-position: left top;
    background-image: url("../images/icon-mail-dark.png");
    background-size: 30px auto;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      ul.inline-list li.icon-mail-dark {
        background-image: url("../images/icon-mail-dark@2x.png");
        background-size: 30px auto;
        background-repeat: no-repeat; } }
  ul.inline-list li ul li {
    display: block;
    padding-bottom: 1.42857rem; }

ul.inline-list.two-col li {
  width: 100%; }
  @media screen and (min-width: 58.125em) {
    ul.inline-list.two-col li {
      width: 49.0%; }
	      ul.inline-list.two-col li ul li {
      width: 90.0%; }

      ul.inline-list.two-col li:nth-last-of-type(-n+2) {
        margin-bottom: 0; } }

ul.inline-list.two-col.halfmoon-bullet li:nth-child(2n+1), .main-content .content-body .row .columns ul.inline-list.two-col:not(.tabs):not(.widSSPReadReview):not(.widSSPWriteReview) li:nth-child(2n+1) {
  padding-right: 0.71429rem; }

ul.inline-list.three-col li {
  width: 100%; }
  @media screen and (min-width: 70.9375em) {
    ul.inline-list.three-col li {
      width: 33.33333%; }
      ul.inline-list.three-col li:nth-last-of-type(-n+3) {
        margin-bottom: 0; } }

.green {
  color: #009E51; }

.grey {
  color: #999999; }

.emphasis {
  font-style: italic; }

.ucase {
  text-transform: uppercase; }

.bebas, h1, h2, h3, h4, h5, form button,
form [type="date"],
form [type="submit"], .side-nav-wrapper ul li, .side-nav-wrapper .home-nav a, .main-content .content-header .content-title p, .media-container .media-column .stat-container .stat-content .stat span, .tab-panel ul.tabs li a, .fp-tabs-wrap ul.tabs li a, a.button, .link-panel a .link-copy, .perfect-day-nav ul li a, .app-nav, .mobile-nav ul li a {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  letter-spacing: 0.07143rem; }

.gold {
  color: #BB9B2E; }

.bold {
  font-weight: bold; }

.feature-panel:after {
  position: absolute;
  content: "";
  height: 1px;
  width: auto;
  top: 15px;
  left: 15px;
  right: 15px;
  background-color: #FFFFFF;
  z-index: 80; }

.feature-panel:before {
  position: absolute;
  content: "";
  height: auto;
  width: 1px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background-color: #FFFFFF;
  z-index: 80; }

.feature-panel .panel-inner:after {
  position: absolute;
  content: "";
  height: 1px;
  width: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #FFFFFF;
  z-index: 80; }

.feature-panel .panel-inner:before {
  position: absolute;
  content: "";
  height: auto;
  width: 1px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #FFFFFF;
  z-index: 80; }

.feature-panel .panel-inner .panel-text:first-child {
  padding: 2.5rem 2.5rem 1.42857rem; }

.feature-panel .panel-inner .panel-text:last-child {
  padding: 1.42857rem 2.5rem 2.5rem; }

.feature-panel .panel-inner .panel-text .panel-text-title {
  margin-bottom: 1.07143rem; }

.feature-panel .panel-inner .panel-image {
  background-position: 50% 50%; }

.feature-panel.border-gold:after {
  position: absolute;
  content: "";
  height: 1px;
  width: auto;
  top: 15px;
  left: 15px;
  right: 15px;
  background-color: #BB9B2E;
  z-index: 80; }

.feature-panel.border-gold:before {
  position: absolute;
  content: "";
  height: auto;
  width: 1px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  background-color: #BB9B2E;
  z-index: 80; }

.feature-panel.border-gold .panel-inner:after {
  position: absolute;
  content: "";
  height: 1px;
  width: auto;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #BB9B2E;
  z-index: 80; }

.feature-panel.border-gold .panel-inner:before {
  position: absolute;
  content: "";
  height: auto;
  width: 1px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #BB9B2E;
  z-index: 80; }

.feature-panel .button {
  margin-top: 1.42857rem; }

.info-panel {
  padding: 1.07143rem; }
  .info-panel .panel-content {
    height: 100%;
    border: solid 1px #BB9B2E;
    padding: 2.14286rem; }
    .info-panel .panel-content.trip-advisor {
      border-color: #009E51;
      background-color: #FFFFFF;
      padding: 1.07143rem; }
    .info-panel .panel-content .button {
      width: 100%; }
      @media screen and (min-width: 58.125em) {
        .info-panel .panel-content .button {
          margin-top: 2.5rem;
          width: auto; } }

.social-media-links {
  margin-bottom: 3.57143rem; }
  .social-media-links a {
    display: inline-block;
    height: 2.14286rem;
    margin-right: 1.07143rem;
    text-decoration: none; }
    .social-media-links a.twitter {
      background-position: left center;
      background-image: url("../images/icons/social-media/icon-twitter.png");
      background-size: 30px 21px;
      background-repeat: no-repeat;
      width: 2.14286rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .social-media-links a.twitter {
          background-image: url("../images/icons/social-media/icon-twitter@2x.png");
          background-size: 30px 21px;
          background-repeat: no-repeat; } }
    .social-media-links a.facebook {
      background-position: left center;
      background-image: url("../images/icons/social-media/icon-facebook.png");
      background-size: 14px 30px;
      background-repeat: no-repeat;
      width: 1rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .social-media-links a.facebook {
          background-image: url("../images/icons/social-media/icon-facebook@2x.png");
          background-size: 14px 30px;
          background-repeat: no-repeat; } }
    .social-media-links a.instagram {
      background-position: left center;
      background-image: url("../images/icons/social-media/icon-instagram.png");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      width: 2.14286rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .social-media-links a.instagram {
          background-image: url("../images/icons/social-media/icon-instagram@2x.png");
          background-size: 30px 30px;
          background-repeat: no-repeat; } }
    .social-media-links a.pintrest {
      background-position: left center;
      background-image: url("../images/icons/social-media/icon-pintrest.png");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      width: 2.14286rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .social-media-links a.pintrest {
          background-image: url("../images/icons/social-media/icon-pintrest@2x.png");
          background-size: 30px 30px;
          background-repeat: no-repeat; } }
    .social-media-links a.youtube {
      background-position: left center;
      background-image: url("../images/icons/social-media/icon-youtube.png");
      background-size: 24px 30px;
      background-repeat: no-repeat;
      width: 1.71429rem; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .social-media-links a.youtube {
          background-image: url("../images/icons/social-media/icon-youtube@2x.png");
          background-size: 24px 30px;
          background-repeat: no-repeat; } }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #0A0A0A; }
  a:active {
    color: #0A0A0A; }
  a:link {
    color: #0A0A0A; }
  a:visited {
    color: #0A0A0A; }
  a:hover {
    color: #BB9B2E; }
  a.gold-black {
    color: #BB9B2E; }
    a.gold-black:active {
      color: #BB9B2E; }
    a.gold-black:link {
      color: #BB9B2E; }
    a.gold-black:visited {
      color: #BB9B2E; }
    a.gold-black:hover {
      color: #0A0A0A; }
  a.blue-black {
    color: #008CBA; }
    a.blue-black:active {
      color: #008CBA; }
    a.blue-black:link {
      color: #008CBA; }
    a.blue-black:visited {
      color: #008CBA; }
    a.blue-black:hover {
      color: #0A0A0A; }
  a.nohover {
    color: #0A0A0A; }
    a.nohover:active {
      color: #0A0A0A; }
    a.nohover:link {
      color: #0A0A0A; }
    a.nohover:visited {
      color: #0A0A0A; }
    a.nohover:hover {
      color: #0A0A0A; }

ul.halfmoon-bullet, .main-content .content-body .row .columns ul:not(.tabs):not(.widSSPReadReview):not(.widSSPWriteReview) {
  margin-bottom: 2.5rem; }
  ul.halfmoon-bullet li, .main-content .content-body .row .columns ul:not(.tabs):not(.widSSPReadReview):not(.widSSPWriteReview) li {
    position: relative;
    padding-left: 2.14286rem; }
    ul.halfmoon-bullet li:before, .main-content .content-body .row .columns ul:not(.tabs):not(.widSSPReadReview):not(.widSSPWriteReview) li:before {
      position: absolute;
      content: "";
      top: 0.28571rem;
      left: 0;
      height: 1rem;
      width: 0.5rem;
      background-color: #008ABA;
      -moz-border-radius: 0.5rem 0 0 5.57143rem;
      -webkit-border-radius: 0.57143rem 0 0 0.57143rem;
      border-radius: 0.5rem 0 0 0.5rem; }
    ul.halfmoon-bullet li:after, .main-content .content-body .row .columns ul:not(.tabs):not(.widSSPReadReview):not(.widSSPWriteReview) li:after {
      position: absolute;
      content: "";
      top: 0.28571rem;
      left: 7px;
      height: 1rem;
      width: 0.5rem;
      border: solid 1px #008ABA;
      border-left: none;
      -moz-border-radius: 0 0.5rem 0.5rem 0;
      -webkit-border-radius: 0 0.57143rem 0.5rem 0;
      border-radius: 0 0.5rem 0.5rem 0; }

a.button {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  padding: 0.5rem 1.42857rem;
  font-size: 1.14286rem;
  text-transform: uppercase; }
  @media screen and (min-width: 70.9375em) {
    a.button {
      min-width: 11.42857rem; } }
  a.button.full-width {
    width: 100%; }
  a.button.skinny {
    padding: 0.35714rem 0.71429rem;
    min-width: 8.21429rem; }
  a.button.black {
    background-color: #0A0A0A;
    border: solid 1px #999999;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;    letter-spacing: normal;
    font-size: 1rem;
    text-transform: none;
    color: #FFFFFF; }
    a.button.black:hover {
      color: #0A0A0A;
      background-color: #FFFFFF; }
  a.button.gold {
    padding: 0.07143rem;
	margin:10px 0;
    background-color: #BB9B2E;
    color: #FFFFFF; }
    a.button.gold:hover {
      background-color: #ae902c; }
    a.button.gold span {
      display: inline-block;
      width: 100%;
      border: solid 1px #FFFFFF;
      padding: 0.71429rem 1.42857rem; }
      a.button.gold span.on-black {
        border-color: #0A0A0A; }
  a.button.white-gold {
    border: solid 1px #BB9B2E;
    color: #0A0A0A;
    background-color: #FFFFFF; }
    a.button.white-gold:hover {
      color: #FFFFFF;
      background-color: #BB9B2E; }
  a.button.transparent-white {
    border: solid 1px #FFFFFF;
    color: #FFFFFF; }
    a.button.transparent-white:hover {
      background-color: #FFFFFF; }
  a.button.transparent-gold {
    border: solid 1px #BB9B2E;
    color: #FFFFFF; }
    a.button.transparent-gold:hover {
      color: #BB9B2E;
      background-color: #FFFFFF; }
  a.button.transparent-gold-black {
    border: solid 1px #BB9B2E;
    color: #0A0A0A; }
    a.button.transparent-gold-black:hover {
      color: #FFFFFF;
      background-color: #BB9B2E; }
  a.button.post {
    margin-bottom: 1.78571rem; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #0A0A0A;
  background: #0A0A0A;
  font-weight: normal;
  color: #FFFFFF; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #BB9B2E;
  background: #BB9B2E;
  color: #FFFFFF; }

.ui-widget.ui-widget-content {
  border: 1px solid #BB9B2E; }

.ui-widget-header {
  background: #0A0A0A;
  color: #FFFFFF;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}

a.ui-datepicker-prev, a.ui-datepicker-next {
  transition: none; }

a.ui-datepicker-prev {
  margin: 0.07143rem 0 0 0.07143rem; }

a.ui-datepicker-next {
  margin: 0.07143rem 0.07143rem 0 0; }

a.ui-datepicker-unselectable {
  color: red; }

.thumbnail-gallery {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  height: 4.28571rem;
  overflow: hidden;
  text-align: right;
  line-height: 0;
  font-size: 0; }
  .thumbnail-gallery a {
    display: inline-block !important;
    height: 4.28571rem;
    width: 6.42857rem;
    margin: 0 0 1.07143rem 1.07143rem;
    vertical-align: top; }
    .thumbnail-gallery a.open-gallery {
      height: 4.28571rem;
      width: 3.57143rem;
      border-top: 0.5rem solid transparent;
      margin: 0 0.35714rem 1.07143rem 0; }
      .thumbnail-gallery a.open-gallery:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 3.57143rem;
        width: 3.57143rem;
        border: solid 0.14286rem #BB9B2E;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        background-position: center center;
        background-image: url("../images/icon-magnify.png");
        background-size: 24px 25px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .thumbnail-gallery a.open-gallery:after {
            background-image: url("../images/icon-magnify@2x.png");
            background-size: 24px 25px;
            background-repeat: no-repeat; } }
  .thumbnail-gallery.grid {
    height: auto;
    margin-left: 10px;
    position: relative; }
    .thumbnail-gallery.grid a {
      width: 24%;
      margin: 0;
      margin-right: 1%;
      margin-bottom: 1%;
      height: auto;
      float: left; }
      .thumbnail-gallery.grid a:nth-child(4n+4) {
        margin-right: 0; }
      .thumbnail-gallery.grid a:hover:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: rgba(0, 0, 0, 0.7) url("../images/icon-magnify-light.png");
        background-position: center center;
        background-size: 24px 25px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .thumbnail-gallery.grid a:hover:after {
            background-image: url("../images/icon-magnify-light@2x.png");
            background-size: 24px 25px;
            background-repeat: no-repeat; } }
      .thumbnail-gallery.grid a.video:hover:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: rgba(0, 0, 0, 0.7) url("https://halfmoonrosehall.com/custom-content/themes/halfmoon/images/icons/icon-play-light.png");
        background-position: center center;
        background-size: 24px 24px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .thumbnail-gallery.grid a.video:hover:after {
            background-image: url("https://halfmoonrosehall.com/custom-content/themes/halfmoon/images/icons/icon-magnify-light@2x.png");
            background-size: 24px 25px;
            background-repeat: no-repeat; } }

.fancybox-title-over-wrap {
  width: 100%;
  text-align: center; }

.link-panel {
  background-color: #0A0A0A; }
  .link-panel .center-outer {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 100; }
    .link-panel .center-outer .center-vert {
      display: table;
      width: 100%;
      height: 100%; }
      .link-panel .center-outer .center-vert .center-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
  .link-panel a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4; }
  .link-panel a .link-copy {
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease; }
    .link-panel a .link-copy p {
      font-size: 27px;
      line-height: 2.14286rem;
      margin-bottom: 0.35714rem;
      padding: 0 1.07143rem; }
      .link-panel a .link-copy p.small {
        font-size: 1.14286rem;
        line-height: 1.14286rem; }
      .link-panel a .link-copy p:last-child {
        margin-bottom: 0 !important; }
  .link-panel a:hover img {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .link-panel a:hover .link-copy {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }

.promo-panel .panel-content {
  padding: 1.42857rem;
  min-height: 17.42857rem; }
  .promo-panel .panel-content .panel-text a {
    color: #BB9B2E; }
    .promo-panel .panel-content .panel-text a:active {
      color: #BB9B2E; }
    .promo-panel .panel-content .panel-text a:link {
      color: #BB9B2E; }
    .promo-panel .panel-content .panel-text a:visited {
      color: #BB9B2E; }
    .promo-panel .panel-content .panel-text a:hover {
      color: #0A0A0A; }
  .promo-panel .panel-content .panel-text .panel-text-title {
    text-align: center; }
  .promo-panel .panel-content .panel-footer {
    margin-top: 1.42857rem; }

.promo-panel.dark {
  background-color: #0A0A0A;
  color: #FFFFFF; }
  .promo-panel.dark .panel-content .panel-text .panel-text-title {
    border-bottom-color: #BB9B2E; }
  .promo-panel.dark .panel-content a {
    color: #BB9B2E; }
    .promo-panel.dark .panel-content a:active {
      color: #BB9B2E; }
    .promo-panel.dark .panel-content a:link {
      color: #BB9B2E; }
    .promo-panel.dark .panel-content a:visited {
      color: #BB9B2E; }
    .promo-panel.dark .panel-content a:hover {
      color: #FFFFFF; }
  .promo-panel.dark .panel-footer {
    border-top-color: #BB9B2E; }

.promo-panel:not(.dark) .panel-content {
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }

.promo-panel:not(.dark):hover .panel-content {
  background-color: #f6f1e3; }

.panel-grid {
  position: relative;
  width: 100%; }
  .panel-grid .panel-container {
    width: 100%;
    padding-left: 0.71429rem;
    padding-right: 0.71429rem; }
    @media screen and (min-width: 41.875em) {
      .panel-grid .panel-container {
        width: 50%;
        float: left;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
    @media screen and (min-width: 70.9375em) {
      .panel-grid .panel-container {
        width: 33.33333%; } }

.perfect-day-nav {
  width: 100%;
  padding: 1.42857rem; }
  @media screen and (min-width: 41.875em) {
    .perfect-day-nav {
      position: absolute;
      width: auto;
      top: 0;
      right: 2.14286rem;
      background-color: #FFFFFF;
      z-index: 100; } }
  .perfect-day-nav ul {
    padding: 0; }
    @media screen and (min-width: 41.875em) {
      .perfect-day-nav ul {
        border-bottom: solid 1px #BB9B2E; } }
    .perfect-day-nav ul li {
      padding-bottom: 0.71429rem;
      width: 100%;
      border-bottom: solid 1px #BB9B2E;
      display: none; }
      @media screen and (max-width: 41.8125em) {
        .perfect-day-nav ul li:last-child {
          border-bottom: 0;
          padding-bottom: 0; } }
      @media screen and (min-width: 41.875em) {
        .perfect-day-nav ul li {
          display: inline-block;
          width: auto;
          margin: 0 1.78571rem -0.07143rem 0;
          border-bottom: none; }
          .perfect-day-nav ul li:last-child {
            margin-right: 0; } }
      .perfect-day-nav ul li a {
        text-transform: uppercase;
        font-size: 1.14286rem;
        color: #0A0A0A;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        color: #0A0A0A; }
        .perfect-day-nav ul li a:active {
          color: #0A0A0A; }
        .perfect-day-nav ul li a:link {
          color: #0A0A0A; }
        .perfect-day-nav ul li a:visited {
          color: #0A0A0A; }
        .perfect-day-nav ul li a:hover {
          color: #BB9B2E; }
        @media screen and (max-width: 41.8125em) {
          .perfect-day-nav ul li a {
            position: relative; }
            .perfect-day-nav ul li a:after {
              position: absolute;
              content: '';
              top: 0.28571rem;
              right: 0.28571rem;
              height: 18px;
              width: 10px;
              background-position: left top;
              background-image: url("../images/icons/arrow-gold.png");
              background-size: 10px auto;
              background-repeat: no-repeat; } }
    @media only screen and (max-width: 41.8125em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 41.8125em) and (min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min-resolution: 192dpi), only screen and (max-width: 41.8125em) and (min-resolution: 2dppx) {
      .perfect-day-nav ul li a:after {
        background-image: url("../images/icons/arrow-gold@2x.png");
        background-size: 10px auto;
        background-repeat: no-repeat; } }
      @media screen and (max-width: 41.8125em) {
        .perfect-day-nav ul li.is-active {
          display: inline-block;
          margin-bottom: 0; }
          .perfect-day-nav ul li.is-active a:after {
            top: 0.71429rem;
            height: 10px;
            width: 18px;
            background-position: left top;
            background-image: url("../images/icons/arrow-green-down.png");
            background-size: 18px auto;
            background-repeat: no-repeat; } }
    @media only screen and (max-width: 41.8125em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 41.8125em) and (min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min-resolution: 192dpi), only screen and (max-width: 41.8125em) and (min-resolution: 2dppx) {
      .perfect-day-nav ul li.is-active a:after {
        background-image: url("../images/icons/arrow-green-down@2x.png");
        background-size: 18px auto;
        background-repeat: no-repeat; } }
      @media screen and (min-width: 41.875em) {
        .perfect-day-nav ul li.is-active {
          border-bottom: solid 2px #008CBA; }
          .perfect-day-nav ul li.is-active a {
            color: #BB9B2E; } }
  @media screen and (max-width: 41.8125em) {
    .perfect-day-nav.open ul li {
      display: inline-block;
      margin-bottom: 0.71429rem; }
      .perfect-day-nav.open ul li.is-active a:after {
        background-position: left top;
        background-image: url("../images/icons/arrow-green-up.png");
        background-size: 18px auto;
        background-repeat: no-repeat; } }
    @media only screen and (max-width: 41.8125em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 41.8125em) and (min-device-pixel-ratio: 2), only screen and (max-width: 41.8125em) and (min-resolution: 192dpi), only screen and (max-width: 41.8125em) and (min-resolution: 2dppx) {
      .perfect-day-nav.open ul li.is-active a:after {
        background-image: url("../images/icons/arrow-green-up@2x.png");
        background-size: 18px auto;
        background-repeat: no-repeat; } }
  @media screen and (max-width: 41.8125em) {
      .perfect-day-nav.open ul li:last-child {
        margin-bottom: 0; } }

.dynamic-logo {
  position: fixed;
  display: none;
  width: 170px;
  top: 12.14286rem;
  z-index: 105;
  margin-left: -75px;
  left: 50%;
  /* REMOVE ME TO REVERT OUT HOME PROMO BOX */
  top: 1.42857rem;
  /* /REMOVE ME TO REVERT OUT HOME PROMO BOX */
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }
  @media screen and (min-width: 480px) {
    .dynamic-logo {
      top: 12.14286rem; } }
  @media screen and (min-width: 41.875em) {
    .dynamic-logo {
      top: 7.14286rem;
      /* REMOVE ME TO REVERT OUT HOME PROMO BOX */
      top: 2.14286rem;
      /* /REMOVE ME TO REVERT OUT HOME PROMO BOX */ } }
  @media screen and (min-width: 58.125em) {
    .dynamic-logo {
      top: 12.14286rem;
      /* REMOVE ME TO REVERT OUT HOME PROMO BOX */
      top: 5rem;
      /* /REMOVE ME TO REVERT OUT HOME PROMO BOX */ } }
  @media screen and (min-width: 70.9375em) {
    .dynamic-logo {
      top: 9.28571rem; } }
  .dynamic-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 170px !important;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
  .dynamic-logo.shrink {
    top: 1.42857rem; }
    .dynamic-logo.shrink img {
      width: 75px !important; }
      .dynamic-logo.shrink img:last-child {
        zoom: 1;
        filter: alpha(opacity=0);
        opacity: 0; }

.app-nav {
  position: fixed;
  height: 4.28571rem;
  padding: 0.57143rem 0;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 105;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 0.71429rem 0 rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 0.71429rem 0 rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 0.71429rem 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  @media screen and (min-width: 41.875em) {
    .app-nav {
      display: none; } }
  .app-nav .close {
    display: blolck;
    position: absolute;
    top: 1.07143rem;
    right: 1.07143rem; }
  .app-nav ul {
    height: 2.85714rem; }
    .app-nav ul li {
      display: inline-block;
      padding-right: 1.78571rem; }
      .app-nav ul li:last-child {
        padding: 0; }
      .app-nav ul li a {
        display: block;
        padding-top: 2.14286rem;
        min-width: 1.78571rem; }
        .app-nav ul li a.about {
          background-position: center top;
          background-image: url("../images/icon-info.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .app-nav ul li a.about {
              background-image: url("../images/icon-info@2x.png");
              background-size: 25px auto;
              background-repeat: no-repeat; } }
        .app-nav ul li a.offers {
          background-position: center top;
          background-image: url("../images/icon-offers.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .app-nav ul li a.offers {
              background-image: url("../images/icon-offers@2x.png");
              background-size: 25px auto;
              background-repeat: no-repeat; } }
        .app-nav ul li a.reservations {
          background-position: center top;
          background-image: url("../images/icon-calendar.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
		  .app-nav ul li a.palms1 {
          background-position: center top;
          background-image: url("../images/icon-palms.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .app-nav ul li a.reservations {
              background-image: url("../images/icon-calendar@2x.png");
              background-size: 25px auto;
              background-repeat: no-repeat; } }
        .app-nav ul li a.call-us {
          background-position: center top;
          background-image: url("../images/icon-phone.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .app-nav ul li a.call-us {
              background-image: url("../images/icon-phone@2x.png");
              background-size: 25px auto;
              background-repeat: no-repeat; } }
        .app-nav ul li a.menu {
          background-position: 1px top;
          background-image: url("../images/icon-menu.png");
          background-size: 25px auto;
          background-repeat: no-repeat; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .app-nav ul li a.menu {
              background-image: url("../images/icon-menu@2x.png");
              background-size: 25px auto;
              background-repeat: no-repeat; } }

.mobile-nav {
  position: fixed;
  top: 1000px;
  bottom: -1000px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 106;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .mobile-nav.expanded {
    top: 0;
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1; }
  .mobile-nav a.close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 1.42857rem 1.42857rem 0 0;
    color: #BB9B2E; }
    .mobile-nav a.close span:last-child {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;      font-size: 1.42857rem;
      line-height: 1.57143rem;
      display: inline-block;
      -webkit-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
      transform: scale(1.5, 1); }
    .mobile-nav a.close:hover {
      color: #0A0A0A; }
  .mobile-nav ul {
    position: absolute;
    top: 50%;
    min-width: 21.42857rem;
    padding: 0 1.07143rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .mobile-nav ul li {
      float: left;
      width: 50%;
      text-align: center; }
      .mobile-nav ul li a {
        font-size: 1.42857rem; }

.float-panel {
  position: absolute;
  width: auto;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; }
  @media screen and (min-width: 70.9375em) {
    .float-panel {
      width: 50rem; } }
  .float-panel.temp-transition {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .float-panel.on {
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1; }
  .float-panel .info-panel {
    margin: 0;
    padding-bottom: 0.85714rem;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
    zoom: 1; }
    .float-panel .info-panel .panel-content {
      padding: 0;
      border: none; }
      @media screen and (min-width: 70.9375em) {
        .float-panel .info-panel .panel-content {
          padding: 0; } }
      .float-panel .info-panel .panel-content .panel-text-title {
        margin: 0 0 0.21429rem 0;
        border-bottom: 0; }
        @media screen and (min-width: 70.9375em) {
          .float-panel .info-panel .panel-content .panel-text-title {
            border-bottom: solid 1px #BB9B2E;
            margin-bottom: 1.42857rem; } }
        .float-panel .info-panel .panel-content .panel-text-title h3 {
          margin-bottom: 0; }
          @media screen and (min-width: 70.9375em) {
            .float-panel .info-panel .panel-content .panel-text-title h3 {
              margin-bottom: 0.71429rem; } }
      .float-panel .info-panel .panel-content a {
        margin-top: 1rem;
        color: #BB9B2E;
        /*@media screen and (min-width: 70.9375em) {

					display: inline-block;
					text-align: center;
					transition: all 0.3s ease;
					padding: rem-calc(7) rem-calc(20);
					border: solid 1px $gold;
					font-size: rem-calc(16);
					color: $black;
					background-color: $white;
					text-transform: uppercase;
					font-family: BebasNeueRegular, Helvetica, sans-serif;
					letter-spacing: rem-calc(1);

					@media screen and (min-width: 70.9375em) {
						
						min-width: rem-calc(160);
					}

					&:hover
					{
						color: $white;
						background-color: $gold;
					}
					
				}*/ }
        .float-panel .info-panel .panel-content a:active {
          color: #BB9B2E; }
        .float-panel .info-panel .panel-content a:link {
          color: #BB9B2E; }
        .float-panel .info-panel .panel-content a:visited {
          color: #BB9B2E; }
        .float-panel .info-panel .panel-content a:hover {
          color: #0A0A0A; }
  .float-panel.bottom-left {
    left: 1.07143rem;
    bottom: 1.07143rem; }
    @media screen and (min-width: 41.875em) {
      .float-panel.bottom-left {
        left: 1.78571rem;
        bottom: 1.78571rem; } }
    @media screen and (min-width: 70.9375em) {
      .float-panel.bottom-left {
        left: 3.57143rem;
        bottom: 3.57143rem; } }
    .float-panel.bottom-left.fix-first {
      position: fixed;
      left: 16.07143rem;
      bottom: 8.71429rem; }
    .float-panel.bottom-left .info-panel {
      border-radius: 0 100px 100px 0;
      padding-right: 2.14286rem; }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-left .info-panel {
          border-radius: 0; } }
    .float-panel.bottom-left .toggle-float-panel {
      display: none;
      position: absolute;
      top: 50%;
      right: -1.78571rem;
      height: 3.92857rem;
      width: 1.78571rem;
      -webkit-border-radius: 0 1.78571rem 1.78571rem 0;
      -moz-border-radius: 0 1.78571rem 1.78571rem 0;
      -o-border-radius: 0 1.78571rem 1.78571rem 0;
      border-radius: 0 1.78571rem 1.78571rem 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0.85);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
      zoom: 1; }
      .float-panel.bottom-left .toggle-float-panel span {
        display: block;
        height: 1.14286rem;
        width: 1.14286rem;
        margin-top: 1.42857rem;
        margin-left: -0.28571rem;
        background-position: left top;
        background-image: url("../images/icons/icon-close.png");
        background-size: 16px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .float-panel.bottom-left .toggle-float-panel span {
            background-image: url("../images/icons/icon-close@2x.png");
            background-size: 16px auto;
            background-repeat: no-repeat; } }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-left .toggle-float-panel {
          display: block; } }
    .float-panel.bottom-left.panel-closed {
      left: -21.42857rem; }
      @media screen and (min-width: 41.875em) {
        .float-panel.bottom-left.panel-closed {
          left: -25rem; } }
      @media screen and (min-width: 58.125em) {
        .float-panel.bottom-left.panel-closed {
          left: -25rem; } }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-left.panel-closed {
          left: -50rem; } }
      .float-panel.bottom-left.panel-closed.fix-first {
        left: -8.92857rem; }
        @media screen and (min-width: 41.875em) {
          .float-panel.bottom-left.panel-closed.fix-first {
            left: -12.5rem; } }
        @media screen and (min-width: 58.125em) {
          .float-panel.bottom-left.panel-closed.fix-first {
            left: -12.5rem; } }
        @media screen and (min-width: 70.9375em) {
          .float-panel.bottom-left.panel-closed.fix-first {
            left: -37.5rem; } }
      .float-panel.bottom-left.panel-closed .toggle-float-panel span {
        width: 0.57143rem;
        margin-left: 0.35714rem;
        background-position: left top;
        background-image: url("../images/icons/icon-open-left.png");
        background-size: 8px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .float-panel.bottom-left.panel-closed .toggle-float-panel span {
            background-image: url("../images/icons/icon-open-left@2x.png");
            background-size: 8px auto;
            background-repeat: no-repeat; } }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-left.panel-closed .toggle-float-panel {
          display: block; } }
  .float-panel.bottom-right {
    padding-left: 2.14286rem;
    right: 1.07143rem;
    bottom: 1.07143rem; }
    @media screen and (min-width: 41.875em) {
      .float-panel.bottom-right {
        right: 1.78571rem;
        bottom: 1.78571rem; } }
    @media screen and (min-width: 70.9375em) {
      .float-panel.bottom-right {
        right: 3.57143rem;
        bottom: 3.57143rem;
        padding-left: 0; } }
    .float-panel.bottom-right .info-panel {
      border-radius: 100px 0 0 100px;
      padding-left: 2.14286rem; }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-right .info-panel {
          border-radius: 0; } }
    .float-panel.bottom-right .toggle-float-panel {
      display: none;
      position: absolute;
      top: 50%;
      left: -1.78571rem;
      height: 3.92857rem;
      width: 1.78571rem;
      -webkit-border-radius: 1.78571rem 0 0 1.78571rem;
      -moz-border-radius: 1.78571rem 0 0 1.78571rem;
      -o-border-radius: 1.78571rem 0 0 1.78571rem;
      border-radius: 1.78571rem 0 0 1.78571rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0.85);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
      zoom: 1; }
      .float-panel.bottom-right .toggle-float-panel span {
        display: block;
        height: 1.14286rem;
        width: 1.14286rem;
        margin-top: 1.42857rem;
        margin-left: 0.92857rem;
        background-position: left top;
        background-image: url("../images/icons/icon-close.png");
        background-size: 16px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .float-panel.bottom-right .toggle-float-panel span {
            background-image: url("../images/icons/icon-close@2x.png");
            background-size: 16px auto;
            background-repeat: no-repeat; } }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-right .toggle-float-panel {
          display: block; } }
    .float-panel.bottom-right.panel-closed {
      right: -21.42857rem; }
      @media screen and (min-width: 41.875em) {
        .float-panel.bottom-right.panel-closed {
          right: -25rem; } }
      @media screen and (min-width: 58.125em) {
        .float-panel.bottom-right.panel-closed {
          right: -25rem; } }
      @media screen and (min-width: 70.9375em) {
        .float-panel.bottom-right.panel-closed {
          right: -50rem; } }
      .float-panel.bottom-right.panel-closed .toggle-float-panel span {
        width: 0.57143rem;
        margin-right: 0.35714rem;
        background-position: left top;
        background-image: url("../images/icons/icon-open-right.png");
        background-size: 8px auto;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .float-panel.bottom-right.panel-closed .toggle-float-panel span {
            background-image: url("../images/icons/icon-open-right@2x.png");
            background-size: 8px auto;
            background-repeat: no-repeat; } }

.slide-show img {
  width: 100%;
  display: none !important; }
  .slide-show img:first-child {
    display: block !important;
    visibility: visible !important; }

.slide-show .image-stack .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

.slide-show .image-stack .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.slide-show .image-stack .slide-bullets {
  position: absolute;
  top: 1.42857rem;
  right: 1.78571rem;
  z-index: 30; }
  @media screen and (min-width: 58.125em) {
    .slide-show .image-stack .slide-bullets {
      top: 2.85714rem;
      right: 2.85714rem; } }
  .slide-show .image-stack .slide-bullets a {
    display: inline-block;
    height: 1.07143rem;
    width: 1.07143rem;
    margin-left: 1.78571rem;
    background-color: #C0C3BC;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
    @media screen and (min-width: 58.125em) {
      .slide-show .image-stack .slide-bullets a {
        margin-left: 1.42857rem;
        height: 0.71429rem;
        width: 0.71429rem; } }
    .slide-show .image-stack .slide-bullets a.active-link {
      background-color: #FFFFFF; }
    .slide-show .image-stack .slide-bullets a:hover {
      background-color: #FFFFFF; }

.booking-panel {
  padding: 1.42857rem; }
  @media screen and (min-width: 41.875em) {
    .booking-panel {
      display: table; } }
  .booking-panel .panel-content h3 {
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.42857rem;
    color: #008CBA;
    font-weight: bold; }
  .booking-panel .panel-content p {
    margin-bottom: 0; }
  @media screen and (min-width: 41.875em) {
    .booking-panel .panel-content .panel-text {
      display: table-cell;
      vertical-align: top;
      padding: 0 1.07143rem 0 0;
      width: 100%; } }
  .booking-panel .panel-content .panel-footer {
    margin-top: 1.42857rem; }
    @media screen and (min-width: 41.875em) {
      .booking-panel .panel-content .panel-footer {
        display: table-cell;
        vertical-align: top;
        width: 9.28571rem;
        padding-left: 1.07143rem;
        border-left: solid 1px #DDCB9A;
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
    .booking-panel .panel-content .panel-footer .icon {
      margin-bottom: 1.42857rem; }
      @media screen and (min-width: 41.875em) {
        .booking-panel .panel-content .panel-footer .icon {
          margin-top: 0; } }
      .booking-panel .panel-content .panel-footer .icon:first-of-type {
        float: left; }
      .booking-panel .panel-content .panel-footer .icon:last-of-type {
        float: right; }
      @media screen and (min-width: 41.875em) {
        .booking-panel .panel-content .panel-footer .icon:first-of-type {
          float: left; }
        .booking-panel .panel-content .panel-footer .icon:last-of-type {
          float: left; } }
    @media screen and (max-width: 41.8125em) {
      .booking-panel .panel-content .panel-footer .button {
        width: 100%; } }

.reveal {
  top: 0;
  padding-top: 4.35714rem;
  margin-top: 0;
  overflow: visible;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  height: auto; }
  @media screen and (min-width: 41.875em) {
    .reveal {
      margin-top: 5.35714rem;
      margin-bottom: 5.35714rem;
      padding-top: 1rem;
      width: 85%;
      max-width: 57.14286rem; } }
  @media screen and (min-width: 58.125em) {
    .reveal {
      width: 75%; } }
  .reveal form {
    margin-bottom: 0; }
  .reveal button.close-button {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-position: left top;
    background-image: url("../images/icons/fancybox_sprite.png");
    background-size: 44px auto;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .reveal button.close-button {
        background-image: url("../images/icons/fancybox_sprite@2x.png");
        background-size: 44px auto;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 41.875em) {
      .reveal button.close-button {
        top: -18px;
        right: -18px; } }
    .reveal button.close-button:focus {
      outline: none !important;
      border: none !important;
      box-shadow: none !important; }

.post-panel {
  padding: 1.42857rem; }
  .post-panel .panel-content h3 {
    margin-bottom: 1.07143rem;
    border-bottom: solid 1px #BB9B2E;
    color: #0A0A0A; }
  .post-panel .panel-content p {
    margin-bottom: 0;
    color: #0A0A0A; }
    .post-panel .panel-content p span {
      color: #BB9B2E; }
  @media screen and (min-width: 41.875em) {
    .post-panel .panel-content .panel-image {
      display: inline-block;
      width: 20%; } }
  @media screen and (min-width: 41.875em) {
    .post-panel .panel-content .panel-text {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 1.07143rem;
      width: 79%; } }
  .post-panel .panel-content .panel-footer {
    margin-top: 1.42857rem; }
    @media screen and (min-width: 41.875em) {
      .post-panel .panel-content .panel-footer {
        display: table-cell;
        vertical-align: top;
        width: 9.28571rem;
        padding-left: 1.07143rem;
        border-left: solid 1px #DDCB9A;
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
    @media screen and (max-width: 41.8125em) {
      .post-panel .panel-content .panel-footer .button {
        width: 100%; } }

.post-panel-small {
  padding: 1.42857rem;
  width: 49%;
  display: inline-block;
  background-color: transparent;
  vertical-align: top; }
  .post-panel-small .panel-content h3 {
      font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.42857rem;
    color: #008CBA;
    font-weight: bold; }
  .post-panel-small .panel-content p {
    margin-bottom: 0;
    color: #0A0A0A; }
    .post-panel-small .panel-content p span {
      color: #BB9B2E; }
  @media screen and (min-width: 41.875em) {
    .post-panel-small .panel-content .panel-image {
      display: inline-block;
      width: 30%; } }
  @media screen and (min-width: 41.875em) {
    .post-panel-small .panel-content .panel-text {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 0.71429rem;
      width: 68%; } }
  .post-panel-small .panel-content .panel-footer {
    margin-top: 1.42857rem; }
    @media screen and (min-width: 41.875em) {
      .post-panel-small .panel-content .panel-footer {
        display: table-cell;
        vertical-align: top;
        width: 9.28571rem;
        padding-left: 1.07143rem;
        border-left: solid 1px #DDCB9A;
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
    @media screen and (max-width: 41.8125em) {
      .post-panel-small .panel-content .panel-footer .button {
        width: 100%; } }

#homePromoBox {
  position: absolute;
  top: 15.57143rem;
  left: 0.71429rem;
  right: 0.71429rem;
  z-index: 104;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 20px;
  background-image: url("../images/icons/icon-pricetag-gold.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 18px 18px;
  transition: all 0.5s ease;
  width: 90%;
  max-width: 550px;
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  #homePromoBox p {
    margin: 0 0 15px; }
    #homePromoBox p:first-child {
      margin-bottom: 5px; }
    #homePromoBox p strong {
      font-size: 0.92857rem; }
  #homePromoBox .button {
    color: #BB9B2E;
    margin: 0 auto; }
    #homePromoBox .button:hover {
      color: #fff; }
  @media screen and (min-width: 350px) {
    #homePromoBox {
      padding-left: 24px;
      padding-right: 24px;
      top: 17.85714rem; } }
  @media screen and (min-width: 360px) {
    #homePromoBox {
      padding-left: 28px;
      padding-right: 28px;
      top: 18.57143rem; } }
  @media screen and (min-width: 375px) {
    #homePromoBox {
      padding-left: 36px;
      padding-right: 36px;
      top: 18.57143rem; } }
  @media screen and (min-width: 480px) {
    #homePromoBox {
      top: 29.28571rem; } }
  @media screen and (min-width: 41.875em) {
    #homePromoBox {
      top: 17.14286rem;
      text-align: left;
      padding: 20px 146px 10px 72px;
      max-width: 450px;
      -ms-transform: translateX(-30%);
          transform: translateX(-30%); }
      #homePromoBox .button {
        margin: 0;
        position: absolute;
        right: 18px;
        top: 47px; } }
  @media screen and (min-width: 768px) {
    #homePromoBox {
      top: 16.42857rem;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media screen and (min-width: 58.125em) {
    #homePromoBox {
      top: 21.42857rem;
      max-width: 550px; } }
  @media screen and (min-width: 70.9375em) {
    #homePromoBox {
      padding: 20px 192px 10px 72px;
      top: 30.71429rem; } }
  @media screen and (min-width: 1260px) {
    #homePromoBox {
      top: 32.14286rem; } }
  @media screen and (min-width: 1346px) {
    #homePromoBox {
      top: 33.92857rem; } }
  @media screen and (min-width: 1420px) {
    #homePromoBox {
      top: 35.71429rem; } }

.comment-panel .panel-inner .panel-text {
  padding-top: 2.5rem !important;
  padding-bottom: 5.71429rem !important;
  background-image: url("../images/tripadvisorlogo.png");
  background-repeat: no-repeat;
  background-position: bottom 35px right 35px;
  background-size: 175px 28px; }

.paddingtop_20{ padding-top:20px;}
#__gotop{ z-index:9999;}
.news_box li span {
    color: #999999;
    float: right;
    padding: 0 10px;
}
.news_pages h3{ padding-bottom:20px;}

.news_pages .sxp{ margin-top:30px; display: inline-block;
    width: 100%;}
.news_pages .sxp li{ margin-bottom:10px;}
#dvCsmNews P{ display:-webkit-box}
@media (max-width: 669px) {
.app{ display:none}

}


@media (max-width: 768px) {
	.news_box li span{ display:none;}
#__gotop{ width:0 !important; height:0 !important}

}

