@charset "UTF-8";
/*
 * General Colour Palette
 */
/*
 * Brand Colour Palette
 */
/*
 * Luxury Brand Colour Palette
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 2px solid #00a8e1;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Default link colour
 */
a {
  color: #1d1d1d;
}

/*
 * Remove styling from buttons
 */
button {
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/*
 * Reset styling on headers
 */
h1, h2, h3,
h4, h5, h6 {
  font-weight: 400;
}

ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 20px;
}

ul li {
  margin: 0 0 10px 0;
}

/*
 * Breakpoints
*/
html,
body {
  font-family: "Loew Medium", Helvetica, Arial, sans-serif;
}

/*
 * Simple Joys
 */
@font-face {
  font-family: 'Simple Joys';
  src: url("fonts/simple-joys/simple-joys-webfont.eot");
  src: url("fonts/simple-joys/simple-joys-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/simple-joys/simple-joys-webfont.woff") format("woff"), url("fonts/simple-joys/simple-joys-webfont.ttf") format("truetype"), url("fonts/simple-joys/simple-joys-webfont.svg#simple-joys-webfont") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/*
   * Loew
   */
@font-face {
  font-family: 'Loew';
  src: url("fonts/loew/loew-regular/loew-regular-webfont.eot");
  src: url("fonts/loew/loew-regular/loew-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-regular/loew-regular-webfont.woff2") format("woff2"), url("fonts/loew/loew-regular/loew-regular-webfont.woff") format("woff"), url("fonts/loew/loew-regular/loew-regular-webfont.ttf") format("truetype"), url("fonts/loew/loew-regular/loew-regular-webfont.svg#loewregular") format("svg");
}

@font-face {
  font-family: 'Loew Bold';
  src: url("fonts/loew/loew-bold/loew-bold-webfont.eot");
  src: url("fonts/loew/bold/loew-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-bold/loew-bold-webfont.woff2") format("woff2"), url("fonts/loew/loew-bold/loew-bold-webfont.woff") format("woff"), url("fonts/loew/loew-bold/loew-bold-webfont.ttf") format("truetype"), url("fonts/loew/loew-bold/loew-bold-webfont.svg#loewbold") format("svg");
  font-weight: bold;
}

@font-face {
  font-family: 'Loew Italic';
  src: url("fonts/loew/loew-italic/loew-italic-webfont.eot");
  src: url("fonts/loew/loew-italic/loew-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-italic/loew-italic-webfont.woff2") format("woff2"), url("fonts/loew/loew-italic/loew-italic-webfont.woff") format("woff"), url("fonts/loew/loew-italic/loew-italic-webfont.ttf") format("truetype"), url("fonts/loew/loew-italic/loew-italic-webfont.svg#loewitalic") format("svg");
  font-style: italic;
}

@font-face {
  font-family: 'Loew Bold Italic';
  src: url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.eot");
  src: url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.woff2") format("woff2"), url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.woff") format("woff"), url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.ttf") format("truetype"), url("fonts/loew/loew-bold-italic/loew-bolditalic-webfont.svg#loewbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Loew Light';
  src: url("fonts/loew/loew-light/loew-light-webfont.eot");
  src: url("fonts/loew/loew-light/loew-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-light/loew-light-webfont.woff2") format("woff2"), url("fonts/loew/loew-light/loew-light-webfont.woff") format("woff"), url("fonts/loew/loew-light/loew-light-webfont.ttf") format("truetype"), url("fonts/loew/loew-light/loew-light-webfont.svg#loewlight") format("svg");
  font-weight: lighter;
}

@font-face {
  font-family: 'Loew Light Italic';
  src: url("fonts/loew/loew-light-italic/loew-lightitalic-webfont.eot");
  src: url("fonts/loew/loew-light-italic/loew-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-light-italic//loew-lightitalic-webfont.woff2") format("woff2"), url("fonts/loew/loew-light-italic/loew-lightitalic-webfont.woff") format("woff"), url("fonts/loew/loew-light-italic/loew-lightitalic-webfont.ttf") format("truetype"), url("fonts/loew/loew-light-italic/loew-lightitalic-webfont.svg#loewlight_italic") format("svg");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: 'Loew Medium';
  src: url("fonts/loew/loew-medium/loew-medium-webfont.eot");
  src: url("fonts/loew/loew-medium/loew-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-medium/loew-medium-webfont.woff2") format("woff2"), url("fonts/loew/loew-medium/loew-medium-webfont.woff") format("woff"), url("fonts/loew/loew-medium/loew-medium-webfont.ttf") format("truetype"), url("fonts/loew/loew-medium/loew-medium-webfont.svg#loewmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Loew Black';
  src: url("fonts/loew/loew-black/loew-black-webfont.eot");
  src: url("fonts/loew/loew-black/loew-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-black/loew-black-webfont.woff2") format("woff2"), url("fonts/loew/loew-black/loew-black-webfont.woff") format("woff"), url("fonts/loew/loew-black/loew-black-webfont.ttf") format("truetype"), url("fonts/loew/loew-black/loew-black-webfont.svg#loewblack") format("svg");
}

@font-face {
  font-family: 'Loew Heavy';
  src: url("fonts/loew/loew-heavy/loew-heavy-webfont.eot");
  src: url("fonts/loew/loew-heavy/loew-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/loew/loew-heavy/loew-heavy-webfont.woff2") format("woff2"), url("fonts/loew/loew-heavy/loew-heavy-webfont.woff") format("woff"), url("fonts/loew/loew-heavy/loew-heavy-webfont.ttf") format("truetype"), url("fonts/loew/loew-heavy/loew-heavy-webfont.svg#loewblack") format("svg");
}

/* Globe icon for the language selector. */
@font-face {
  font-family: 'Globe';
  src: url("fonts/Globe.eot?r4y53o");
  src: url("fonts/Globe.eot?#iefixr4y53o") format("embedded-opentype"), url("fonts/Globe.woff?r4y53o") format("woff"), url("fonts/Globe.ttf?r4y53o") format("truetype"), url("fonts/Globe.svg?r4y53o#Globe") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* [class^="icon-"], [class*=" icon-"] { */
.icon-globe {
  font-family: 'Globe';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
  content: "\e613";
}

/* Letter icon for the language selector. */
@font-face {
  font-family: 'letter';
  src: url("fonts/letter.eot?yyno5k");
  src: url("fonts/letter.eot?#iefixyyno5k") format("embedded-opentype"), url("fonts/letter.woff?yyno5k") format("woff"), url("fonts/letter.ttf?yyno5k") format("truetype"), url("fonts/letter.svg?yyno5k#letter") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* [class^="icon-"], [class*=" icon-"] { */
.icon-mail {
  font-family: 'letter';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e600";
}

/* Signia fonts - GT Alpina Fine */
@font-face {
  font-family: 'gt_alpina_finelight';
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.eot");
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.eot?#iefix") format("embedded-opentype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.woff2") format("woff2"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.woff") format("woff"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.ttf") format("truetype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-light-webfont.svg#gt_alpina_finelight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_alpina_finemedium';
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.eot");
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.eot?#iefix") format("embedded-opentype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.woff2") format("woff2"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.woff") format("woff"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.ttf") format("truetype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-medium-webfont.svg#gt_alpina_finemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_alpina_finebold';
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.eot");
  src: url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.eot?#iefix") format("embedded-opentype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.woff2") format("woff2"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.woff") format("woff"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.ttf") format("truetype"), url("//fonts.hilton.com/gt-alpina-fine/gt-alpina-fine-standard-bold-webfont.svg#gt_alpina_finebold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.tpl-hotel-redesign ul {
  line-height: 1.5;
}

.tpl-hotel-redesign h2 {
  font-family: "Loew Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
}

@media (max-width: 980px) {
  .tpl-hotel-redesign h2 {
    font-size: 22px;
  }
}

@media (max-width: 650px) {
  .tpl-hotel-redesign h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .tpl-hotel-redesign h2 {
    font-size: 18px;
  }
}

.tpl-hotel-section-padding {
  padding: 80px 0;
}

@media (max-width: 980px) {
  .tpl-hotel-section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 650px) {
  .tpl-hotel-section-padding {
    padding: 30px 0;
  }
}

.tpl-hotel-floorplans {
  color: inherit;
  text-decoration: none;
}

.tpl-hotel-floorplans .icon-cube {
  margin: 0 10px 0 0;
}

.tpl-hotel-floorplans span:not(.icon-cube) {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: inherit;
  text-decoration: underline;
}

.tpl-hotel-rooms .tpl-hotel-floorplans {
  display: inline-block;
  margin: 30px 0 0;
}

.tpl-hotel-redesign .bd4recommender {
  background-color: #ffffff;
  padding: 80px 0 0;
}

@media (max-width: 980px) {
  .tpl-hotel-redesign .bd4recommender {
    padding: 40px 0 0;
  }
}

@media (max-width: 650px) {
  .tpl-hotel-redesign .bd4recommender {
    padding: 30px 0 0;
  }
}

.tpl-hotel-details {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0;
}

.tpl-hotel-details__wrapper {
  background-color: #ffffff;
}

.tpl-hotel-details p {
  font-size: 16px;
}

.tpl-hotel-details__description {
  max-width: 68%;
  padding: 0 25px 0 0;
}

.tpl-hotel-details__additional-info {
  max-width: 32%;
}

@supports (display: grid) {
  .tpl-hotel-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
  }
  .tpl-hotel-details__description {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
    max-width: initial;
    padding: 0;
  }
  .tpl-hotel-details__additional-info {
    max-width: initial;
  }
  @media (max-width: 980px) {
    .tpl-hotel-details {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
    }
    .tpl-hotel-details__description {
      -ms-grid-column: 1;
          grid-column: 1;
    }
  }
}

@media (max-width: 980px) {
  .tpl-hotel-details {
    display: block;
    padding: 30px 0 55px 0;
  }
  .tpl-hotel-details__description, .tpl-hotel-details__additional-info {
    max-width: none;
    padding: 0;
  }
  .tpl-hotel-details__additional-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
  }
  .tpl-hotel-details__trip-advisor {
    width: 50%;
    margin: 0 20px 0 0;
  }
}

.tpl-hotel-promo {
  margin: 0 0 30px;
}

.tpl-hotel-promo__image {
  width: 100%;
}

.tpl-hotel-awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0 0;
}

@media (max-width: 980px) {
  .tpl-hotel-awards {
    width: 50%;
    margin: 0;
  }
}

.tpl-hotel-awards__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.tpl-hotel-awards__image {
  display: block;
  margin: 0 0 16px 0;
  max-height: 110px;
}

@media (max-width: 650px) {
  .tpl-hotel-details__hotel-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tpl-hotel-details__hotel-menus a {
  margin: 10px 5px 0 0;
  text-align: center;
}

/* cleanstay - july 2020 - tw */
.cleanstay-section {
  background-color: #104C97;
  color: #fff;
  padding: 20px 0;
}

.cleanstay-section .cleanstay-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

.cleanstay-section .cleanstay-message {
  margin-left: 70px;
  margin-right: 70px;
  font-size: .9em;
  line-height: 1.5;
}

.cleanstay-section .cleanstay-cta {
  min-width: 150px;
  text-align: center;
}

.cleanstay-section .cleanstay-logo {
  width: 95px;
  height: 60px;
}

@media screen and (max-width: 800px) {
  .cleanstay-section .cleanstay-message {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 650px) {
  .cleanstay-section {
    padding: 30px 0;
  }
  .cleanstay-section .cleanstay-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cleanstay-section .cleanstay-message {
    margin: 30px 20px;
    text-align: center;
  }
}

.cssgrid .tpl-hotel-explore--columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

@media (max-width: 650px) {
  .cssgrid .tpl-hotel-explore--columns {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cssgrid .tpl-hotel-explore--columns .tpl-hotel-explore__highlights {
  margin: 0;
}

.no-cssgrid .tpl-hotel-explore--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.no-cssgrid .tpl-hotel-explore--columns > div {
  width: 49%;
}

@media (max-width: 650px) {
  .no-cssgrid .tpl-hotel-explore--columns > div {
    width: 100%;
  }
}

.no-cssgrid .tpl-hotel-explore--columns .tpl-hotel-explore__highlights {
  margin: 0;
}

@media (max-width: 650px) {
  .no-cssgrid .tpl-hotel-explore--columns .tpl-hotel-explore__highlights {
    margin: 0 0 30px 0;
  }
}

.tpl-hotel-contact {
  background-color: #104c97;
  color: #ffffff;
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 45px 0 35px;
  text-align: center;
}

.tpl-hotel-contact p {
  font-size: 14px;
  margin: 0;
}

.tpl-hotel-contact a {
  color: #ffffff;
}

.tpl-hotel-contact__address {
  font-style: normal;
}

.tpl-hotel-contact__title {
  color: #ffffff;
  font-family: "Loew Bold", Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin: 0 0 13px 0;
}

.tpl-hotel-contact__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0 0 0;
}

.tpl-hotel-contact__numbers p::after {
  content: "|";
  margin: 0 10px;
}

.tpl-hotel-contact__numbers p:last-child::after {
  content: "";
  margin: 0;
}

@media (max-width: 650px) {
  .tpl-hotel-contact__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tpl-hotel-contact__numbers p {
    margin: 5px 0;
  }
  .tpl-hotel-contact__numbers p::after {
    content: "";
    margin: 0;
  }
}

.tpl-hotel-luxury .tpl-hotel-contact {
  background-color: #f4f2f3;
  color: #1d1d1d;
}

.tpl-hotel-luxury .tpl-hotel-contact a {
  color: #1d1d1d;
}

.tpl-hotel-luxury .tpl-hotel-contact__title {
  color: #1d1d1d;
}

.cp-site-info {
  background-color: #333333;
  padding: 35px 0 30px;
}

.cp-site-info__links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cp-site-info__links li {
  padding: 8px;
}

@media (max-width: 650px) {
  .cp-site-info__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cp-site-info__link {
  color: #ffffff;
}

.tpl-hotel-portuguese-regulations {
  padding: 45px 0;
  text-align: center;
}

.tpl-hotel-portuguese-regulations a {
  color: #104c97;
}

.tpl-hotel-luxury .tpl-hotel-portuguese-regulations a {
  color: #1d1d1d;
}

.tpl-hotel-features {
  background-color: #104c97;
  color: #ffffff;
  font-size: 20px;
}

.tpl-hotel-luxury .tpl-hotel-features {
  background-color: #f4f2f3;
  color: #1d1d1d;
}

.tpl-hotel-features p,
.tpl-hotel-features ul {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.tpl-hotel-features__video {
  margin: 0 0 25px 0;
}

@media (max-width: 980px) {
  .tpl-hotel-features__copy {
    margin: 0 0 25px 0;
  }
}

.cssgrid .tpl-hotel-features .l-central-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  grid-column-gap: 25px;
}

.cssgrid .tpl-hotel-features__copy {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
      grid-row: 1 / span 2;
}

.cssgrid .tpl-hotel-features__copy.tpl-hotel-content-area--100 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
}

.cssgrid .tpl-hotel-features__video {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
      grid-column: 2 / span 1;
}

.cssgrid .tpl-hotel-features__carousel {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
      grid-column: 2 / span 1;
}

@media (max-width: 980px) {
  .cssgrid .tpl-hotel-features__copy, .cssgrid .tpl-hotel-features__video, .cssgrid .tpl-hotel-features__carousel {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }
}

.no-cssgrid .tpl-hotel-features .l-central-content {
  *zoom: 1;
}

.no-cssgrid .tpl-hotel-features .l-central-content::before, .no-cssgrid .tpl-hotel-features .l-central-content::after {
  content: " ";
  display: table;
}

.no-cssgrid .tpl-hotel-features .l-central-content::after {
  clear: both;
}

.no-cssgrid .tpl-hotel-features__video, .no-cssgrid .tpl-hotel-features__carousel {
  width: 50%;
}

.no-cssgrid .tpl-hotel-features__copy {
  width: 47%;
  float: left;
  margin: 0 25px 0 0;
}

.no-cssgrid .tpl-hotel-features__copy.tpl-hotel-content-area--100 {
  width: 100%;
  margin: 0;
}

.no-cssgrid .tpl-hotel-features__video, .no-cssgrid .tpl-hotel-features__carousel {
  float: right;
}

@media (max-width: 980px) {
  .no-cssgrid .tpl-hotel-features__copy, .no-cssgrid .tpl-hotel-features__video, .no-cssgrid .tpl-hotel-features__carousel {
    width: 100%;
    float: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .no-cssgrid .tpl-hotel-features__copy {
    margin: 0 0 25px 0;
  }
}

.tpl-hotel-features__carousel img {
  width: 100%;
}

.tpl-hotel-features .tpl-hotel-content-area {
  width: 50%;
}

@media (max-width: 980px) {
  .tpl-hotel-features .tpl-hotel-content-area {
    width: 100%;
  }
}

.tpl-hotel-features .tpl-hotel-content-area--100 {
  width: 100%;
}

.tpl-hotel-features__video-container {
  position: relative;
  height: 0;
  padding-bottom: 60.4%;
  width: 100%;
}

.tpl-hotel-features__video-container .youtube-thumb,
.tpl-hotel-features__video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tpl-hotel-explore {
  background-color: #ffffff;
}

.tpl-hotel-explore p,
.tpl-hotel-explore ul {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.tpl-hotel-explore h2 {
  color: #104c97;
}

.tpl-hotel-explore__highlights {
  margin: 0 0 30px;
}

.tpl-hotel-luxury .tpl-hotel-explore h2 {
  color: #1d1d1d;
}

.tpl-hotel-map__google-map {
  min-height: 475px;
}

@media (max-width: 980px) {
  .tpl-hotel-map__google-map {
    min-height: 350px;
  }
}

@media (max-width: 650px) {
  .tpl-hotel-map__google-map {
    min-height: 250px;
  }
}

.tpl-hotel-summary .tpl-hotel-meetings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .tpl-hotel-summary .tpl-hotel-meetings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tpl-hotel-summary .tpl-hotel-meetings .tpl-hotel-content-area {
  width: 50%;
}

@media (max-width: 980px) {
  .tpl-hotel-summary .tpl-hotel-meetings .tpl-hotel-content-area {
    width: 100%;
  }
}

.tpl-hotel-summary .tpl-hotel-meetings .tpl-hotel-content-area--100 {
  width: 100%;
}

.tpl-hotel-summary .tpl-hotel-meetings__content {
  padding: 0 25px 0 0;
}

@media (max-width: 980px) {
  .tpl-hotel-summary .tpl-hotel-meetings__content {
    padding: 0;
  }
}

.tpl-hotel-tabs-nav {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.tpl-hotel-tabs-nav .l-central-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.tpl-hotel-tabs-nav__tab {
  display: inline-block;
  text-decoration: none;
  margin: 0 45px 0 0;
  padding: 6px;
  background-color: transparent;
  position: relative;
  -webkit-transition: font-weight 0.3s ease-in-out;
  transition: font-weight 0.3s ease-in-out;
}

.tpl-hotel-tabs-nav__tab::before {
  content: '';
  position: absolute;
  background-color: #009CDE;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -6px;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.tpl-hotel-tabs-nav__tab[href*="about"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tpl-hotel-tabs-nav__tab[href*="stay"] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.tpl-hotel-tabs-nav__tab[href*="gather"] {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.tpl-hotel-tabs-nav__tab[href*="dine"] {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.tpl-hotel-tabs-nav__tab[href*="relax"] {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.tpl-hotel-tabs-nav--active {
  color: #104c97;
  font-weight: 900;
  -webkit-transition: font-weight 0.3s ease-in-out;
  transition: font-weight 0.3s ease-in-out;
}

.tpl-hotel-tabs-nav--active.tpl-hotel-tabs-nav__tab::before {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.tpl-hotel-luxury .tpl-hotel-tabs-nav__tab::before {
  background-color: #1d1d1d;
}

.tpl-hotel-luxury .tpl-hotel-tabs-nav--active {
  color: #1d1d1d;
}

.tpl-hotel-tab-content__content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tpl-hotel-tab-content__content > section[class*="meetings"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.tpl-hotel-tab-content__content > section[class*="weddings"] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.tpl-hotel-tab-content--active {
  display: block;
  visibility: visible;
  height: auto;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tpl-hotel-subpage-section {
  background-color: #104c97;
  color: #ffffff;
}

.tpl-hotel-subpage-section p,
.tpl-hotel-subpage-section ul {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.tpl-hotel-subpage-section a {
  color: #ffffff;
}

.tpl-hotel-luxury .tpl-hotel-subpage-section {
  background-color: #f4f2f3;
  color: #1d1d1d;
}

.tpl-hotel-luxury .tpl-hotel-subpage-section a {
  color: #1d1d1d;
}

.tpl-hotel-subpage-section--alt {
  background-color: #eeeeee;
  color: #1d1d1d;
}

.tpl-hotel-subpage-section--alt p,
.tpl-hotel-subpage-section--alt ul {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.tpl-hotel-luxury .tpl-hotel-subpage-section--alt {
  background-color: #ececec;
}

.tpl-hotel-carousel__item {
  padding: 0 12px 12px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tpl-hotel-carousel__item {
    display: block !important;
  }
}

.tpl-hotel-carousel h2 {
  font-size: 19px;
}

.tpl-hotel-carousel__copy {
  background-color: #ffffff;
  color: #1d1d1d;
  font-family: "Loew", Helvetica, Arial, sans-serif;
  padding: 25px 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tpl-hotel-carousel__copy > div {
  width: 100%;
}

.tpl-hotel-carousel__copy > div a {
  color: #1d1d1d;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tpl-hotel-carousel__copy {
    display: block !important;
  }
}

.tpl-hotel-carousel .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tpl-hotel-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tpl-hotel-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tpl-hotel-carousel__pager p {
  font-size: 16px;
  text-align: center;
}

.tpl-hotel-modal__wrapper {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 70px;
  border-radius: 10px;
}

@media only screen and (max-width: 1100px) {
  .tpl-hotel-modal__wrapper {
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tpl-hotel-modal h2 {
  font-size: 19px;
}

.tpl-hotel-modal__close {
  color: #104c97;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  text-decoration: none;
}

.tpl-hotel-modal__image-wrapper {
  margin: 0 30px 0 0;
  min-width: 357px;
  max-width: 357px;
}

@media only screen and (max-width: 1100px) {
  .tpl-hotel-modal__image-wrapper {
    margin: 0 0 30px;
    min-width: initial;
    max-width: initial;
  }
}

.tpl-hotel-park-and-fly {
  padding: 30px 0 0;
}

.tpl-hotel-park-and-fly p,
.tpl-hotel-park-and-fly ul {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.tpl-hotel-park-and-fly__toggle h2 {
  display: inline-block;
}

.tpl-hotel-park-and-fly__toggle button {
  margin: 0 0 0 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tpl-hotel-park-and-fly__toggle.is-expanded button {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tpl-hotel-park-and-fly__content {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tpl-hotel-park-and-fly__content.is-expanded {
  overflow: visible;
  visibility: visible;
}

.tpl-hotel-park-and-fly__cta {
  margin: 30px 0 0;
}

.tpl-hotel-park-and-fly__terms {
  margin: 32px 0 0;
}

.tpl-hotel-table {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  table-layout: fixed;
  width: 100%;
}

.tpl-hotel-table__wrap {
  overflow-x: scroll;
}

.tpl-hotel-table__column-header {
  color: #104c97;
  font-family: "Loew Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}

.tpl-hotel-table__column-subheader {
  display: inline-block;
  color: #828282;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  margin-top: 10px;
  width: 100%;
}

.tpl-hotel-table__row-header {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.tpl-hotel-table__table-data {
  font-family: "Loew Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.tpl-hotel-table__table-data span[class*="icon-"] {
  font-size: 24px;
}

.tpl-hotel-table tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}

.tpl-hotel-table th,
.tpl-hotel-table td {
  padding: 7px 15px;
  width: 196px;
}

.tpl-hotel-carousel {
  margin: 50px 0 0;
}

.tpl-hotel-subpage-section--alt .tpl-hotel-carousel .slick-arrow::before {
  color: #1d1d1d;
}

.tpl-hotel-carousel .slick-arrow::before {
  color: #1d1d1d;
  font-size: 36px;
  opacity: 1;
}

.tpl-hotel-subpage-section--alt .tpl-hotel-luxury .tpl-hotel-carousel .slick-arrow::before {
  color: #9b9b9b;
}

.tpl-hotel-luxury .tpl-hotel-carousel .slick-arrow::before {
  color: #9b9b9b;
}

@media (max-width: 1200px) {
  .tpl-hotel-carousel .slick-prev {
    left: -15px;
  }
  .tpl-hotel-carousel .slick-next {
    right: -15px;
  }
}

.tpl-hotel-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 650px) {
  .tpl-hotel-offers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tpl-hotel-offers.l-central-content.tpl-hotel-section-padding {
    margin: 0;
    padding: 0;
  }
}

.tpl-hotel-offers__tile {
  -webkit-transition: 0.3s margin-bottom ease-in-out;
  transition: 0.3s margin-bottom ease-in-out;
}

.tpl-hotel-offers__tile.is-active .tpl-hotel-offers__toggle::before, .tpl-hotel-offers__tile.is-active .tpl-hotel-offers__toggle::after {
  -webkit-transition: bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tpl-hotel-offers__tile.is-active .tpl-hotel-offers__toggle::before {
  bottom: -120px;
}

.tpl-hotel-offers__tile.is-active .tpl-hotel-offers__toggle::after {
  bottom: -40px;
}

.tpl-hotel-offers__tile.is-active .tpl-hotel-offers__toggle > span::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tpl-hotel-offers__tile.is-active.tpl-hotel-offers__vouchers .tpl-hotel-offers__toggle > span {
  color: #1d1d1d;
}

.tpl-hotel-offers__image {
  width: 100%;
}

@media (max-width: 650px) {
  .tpl-hotel-offers__image.h-show-for-phablet {
    display: inline-block;
  }
}

.tpl-hotel-offers__overlay {
  position: absolute;
  top: 0;
  color: #ffffff;
  background: rgba(16, 76, 151, 0.4);
  width: 100%;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tpl-hotel-offers__overlay h2 {
  margin: 0;
}

.tpl-hotel-offers__passive-state {
  position: relative;
}

.tpl-hotel-offers__passive-wrap {
  position: relative;
  display: inline-block;
}

@media (max-width: 650px) {
  .tpl-hotel-offers__passive-wrap {
    width: 100%;
  }
}

.tpl-hotel-offers__active-state {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

.is-active .tpl-hotel-offers__active-state {
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: visibility 0s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.tpl-hotel-offers__toggle {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.tpl-hotel-offers__vouchers .tpl-hotel-offers__toggle::after {
  background-color: #eeeeee;
}

.tpl-hotel-offers__toggle::before, .tpl-hotel-offers__toggle::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tpl-hotel-offers__toggle::before {
  bottom: -70px;
  width: 120px;
  height: 120px;
  background: #104c97;
  border-radius: 100%;
}

.tpl-hotel-offers__toggle::after {
  width: 75px;
  height: 75px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #009CDE;
  border-radius: 5px;
  bottom: -95px;
}

.tpl-hotel-offers__toggle > span {
  margin: 17px;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}

.tpl-hotel-offers__toggle > span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tpl-hotel-luxury .tpl-hotel-offers .tpl-hotel-offers__toggle::before {
  background: #1d1d1d;
}

.tpl-hotel-offers__honors {
  margin: 0 15px 0 0;
}

@media (max-width: 650px) {
  .tpl-hotel-offers__honors {
    margin: 0;
  }
}

.tpl-hotel-offers__vouchers .tpl-hotel-offers__copy-wrap {
  background-color: #eeeeee;
  padding: 35px 35px 65px;
  font-family: "Loew", Helvetica, Arial, sans-serif;
}

.tpl-hotel-offers__vouchers .tpl-hotel-offers__copy-wrap h2 {
  color: #104c97;
}

.tpl-hotel-offers__vouchers .tpl-hotel-offers__image-wrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tpl-hotel-offers__honors .tpl-hotel-offers__copy-wrap {
  background-color: #009CDE;
  color: #ffffff;
  padding: 50px 35px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .tpl-hotel-offers__honors .tpl-hotel-offers__copy-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tpl-hotel-footer {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 0;
}

.tpl-hotel-redesign .tpl-hotel-footer {
  background-color: #ffffff;
  padding: 80px 0 0;
}

.tpl-hotel-redesign .tpl-hotel-footer a {
  color: #1d1d1d;
}

.tpl-hotel-redesign .tpl-hotel-footer .tpl-hotel-footer__legal p {
  color: #1d1d1d;
  margin: 0;
  text-align: center;
}

.tpl-hotel-redesign .tpl-hotel-footer .tpl-hotel-footer__legal p font {
  family: "Loew", Helvetica, Arial, sans-serif;
  size: 12px;
}

.tpl-hotel-footer .gw-brand-bar {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .tpl-hotel-footer .gw-brand-bar {
    margin: 0 20px;
  }
}

.intro-copy {
  margin: 0 0 120px;
}

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

.intro-copy .intro-copy__header {
  margin: 35px 0 60px;
  color: #000000;
  font-family: "Loew Black", sans-serif;
  font-size: 36pt;
  font-weight: bold;
  letter-spacing: -2px;
  text-align: center;
  text-transform: uppercase;
}

.intro-copy p {
  font-size: 16px;
  max-width: 74ch;
  margin: 0 auto;
}

.intro-copy p:last-child {
  margin: 0 0 60px;
}

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

.brand-identity__image {
  max-width: 380px;
}

#great-getaways-terms-and-conditions h3 {
  margin: 40px 0 9px;
}

body.great-getaways.page-12001 #great-getaways-hotels {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-sa .c-header {
  font-size: 16px;
}

.brand-sa .c-header .c-header__logo .site-logo .icon-main-signia-logo:before {
  content: "\e920";
  color: #1F3668;
  font-size: 35px;
}

.brand-sa .c-header .c-header__nav-section .c-header__nav-button {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1F3668;
}

.brand-sa .c-header .c-header__nav-section .c-header__nav-button.c-header--highlight {
  background-color: #ffffff;
}

.brand-sa .c-header .c-header__nav-section .c-header__nav-button:hover, .brand-sa .c-header .c-header__nav-section .c-header__nav-button:focus, .brand-sa .c-header .c-header__nav-section .c-header__nav-button:focus {
  background-color: #1F3668;
  color: #D0DEEC;
}

.brand-sa .c-header .c-header__nav-section .c-header__nav-menu .c-header__link {
  font-size: 14px;
  font-family: open-sans, sans-serif;
}

.brand-sa .c-header .c-header__nav-section.is-active .c-header__nav-button:hover, .brand-sa .c-header .c-header__nav-section.is-active .c-header__nav-button:focus, .brand-sa .c-header .c-header__nav-section.is-active .c-header__nav-button:focus {
  color: #D0DEEC;
}

.brand-sa #booking-widget {
  background: url("./images/stone-texture-bg.jpg") no-repeat center center;
  background-size: cover;
}

.brand-sa #booking-widget .tabs {
  height: auto;
}

@media screen and (max-width: 850px) {
  .brand-sa #booking-widget .tabs {
    background: transparent;
  }
}

.brand-sa #booking-widget .tabs .tab {
  position: relative;
  background-color: transparent;
}

.brand-sa #booking-widget .tabs .tab a {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #1F3668;
  background-color: transparent;
}

.brand-sa #booking-widget .tabs .tab.active, .brand-sa #booking-widget .tabs .tab:hover, .brand-sa #booking-widget .tabs .tab:focus, .brand-sa #booking-widget .tabs .tab:focus {
  background-color: #1F3668;
}

.brand-sa #booking-widget .tabs .tab.active a, .brand-sa #booking-widget .tabs .tab:hover a, .brand-sa #booking-widget .tabs .tab:focus a, .brand-sa #booking-widget .tabs .tab:focus a {
  color: #ffffff;
}

.brand-sa #booking-widget .tabs .tab .arrow {
  position: relative;
  text-align: center;
  padding: 1.5px;
  height: 1px;
  width: 18px;
  margin-top: 18px;
  background-image: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.brand-sa #booking-widget .tabs .tab .arrow::before, .brand-sa #booking-widget .tabs .tab .arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: #1F3668;
  -webkit-transform: skew(0deg, 35deg);
          transform: skew(0deg, 35deg);
}

.brand-sa #booking-widget .tabs .tab .arrow::after {
  left: auto;
  right: 0;
  width: 51%;
  -webkit-transform: skew(0deg, -35deg);
          transform: skew(0deg, -35deg);
}

.brand-sa #booking-widget .tabs .tab:hover .arrow::before, .brand-sa #booking-widget .tabs .tab:hover .arrow:after, .brand-sa #booking-widget .tabs .tab:focus .arrow::before, .brand-sa #booking-widget .tabs .tab:focus .arrow:after, .brand-sa #booking-widget .tabs .tab:focus .arrow::before, .brand-sa #booking-widget .tabs .tab:focus .arrow:after {
  background: #ffffff;
}

.brand-sa #booking-widget .tabs .tab.active .arrow {
  width: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.brand-sa #booking-widget .tabs .tab.active .arrow::before, .brand-sa #booking-widget .tabs .tab.active .arrow:after {
  background: #ffffff;
}

.brand-sa #booking-widget #booking-form {
  background-color: transparent;
}

.brand-sa #booking-widget #booking-form input, .brand-sa #booking-widget #booking-form label {
  font-family: open-sans, sans-serif;
}

.brand-sa #booking-widget #booking-form label {
  font-weight: 600;
  font-size: 12px;
  color: #1F3668;
}

.brand-sa #booking-widget #booking-form #best-price-guarantee-link {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #1F3668;
}

.brand-sa #booking-widget #booking-form #booking-submit {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
  background-color: #4A1437;
}

.brand-sa #booking-widget #booking-form #booking-submit .arrow {
  margin-bottom: 2px;
}

.brand-sa .cleanstay-section {
  background-color: #1F3668;
}

.brand-sa .cleanstay-section .cleanstay-message {
  font-size: 20px;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 27px;
}

.brand-sa .tpl-hotel-details__wrapper .cp-breadcrumbs .B_crumbBox a {
  font-size: 28px;
  font-family: "gt_alpina_finebold", serif;
  color: #1F3668;
}

.brand-sa .tpl-hotel-details__wrapper .tpl-hotel-details p {
  font-size: 18px;
  font-family: open-sans, sans-serif;
  font-style: normal;
  line-height: 28px;
  color: #222222;
}

.brand-sa .tpl-hotel-details__wrapper .cp-trip-advisor {
  border: 2px solid #1F3668;
}

.brand-sa .tpl-hotel-details__wrapper .cp-trip-advisor p {
  color: #1F3668;
}

.brand-sa .tpl-hotel-tabs-nav {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #1F3668;
}

.brand-sa .tpl-hotel-tabs-nav .tpl-hotel-tabs-nav__tab {
  font-weight: 600;
  color: #1F3668;
}

.brand-sa .tpl-hotel-tabs-nav .tpl-hotel-tabs-nav__tab::before {
  background-color: #D0DEEC;
}

.brand-sa .tpl-hotel-tabs-nav .tpl-hotel-tabs-nav__tab.tpl-hotel-tabs-nav--active {
  font-weight: 700;
  color: #1F3668;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore {
  background-color: #1F3668;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features h2, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section h2, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore h2 {
  font-family: "gt_alpina_finebold", serif;
  font-size: 26px;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features p, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features a, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features ul, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section p, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section a, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section ul, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore p, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore a, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore ul {
  font-family: open-sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-features .tpl-hotel-floorplans span:not(.icon-cube), .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-subpage-section .tpl-hotel-floorplans span:not(.icon-cube), .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore .tpl-hotel-floorplans span:not(.icon-cube) {
  font-family: open-sans, sans-serif;
  font-size: 21px;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore {
  background-color: #ffffff;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore h2 {
  color: #1F3668;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore p, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore a, .brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .tpl-hotel-explore ul {
  color: #222222;
}

.brand-sa .tpl-hotel-tab-content .tpl-hotel-tab-content__content .cp-carousel__wrapper .cp-carousel__pager {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 25px;
}

.brand-sa .tpl-hotel-offers .tpl-hotel-offers__overlay h2 {
  font-family: "gt_alpina_finebold", serif;
  font-size: 26px;
  color: #ffffff;
}

.brand-sa .tpl-hotel-offers .tpl-hotel-offers__toggle::before {
  background: #1F3668;
}

.brand-sa .tpl-hotel-offers .tpl-hotel-offers__copy-wrap .c-honors__copy-wrap p {
  font-family: open-sans, sans-serif;
}

.brand-sa .tpl-hotel-offers .tpl-hotel-offers__copy-wrap .c-honors__copy-wrap .c-honors__copy {
  font-weight: 700;
}

.brand-sa .tpl-hotel-offers .tpl-hotel-offers__copy-wrap .c-honors__icon-wrap .c-honors__disclaimer, .brand-sa .tpl-hotel-offers .tpl-hotel-offers__copy-wrap .c-honors__icon-wrap .c-honors__icon {
  font-family: open-sans, sans-serif;
}

.brand-sa .tpl-hotel-contact {
  background-color: #1F3668;
}

.brand-sa .tpl-hotel-contact h2 {
  font-family: "gt_alpina_finebold", serif;
  font-size: 26px;
}

.brand-sa .tpl-hotel-contact p {
  font-size: 18px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
}

.brand-sa .cp-site-info {
  background: url("./images/stone-texture-bg.jpg") no-repeat center center;
  background-size: cover;
}

.brand-sa .cp-site-info .cp-site-info__links {
  font-family: open-sans, sans-serif;
  font-size: 16px;
  color: #1F3668;
}

.brand-sa .cp-site-info .cp-site-info__links li, .brand-sa .cp-site-info .cp-site-info__links li > a {
  color: #1F3668;
}

.brand-sa .cp-site-info .cp-site-info__links .icon-adchoices-white::before {
  color: #1F3668;
}

.brand-sa #bd4recommender-hotel-detail-bottom h2, .brand-sa #bd4recommender-hotel-detail-bottom h3, .brand-sa #bd4recommender-hotel-detail-bottom p, .brand-sa #bd4recommender-hotel-detail-bottom a, .brand-sa #bd4recommender-hotel-detail-bottom ul {
  font-family: open-sans, sans-serif;
  font-weight: 600;
}

.brand-sa .tpl-hotel-footer .tpl-hotel-footer__legal p {
  font-family: open-sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #222222;
}

.brand-sa .c-cta, .brand-sa .cp-trip-advisor__cta {
  background: #D0DEEC;
  color: #1F3668;
  font-size: 21px;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

.mfp-content {
  font-family: "Loew Medium", Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

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

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover, .mfp-preloader a:focus {
  color: #FFF;
}

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close span {
  pointer-events: none;
}

.mfp-close:hover, .mfp-close:focus, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 16px;
}

.mfp-arrow {
  color: #FFF;
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:before, .mfp-arrow:after {
  font-family: "icomoon";
  content: '';
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  content: "\e905";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  content: "\e906";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top: 20px;
}

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slickslick.eot");
  src: url("fonts/slickslick.eot?#iefix") format("embedded-opentype"), url("fonts/slickslick.woff") format("woff"), url("fonts/slickslick.ttf") format("truetype"), url("fonts/slickslick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.slick-prev::before,
.slick-next::before {
  color: #1d1d1d;
  font-family: "icomoon";
  opacity: 1;
}

.slick-prev::before {
  content: '\e905';
}

.slick-next::before {
  content: '\e906';
}

.detination-tpl-carousel .slick-slide {
  position: relative;
}

.detination-tpl-carousel .slick-next,
.detination-tpl-carousel .slick-prev {
  height: initial;
  width: initial;
  z-index: 101;
}

.detination-tpl-carousel .slick-next::before,
.detination-tpl-carousel .slick-prev::before {
  color: white;
  opacity: 1;
}

.detination-tpl-carousel .slick-next {
  right: 15px;
}

.detination-tpl-carousel .slick-prev {
  left: 15px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  /* vertical-align: middle; */
  /* position: relative; */
  /* z-index: 2; */
  /* max-width: 500px; */
  /* box-sizing: border-box; */
  /* width: 90%; */
  /* background: #fff; */
  /* padding: 15px 30px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 0 10px #000; */
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.h-site-container {
  margin: 0 auto;
  max-width: 1440px;
}

/*
This class will hide content on the site and
make it only available by using a screen reader
***/
.h-show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.h-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-just-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 980px) {
  .h-hide-for-tablet {
    display: none;
    visibility: hidden;
  }
}

.h-show-for-tablet {
  display: none;
  visibility: hidden;
}

@media (max-width: 980px) {
  .h-show-for-tablet {
    display: block;
    visibility: visible;
  }
}

@media (max-width: 650px) {
  .h-hide-for-phablet {
    display: none;
    visibility: hidden;
  }
}

.h-show-for-phablet {
  display: none;
  visibility: hidden;
}

@media (max-width: 650px) {
  .h-show-for-phablet {
    display: block;
    visibility: visible;
  }
}

.h-show-for-phablet-flex {
  display: none;
  visibility: hidden;
}

@media (max-width: 650px) {
  .h-show-for-phablet-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}

.gw-brand-bar *, .gw-brand-bar *:after, .gw-brand-bar *:before {
  box-sizing: border-box;
}

.gw-brand-bar {
  font-size: 44px;
  margin: 32px auto 0;
  text-align: center;
  max-width: 1280px;
}

@media screen and (max-width: 420px) {
  .gw-brand-bar {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
  .gw-brand-bar {
    max-width: 713px;
  }
}

.gw-brand-bar--black {
  color: #1d1d1d;
}

.gw-brand-bar--white {
  color: #fff;
}

.gw-brand-bar--mono [class*=" gw-brand-bar__brand-icon--"] {
  font-family: "brand-mono" !important;
}

.gw-brand-bar--color [class*=" gw-brand-bar__brand-icon--"] {
  font-family: "brand-color" !important;
}

.gw-brand-bar a {
  color: inherit;
  text-decoration: none;
  position: relative;
  font-size: 1.3rem;
  margin-right: 11px;
  margin-bottom: 0.625rem;
  line-height: normal !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gw-brand-bar a {
    margin-right: 18px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .gw-brand-bar a {
    margin-right: 46px;
    margin-bottom: 0.3rem;
  }
  .gw-brand-bar a[title="Waldorf Astoria Hotels & Resorts"] {
    margin-left: 46px;
  }
  .gw-brand-bar a[title="Canopy"] {
    margin-bottom: -4px;
  }
  .gw-brand-bar a[title="Hilton Hotels & Resorts"] {
    margin-top: -10px;
  }
  .gw-brand-bar a[title="Tapestry Collection by Hilton"] {
    margin-right: 35px;
    margin-bottom: -5px;
  }
  .gw-brand-bar a[title="Embassy Suites by Hilton"] {
    margin-right: 35px;
  }
  .gw-brand-bar a[title="Hilton Grand Vacations"] {
    font-size: .6em;
  }
}

@media screen and (min-width: 1280px) {
  .gw-brand-bar a[title="Canopy"], .gw-brand-bar a[title="Curio Collection"] {
    margin-bottom: 0;
  }
  .gw-brand-bar a[title="Conrad Hotels & Resorts"] {
    margin-bottom: 8px;
  }
  .gw-brand-bar a[title="DoubleTree by Hilton"] {
    margin-bottom: 7px;
  }
}

.gw-brand-bar a[title="Hilton Grand Vacations"] {
  margin-right: 0;
}

.gw-brand-bar a[title="Tapestry Collection by Hilton"] {
  font-size: 0.33em;
}

.gw-brand-bar a[title="motto"] {
  font-size: 0.32em;
}

.gw-brand-bar a[title="Tru by Hilton"] {
  font-size: 0.82em;
}

.gw-brand-bar a[title="Signia"] {
  font-size: 1em;
}

.gw-brand-bar a[title="DoubleTree by Hilton"] {
  font-size: 0.76em;
}

.gw-brand-bar a[title="LXR"] {
  font-size: 0.25em;
}

.gw-brand-bar a[title="Hilton Garden Inn"] {
  font-size: 0.5em;
}

.gw-brand-bar a[title="Hilton Grand Vacations"] {
  font-size: 0.59em;
}

.gw-brand-bar a[title="Hilton Hotels & Resorts"] {
  font-size: 0.7em;
}

.gw-brand-bar a[title="Embassy Suites by Hilton"] {
  font-size: 0.8em;
}

.gw-brand-bar a[title="Waldorf Astoria Hotels & Resorts"] {
  font-size: 0.6em;
}

.gw-brand-bar a[title="Home2 Suites by Hilton"] {
  font-size: 0.67em;
}

.gw-brand-bar a[title="Hampton by Hilton"] {
  font-size: 0.7em;
}

.gw-brand-bar a[title="Homewood Suites by Hilton"] {
  font-size: 0.5em;
}

.gw-brand-bar a[title="Canopy"] {
  font-size: 0.55em;
}

.gw-brand-bar a[title="Conrad Hotels & Resorts"] {
  font-size: 0.25em;
}

.gw-brand-bar a[title="Hilton Honors"] {
  font-size: inherit;
  display: block;
  margin: 0;
  position: relative;
}

.gw-brand-bar a[title="Hilton Honors"] .bottom-frame {
  top: auto;
}

@media screen and (max-width: 500px) {
  .gw-brand-bar a {
    padding: 8px;
  }
}

@media screen and (max-width: 420px) {
  .gw-brand-bar a {
    margin: 0 0 16px 0;
  }
  .gw-brand-bar a[title="Signia"] {
    margin: 0 0 7px 0;
    padding: 0;
  }
  .gw-brand-bar a[title="Embassy Suites by Hilton"] {
    padding: 5px;
  }
  .gw-brand-bar a[title="DoubleTree by Hilton"] {
    padding: 5px;
  }
  .gw-brand-bar a[title="Tapestry Collection by Hilton"] {
    padding: 5px;
  }
  .gw-brand-bar a[title="Canopy"] {
    padding-bottom: 0;
  }
}

.gw-brand-bar__brand--hilton-framed {
  font-size: 47px;
  margin: 0 0 17px;
}

.gw-brand-bar__brand--hilton-framed .frame-right,
.gw-brand-bar__brand--hilton-framed .frame-left {
  position: absolute;
  width: calc(50% - 73px);
  height: 1px;
  background: #000;
  top: 50%;
}

.gw-brand-bar--white .gw-brand-bar__brand--hilton-framed .frame-right, .gw-brand-bar--white
.gw-brand-bar__brand--hilton-framed .frame-left {
  background: #fff;
}

.gw-brand-bar__brand--hilton-framed .frame-left {
  right: 0;
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .gw-brand-bar__brand--hilton-framed .frame-left {
    right: 30px;
  }
  .gw-brand-bar__brand--hilton-framed .frame-right {
    left: 30px;
  }
  .gw-brand-bar__brand--hilton-framed .frame-left,
  .gw-brand-bar__brand--hilton-framed .frame-right {
    width: calc(50% - 103px);
  }
}

.gw-brand-bar__brand--HH {
  position: relative;
  font-size: 32px;
  margin: 25px 0 0;
  padding: 5px 0 0;
}

@media screen and (max-width: 420px) {
  .gw-brand-bar__brand--HH {
    margin: 0;
  }
}

.gw-brand-bar__brand--HH .gw-brand-bar__brand-icon {
  position: relative;
  padding: 0 20px;
  top: -35px;
}

.gw-brand-bar--hr {
  position: absolute;
  width: calc(50% - 44px);
  height: 1px;
  background: black;
  top: 50%;
}

@media screen and (max-width: 420px) {
  .gw-brand-bar--hr {
    width: calc(50% - 130px);
    height: 2px;
  }
}

@media screen and (max-width: 420px) {
  .gw-brand-bar--hr.gw-brand-bar--hr-left {
    left: 58px !important;
  }
  .gw-brand-bar--hr.gw-brand-bar--hr-right {
    right: 58px !important;
  }
}

.gw-brand-bar--white .gw-brand-bar--hr {
  background: #fff;
}

.gw-brand-bar--hr-left {
  left: 0;
}

.gw-brand-bar--hr-right {
  right: 0;
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .gw-brand-bar--hr-left {
    left: 30px;
  }
  .gw-brand-bar--hr-right {
    right: 30px;
  }
  .gw-brand-bar--hr-left, .gw-brand-bar--hr-right {
    width: calc(50% - 79px);
  }
}

.gw-brand-bar__brand {
  position: relative;
}

.gw-brand-bar__brand:hover .gw-brand-tooltip, .gw-brand-bar__brand:focus .gw-brand-tooltip {
  display: block;
  background-color: #fff;
  bottom: calc(100% + 10px);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.8);
  border-radius: 4px;
  color: #1d1d1d;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
  position: absolute;
  z-index: 20;
  width: 130px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gw-brand-bar__brand:hover .gw-brand-tooltip--honors, .gw-brand-bar__brand:focus .gw-brand-tooltip--honors {
  bottom: calc(100% + 65px);
}

.gw-brand-bar__brand:hover .gw-brand-tooltip::after, .gw-brand-bar__brand:focus .gw-brand-tooltip::after {
  bottom: -6px;
  content: "";
  left: calc(50% - 5px);
  opacity: 1;
  position: absolute;
  z-index: 99;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gw-brand-bar__brand--last-icon, .gw-brand-bar__brand-icon--hr-icon {
  margin-right: 0;
}

.gw-brand-bar__brand-icon {
  display: block;
}

.gw-brand-bar__brand-icon--frame:before {
  position: relative;
  z-index: 10;
  background: transparent;
  padding: 0 1rem;
}

.gw-brand-bar .gw-brand-tooltip {
  position: absolute;
  display: none;
}

.gw-brand-bar .gw-brand-tooltip::after, .gw-brand-bar .gw-brand-tooltip::before {
  opacity: 0;
  -webkit-transition: opacity 4s ease;
  transition: opacity 4s ease;
}

.gw-brand-bar__brands-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -10px;
}

@media screen and (min-width: 1280px) {
  .gw-brand-bar__brands-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .gw-brand-bar__brands-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
  }
}

.gw-brand-bar__tooltip--false .gw-brand-tooltip {
  display: none !important;
}

.gw-brand-bar--black a[title="Hilton Garden Inn"] {
  font-size: 0.5em;
}

.gw-brand-bar--white a[title="Hilton Garden Inn"] {
  font-size: 0.5em;
}

@media screen and (max-width: 420px) {
  .gw-brand-bar--black a[title="Hilton Garden Inn"] {
    font-size: 0.7em !important;
  }
  .gw-brand-bar--white a[title="Hilton Garden Inn"] {
    font-size: 0.7em !important;
  }
  .gw-brand-bar--black a[title="Hilton Garden Inn"] {
    margin-bottom: 26px;
  }
  .gw-brand-bar--white a[title="Hilton Garden Inn"] {
    margin-bottom: 26px;
  }
  .gw-brand-bar--black a[title="motto"] {
    margin-bottom: 26px;
  }
  .gw-brand-bar--white a[title="motto"] {
    margin-bottom: 26px;
  }
  .frame-left,
  .frame-right {
    display: none;
  }
  .top-frame {
    font-size: 1.6em;
  }
  .bottom-frame {
    font-size: .85em;
  }
  .gw-brand-bar__brand--hilton-framed {
    margin-bottom: 20px;
    margin-bottom: 0;
  }
}

.cp-breadcrumbs .B_crumbBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Loew Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.cp-breadcrumbs .B_crumbBox li {
  margin: 0;
}

.cp-breadcrumbs .B_crumbBox span[class^="icon-"] {
  font-size: 12px;
  margin: 0 12px;
}

.cp-breadcrumbs .B_crumbBox a {
  color: #104c97;
}

.tpl-hotel-luxury .cp-breadcrumbs .B_crumbBox a {
  color: #bc9b6a;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.l-clearfix:before,
.l-clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.l-clearfix:after {
  clear: both;
}

/*
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.l-clearfix {
  *zoom: 1;
}

.l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-container__content {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .l-container__content {
    padding: 0 20px;
  }
}

.l-central-content {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 980px) {
  .l-central-content {
    margin: 0 20px;
  }
}

.cssgrid .l-columns {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 25px;
}

.cssgrid .l-columns__3 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 980px) {
  .cssgrid .l-columns__3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .cssgrid .l-columns__3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cssgrid .l-columns__2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 650px) {
  .cssgrid .l-columns__2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cssgrid .l-columns__1 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.no-cssgrid .l-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .no-cssgrid .l-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.no-cssgrid .l-columns__3 .l-columns__column {
  width: 33.33%;
  margin: 0 25px 0 0;
}

.no-cssgrid .l-columns__3 .l-columns__column:last-child {
  margin: 0;
}

@media (max-width: 980px) {
  .no-cssgrid .l-columns__3 .l-columns__column {
    width: 50%;
    margin: 0 0 25px 0;
  }
  .no-cssgrid .l-columns__3 .l-columns__column:first-of-type {
    padding: 0 25px 0 0;
  }
  .no-cssgrid .l-columns__3 .l-columns__column:last-of-type {
    margin: 0;
  }
}

@media (max-width: 650px) {
  .no-cssgrid .l-columns__3 .l-columns__column {
    width: 100%;
  }
  .no-cssgrid .l-columns__3 .l-columns__column:first-of-type {
    padding: 0;
  }
}

.no-cssgrid .l-columns__2 .l-columns__column {
  width: 50%;
}

@media (max-width: 980px) {
  .no-cssgrid .l-columns__2 .l-columns__column {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .no-cssgrid .l-columns__2 .l-columns__column {
    width: 100%;
  }
}

.no-cssgrid .l-columns__1 .l-columns__column {
  width: 100%;
}

@media (max-width: 980px) {
  .l-columns__column {
    margin: 0 0 25px 0;
  }
  .l-columns__column:last-of-type {
    margin: 0;
  }
}

/*
 * Global site header
 */
body.js-mobile-menu-is-active {
  overflow: hidden;
}

.c-header {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
}

@media (max-width: 980px) {
  .c-header {
    padding: 0 20px;
  }
}

@media (max-width: 650px) {
  .c-header {
    padding: 0;
  }
}

.c-header.js-mobile-menu-active {
  position: fixed;
}

.c-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .c-header__wrapper {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .c-header__wrapper {
    display: block;
  }
}

@media (max-width: 650px) {
  .c-header__logo {
    padding: 6px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .c-header__nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.6, 1);
            transition-timing-function: cubic-bezier(0.8, 0, 0.6, 1);
  }
  .c-header__nav.js-mobile-menu-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0.25, 1);
            transition-timing-function: cubic-bezier(0, 0.2, 0.25, 1);
    overflow-y: scroll;
  }
}

.c-header__nav-section.is-active .c-header__nav-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  -webkit-transition: visibility 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 650px) {
  .c-header__nav-section.is-active .c-header__nav-menu {
    display: block;
    -webkit-transition: none;
    transition: none;
  }
}

.c-header__nav-section.is-active .c-header__nav-button:not(.c-header--highlight) {
  background-color: #ddd;
}

.c-header__nav-button {
  font-weight: 700;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-header__nav-button:not(.c-header--highlight):hover, .c-header__nav-button:not(.c-header--highlight):focus, .c-header__nav-button:not(.c-header--highlight):focus {
  background-color: #ddd;
}

@media (max-width: 650px) {
  .c-header__nav-button {
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-header__nav-menu {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 40px 55px;
  box-shadow: 0px 1px 10px 0px #ddd;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 650px) {
  .c-header__nav-menu {
    margin: 0;
    display: none;
    position: relative;
    -webkit-transition: none;
    transition: none;
  }
}

.c-header__nav-menu:not(.c-header__honors) {
  background-color: #ffffff;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

@media (max-width: 980px) {
  .c-header__nav-menu:not(.c-header__honors) {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

@media (max-width: 650px) {
  .c-header__nav-menu:not(.c-header__honors) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 25px 20px;
  }
}

.c-header__link {
  display: block;
  font-family: "Loew Medium", Helvetica, Arial, sans-serif;
  line-height: 2;
}

.c-header .icon-arrow {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 0 10px;
}

.c-header__honors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 21px 55px 37px;
}

@media (max-width: 980px) {
  .c-header__honors {
    padding: 23px 45px 34px 45px;
  }
}

@media (max-width: 650px) {
  .c-header__honors {
    padding: 20px 26px;
  }
}

.c-header--highlight {
  background-color: #009CDE;
  color: #ffffff;
}

.c-honors__copy-wrap {
  margin: 0 36px 0 0;
  width: 57%;
}

@media (max-width: 650px) {
  .c-honors__copy-wrap {
    width: 100%;
  }
}

.c-honors__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .c-honors__icon-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.c-honors__header {
  font-family: "Simple Joys";
  font-size: 110px;
  line-height: unset;
  letter-spacing: -4px;
  margin: -28px 0 -50px;
}

@media (max-width: 980px) {
  .c-honors__header {
    font-size: 90px;
    margin: 0 0 -35px;
  }
}

.c-honors__copy {
  font-family: "Loew Heavy", Helvetica, Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 25px;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .c-honors__copy {
    font-size: 20px;
    margin: 0 0 17px;
  }
}

@media (max-width: 650px) {
  .c-honors__copy {
    font-size: 18px;
  }
}

.c-honors__disclaimer {
  font-family: "Loew", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

@media (max-width: 650px) {
  .c-honors__disclaimer {
    font-size: 13px;
  }
}

.c-honors__icon {
  font-family: "Loew Medium", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .c-honors__icon {
    width: 50%;
  }
}

.c-honors__icon span[class^="icon-"] {
  display: block;
  margin: 0 0 17px 0;
  min-height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-honors__icon .icon-wifi {
  font-size: 53px;
}

.c-honors__icon .icon-payment {
  font-size: 42px;
}

.bg_BG .c-honors__icon {
  font-size: 10px;
}

.c-honors__cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 980px) {
  .c-honors__cta {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
}

@media (max-width: 650px) {
  .c-honors__cta {
    margin: 20px 0 19px;
  }
}

.site-logo {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.icon-hilton-logo {
  font-size: 36px;
}

.c-mobile-toggle {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 650px) {
  .c-mobile-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-hamburger {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #1d1d1d;
  position: relative;
  -webkit-transition: background-color .2s ease-in-out .2s;
  transition: background-color .2s ease-in-out .2s;
}

.c-hamburger::before, .c-hamburger::after {
  content: '';
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-hamburger::before {
  top: -6px;
  -webkit-transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
}

.c-hamburger::after {
  bottom: -6px;
  -webkit-transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s;
}

.js-mobile-menu-active .c-hamburger {
  background-color: transparent;
}

.js-mobile-menu-active .c-hamburger::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: top cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
}

.js-mobile-menu-active .c-hamburger::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
  transition: bottom cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s, transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s, -webkit-transform cubic-bezier(0.76, 0.55, 0.44, 0.78) 0.2s 0.2s;
}

/*
 * 180 degree spin
 */
.one-eighty-spin {
  -webkit-animation: one-eighty-spin-default 0.3s ease-in-out forwards;
          animation: one-eighty-spin-default 0.3s ease-in-out forwards;
}

.is-active .one-eighty-spin {
  -webkit-animation: one-eighty-spin-active 0.3s ease-in-out forwards;
          animation: one-eighty-spin-active 0.3s ease-in-out forwards;
}

@-webkit-keyframes one-eighty-spin-active {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes one-eighty-spin-active {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-webkit-keyframes one-eighty-spin-default {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes one-eighty-spin-default {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.cp-trip-advisor {
  border: 1px solid #666;
  padding: 20px;
  text-align: center;
}

.cp-trip-advisor__reviews-provided, .cp-trip-advisor__reviews-count {
  margin: 0 0 20px 0;
}

.cp-trip-advisor__cta {
  background-color: #104c97;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  padding: 11px 40px;
}

.ajax-rate--hidden {
  display: none;
}

/*
* Call To Actions
*/
.c-cta {
  background-color: #009CDE;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-family: "Loew Bold";
  font-size: 16px;
  padding: 17px;
  padding: 11px 20px;
  text-decoration: none;
}

.c-cta--bright-blue {
  background-color: #009CDE;
}

.c-cta--dark-blue {
  background-color: #104c97;
}

.c-cta--purple {
  background-color: #84235e;
}

.c-cta--pink {
  background-color: #ce3262;
}

.c-cta--orange {
  background-color: #ef7622;
}

.c-cta--luxury {
  background-color: #bc9b6a;
}

.c-cta--medium {
  font-family: "Loew Medium";
}

.c-masthead {
  position: relative;
}

.c-masthead__cta-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 650px) {
  .c-masthead__cta-wrapper {
    margin: 0 auto 15px auto;
  }
}

.c-masthead-gallery-button span {
  margin-right: 16px;
}

.cp-carousel__wrapper {
  position: relative;
}

.cp-carousel__pager {
  padding: 10px 15px;
  text-align: right;
}

.cp-carousel__prev, .cp-carousel__next {
  background-color: #ffffff;
}

.cp-carousel__prev, .cp-carousel__next {
  z-index: 101;
  height: 35px;
  width: 35px;
  bottom: 0;
  top: initial;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.cp-carousel__prev::before, .cp-carousel__next::before {
  color: #1d1d1d;
}

.cp-carousel__prev {
  left: 0;
}

.cp-carousel__next {
  right: 0;
}

.cp-carousel a {
  display: block !important;
}

/*# sourceMappingURL=../../assets/css/styles.css.map */
