@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

.header__logo {
  float: left; }

.header__right-infos, .header__nav, .btn-reserve-now, .switch-lang-curr__btn-close {
  float: right; }

.header__nav .menu, .footer ul, .data-search-autocomplete ul, .list-data, .list-social {
  list-style: none; }

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "futura-pt", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-weight: 600; }

html[lang="ja"] h1, html[lang="ja"] .alpha,
html[lang="ja"] h2, html[lang="ja"] .beta,
html[lang="ja"] h3, html[lang="ja"] .gamma,
html[lang="ja"] h4, html[lang="ja"] .delta,
html[lang="ja"] h5, html[lang="ja"] .epsilon,
html[lang="ja"] h6, html[lang="ja"] .zeta {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1,
.alpha {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #222222; }

h2,
.beta {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.84615; }

h3,
.gamma {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091; }

h4,
.delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5,
.epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

h6,
.zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.ui-widget {
  font-size: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker.ui-datepicker-multi {
  width: auto !important; }
  @media (min-width: 1200px) {
    .ui-datepicker.ui-datepicker-multi {
      margin-left: -55px;
      margin-top: 2px; } }

.ui-datepicker {
  padding: 0;
  font-family: "futura-pt", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  z-index: 9999 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.ui-datepicker-header {
  border: none;
  background: #999;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  padding: 5px 15px; }

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  color: #fff; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .3em;
  border: none;
  margin-top: 5px; }

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

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

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  font-size: 0;
  display: none; }

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  color: white;
  font-family: fontAwesome;
  font-size: 16px; }

.ui-datepicker .ui-datepicker-prev:after {
  content: '\f177';
  float: right; }

.ui-datepicker .ui-datepicker-next:after {
  content: '\f178';
  float: left; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker th {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  font-size: 13px;
  font-weight: normal;
  border: none;
  text-transform: uppercase; }

.ui-datepicker td {
  border: none;
  padding: 1px;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px; }

.ui-widget td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%; }
  .ui-widget td .ui-state-default:hover, .ui-widget td .ui-state-default:focus {
    text-decoration: none; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1; }

.ui-widget td .ui-state-default {
  color: #000; }

.ui-widget {
  background: #fff; }

.ui-widget .ui-state-disabled .ui-state-default {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1); }

.ui-widget td .ui-state-active,
.ui-widget td .ui-state-hover {
  color: white;
  background: #999; }

.ui-widget td .ui-state-active,
.ui-widget td .ui-state-hover {
  background: #999; }

.ui-widget .date-range-selected .ui-state-active,
.ui-widget .date-range-selected .ui-state-hover {
  background: #999; }

.ui-datepicker-group {
  margin: 0;
  padding: 0; }
  .ui-datepicker-group:first-child {
    border-right: 1px solid #cccccc;
    overflow: hidden; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-week-end,
.ui-datepicker th {
  color: #999;
  font-weight: 600;
  font-size: 16px; }

.ui-datepicker-calendar td.date-range-selected {
  background: #999; }

.ui-datepicker-calendar td.date-range-begin,
.ui-datepicker-calendar td.date-range-end {
  background: #1D5598; }

/*!
 * jQuery UI Selectmenu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 290px;
  overflow-y: scroll; }

.ui-selectmenu-menu,
.ui-autocomplete {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  z-index: 99999; }

.ui-selectmenu-button {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #cccccc;
  width: 100% !important; }
  .ui-selectmenu-button:focus, .ui-selectmenu-button:hover {
    outline: 0 none; }

.ui-selectmenu-button span.ui-icon {
  right: 0;
  left: auto;
  position: absolute;
  top: 0;
  width: 50px;
  height: 46px;
  text-align: center;
  line-height: 48px;
  border-left: solid 1px #cccccc; }

.ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px 20px;
  display: block;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  height: 46px; }

.ui-icon-triangle-1-s:before,
.custom-combobox-toggle:before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 22px;
  color: #000; }

.ui-selectmenu-menu .ui-menu-item,
.ui-autocomplete .ui-menu-item {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 16px; }
  .ui-selectmenu-menu .ui-menu-item:hover, .ui-selectmenu-menu .ui-menu-item:focus,
  .ui-autocomplete .ui-menu-item:hover,
  .ui-autocomplete .ui-menu-item:focus {
    background: #999;
    color: #fff; }

.ui-selectmenu-menu .ui-menu-item,
.ui-menu-item-wrapper {
  padding: 10px 20px; }

.ui-autocomplete {
  list-style: none; }

.custom-combobox {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative; }

.custom-combobox-input {
  padding: 0 20px;
  width: 100%;
  height: 46px;
  text-transform: uppercase; }
  .custom-combobox-input:focus, .custom-combobox-input:hover {
    border: 0 none;
    box-shadow: none;
    outline: 0 none; }

.custom-combobox-toggle {
  position: absolute;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center; }
  .custom-combobox-toggle:focus, .custom-combobox-toggle:hover {
    text-decoration: none; }

.location__select {
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  background: #000;
  color: #fff; }

.header {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 998;
  transition: all 0.5s; }
  .header__top {
    padding: 15px 0;
    padding: 0.9375rem 0;
    background: #555; }
    .header__top::after {
      display: block;
      content: "";
      clear: both; }
  .header.is-scrolled {
    top: 0; }
  @media (min-width: 576px) {
    .header {
      min-height: 66px; } }
  @media (min-width: 992px) {
    .header {
      top: 0;
      min-height: 118px; }
      .header__top {
        padding-bottom: 0;
        position: relative;
        z-index: 999; } }

.header__logo {
  padding-right: 20px;
  padding-right: 1.25rem;
  max-width: 120px; }
  @media (min-width: 768px) {
    .header__logo {
      max-width: 200px; } }
  @media (min-width: 992px) {
    .header__logo {
      padding-right: 50px;
      padding-right: 3.125rem;
      max-width: 250px; } }

.header__logo__link {
  display: inline-block;
  cursor: pointer;
  min-height: 45px; }

.header__logo__img {
  display: none; }
  @media (min-width: 992px) {
    .header__logo__img {
      display: block; } }

.header__logo__img--on-mobile {
  width: 45px; }
  @media (min-width: 992px) {
    .header__logo__img--on-mobile {
      display: none; } }

.header__right-infos {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px; }
  .header__right-infos .link-sign-in {
    display: inline-block;
    padding: 0 10px 0 0;
    padding: 0 0.625rem 0 0;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
    border-right: solid 1px #000; }
  .header__right-infos .label-lang-curr {
    display: inline-block;
    cursor: pointer; }
  .header__right-infos .lang-text {
    padding: 0 10px 0 0;
    padding: 0 0.625rem 0 0;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
    border-right: solid 1px #000;
    display: inline-block;
    line-height: 16px; }
  @media (min-width: 992px) {
    .header__right-infos {
      padding: 15px 0 0;
      padding: 0.9375rem 0 0; } }
  @media (min-width: 1200px) {
    .header__right-infos {
      padding: 16px 0 0;
      padding: 1rem 0 0; } }

.header__nav {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 999;
  right: -100%;
  top: 0;
  bottom: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.5s, all 0.5s; }
  .header__nav.is-opening {
    right: 0; }
  .header__nav a {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500; }
    .header__nav a:hover, .header__nav a:focus {
      color: #000;
      text-decoration: none; }
  .header__nav .current-menu-item > a {
    color: #000;
    text-decoration: none; }
  .header__nav .menu-primary-menu-container {
    width: 100%;
    height: calc(100vh - 50px);
    position: relative; }
  .header__nav .menu {
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    position: absolute; }
  .header__nav .menu-item {
    padding: 15px;
    padding: 0.9375rem;
    display: block;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.5); }
  @media (min-width: 992px) {
    .header__nav {
      width: auto; }
      .header__nav .menu-item {
        padding: 0 9px 17px;
        padding: 0 0.5625rem 1.0625rem;
        border: 0 none;
        display: inline-block; }
      .header__nav .menu-primary-menu-container {
        width: auto;
        height: auto; }
      .header__nav .menu {
        padding-right: 30px;
        padding-right: 1.875rem;
        transform: none;
        position: static;
        width: 100%; } }
  @media (min-width: 992px) {
    .header__nav {
      padding-top: 12px;
      padding-top: 0.75rem;
      display: block;
      position: static;
      background: transparent; }
      .header__nav .menu-item {
        display: inline-block; }
      .header__nav a {
        color: #333;
        font-size: 14px; } }
  @media (min-width: 1200px) {
    .header__nav .menu-item {
      padding: 0 15px 17px;
      padding: 0 0.9375rem 1.0625rem; } }

.sub-menu {
  padding: 0 20px;
  padding: 0 1.25rem;
  z-index: 99;
  top: 100%;
  left: 50%;
  min-width: 180px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s;
  opacity: 0;
  height: 0;
  display: none; }
  .sub-menu .menu-item {
    padding: 5px 0px;
    padding: 0.3125rem 0px;
    display: block;
    font-weight: 400;
    border: 0 none;
    overflow: hidden; }
  @media (min-width: 992px) {
    .sub-menu {
      padding: 10px 20px;
      padding: 0.625rem 1.25rem;
      position: absolute;
      background: #CCC;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
      transform: translate(-50%, -2em);
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      height: auto; }
      .sub-menu::after {
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        border-right: 10px solid rgba(255, 255, 255, 0);
        border-bottom: 10px solid #CCC;
        border-left: 10px solid rgba(255, 255, 255, 0); }
      .sub-menu::after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 0;
        height: 0;
        pointer-events: none; }
      .sub-menu .menu-item {
        text-align: center;
        overflow: visible; } }

.menu-item-has-children {
  position: relative;
  z-index: 100; }
  .menu-item-has-children .sub-menu.is-opening {
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    visibility: visible;
    width: 100%;
    opacity: 1;
    z-index: 99;
    height: auto;
    transition-delay: 0s, 0.3s;
    display: block; }
  .menu-item-has-children:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }
  .menu-item-has-children > a {
    position: relative;
    z-index: 100;
    display: inline-block; }
  @media (min-width: 992px) {
    .menu-item-has-children:before {
      content: ''; }
    .menu-item-has-children:focus .sub-menu, .menu-item-has-children:focus-within .sub-menu, .menu-item-has-children:hover .sub-menu {
      padding: 15px 20px;
      padding: 0.9375rem 1.25rem;
      visibility: visible;
      width: 100%;
      opacity: 1;
      z-index: 99;
      height: auto;
      transition-delay: 0s, 0.3s;
      transform: translate(-50%, 0);
      display: block; } }
  @media (max-width: 1199px) {
    .menu-item-has-children .sub-menu {
      transform: translate(0, 0); } }

.login-social-connect {
  border-right: solid 2px rgba(255, 255, 255, 0.2); }
  .login-social-connect .fa {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }

.header-on-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 50px;
  z-index: 100; }
  .header-on-mobile .login-social-connect {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #fff; }
  .header-on-mobile .btn-book-now {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 50px;
    margin-right: 3.125rem;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-weight: 600;
    background: #555;
    border-radius: 0; }
  @media (min-width: 992px) {
    .header-on-mobile {
      display: none; } }

.toogle-nav {
  margin-top: -50px;
  margin-top: -3.125rem;
  float: right;
  background: #000;
  width: 50px;
  height: 50px; }

.toogle-nav__link, .close-btn {
  width: 50px;
  height: 50px;
  background: #000;
  position: relative;
  float: right;
  border-left: 1px solid #fff;
  cursor: pointer; }
  .toogle-nav__link .toogle-nav__icon, .close-btn .toogle-nav__icon {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-size: 0px;
    border-radius: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    transition: background-color 0.3s;
    transform: translate(-50%, -50%); }
    .toogle-nav__link .toogle-nav__icon:before, .toogle-nav__link .toogle-nav__icon:after, .close-btn .toogle-nav__icon:before, .close-btn .toogle-nav__icon:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      background: #fff;
      content: '';
      transition: all 0.3s; }
    .toogle-nav__link .toogle-nav__icon:before, .close-btn .toogle-nav__icon:before {
      transform: translateY(-300%); }
    .toogle-nav__link .toogle-nav__icon:after, .close-btn .toogle-nav__icon:after {
      transform: translateY(300%); }
  .toogle-nav__link.is-current span, .toogle-nav__link.is-close span, .close-btn.is-current span, .close-btn.is-close span {
    background-color: transparent; }
    .toogle-nav__link.is-current span:before, .toogle-nav__link.is-close span:before, .close-btn.is-current span:before, .close-btn.is-close span:before {
      background: #fff;
      transform: translateY(0) rotate(45deg); }
    .toogle-nav__link.is-current span:after, .toogle-nav__link.is-close span:after, .close-btn.is-current span:after, .close-btn.is-close span:after {
      background: #fff;
      transform: translateY(0) rotate(-45deg); }

.footer {
  padding: 30px 0;
  padding: 1.875rem 0;
  text-align: center;
  overflow: hidden; }

.footer__group-logos {
  display: none; }
  @media (min-width: 992px) {
    .footer__group-logos {
      display: block; } }

.simple-context {
  font-size: 14px; }

.footer__nav {
  overflow: hidden;
  font-family: "futura-pt", Helvetica, Roboto, Arial, sans-serif, sans-serif; }
  .footer__nav .menu-item {
    padding: 0 15px;
    padding: 0 0.9375rem;
    display: block;
    text-transform: uppercase; }
  .footer__nav a {
    font-size: 14px; }
  .footer__nav-main {
    padding: 20px 0;
    padding: 1.25rem 0; }
    .footer__nav-main a {
      font-weight: 600; }
  .footer__nav-legal {
    padding: 20px 0 0;
    padding: 1.25rem 0 0; }
    .footer__nav-legal a {
      color: #333; }
  @media (min-width: 768px) {
    .footer__nav .menu-item {
      display: inline-block; } }

.menu-footer-menu-container .current-menu-item > a,
.menu-footer-legal-container .current-menu-item > a {
  text-decoration: underline; }

.back-to-top {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #fff;
  z-index: 90;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 20px;
  transition: .4s;
  cursor: pointer; }
  .back-to-top:hover, .back-to-top:focus {
    color: #000;
    background: #fff; }
  @media (min-width: 992px) {
    .back-to-top {
      padding: 12px 20px 15px;
      padding: 0.75rem 1.25rem 0.9375rem;
      bottom: 15px;
      right: 15px; } }
  @media (max-width: 767px) {
    .back-to-top {
      opacity: 0;
      pointer-events: none; } }

textarea,
input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-clip: padding-box; }

input::-webkit-input-placeholder {
  font-family: Helvetica, Roboto, Arial, sans-serif;
  color: #cccccc;
  text-transform: uppercase; }

input:-ms-input-placeholder {
  font-family: Helvetica, Roboto, Arial, sans-serif;
  color: #cccccc;
  text-transform: uppercase; }

input:-moz-placeholder {
  font-family: Helvetica, Roboto, Arial, sans-serif;
  color: #cccccc;
  text-transform: uppercase; }

input::-moz-placeholder {
  font-family: Helvetica, Roboto, Arial, sans-serif;
  color: #cccccc;
  text-transform: uppercase; }

textarea {
  resize: none; }

button {
  background: transparent;
  outline: 0 none; }

.btn {
  border-color: #000;
  background-color: #000;
  border-color: #000;
  color: #fff;
  display: inline-block;
  transition: all 0.2s;
  border-radius: 3px;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  font-family: "futura-pt", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 2px;
  text-decoration: none; }
  .btn:hover, .btn:focus {
    background: black;
    box-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
    text-decoration: none;
    color: #fff; }
  .btn:active {
    box-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
    text-decoration: none; }
  .btn:hover, .btn:focus {
    outline: 0 none;
    box-shadow: 0 none; }
  .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
    border-color: #999999;
    background: #999999; }
  .btn .btn__text, .btn .btn__icon {
    display: inline-block;
    vertical-align: middle; }
  .btn .btn__icon:before {
    color: #fff; }
  .btn-special {
    margin: 0 20px;
    margin: 0 1.25rem;
    background: url(img/border-double.png) repeat-x 0 100%;
    color: #000;
    padding: 0;
    border: 0 none; }
    .btn-special:hover, .btn-special:focus {
      background-color: transparent;
      color: #000;
      border: 0 none;
      background: url(img/border-double.png) repeat-x 0 100%;
      box-shadow: none; }
  .btn-white {
    padding: 3px 20px;
    padding: 0.1875rem 1.25rem;
    background: transparent;
    color: #000;
    border: solid 2px #000; }
  .btn.disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.5; }

.btn-reserve-now {
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem; }

.btn-normal {
  background: transparent;
  border: solid 1px #fff; }
  .btn-normal:hover, .btn-normal:focus {
    color: #fff;
    background: black;
    border-color: black;
    text-decoration: none; }

.btn-load-more {
  font-weight: 600; }

.label-form {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  display: block;
  font-size: 15px; }

.form-row {
  position: relative; }

.form-input {
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  width: 100%;
  height: 48px;
  font-family: Helvetica, Roboto, Arial, sans-serif;
  border: 0 none;
  background: #fff;
  font-size: 14px; }
  .form-input.is-input-readonly {
    color: #cccccc; }
    .form-input.is-input-readonly:active, .form-input.is-input-readonly:focus {
      border: 0 none;
      outline: none; }
  .form-input:active, .form-input:focus {
    outline: none; }
  .form-input.disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.5; }

.form-area {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-family: Helvetica, Roboto, Arial, sans-serif;
  border: 0 none;
  background: #fff;
  font-size: 14px;
  width: 100%; }

.form-custom .form-input,
.form-custom .form-area,
.form-custom .custom-combobox {
  border: solid 1px #cccccc; }

.form-custom .form-row {
  margin: 0 0 20px;
  margin: 0 0 1.25rem; }

.form-custom .btn-submit {
  border-radius: 5px;
  min-width: 150px; }

.hh-contact-form_status {
  border: 1px solid gray;
  background-color: lightgray;
  padding: 20px 35px;
  font-size: 18px;
  margin-bottom: 20px; }

.hh-contact-form_status--success {
  border-color: green;
  background-color: palegreen; }

.hh-contact-form_status--error {
  border-color: red;
  background-color: lightpink; }

.form-custom input.error,
.form-custom textarea.error,
.custom-select.error + .custom-combobox {
  border: 1px solid red; }

.form-custom label.error {
  color: red;
  font-family: verdana;
  font-size: 12px;
  line-height: 1; }

.form-search-site .form-input--search-site {
  width: 250px;
  height: 36px;
  text-align: left;
  position: relative;
  top: -3px; }

.form-search-site .form-row--search-site {
  border: solid 1px #cccccc;
  display: inline-block;
  padding: 0; }

.form-search-site .fa-search {
  width: 60px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-left: solid 1px #cccccc;
  color: #000;
  font-size: 26px; }

.btn-search-site {
  border-radius: 3px;
  margin: 15px 0 0 10px;
  margin: 0.9375rem 0 0 0.625rem;
  height: 49px;
  vertical-align: top;
  font-weight: 600; }
  @media (min-width: 768px) {
    .btn-search-site {
      margin-top: 0; } }

.panel-contact-form {
  margin: 0 auto; }
  .panel-contact-form .form-row--action {
    text-align: center; }
  .panel-contact-form .btn {
    font-weight: 600; }
  .panel-contact-form .form-row .col-md-6:first-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .panel-contact-form .btn-reset {
    margin-left: 0; }
  @media (min-width: 992px) {
    .panel-contact-form {
      width: 700px; }
      .panel-contact-form .form-row .col-md-6:first-child {
        margin-bottom: 0; }
      .panel-contact-form .form-row--action {
        text-align: right; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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-slide:focus {
    outline: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover: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: "FontAwesome";
  font-size: 50px;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-left: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #38B7FF; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 12px;
        height: 12px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background: #2682B6;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
  @media screen and (min-width: 35.5em) {
    .slick-dots {
      bottom: -40px; } }

.booking {
  transition: all 0.3s linear;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; }
  .booking.is-opening {
    top: 0; }
  @media (min-width: 992px) {
    .booking {
      display: block;
      position: static;
      background: transparent;
      height: 50px; } }

.btn-close-qs {
  position: absolute;
  top: 30px;
  right: 5%;
  font-size: 26px;
  color: #fff;
  display: none; }
  @media (max-width: 991px) {
    .btn-close-qs {
      display: block; } }

.wdg-qs .fa,
.wdg-qs .wi-icon {
  margin: 0 10px;
  margin: 0 0.625rem;
  color: #000; }

.wdg-qs .fa-grey {
  color: #cccccc; }

@media (max-width: 991px) {
  .wdg-qs .fa,
  .wdg-qs .wi-icon {
    font-size: 22px;
    min-width: 20px; } }

@media (max-width: 991px) {
  .wdg-qs {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    display: none; }
    .is-opening .wdg-qs {
      display: block; } }

@media (min-width: 1200px) {
  .col-search .form-row,
  .col-qs {
    border-left: solid 1px rgba(204, 204, 204, 0.8); } }

.form-row--search {
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
  position: relative;
  min-height: 50px;
  background: #fff;
  margin-right: -15px; }
  .form-row--search.error {
    border: 1px solid red !important; }
  .form-row--search .fa-search,
  .form-row--search .icon-search {
    margin-top: -10px;
    margin-top: -0.625rem;
    margin-left: 15px;
    margin-left: 0.9375rem;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 22px; }
  .form-row--search .form-input {
    min-width: 200px; }
  @media (min-width: 992px) {
    .form-row--search {
      background: transparent; }
      .form-row--search .fa-search,
      .form-row--search .icon-search {
        left: 5px; } }

.form-row--inline > * {
  display: inline-block; }

.form-row--inline .form-input {
  width: 138px;
  text-align: center; }

@media (min-width: 1200px) {
  .form-row--inline .form-input {
    width: 160px; } }

@media (max-width: 991px) {
  .form-row--inline .form-input {
    width: 80%;
    text-align: left;
    padding-left: 0; } }

@media (max-width: 991px) {
  .col-date-check-in,
  .col-date-check-out {
    margin: 20px 0;
    margin: 1.25rem 0;
    display: block;
    background: #fff;
    border: solid 1px #cccccc; } }

.col-adult,
.col-child {
  display: none;
  background: #fff;
  height: 48px;
  margin: 20px 0;
  line-height: 48px;
  position: relative; }
  @media (max-width: 991px) {
    .col-adult,
    .col-child {
      display: block; }
      .col-adult .fa,
      .col-child .fa {
        margin-right: 5px; } }

@media (max-width: 991px) {
  .col-date-check-out .fa-long-arrow-right:before {
    content: "\f073";
    color: #000; } }

.custom-select-container {
  position: absolute;
  left: 45px;
  top: 1px;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 14px; }
  .custom-select-container .ui-selectmenu-button {
    font-size: 14px;
    font-size: 0.875rem;
    border: 0 none; }
  .custom-select-container .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 0; }
  .custom-select-container .ui-selectmenu-button span.ui-icon {
    border-left: 0 none; }
  @media (max-width: 991px) {
    .custom-select-container {
      width: 90%; } }
  @media (max-width: 767px) {
    .custom-select-container {
      width: 85%; } }

.btn-reserve-now {
  font-weight: 600;
  font-size: 14px;
  border-radius: 0; }
  @media (max-width: 991px) {
    .btn-reserve-now {
      width: 100%; } }

.control-action-cancel {
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .control-action-cancel {
      display: none; } }

.link-cancel-booking {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline; }

.col-search {
  position: relative; }

.data-search-autocomplete {
  position: absolute;
  display: none;
  top: 100%;
  left: 15px;
  right: 15px;
  background: #fff;
  border: solid 1px rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  height: 390px;
  overflow-y: scroll; }
  .data-search-autocomplete ul {
    padding: 0;
    margin: 0; }
  .data-search-autocomplete .fa {
    font-size: 22px; }
  .data-search-autocomplete.is-showing {
    display: block; }
  @media (min-width: 992px) {
    .data-search-autocomplete {
      width: 110%;
      right: auto; } }

.search-options__name {
  padding: 15px 0 15px 40px;
  padding: 0.9375rem 0 0.9375rem 2.5rem;
  border-top: solid 1px rgba(204, 204, 204, 0.8); }
  .search-options__name--item:focus, .search-options__name--item:hover, .search-options__name--item.selected, .search-options__name--item.current {
    background: #999;
    color: #fff;
    cursor: pointer; }
    .search-options__name--item:focus .fa, .search-options__name--item:hover .fa, .search-options__name--item.selected .fa, .search-options__name--item.current .fa {
      color: #fff; }
  .search-options__name .options__name {
    padding-right: 5px; }
  .search-options__name.search-options__name--group {
    padding-left: 15px;
    padding-left: 0.9375rem; }
    .search-options__name.search-options__name--group:hover, .search-options__name.search-options__name--group:focus {
      color: #333;
      cursor: default;
      background: transparent; }
      .search-options__name.search-options__name--group:hover .fa, .search-options__name.search-options__name--group:focus .fa {
        color: #000; }

.search-options__item {
  padding: 0;
  border-top: solid 1px rgba(204, 204, 204, 0.8); }

.ui-datepicker {
  width: auto !important; }

.ui-datepicker-group {
  width: 50%;
  float: left; }

.switch-lang-curr {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  right: -600px;
  transition: .4s;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 25px 3%;
  text-transform: none;
  text-align: center; }
  .switch-lang-curr.is-showing {
    right: 0; }

.list-data {
  margin: 0;
  padding: 0; }
  .list-data__item {
    padding: 0 5px;
    padding: 0 0.3125rem;
    display: inline-block;
    position: relative; }
    .list-data__item:after {
      margin-top: -10px;
      margin-top: -0.625rem;
      position: absolute;
      left: -3px;
      top: 50%;
      height: 20px;
      width: 2px;
      background: #fff;
      content: ""; }
    .list-data__item:first-child {
      padding-left: 0; }
      .list-data__item:first-child:after {
        display: none; }
  .list-data__lbl {
    padding: 10px 13px;
    padding: 0.625rem 0.8125rem;
    border-radius: 3px;
    display: inline-block; }
    .list-data__lbl.is-current, .list-data__lbl:hover, .list-data__lbl:focus {
      background: #000;
      cursor: pointer; }

.switch-lang-curr__btn-close {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-right: 0;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 30px; }
  .switch-lang-curr__btn-close:hover, .switch-lang-curr__btn-close:focus {
    text-decoration: none;
    color: #000; }

.switch-lang-curr__content {
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  overflow: hidden;
  clear: both; }

.switch-lang-curr__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff; }

.disclaimer-text {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 400;
  line-height: 1.4; }

.currency-switcher {
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  text-align: left; }
  @media (min-width: 576px) {
    .currency-switcher {
      padding: 30px 0 0;
      padding: 1.875rem 0 0;
      text-align: center; } }

.lang-switcher {
  padding: 0 15px 30px;
  padding: 0 0.9375rem 1.875rem;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
  @media (min-width: 576px) {
    .lang-switcher {
      padding: 30px 0;
      padding: 1.875rem 0;
      text-align: center; } }

.header__logo {
  float: left; }

.header__right-infos, .header__nav, .btn-reserve-now, .switch-lang-curr__btn-close {
  float: right; }

.header__nav .menu, .footer ul, .data-search-autocomplete ul, .list-data, .list-social {
  list-style: none; }

.list-social {
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  font-size: 20px;
  text-align: center; }
  .list-social__item {
    padding: 0 15px;
    padding: 0 0.9375rem;
    display: inline-block; }

@media (max-width: 767px) {
  #social-diary:after {
    background: transparent; } }

.photos {
  display: none; }

.instagram-block #sb_instagram .sbi_item {
  width: 50% !important; }

.instagram-block #sb_instagram .sbi_photo {
  height: 0 !important;
  padding-bottom: 100%; }

@media (min-width: 576px) {
  .instagram-block {
    width: 100%; }
    .instagram-block #sb_instagram .sbi_item {
      width: 16.6% !important; }
    .instagram-block #sbi_images {
      text-align: center; }
  .list-social {
    font-size: 30px; }
  .photos {
    display: block; } }

.panel--offers {
  background: #999;
  color: #fff; }
  .panel--offers .panel__title {
    color: #fff; }
    .panel--offers .panel__title:before {
      background: rgba(255, 255, 255, 0.5); }
  .panel--offers .slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 768px) {
  .panel__body--bottom {
    position: relative;
    margin-bottom: -10px; }
    .panel__body--bottom:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 40%;
      background: #fff; } }

.offers__item {
  transition: all 0.3s linear;
  background-size: cover;
  min-height: 300px;
  border: solid 1px rgba(33, 34, 33, 0.5);
  position: relative;
  background-color: #999999;
  background-position-x: center;
  background-blend-mode: multiply;
  transition: background-color .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .offers__item:hover, .offers__item:focus {
    background-color: #b3b3b3;
    transition: background-color .25s; }
  @media (max-width: 767px) {
    .offers__item {
      margin: 0 15px;
      margin: 0 0.9375rem; } }

.offers__cnt {
  z-index: 5;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  text-align: center; }
  .offers__cnt .percent-off {
    display: block; }
  .offers__cnt .offers__name {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: block; }
  .offers__cnt .offers__rate {
    margin: 10px 0 20px;
    margin: 0.625rem 0 1.25rem;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .offers__cnt .offers__view {
    margin-top: 10px;
    margin-top: 0.625rem;
    overflow: hidden; }
  .offers__cnt .offers__desc {
    font-size: 16px;
    font-size: 1rem;
    display: none; }
  .offers__cnt .link-see-more {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 600; }
  @media (min-width: 768px) {
    .offers__cnt .offers__desc {
      display: block; } }

.media__prices {
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .media__prices .small-text {
    display: inline-block;
    font-size: 14px; }
  .media__prices .prices {
    font-weight: 600;
    font-size: 20px; }

.control-action {
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  overflow: hidden; }

.control-action--viewall {
  text-align: center; }

.link-static {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600; }

.link-see-all {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  .offers-list {
    padding: 0 15px;
    padding: 0 0.9375rem; } }

.hero-banner {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: calc(100vh - 50px); }
  @media (min-width: 768px) {
    .hero-banner {
      height: 45vh; } }

.hero-banner__caption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  z-index: 100; }
  @media (min-width: 992px) {
    .hero-banner__caption {
      text-align: right;
      top: auto;
      bottom: 50px; } }

.hero-banner__title,
.hero-banner__content {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

.hero-banner__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 26px;
  letter-spacing: 2px; }

.hero-banner__content {
  letter-spacing: 1px;
  font-size: 14px; }

.hero-banner__item {
  height: 100%;
  min-height: 45vh;
  width: 100%;
  background-size: cover;
  background-position: center; }

.hero-banner__logo__link {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0); }
  @media (min-width: 992px) {
    .hero-banner__logo__link {
      display: none; } }

.link-view-video,
.link-view-photo {
  color: #fff; }
  .link-view-video:hover, .link-view-video:focus,
  .link-view-photo:hover,
  .link-view-photo:focus {
    text-decoration: none; }

.hero-banner__logo {
  width: 140px; }
  @media (max-width: 767px) {
    .hero-banner__logo {
      width: 80px; } }

.simple-label {
  padding: 0 10px 0 0;
  padding: 0 0.625rem 0 0;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: block; }
  @media (min-width: 768px) {
    .simple-label {
      display: inline-block; } }

.hero-banner--w * {
  color: #000;
  border-color: #000; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: pointer;
  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 {
  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;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  padding: 0 0 18px 10px;
  padding: 0 0 1.125rem 0.625rem;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -15px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  color: #000 !important; }

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding: 40px 0;
  padding: 2.5rem 0; }

.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 {
  padding: 40px 0;
  padding: 2.5rem 0;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  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 {
  padding-right: 36px;
  padding-right: 2.25rem;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word; }

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    padding: 3px 5px;
    padding: 0.1875rem 0.3125rem;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    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; } }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

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

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

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

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

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

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

.mfp-inline-holder .mfp-content {
  width: auto; }

.modal {
  background: #999;
  max-width: 90%;
  margin: 0 auto;
  color: #fff; }
  @media (min-width: 992px) {
    .modal {
      max-width: 900px; } }

.modal__photo {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    .modal__photo {
      float: right;
      width: 300px;
      margin: 30px 0 0 30px; } }

.modal__contents {
  padding: 30px;
  padding: 1.875rem;
  overflow: hidden; }

.modal__header {
  text-align: center;
  position: relative; }

.modal__hotel-name {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  font-size: 30px; }
  @media (min-width: 992px) {
    .modal__hotel-name {
      font-size: 36px;
      font-size: 2.25rem; } }

.modal__desc {
  padding: 10px 0 20px;
  padding: 0.625rem 0 1.25rem;
  font-size: 14px; }
  .modal__desc .btn-book-now {
    height: 48px; }
  @media (max-width: 991px) {
    .modal__desc .btn-book-now {
      margin: 20px auto 0;
      margin: 1.25rem auto/16px/rem 0; } }

.modal__title,
.hotel__prices {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .modal__title,
    .hotel__prices {
      max-width: 80%; } }

.hotel__prices {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
  letter-spacing: 2px; }
  .hotel__prices:before {
    height: 1px;
    width: 60%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -10px;
    content: "";
    left: 50%;
    transform: translate(-50%, 0); }
  .hotel__prices .prices {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }

.modal__short__desc {
  margin: 20px auto 40px;
  margin: 1.25rem auto/16px/rem 2.5rem;
  max-width: 80%;
  text-align: center; }
  .modal__short__desc u {
    font-style: italic;
    font-size: 1.25em; }

.functions {
  position: absolute;
  right: 0;
  top: 0;
  display: none; }
  @media (min-width: 992px) {
    .functions.functions--desktop {
      display: block; } }

.function-item {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: inline-block;
  position: relative; }
  .function-item .function__label {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    .function-item .function__label:hover, .function-item .function__label:focus {
      text-decoration: none; }

.functions--sharebox {
  position: absolute;
  width: 120px;
  left: -5px;
  opacity: 0;
  transition: all .3s;
  z-index: 9; }
  .functions--sharebox .icon-social {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center; }
  .functions--sharebox:hover, .functions--sharebox:focus {
    visibility: visible;
    opacity: 1; }

.facebook {
  background: #3b5998; }

.twitter {
  background: #00aced; }

.gplus {
  background: #d34836; }

.email {
  background: #000; }

/* NEWSLETTER
****************************************/
.home .mfp-inline-holder .mfp-content {
  width: auto; }

.modal--newsletter {
  background: #fff;
  color: #333; }
  .modal--newsletter .modal__inner {
    position: relative;
    overflow: hidden; }
  .modal--newsletter .modal__photo {
    display: none; }
  .modal--newsletter .modal__contents {
    padding: 50px 30px 30px;
    padding: 3.125rem 1.875rem 1.875rem;
    overflow: hidden; }
  .modal--newsletter .modal__title {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 400; }
    .modal--newsletter .modal__title span {
      padding: 0 15px;
      padding: 0 0.9375rem;
      background: #fff;
      position: relative;
      z-index: 1; }
    .modal--newsletter .modal__title:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 45%;
      height: 1px;
      background: rgba(51, 51, 51, 0.4); }
  .modal--newsletter .modal__caption {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600; }
  .modal--newsletter .modal__short__desc {
    margin: 20px auto;
    margin: 1.25rem auto/16px/rem; }
  @media (min-width: 992px) {
    .modal--newsletter .modal__photo {
      width: 50%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 50%;
      display: block; }
    .modal--newsletter .modal__contents {
      width: 50%;
      float: right; } }

.container-form-newsletter .form-row {
  margin: 15px 0;
  margin: 0.9375rem 0;
  clear: both; }
  .container-form-newsletter .form-row:last-child {
    margin-bottom: 0; }

.container-form-newsletter .form-input {
  border: solid 1px rgba(0, 0, 0, 0.3); }

.container-form-newsletter .btn-subscribe {
  width: 100%;
  height: 50px; }

/* OFFERS
****************************************/
@media (min-width: 992px) {
  .global-offers__modal .modal__desc {
    padding: 30px;
    margin-top: 20px; } }

.global-offers__modal .modal__short__desc {
  text-align: left;
  padding: 0;
  max-width: 100%;
  margin: 0 auto 40px;
  margin: 0 auto/16px/rem 2.5rem; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: "futura-pt", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background-color: #fff;
  color: #333333;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

html[lang='ja'] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px; }

html[lang='en-US'] dt {
  font-weight: 500; }

body {
  font-size: 16px;
  font-size: 1rem; }

hr {
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 23px; }

blockquote {
  margin: 0 2.5em;
  font-style: italic;
  color: #555555; }

abbr {
  cursor: help; }

acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #666;
  cursor: help; }

/* Delete and insert */
ins, dfn {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #666; }

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: underline; }

p {
  margin-bottom: 10px; }

b,
strong {
  font-weight: 600; }

.highlight-hotel__quotes {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; }
  .highlight-hotel__quotes:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5); }

.quotes-text {
  font-size: 36px;
  font-size: 2.25rem;
  position: relative;
  z-index: 5;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  padding: 150px 0; }
  .quotes-text:before, .quotes-text:after {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px; }
  .quotes-text:before {
    content: "\f10d";
    top: 80px; }
  .quotes-text:after {
    content: "\f10e";
    bottom: 80px; }

.center {
  text-align: center; }

.letter-spacing {
  letter-spacing: 2px; }

@media print {
  .header {
    position: relative;
    top: 0; }
  .header__top {
    background: transparent !important; }
  .header__logo {
    max-width: 200px; }
  .header__logo__link {
    min-height: none; }
  .wrapper {
    padding-top: 0 !important;
    -webkit-print-color-adjust: exact; } }
