/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

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

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

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

:root {
  --first-font: 'Manrope', sans-serif;
  --second-font: 'Merriweather', sans-serif;
  --highlight-font: 'Manrope', sans-serif;
  --font-size: 16px;
  --overlay-pop-in: rgba(0, 0, 0, 0.6); }

body, html {
  line-height: 200%;
  font-size: var(--font-size);
  font-family: var(--first-font);
  background: var(--bg);
  color: var(--bg-color-associated); }
  body a:focus, html a:focus {
    outline: 0;
    text-decoration: inherit; }
  body ::-moz-selection, html ::-moz-selection {
    background: var(--secondary);
    color: var(--secondary-color-associated);
    text-shadow: none; }
  body ::selection, html ::selection {
    background: var(--secondary);
    color: var(--secondary-color-associated);
    text-shadow: none; }
  body *, html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

body {
  background: var(--bg);
  height: auto; }

html {
  background: var(--main); }
  html.no_scroll {
    overflow: hidden; }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

.container, html.card_page body #main-content-1,
html.card_page body .gallery_section,
html.card_page body #extra_info_section, html.card_page body .gallery_section .elements_wrapper,
#breadcrumb .custom_container,
html.card_page body #extra_info_section .container,
html.card_page body #extra_info_section #main-content-1,
html.card_page body #extra_info_section .gallery_section,
html.card_page body #extra_info_section #extra_info_section,
html.card_page body #extra_info_section .gallery_section .elements_wrapper,
html.card_page body .gallery_section #extra_info_section .elements_wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%; }
  @media (max-width: 767px) {
    .container, html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section, html.card_page body .gallery_section .elements_wrapper,
    #breadcrumb .custom_container,
    html.card_page body #extra_info_section .container,
    html.card_page body #extra_info_section #main-content-1,
    html.card_page body #extra_info_section .gallery_section,
    html.card_page body #extra_info_section #extra_info_section,
    html.card_page body #extra_info_section .gallery_section .elements_wrapper,
    html.card_page body .gallery_section #extra_info_section .elements_wrapper {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container, html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section, html.card_page body .gallery_section .elements_wrapper,
    #breadcrumb .custom_container,
    html.card_page body #extra_info_section .container,
    html.card_page body #extra_info_section #main-content-1,
    html.card_page body #extra_info_section .gallery_section,
    html.card_page body #extra_info_section #extra_info_section,
    html.card_page body #extra_info_section .gallery_section .elements_wrapper,
    html.card_page body .gallery_section #extra_info_section .elements_wrapper {
      max-width: 740px;
      width: 100%; } }
  @media (min-width: 1200px) {
    .container, html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section, html.card_page body .gallery_section .elements_wrapper,
    #breadcrumb .custom_container,
    html.card_page body #extra_info_section .container,
    html.card_page body #extra_info_section #main-content-1,
    html.card_page body #extra_info_section .gallery_section,
    html.card_page body #extra_info_section #extra_info_section,
    html.card_page body #extra_info_section .gallery_section .elements_wrapper,
    html.card_page body .gallery_section #extra_info_section .elements_wrapper {
      max-width: 1140px; } }
  @media (min-width: 1200px) {
    .container, html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section, html.card_page body .gallery_section .elements_wrapper,
    #breadcrumb .custom_container,
    html.card_page body #extra_info_section .container,
    html.card_page body #extra_info_section #main-content-1,
    html.card_page body #extra_info_section .gallery_section,
    html.card_page body #extra_info_section #extra_info_section,
    html.card_page body #extra_info_section .gallery_section .elements_wrapper,
    html.card_page body .gallery_section #extra_info_section .elements_wrapper {
      width: calc(100% - 160px);
      max-width: 1500px; } }

.loading {
  min-height: 80px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: transparent; }
  .loading.noloading {
    background: none !important; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }

.arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  top: 35%;
  z-index: 200;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .arrow.inverse {
    border-color: #fff;
    top: 50%; }
    .arrow.inverse:after, .arrow.inverse:before {
      background: #fff; }
  .arrow.prev {
    left: 40px; }
    @media (max-width: 767px) {
      .arrow.prev {
        left: 20px; } }
  .arrow.next {
    right: 40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .arrow.next {
        right: 20px; } }
  .arrow:after, .arrow:before {
    content: '';
    width: 10px;
    height: 1px;
    background: var(--main-color-associated);
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .arrow:after, .arrow:before {
        width: 10px; } }
  .arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.slick-disabled {
    opacity: 0;
    filter: Alpha(opacity=0); }
  .arrow.inverse:hover, .arrow:hover {
    background: var(--hover);
    border-color: var(--hover); }
    .arrow.inverse:hover:after, .arrow.inverse:hover:before, .arrow:hover:after, .arrow:hover:before {
      color: var(--hover-color-associated); }
  .arrow span {
    display: none; }

:not(.children_section):not(.booking_form_section.dynamic).section {
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    :not(.children_section):not(.booking_form_section.dynamic).section {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) and (min-height: 800px) {
    :not(.children_section):not(.booking_form_section.dynamic).section {
      padding-bottom: 80px; } }
  @media (min-width: 1400px) and (min-height: 800px) {
    :not(.children_section):not(.booking_form_section.dynamic).section {
      padding-bottom: 100px; } }

#breadcrumb {
  color: var(--secondary);
  margin: 2em auto 0;
  position: relative;
  z-index: 200;
  font-size: 0.9em; }
  #breadcrumb ul, #breadcrumb li {
    list-style: none inside none; }
  #breadcrumb ul li {
    display: inline-block; }
    #breadcrumb ul li:before {
      content: '\2022';
      display: inline-block;
      margin: 0 0.5em; }
    #breadcrumb ul li:first-child:before {
      display: none; }
    #breadcrumb ul li.current-menu-item a {
      color: var(--titles, var(--main)); }
    #breadcrumb ul li:hover a {
      color: var(--hover); }
    #breadcrumb ul li a {
      display: inline-block;
      color: inherit;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

@media (min-width: 768px) {
  #breadcrumb + #main-content-1 {
    padding-top: 40px; } }

#main-content-1,
.de_block_post_preview.list,
div.section[class*=section_bg],
.page-template-template-gallery .de_block_gallery,
section.section[class*=section_bg],
div.section[class*=section_bg] + .section,
.de_block_map:not(.de_first),
.de_block_offers.offers_carousel,
section.section[class*=section_bg] + .section {
  padding-top: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #main-content-1,
    .de_block_post_preview.list,
    div.section[class*=section_bg],
    .page-template-template-gallery .de_block_gallery,
    section.section[class*=section_bg],
    div.section[class*=section_bg] + .section,
    .de_block_map:not(.de_first),
    .de_block_offers.offers_carousel,
    section.section[class*=section_bg] + .section {
      padding-top: 60px; } }
  @media (min-width: 1200px) and (min-height: 800px) {
    #main-content-1,
    .de_block_post_preview.list,
    div.section[class*=section_bg],
    .page-template-template-gallery .de_block_gallery,
    section.section[class*=section_bg],
    div.section[class*=section_bg] + .section,
    .de_block_map:not(.de_first),
    .de_block_offers.offers_carousel,
    section.section[class*=section_bg] + .section {
      padding-top: 80px; } }
  @media (min-width: 1400px) and (min-height: 800px) {
    #main-content-1,
    .de_block_post_preview.list,
    div.section[class*=section_bg],
    .page-template-template-gallery .de_block_gallery,
    section.section[class*=section_bg],
    div.section[class*=section_bg] + .section,
    .de_block_map:not(.de_first),
    .de_block_offers.offers_carousel,
    section.section[class*=section_bg] + .section {
      padding-top: 100px; } }

.section.section_bg_alternative {
  background: var(--bg-d-3); }

.section_bg_image {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center; }

.hidden_fancybox,
.the_content,
.description {
  font-weight: 300;
  font-family: var(--second-font); }
  .hidden_fancybox h2 + p, .hidden_fancybox h3 + p, .hidden_fancybox h4 + p, .hidden_fancybox h5 + p, .hidden_fancybox h6 + p,
  .the_content h2 + p,
  .the_content h3 + p,
  .the_content h4 + p,
  .the_content h5 + p,
  .the_content h6 + p,
  .description h2 + p,
  .description h3 + p,
  .description h4 + p,
  .description h5 + p,
  .description h6 + p {
    margin-top: 1em; }
  .hidden_fancybox p + p,
  .hidden_fancybox h1 + p,
  .hidden_fancybox p + h1,
  .hidden_fancybox p + h2,
  .hidden_fancybox p + h3,
  .hidden_fancybox p + h4,
  .hidden_fancybox p + h5,
  .the_content p + p,
  .the_content h1 + p,
  .the_content p + h1,
  .the_content p + h2,
  .the_content p + h3,
  .the_content p + h4,
  .the_content p + h5,
  .description p + p,
  .description h1 + p,
  .description p + h1,
  .description p + h2,
  .description p + h3,
  .description p + h4,
  .description p + h5 {
    margin-top: 1em; }
  .hidden_fancybox strong, .hidden_fancybox b,
  .the_content strong,
  .the_content b,
  .description strong,
  .description b {
    font-weight: bold; }
  .hidden_fancybox ul, .hidden_fancybox ol,
  .the_content ul,
  .the_content ol,
  .description ul,
  .description ol {
    margin: 1em 0 1em 3em; }
  .hidden_fancybox ul,
  .the_content ul,
  .description ul {
    list-style: disc outside none; }
  .hidden_fancybox ol,
  .the_content ol,
  .description ol {
    list-style: decimal outside none; }
  .hidden_fancybox em, .hidden_fancybox i,
  .the_content em,
  .the_content i,
  .description em,
  .description i {
    font-style: italic; }
  .hidden_fancybox hr,
  .the_content hr,
  .description hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 1em 0; }
  .hidden_fancybox blockquote,
  .the_content blockquote,
  .description blockquote {
    font-style: italic;
    margin: 1em 0 1em 3em;
    padding: 1em 2em;
    background-color: #f5f5f5;
    border-left: 5px solid #dcdbdb; }
    .hidden_fancybox blockquote:before, .hidden_fancybox blockquote:after,
    .the_content blockquote:before,
    .the_content blockquote:after,
    .description blockquote:before,
    .description blockquote:after {
      font-size: 1.2em; }
    .hidden_fancybox blockquote:before,
    .the_content blockquote:before,
    .description blockquote:before {
      content: '\201C';
      padding-right: 5px; }
    .hidden_fancybox blockquote:after,
    .the_content blockquote:after,
    .description blockquote:after {
      content: '\201D';
      padding-left: 5px; }
  .hidden_fancybox dl,
  .the_content dl,
  .description dl {
    margin: 1em 0 1em 2em; }
    .hidden_fancybox dl dd,
    .the_content dl dd,
    .description dl dd {
      border-left: 5px solid #dcdbdb;
      padding-left: 1em; }
    .hidden_fancybox dl dt + dd,
    .the_content dl dt + dd,
    .description dl dt + dd {
      margin-top: 0.5em; }
    .hidden_fancybox dl dd + dt,
    .the_content dl dd + dt,
    .description dl dd + dt {
      margin-top: 0.5em; }
  .hidden_fancybox mark,
  .the_content mark,
  .description mark {
    padding: 0 0.5em; }
  .hidden_fancybox strong, .hidden_fancybox b,
  .the_content strong,
  .the_content b,
  .description strong,
  .description b {
    color: var(--bg-color-associated); }
  .hidden_fancybox em, .hidden_fancybox i,
  .the_content em,
  .the_content i,
  .description em,
  .description i {
    color: var(--bg-d-20);
    font-style: normal; }
    #dark_theme .hidden_fancybox em,
    #darken_theme .hidden_fancybox em, #dark_theme .hidden_fancybox i,
    #darken_theme .hidden_fancybox i, #dark_theme
    .the_content em,
    #darken_theme
    .the_content em, #dark_theme
    .the_content i,
    #darken_theme
    .the_content i, #dark_theme
    .description em,
    #darken_theme
    .description em, #dark_theme
    .description i,
    #darken_theme
    .description i {
      color: var(--secondary); }
  .hidden_fancybox hr,
  .the_content hr,
  .description hr {
    border-color: var(--bg-d-5); }
    #dark_theme .hidden_fancybox hr,
    #darken_theme .hidden_fancybox hr, #dark_theme
    .the_content hr,
    #darken_theme
    .the_content hr, #dark_theme
    .description hr,
    #darken_theme
    .description hr {
      color: var(--bg-l-5); }
  .hidden_fancybox blockquote,
  .the_content blockquote,
  .description blockquote {
    background-color: var(--bg);
    color: var(--secondary);
    border: none;
    margin-left: 0;
    padding: 0; }
    .hidden_fancybox blockquote strong,
    .the_content blockquote strong,
    .description blockquote strong {
      font-weight: bold; }
  .hidden_fancybox dl dd,
  .the_content dl dd,
  .description dl dd {
    border-color: var(--secondary);
    border-width: 1px; }
  .hidden_fancybox dl,
  .the_content dl,
  .description dl {
    margin-left: 0; }
    .hidden_fancybox dl dd,
    .the_content dl dd,
    .description dl dd {
      margin-left: 1em; }
  .hidden_fancybox mark,
  .the_content mark,
  .description mark {
    background-color: var(--secondary);
    color: var(--secondary-color-associated);
    padding: .3em 0.5em; }
  .hidden_fancybox h1,
  .the_content h1,
  .description h1 {
    font-family: var(--highlight-font);
    font-weight: bold;
    line-height: 110%;
    position: relative;
    color: var(--titles, var(--main));
    font-size: 2em; }
    @media (min-width: 1200px) {
      .hidden_fancybox h1,
      .the_content h1,
      .description h1 {
        font-size: 2.6em; } }
    @media (min-width: 1400px) {
      .hidden_fancybox h1,
      .the_content h1,
      .description h1 {
        font-size: 3em; } }
    @media (max-width: 767px) {
      .hidden_fancybox h1,
      .the_content h1,
      .description h1 {
        font-size: 1.5em; } }
    .hidden_fancybox h1 strong,
    .the_content h1 strong,
    .description h1 strong {
      font-weight: inherit; }
    .hidden_fancybox h1 strong,
    .the_content h1 strong,
    .description h1 strong {
      color: var(--highlighted); }
    .hidden_fancybox h1:after,
    .the_content h1:after,
    .description h1:after {
      display: none; }
  .hidden_fancybox h2,
  .the_content h2,
  .description h2 {
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    font-family: var(--highlight-font);
    color: var(--titles, var(--main));
    line-height: 120%;
    position: relative;
    text-transform: none;
    clear: both; }
    .hidden_fancybox h2:after,
    .the_content h2:after,
    .description h2:after {
      display: none; }
  .hidden_fancybox h3,
  .the_content h3,
  .description h3 {
    font-size: 1.8em;
    font-weight: bold;
    font-style: normal;
    font-family: var(--highlight-font);
    color: var(--titles, var(--main));
    line-height: 120%;
    position: relative;
    text-transform: none;
    clear: both; }
    .hidden_fancybox h3:after,
    .the_content h3:after,
    .description h3:after {
      display: none; }
  .hidden_fancybox h4,
  .the_content h4,
  .description h4 {
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-family: var(--highlight-font);
    color: var(--titles, var(--main));
    line-height: 120%;
    position: relative;
    text-transform: none;
    clear: both; }
    .hidden_fancybox h4:after,
    .the_content h4:after,
    .description h4:after {
      display: none; }
  .hidden_fancybox h5,
  .the_content h5,
  .description h5 {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-family: var(--highlight-font);
    color: var(--titles, var(--main));
    line-height: 120%;
    position: relative;
    text-transform: none;
    clear: both; }
    .hidden_fancybox h5:after,
    .the_content h5:after,
    .description h5:after {
      display: none; }
  .hidden_fancybox h6,
  .the_content h6,
  .description h6 {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-family: var(--highlight-font);
    color: var(--titles, var(--main));
    line-height: 120%;
    position: relative;
    text-transform: none;
    clear: both; }
    .hidden_fancybox h6:after,
    .the_content h6:after,
    .description h6:after {
      display: none; }
  .hidden_fancybox a,
  .the_content a,
  .description a {
    color: var(--secondary);
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color;
    -moz-transition: color;
    -ms-transition: color;
    -o-transition: color;
    transition: color; }
    .hidden_fancybox a:hover,
    .the_content a:hover,
    .description a:hover {
      color: var(--highlighted);
      text-decoration: none;
      outline: 0; }
    .hidden_fancybox a:focus,
    .the_content a:focus,
    .description a:focus {
      outline: 0;
      text-decoration: none; }
  .hidden_fancybox .table_wrap + p,
  .hidden_fancybox table + p,
  .the_content .table_wrap + p,
  .the_content table + p,
  .description .table_wrap + p,
  .description table + p {
    margin-top: 20px; }
  .hidden_fancybox p + .table_wrap,
  .hidden_fancybox p + table,
  .the_content p + .table_wrap,
  .the_content p + table,
  .description p + .table_wrap,
  .description p + table {
    margin-top: 20px; }
  .hidden_fancybox .table_wrap,
  .the_content .table_wrap,
  .description .table_wrap {
    width: 100%;
    overflow-x: auto; }
  .hidden_fancybox table,
  .the_content table,
  .description table {
    font-size: 0.80em;
    line-height: 140%;
    width: 99%;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: var(--bg-d-5); }
    .hidden_fancybox table td, .hidden_fancybox table th,
    .the_content table td,
    .the_content table th,
    .description table td,
    .description table th {
      border-width: 1px;
      border-style: solid;
      border-color: var(--bg-d-5);
      padding: 5px 10px;
      vertical-align: middle;
      text-align: center;
      min-width: 90px; }
    .hidden_fancybox table th,
    .the_content table th,
    .description table th {
      background: #f7f7f7;
      border-right-color: var(--bg-d-5); }
  .hidden_fancybox table,
  .the_content table,
  .description table {
    font-size: 0.9em; }
    .hidden_fancybox table td, .hidden_fancybox table th,
    .the_content table td,
    .the_content table th,
    .description table td,
    .description table th {
      padding: 1em; }
  .hidden_fancybox ul,
  .the_content ul,
  .description ul {
    margin-left: 2em; }

.the_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  @media (min-width: 1400px) {
    #main-content-1 .the_content {
      font-size: 1.05em;
      line-height: 200%; } }

.description .wp-caption.alignleft, .description .wp-caption.alignright, .description .wp-caption.aligncenter,
.the_content .wp-caption.alignleft,
.the_content .wp-caption.alignright,
.the_content .wp-caption.aligncenter {
  padding: 0 2em;
  margin: 2em 0; }
  .description .wp-caption.alignleft img, .description .wp-caption.alignright img, .description .wp-caption.aligncenter img,
  .the_content .wp-caption.alignleft img,
  .the_content .wp-caption.alignright img,
  .the_content .wp-caption.aligncenter img {
    max-width: 100%;
    width: auto;
    height: auto; }

.description .wp-caption.alignleft,
.the_content .wp-caption.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%; }

.description .wp-caption.alignright,
.the_content .wp-caption.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%; }

@media (max-width: 767px) {
  .description .wp-caption.alignleft, .description .wp-caption.alignright,
  .the_content .wp-caption.alignleft,
  .the_content .wp-caption.alignright {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.description .wp-caption.aligncenter,
.the_content .wp-caption.aligncenter {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.description .wp-caption .wp-caption-text,
.the_content .wp-caption .wp-caption-text {
  background: var(--bg);
  color: var(--secondary);
  display: block;
  padding: 1em 0;
  font-style: italic;
  font-family: var(--first-font);
  line-height: 160%; }

.the_title {
  font-family: var(--highlight-font);
  font-weight: bold;
  line-height: 110%;
  position: relative;
  color: var(--titles, var(--main));
  font-size: 2em;
  text-align: center; }
  @media (min-width: 1200px) {
    .the_title {
      font-size: 2.6em; } }
  @media (min-width: 1400px) {
    .the_title {
      font-size: 3em; } }
  @media (max-width: 767px) {
    .the_title {
      font-size: 1.5em; } }
  .the_title strong {
    font-weight: inherit; }
  .the_title strong {
    color: var(--highlighted); }

.section_title {
  font-family: var(--highlight-font);
  font-weight: bold;
  line-height: 110%;
  position: relative;
  color: var(--titles, var(--main));
  font-size: 1.8em;
  text-align: center;
  z-index: 190; }
  @media (min-width: 1200px) {
    .section_title {
      font-size: 2em; } }
  @media (min-width: 1400px) {
    .section_title {
      font-size: 2.5em; } }
  @media (max-width: 767px) {
    .section_title {
      font-size: 1.5em; } }
  .section_title strong {
    font-weight: inherit; }
  .section_title strong {
    color: var(--highlighted); }

h3.subtitle,
.section_subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  color: var(--secondary);
  font-size: 1.2em;
  text-align: center; }
  h3.subtitle strong,
  .section_subtitle strong {
    font-weight: inherit; }

.the_title + .the_content {
  margin-top: 2em; }

.the_subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  color: var(--secondary);
  font-size: 1.2em;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 1em; }
  .the_subtitle strong {
    font-weight: inherit; }
  @media (min-width: 1200px) {
    .the_subtitle {
      margin-bottom: 2em; } }

.section_title + .description {
  margin-top: 2em; }

.btnCta {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center; }
  .btnCta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 1em 1.5em;
    height: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    font-family: var(--first-font);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btnCta a * {
      color: inherit;
      font-weight: inherit; }
    .btnCta a:hover, .btnCta a:focus {
      text-decoration: none;
      outline: none; }
  .btnCta a {
    background-color: var(--main);
    color: var(--main-color-associated); }
    .btnCta a:hover {
      background-color: var(--hover);
      color: var(--hover-color-associated); }
  .btnCta.additional {
    margin: 1em 2em; }
    @media (max-width: 767px) {
      .btnCta.additional {
        margin-right: 0; } }

.btnPdf {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .btnPdf a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    line-height: 120%;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--secondary); }
    .btnPdf a * {
      color: inherit;
      font-weight: inherit; }
    .btnPdf a:before {
      content: '\27f6';
      margin-right: .5em; }
    .btnPdf a:hover, .btnPdf a:focus {
      outline: none; }
    .btnPdf a:hover {
      color: var(--hover);
      text-decoration: none; }
  .btnPdf a:before {
    content: '\fb6d';
    font-family: "fb_generic_set";
    font-size: 17px; }
  @media (max-width: 767px) {
    .btnPdf {
      margin-top: 10px; } }

.btn + .btn {
  margin-left: 2em; }
  @media (max-width: 767px) {
    .btn + .btn {
      margin-top: 10px;
      margin-left: 0; } }

.btns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .btns_wrap {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: wrap-reverse;
      -moz-flex-direction: wrap-reverse;
      -ms-flex-direction: wrap-reverse;
      flex-direction: wrap-reverse; } }
  .btns_wrap .price_wrap {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    .btns_wrap .price_wrap a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 1em 1.5em;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      font-family: var(--first-font);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .btns_wrap .price_wrap a * {
        color: inherit;
        font-weight: inherit; }
      .btns_wrap .price_wrap a:hover, .btns_wrap .price_wrap a:focus {
        text-decoration: none;
        outline: none; }
    .btns_wrap .price_wrap a {
      background-color: var(--highlighted);
      color: var(--highlighted-color-associated); }
      .btns_wrap .price_wrap a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
    .btns_wrap .price_wrap a .label sup {
      vertical-align: super;
      text-transform: lowercase;
      font-size: smaller;
      margin-right: 0.5em;
      line-height: 1; }
    .btns_wrap .price_wrap a .price {
      font-weight: bold;
      line-height: 50px;
      margin-left: 0.5em; }
  .btns_wrap .read_more {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    .btns_wrap .read_more a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100%;
      position: relative;
      text-decoration: none;
      z-index: 1;
      padding: 0;
      overflow: hidden;
      line-height: 120%;
      font-size: 1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--secondary); }
      .btns_wrap .read_more a * {
        color: inherit;
        font-weight: inherit; }
      .btns_wrap .read_more a:before {
        content: '\27f6';
        margin-right: .5em; }
      .btns_wrap .read_more a:hover, .btns_wrap .read_more a:focus {
        outline: none; }
      .btns_wrap .read_more a:hover {
        color: var(--hover);
        text-decoration: none; }

.view_all {
  margin-top: 1.5em;
  text-align: center; }
  .view_all .info {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    .view_all .info a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100%;
      position: relative;
      text-decoration: none;
      z-index: 1;
      padding: 0;
      overflow: hidden;
      line-height: 120%;
      font-size: 1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--secondary); }
      .view_all .info a * {
        color: inherit;
        font-weight: inherit; }
      .view_all .info a:before {
        content: '\27f6';
        margin-right: .5em; }
      .view_all .info a:hover, .view_all .info a:focus {
        outline: none; }
      .view_all .info a:hover {
        color: var(--hover);
        text-decoration: none; }

.pager {
  text-align: center; }
  .pager li:only-child {
    display: none; }
  .pager.inverse ul li {
    background: rgba(255, 255, 255, 0.8); }
    .pager.inverse ul li:hover {
      background: var(--hover); }
    .pager.inverse ul li.slick-active {
      background: #fff; }
  .pager ul, .pager li {
    list-style: none inside none;
    padding: 0;
    margin: 0; }
  .pager ul li {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pager ul li:hover {
      background: var(--hover); }
    .pager ul li.slick-active {
      background: var(--main);
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5); }
    .pager ul li button {
      display: none; }

.fancybox-close-small,
.close,
.crystal_hotel #fbga-popin #close-ga {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 500;
  overflow: hidden;
  display: block;
  background: transparent;
  border: 1px solid var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .fancybox-close-small:before, .fancybox-close-small:after,
  .close:before,
  .crystal_hotel #fbga-popin #close-ga:before,
  .close:after,
  .crystal_hotel #fbga-popin #close-ga:after {
    width: 20px;
    top: 50%;
    height: 1px;
    background: var(--main);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform-origin: 0 0; }
  .fancybox-close-small:before,
  .close:before,
  .crystal_hotel #fbga-popin #close-ga:before {
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%); }
  .fancybox-close-small:after,
  .close:after,
  .crystal_hotel #fbga-popin #close-ga:after {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%); }
  .fancybox-close-small:hover,
  .close:hover,
  .crystal_hotel #fbga-popin #close-ga:hover {
    background: var(--hover);
    border-color: var(--hover); }
    .fancybox-close-small:hover:before, .fancybox-close-small:hover:after,
    .close:hover:before,
    .crystal_hotel #fbga-popin #close-ga:hover:before,
    .close:hover:after,
    .crystal_hotel #fbga-popin #close-ga:hover:after {
      background: var(--hover-color-associated); }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: none; }

.collapsibleContent {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  .collapsibleContent .internal_wrap {
    padding-top: 1em; }

.video_icon {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .video_icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.filters_select {
  background: var(--bg-d-3);
  color: var(--bg-color-associated);
  height: 50px;
  max-width: 460px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filters_select:after {
    top: 0;
    right: 15px;
    content: '\025BE';
    position: absolute;
    z-index: 1;
    line-height: 50px; }
  .filters_select .label {
    line-height: 30px;
    border-right: 1px solid var(--bg-color-associated);
    padding: 0 1em 0 0;
    white-space: nowrap; }
  .filters_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
    background: transparent;
    color: var(--bg-color-associated);
    font-family: var(--first-font);
    font-size: inherit;
    position: relative;
    z-index: 100;
    line-height: 50px;
    text-transform: capitalize;
    padding-left: 1em; }
    .filters_select select::-ms-expand {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    .filters_select select option {
      background: var(--bg-d-3); }
    .filters_select select:focus {
      outline: none; }

.filters ul, .filters li {
  list-style: none inside none; }

.filters ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filters ul li {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin: 0 5px 10px;
    max-width: 250px; }
    .filters ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 1em 1.5em;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      font-family: var(--first-font);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .filters ul li a * {
        color: inherit;
        font-weight: inherit; }
      .filters ul li a:hover, .filters ul li a:focus {
        text-decoration: none;
        outline: none; }
    .filters ul li a {
      background: none;
      border: 1px solid var(--main);
      color: var(--main); }
    .filters ul li a:hover,
    .filters ul li a.active:hover {
      border-color: var(--hover);
      color: var(--hover); }
    .filters ul li.active a {
      border-color: var(--third);
      background: var(--third);
      color: var(--header); }

.the_content + .btns_wrap {
  margin-top: 2em; }

#main-content-1 .page_logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-attachment: scroll;
  background-position: center;
  margin: 0 auto 2em;
  width: 300px;
  height: 100px; }
  @media (max-width: 767px) {
    #main-content-1 .page_logo {
      height: 60px; } }

@media (min-width: 992px) {
  .extra_content:not(.extra_content_v2).no_featured_img .wrap .content_wrap {
    width: 100%; }
    .extra_content:not(.extra_content_v2).no_featured_img .wrap .content_wrap .content {
      max-width: 1100px; }
  .extra_content:not(.extra_content_v2) .wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    .extra_content:not(.extra_content_v2) .wrap .thumb_wrap,
    .extra_content:not(.extra_content_v2) .wrap .content_wrap {
      width: 50%; }
    .extra_content:not(.extra_content_v2) .wrap .thumb_wrap .thumb {
      padding-bottom: 0;
      height: 100%; }
    .extra_content:not(.extra_content_v2) .wrap .content_wrap {
      padding: 3em 2em; } }
    @media (min-width: 992px) and (min-width: 1400px) {
      .extra_content:not(.extra_content_v2) .wrap .content_wrap {
        padding-top: 3.5em;
        padding-bottom: 3.5em; } }

@media (min-width: 992px) {
      .extra_content:not(.extra_content_v2) .wrap .content_wrap .content {
        max-width: 600px; }
  .extra_content:not(.extra_content_v2).odd .wrap {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.extra_content.even .wrap .content_wrap {
  background: var(--main);
  color: #ddd; }

.extra_content.even .wrap .title,
.extra_content.even .wrap .subtitle,
.extra_content.even .wrap strong, .extra_content.even .wrap b, .extra_content.even .wrap em, .extra_content.even .wrap i {
  color: #fff; }

@media (min-width: 1200px) {
  .extra_content.even .wrap:before {
    left: -60px;
    right: auto; } }

.extra_content.even .wrap blockquote {
  background: none;
  color: #ddd; }

.extra_content .wrap {
  background: var(--bg-d-3);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 1200px) {
    .extra_content .wrap {
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    .extra_content .wrap:before {
      content: '';
      display: block;
      position: absolute;
      right: -60px;
      top: -60px;
      background: var(--bg-d-3);
      z-index: 100;
      width: 50%;
      height: 70%; } }

.extra_content .thumb_wrap {
  position: relative;
  z-index: 200; }
  .extra_content .thumb_wrap .thumb {
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    z-index: 200; }

.extra_content .content_wrap {
  padding: 4em;
  position: relative;
  z-index: 200; }
  @media (max-width: 767px) {
    .extra_content .content_wrap {
      padding: 3em 2em; } }
  .extra_content .content_wrap .content {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px; }
  .extra_content .content_wrap .title,
  .extra_content .content_wrap .subtitle {
    text-align: center; }
  .extra_content .content_wrap .title {
    font-family: var(--highlight-font);
    font-weight: bold;
    line-height: 110%;
    position: relative;
    color: var(--titles, var(--main));
    font-size: 1.8em; }
    @media (min-width: 1200px) {
      .extra_content .content_wrap .title {
        font-size: 2em; } }
    @media (min-width: 1400px) {
      .extra_content .content_wrap .title {
        font-size: 2.5em; } }
    @media (max-width: 767px) {
      .extra_content .content_wrap .title {
        font-size: 1.5em; } }
    .extra_content .content_wrap .title strong {
      font-weight: inherit; }
    .extra_content .content_wrap .title strong {
      color: var(--highlighted); }
  .extra_content .content_wrap .subtitle {
    line-height: 150%;
    position: relative;
    font-family: var(--first-font);
    color: var(--secondary);
    font-size: 1.2em;
    margin-top: .5em;
    margin-bottom: 1.5em; }
    .extra_content .content_wrap .subtitle strong {
      font-weight: inherit; }
  .extra_content .content_wrap .title + .description {
    margin-top: 1em; }

#contact_form {
  background: var(--bg-d-3);
  padding: 4em 4em 5em; }

.fancybox-close-small,
.close,
.crystal_hotel #fbga-popin #close-ga {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 500;
  overflow: hidden;
  display: block;
  background: transparent;
  border: 1px solid var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .fancybox-close-small:before, .fancybox-close-small:after,
  .close:before,
  .crystal_hotel #fbga-popin #close-ga:before,
  .close:after,
  .crystal_hotel #fbga-popin #close-ga:after {
    width: 20px;
    top: 50%;
    height: 1px;
    background: var(--main);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  .fancybox-close-small:before,
  .close:before,
  .crystal_hotel #fbga-popin #close-ga:before {
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%); }
  .fancybox-close-small:after,
  .close:after,
  .crystal_hotel #fbga-popin #close-ga:after {
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -moz-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    -o-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%); }
  .fancybox-close-small:hover,
  .close:hover,
  .crystal_hotel #fbga-popin #close-ga:hover {
    background: var(--hover);
    border-color: var(--hover); }
    .fancybox-close-small:hover:before, .fancybox-close-small:hover:after,
    .close:hover:before,
    .crystal_hotel #fbga-popin #close-ga:hover:before,
    .close:hover:after,
    .crystal_hotel #fbga-popin #close-ga:hover:after {
      background: var(--hover-color-associated); }

.hidden_fancybox {
  width: 90%;
  max-width: 800px;
  background: var(--bg);
  color: var(--bg-color-associated);
  line-height: 150%;
  font-size: var(--font-size);
  font-family: var(--first-font);
  margin: 0;
  padding: 3em; }
  @media (min-width: 1200px) {
    .hidden_fancybox {
      padding: 4em 4em 3em 4em; } }
  @media (max-width: 767px) {
    .hidden_fancybox {
      padding-left: 2em;
      padding-right: 2em; } }
  .hidden_fancybox .fancybox-close-small {
    left: auto;
    right: 20px; }
  .hidden_fancybox .gform_wrapper {
    margin: 0; }

@media (min-width: 768px) {
  html.card_page,
  html.card_page body {
    background: var(--bg-d-3); } }

html.card_page .gallery_section.carousel .elements_to_filter,
html.card_page body .gallery_section.carousel .elements_to_filter {
  margin-top: 0; }

html.card_page #extra_info_section .wrap .content,
html.card_page body #extra_info_section .wrap .content {
  max-width: 890px; }

html.card_page body #breadcrumb + #main-content-1 {
  padding-top: 60px; }
  @media (min-width: 1400px) {
    html.card_page body #breadcrumb + #main-content-1 {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html.card_page body #breadcrumb + #main-content-1 {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    html.card_page body #breadcrumb + #main-content-1 {
      padding-top: 0; } }

html.card_page body #main-content-1,
html.card_page body .gallery_section,
html.card_page body #extra_info_section {
  background: var(--bg);
  padding-left: 60px;
  padding-right: 60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    html.card_page body #main-content-1,
    html.card_page body .gallery_section,
    html.card_page body #extra_info_section {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      max-width: 100%; } }

@media (max-width: 767px) {
  html.card_page body .gallery_section .elements_wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

html.card_page body .gallery_section .elements_wrapper {
  margin-top: 0; }

html.card_page body .gallery_section .elements_to_filter:before {
  display: none; }


html.card_page body #extra_info_section .container,
html.card_page body #extra_info_section #main-content-1,
html.card_page body #extra_info_section .gallery_section,
html.card_page body #extra_info_section #extra_info_section,
html.card_page body #extra_info_section .gallery_section .elements_wrapper,
html.card_page body .gallery_section #extra_info_section .elements_wrapper {
  margin-top: 0; }
  @media (max-width: 767px) {
    
    html.card_page body #extra_info_section .container,
    html.card_page body #extra_info_section #main-content-1,
    html.card_page body #extra_info_section .gallery_section,
    html.card_page body #extra_info_section #extra_info_section,
    html.card_page body #extra_info_section .gallery_section .elements_wrapper,
    html.card_page body .gallery_section #extra_info_section .elements_wrapper {
      margin-top: 40px; } }
  html.card_page body #extra_info_section .container:before, html.card_page body #extra_info_section #main-content-1:before,
  html.card_page body #extra_info_section .gallery_section:before,
  html.card_page body #extra_info_section #extra_info_section:before, html.card_page body #extra_info_section .gallery_section .elements_wrapper:before, html.card_page body .gallery_section #extra_info_section .elements_wrapper:before {
    display: none; }

html.card_page body #extra_info_section,
html.card_page body .extra_content.section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  background: var(--bg);
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    html.card_page body #extra_info_section,
    html.card_page body .extra_content.section {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html.card_page body #extra_info_section,
    html.card_page body .extra_content.section {
      max-width: 740px;
      width: 100%; } }
  @media (min-width: 1200px) {
    html.card_page body #extra_info_section,
    html.card_page body .extra_content.section {
      max-width: 1140px; } }
  @media (min-width: 1200px) {
    html.card_page body #extra_info_section,
    html.card_page body .extra_content.section {
      width: calc(100% - 160px);
      max-width: 1500px; } }
  
  html.card_page body #extra_info_section .container,
  html.card_page body #extra_info_section #main-content-1,
  html.card_page body #extra_info_section .gallery_section,
  html.card_page body #extra_info_section #extra_info_section,
  html.card_page body #extra_info_section .gallery_section .elements_wrapper,
  html.card_page body .gallery_section #extra_info_section .elements_wrapper,
  html.card_page body .extra_content.section .container,
  html.card_page body .extra_content.section #main-content-1,
  html.card_page body .extra_content.section .gallery_section,
  html.card_page body .extra_content.section #extra_info_section,
  html.card_page body .extra_content.section .gallery_section .elements_wrapper,
  html.card_page body .gallery_section .extra_content.section .elements_wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  html.card_page body #extra_info_section .wrap,
  html.card_page body .extra_content.section .wrap {
    margin-top: 0;
    background: none;
    padding: 0; }
    html.card_page body #extra_info_section .wrap:before,
    html.card_page body .extra_content.section .wrap:before {
      display: none; }
  html.card_page body #extra_info_section.odd .wrap,
  html.card_page body .extra_content.section.odd .wrap {
    background: var(--bg); }

html.card_page body div[class*='section'] + #children {
  margin-top: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    html.card_page body div[class*='section'] + #children {
      margin-top: 60px; } }
  @media (min-width: 1200px) and (min-height: 800px) {
    html.card_page body div[class*='section'] + #children {
      margin-top: 80px; } }
  @media (min-width: 1400px) and (min-height: 800px) {
    html.card_page body div[class*='section'] + #children {
      margin-top: 100px; } }

html.card_page body #main-content-1 {
  margin: 20px auto 0;
  padding-top: 60px; }
  @media (min-width: 1400px) {
    html.card_page body #main-content-1 {
      padding-top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html.card_page body #main-content-1 {
      max-width: 100%;
      width: calc(100% - 40px); } }
  @media (max-width: 767px) {
    html.card_page body #main-content-1 {
      max-width: 100%;
      width: 100%;
      margin-top: 40px; } }
  html.card_page body #main-content-1 .the_title,
  html.card_page body #main-content-1 .the_subtitle {
    max-width: 1100px;
    clear: both;
    margin-right: auto;
    margin-left: auto; }
  html.card_page body #main-content-1 .featured_img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }

html.card_page body #children .item_wrap .item {
  background: var(--bg); }

html.card_page body #footer_top_menu {
  background: var(--bg); }

html.card_page body #children .container, html.card_page body #children #main-content-1,
html.card_page body #children .gallery_section,
html.card_page body #children #extra_info_section, html.card_page body #children .gallery_section .elements_wrapper, html.card_page body .gallery_section #children .elements_wrapper {
  padding-right: 0;
  padding-left: 0; }

html.card_page body #extra_info_section {
  background: var(--bg); }
  html.card_page body #extra_info_section .item_content {
    background: none !important;
    padding: 0; }
    html.card_page body #extra_info_section .item_content .the_content {
      max-width: 100%;
      background: var(--bg-d-3); }

.mega_details_wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999; }
  .mega_details_wrapper .close, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga {
    right: 0;
    left: auto; }
    @media (min-width: 768px) {
      .mega_details_wrapper .close, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga {
        width: 60px;
        height: 60px; } }
  .mega_details_wrapper .mega_details_inner_wrapper {
    height: 100%;
    overflow: auto;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .mega_details_wrapper .mega_details_inner_wrapper {
        padding: 20px; } }
    .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
      background: var(--bg);
      width: 90%;
      max-width: 900px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
          width: 100%; } }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
        padding: 60px; }
        @media (max-width: 767px) {
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
            padding: 50px 30px; } }
        @media (min-width: 1400px) {
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .section_title {
            font-size: 2.66em; } }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .thumb {
        background-attachment: scroll;
        background-size: cover;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        padding-bottom: 66%; }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap {
        text-align: center;
        margin-bottom: 15px; }
        .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a {
          display: inline-block;
          font-family: var(--first-font);
          padding: 0.6em 2em;
          text-align: center;
          text-decoration: none;
          z-index: 1;
          line-height: 120%;
          background: var(--highlighted);
          color: var(--highlighted-color-associated);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a * {
            color: inherit;
            font-weight: inherit; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover {
            background: var(--hover);
            color: var(--hover-color-associated); }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover, .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:focus {
            text-decoration: none;
            outline: none; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .amount,
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .currency {
            font-size: 1.3em; }
  .mega_details_wrapper .close, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 500;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mega_details_wrapper .close:before, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:before, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:before, .mega_details_wrapper .close:after, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:after, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:after {
      width: 70%;
      height: 1px;
      background: var(--bg-color-associated);
      content: '';
      display: block;
      position: absolute;
      left: 25%;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0; }
    .mega_details_wrapper .close:before, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:before, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:before {
      top: 25%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mega_details_wrapper .close:after, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:after, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:after {
      bottom: 25%;
      top: auto;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mega_details_wrapper .close:hover, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:hover, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:hover {
      background: var(--main); }
      .mega_details_wrapper .close:hover:before, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:hover:before, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:hover:before, .mega_details_wrapper .close:hover:after, .mega_details_wrapper .crystal_hotel #fbga-popin #close-ga:hover:after, .crystal_hotel #fbga-popin .mega_details_wrapper #close-ga:hover:after {
        background: var(--main-color-associated); }

.page-template-template-sitemap .container > .the_subtitle, .page-template-template-sitemap html.card_page body #main-content-1 > .the_subtitle, html.card_page body .page-template-template-sitemap #main-content-1 > .the_subtitle, .page-template-template-sitemap html.card_page body .gallery_section > .the_subtitle, html.card_page body .page-template-template-sitemap .gallery_section > .the_subtitle, .page-template-template-sitemap html.card_page body #extra_info_section > .the_subtitle, html.card_page body .page-template-template-sitemap #extra_info_section > .the_subtitle, .page-template-template-sitemap html.card_page body .gallery_section .elements_wrapper > .the_subtitle, html.card_page body .gallery_section .page-template-template-sitemap .elements_wrapper > .the_subtitle {
  margin-top: 2em; }

.page-template-template-sitemap .sitemap_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-top: 2em; }
  @media (max-width: 767px) {
    .page-template-template-sitemap .sitemap_wrap {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page-template-template-sitemap .sitemap_wrap .sitemap_col {
    width: 100%; }
    @media (max-width: 767px) {
      .page-template-template-sitemap .sitemap_wrap .sitemap_col {
        width: 80%;
        margin: 20px auto; } }
    .page-template-template-sitemap .sitemap_wrap .sitemap_col li a {
      color: var(--main);
      text-decoration: none; }
      .page-template-template-sitemap .sitemap_wrap .sitemap_col li a:hover {
        color: var(--hover); }
    .page-template-template-sitemap .sitemap_wrap .sitemap_col li.page_item_has_children ul {
      margin-left: 20px; }
      @media (max-width: 991px) {
        .page-template-template-sitemap .sitemap_wrap .sitemap_col li.page_item_has_children ul {
          margin-left: 10px; } }

body#dark_theme .pager ul li.slick-active,
body#darken_theme .pager ul li.slick-active {
  background: var(--bg-color-associated); }

body#dark_theme #location_prev .contacts .element:before,
body#darken_theme #location_prev .contacts .element:before {
  color: var(--bg-color-associated); }

body#dark_theme .fancybox-close-small, body#dark_theme .close, body#dark_theme .crystal_hotel #fbga-popin #close-ga, .crystal_hotel #fbga-popin body#dark_theme #close-ga, body#dark_theme .crystal_hotel #fbga-popin #close-ga,
body#darken_theme .fancybox-close-small,
body#darken_theme .close,
body#darken_theme .crystal_hotel #fbga-popin #close-ga,
.crystal_hotel #fbga-popin body#darken_theme #close-ga,
body#darken_theme .crystal_hotel #fbga-popin #close-ga {
  border: var(--bg-color-associated); }
  body#dark_theme .fancybox-close-small:before, body#dark_theme .fancybox-close-small:after, body#dark_theme .close:before, body#dark_theme .crystal_hotel #fbga-popin #close-ga:before, .crystal_hotel #fbga-popin body#dark_theme #close-ga:before, body#dark_theme .close:after, body#dark_theme .crystal_hotel #fbga-popin #close-ga:after, .crystal_hotel #fbga-popin body#dark_theme #close-ga:after, body#dark_theme .crystal_hotel #fbga-popin #close-ga:before, body#dark_theme .crystal_hotel #fbga-popin #close-ga:after,
  body#darken_theme .fancybox-close-small:before,
  body#darken_theme .fancybox-close-small:after,
  body#darken_theme .close:before,
  body#darken_theme .crystal_hotel #fbga-popin #close-ga:before,
  .crystal_hotel #fbga-popin body#darken_theme #close-ga:before,
  body#darken_theme .close:after,
  body#darken_theme .crystal_hotel #fbga-popin #close-ga:after,
  .crystal_hotel #fbga-popin body#darken_theme #close-ga:after,
  body#darken_theme .crystal_hotel #fbga-popin #close-ga:before,
  body#darken_theme .crystal_hotel #fbga-popin #close-ga:after {
    background: var(--bg-color-associated); }

body#dark_theme .dyncal_header h4,
body#dark_theme #bookingform .container_for_datepicker .ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body#dark_theme .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
body#dark_theme .calendar .ui-datepicker .ui-datepicker-calendar thead th,
body#darken_theme .dyncal_header h4,
body#darken_theme #bookingform .container_for_datepicker .ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body#darken_theme .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
body#darken_theme .calendar .ui-datepicker .ui-datepicker-calendar thead th {
  color: var(--bg-color-associated); }

body#dark_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label, body#dark_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label,
body#darken_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
body#darken_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label {
  color: var(--bg-color-associated); }

body#dark_theme .btnCta a,
body#darken_theme .btnCta a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated); }

body.error404 {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center; }
  body.error404 #breadcrumb {
    display: none; }
  body.error404 #main_content_404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: calc(100vh - 110px);
    background: rgba(0, 0, 0, 0.6); }
    body.error404 #main_content_404 .the_title,
    body.error404 #main_content_404 .the_subtitle {
      color: #fff; }
    body.error404 #main_content_404 .btns_wrap .btnCta a {
      color: var(--highlighted-color-associated);
      background: var(--highlighted); }
      body.error404 #main_content_404 .btns_wrap .btnCta a:hover {
        color: var(--hover-color-associated);
        background: var(--hover); }

#blog_comments .section_title {
  text-align: left; }

#blog_comments .section_title + .comment {
  margin-top: 2em; }

#blog_comments .comment + .comment {
  margin-top: 1.5em; }

#blog_comments .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto;
  background: var(--bg);
  padding: 2em 2em 2.5em; }
  @media (max-width: 767px) {
    #blog_comments .comment {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: var(--bg-d-3);
      padding: 2em 1em; } }
  #blog_comments .comment .avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 2em;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    @media (max-width: 767px) {
      #blog_comments .comment .avatar {
        margin-bottom: 1em;
        margin-right: 0;
        width: 80px;
        height: 80px; } }
    #blog_comments .comment .avatar img {
      width: 100%;
      height: 100%; }
  #blog_comments .comment .name,
  #blog_comments .comment .date {
    color: var(--main);
    font-weight: bold; }
  #blog_comments .comment .name {
    font-size: 1.3em; }
  #blog_comments .comment .name {
    text-transform: uppercase;
    margin-right: 20px; }
  #blog_comments .comment .details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #blog_comments .comment .txt {
    font-weight: 300;
    font-family: var(--second-font);
    margin-top: 10px;
    line-height: 180%; }

#respond {
  margin-top: 4em;
  width: 100%;
  max-width: 100%;
  background: var(--main);
  color: #ddd;
  padding: 4em 4em 5em; }
  #respond .logged-in-as {
    line-height: 150%;
    position: relative;
    font-family: var(--first-font);
    color: var(--secondary);
    font-size: 1.2em;
    margin-bottom: 2em;
    color: #fff;
    text-align: center; }
    #respond .logged-in-as strong {
      font-weight: inherit; }
    #respond .logged-in-as a {
      text-decoration: none;
      color: #fff; }
  #respond .section_title {
    color: #fff;
    text-align: center; }
  #respond .comment-form {
    max-width: 1100px; }
    #respond .comment-form .field label .label {
      color: #ddd; }
    #respond .comment-form .field.field_submit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
      #respond .comment-form .field.field_submit .input_wrap,
      #respond .comment-form .field.field_submit input[type=submit] {
        width: 100%; }
      #respond .comment-form .field.field_submit input[type=submit] {
        height: 50px;
        line-height: 50px; }

#column_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    #column_wrap {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  #column_wrap #content_column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #column_wrap .pagination {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #column_wrap .pagination a.prev,
    #column_wrap .pagination a.next {
      display: block;
      color: var(--main);
      font-weight: bold;
      text-decoration: none; }
      #column_wrap .pagination a.prev:hover,
      #column_wrap .pagination a.next:hover {
        text-decoration: none;
        color: var(--hover); }
      @media (max-width: 767px) {
        #column_wrap .pagination a.prev,
        #column_wrap .pagination a.next {
          width: 50%;
          float: none;
          position: absolute;
          top: 60px; } }
    #column_wrap .pagination a.prev:after,
    #column_wrap .pagination a.next:before {
      content: '\25b8';
      display: inline-block; }
    #column_wrap .pagination a.prev:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-left: 20px; }
    #column_wrap .pagination a.next:before {
      margin-right: 20px; }
    #column_wrap .pagination .pages {
      margin: 0 40px;
      text-align: center; }
      @media (max-width: 767px) {
        #column_wrap .pagination .pages {
          width: 100%; } }
      #column_wrap .pagination .pages .page-numbers {
        display: inline-block;
        width: 50px;
        line-height: 50px;
        color: var(--main);
        margin: 0 5px;
        background: var(--bg-d-3);
        text-decoration: none;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #column_wrap .pagination .pages .page-numbers:hover {
          text-decoration: none;
          color: var(--hover-color-associated);
          background: var(--hover); }
        #column_wrap .pagination .pages .page-numbers.current {
          background: var(--secondary);
          color: var(--secondary-color-associated); }
        #column_wrap .pagination .pages .page-numbers.dots {
          border-color: transparent; }

.blog_tags a {
  display: inline-block; }
  .blog_tags a:nth-child(2), .blog_tags a:nth-child(5), .blog_tags a:nth-child(13), .blog_tags a:nth-child(10) {
    font-size: 1.6em; }
  .blog_tags a:nth-child(3), .blog_tags a:nth-child(6),
  .blog_tags a:nth-child(7) .blog_tags a:nth-child(9), .blog_tags a:nth-child(11) {
    font-size: 0.9em; }
  .blog_tags a:nth-child(16), .blog_tags a:nth-child(4), .blog_tags a:nth-child(8) {
    font-size: 1.8em; }

#blog_children .container, #blog_children html.card_page body #main-content-1, html.card_page body #blog_children #main-content-1,
#blog_children html.card_page body .gallery_section, html.card_page body #blog_children .gallery_section,
#blog_children html.card_page body #extra_info_section, html.card_page body #blog_children #extra_info_section, #blog_children html.card_page body .gallery_section .elements_wrapper, html.card_page body .gallery_section #blog_children .elements_wrapper {
  overflow: hidden; }

#blog_children .list_wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px; }

#blog_children .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  width: auto; }
  @media (min-width: 1400px) {
    #blog_children .list {
      margin-left: -20px;
      margin-right: -20px; } }

#blog_children .item_wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1400px) {
    #blog_children .item_wrap {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1200px) {
    #blog_children .item_wrap {
      width: 50%; } }
  @media (min-width: 1700px) {
    #blog_children .item_wrap {
      width: 33.333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #blog_children .item_wrap {
      width: 50%; } }
  #blog_children .item_wrap.no_image_available .item .thumb_wrap .thumb {
    background: url("../images/placeholder.svg") no-repeat center var(--bg-d-3);
    background-size: contain; }
  #blog_children .item_wrap .item {
    background: var(--bg-d-3);
    height: 100%;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #blog_children .item_wrap .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) {
      #blog_children .item_wrap .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #blog_children .item_wrap .item .thumb_wrap {
      position: relative;
      z-index: 200;
      overflow: hidden;
      height: 250px; }
      @media (min-width: 1400px) {
        #blog_children .item_wrap .item .thumb_wrap {
          height: 350px; } }
      #blog_children .item_wrap .item .thumb_wrap .thumb {
        background-attachment: scroll;
        background-size: cover;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        position: relative;
        z-index: 200;
        display: block;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease; }
        #blog_children .item_wrap .item .thumb_wrap .thumb:hover {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
    #blog_children .item_wrap .item .content_wrap {
      padding: 2em;
      position: relative;
      z-index: 200; }
      #blog_children .item_wrap .item .content_wrap .title {
        font-family: var(--first-font);
        line-height: 150%;
        position: relative;
        text-transform: none;
        font-weight: bold;
        color: var(--titles, var(--main));
        font-size: 1.3em;
        text-decoration: none;
        display: block; }
        @media (min-width: 1400px) {
          #blog_children .item_wrap .item .content_wrap .title {
            font-size: 1.5em; } }
        #blog_children .item_wrap .item .content_wrap .title strong {
          font-weight: inherit; }
        #blog_children .item_wrap .item .content_wrap .title strong {
          color: var(--secondary); }
      #blog_children .item_wrap .item .content_wrap .dates {
        color: var(--secondary);
        margin: .3em auto 0; }
        #blog_children .item_wrap .item .content_wrap .dates:after {
          content: '';
          width: 100px;
          height: 1px;
          background: var(--bg-d-5);
          display: block;
          margin: 0.5em 0; }
        #blog_children .item_wrap .item .content_wrap .dates .label {
          color: var(--main); }
        #blog_children .item_wrap .item .content_wrap .dates .end_date .label {
          text-transform: lowercase; }
      #blog_children .item_wrap .item .content_wrap .description {
        margin: 0.5em auto 1em;
        line-height: 200%;
        font-size: .9em; }
      #blog_children .item_wrap .item .content_wrap .content {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto; }
      #blog_children .item_wrap .item .content_wrap .btns_wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        #blog_children .item_wrap .item .content_wrap .btns_wrap .info {
          display: inline-block;
          height: 50px;
          overflow: hidden;
          text-align: center; }
          #blog_children .item_wrap .item .content_wrap .btns_wrap .info a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            height: 100%;
            position: relative;
            text-decoration: none;
            z-index: 1;
            padding: 0;
            overflow: hidden;
            line-height: 120%;
            font-size: 1em;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: var(--secondary); }
            #blog_children .item_wrap .item .content_wrap .btns_wrap .info a * {
              color: inherit;
              font-weight: inherit; }
            #blog_children .item_wrap .item .content_wrap .btns_wrap .info a:before {
              content: '\27f6';
              margin-right: .5em; }
            #blog_children .item_wrap .item .content_wrap .btns_wrap .info a:hover, #blog_children .item_wrap .item .content_wrap .btns_wrap .info a:focus {
              outline: none; }
            #blog_children .item_wrap .item .content_wrap .btns_wrap .info a:hover {
              color: var(--hover);
              text-decoration: none; }

#blog_sidebar_widgets {
  width: 350px;
  padding: 0 2em 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (min-width: 1700px) {
    #blog_sidebar_widgets {
      width: 400px; } }
  @media (max-width: 991px) {
    #blog_sidebar_widgets {
      width: 90%;
      margin: 0 auto;
      padding: 0 0 2em 0; } }
  @media (max-width: 767px) {
    #blog_sidebar_widgets {
      padding: 0; } }
  #blog_sidebar_widgets .screen-reader-text, #blog_sidebar_widgets h2 {
    font-family: var(--first-font);
    line-height: 150%;
    position: relative;
    text-transform: none;
    font-weight: bold;
    color: var(--titles, var(--main));
    font-size: 1.3em;
    margin-bottom: 1em; }
    @media (min-width: 1400px) {
      #blog_sidebar_widgets .screen-reader-text, #blog_sidebar_widgets h2 {
        font-size: 1.5em; } }
    #blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong {
      font-weight: inherit; }
    #blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong {
      color: var(--secondary); }
  #blog_sidebar_widgets .screen-reader-text,
  #blog_sidebar_widgets .wp-block-search__label {
    display: none; }
  #blog_sidebar_widgets > div {
    padding: 2em 0;
    border-top: 1px solid #DDDDDD; }
    #blog_sidebar_widgets > div:first-of-type {
      padding: 0 0 2em 0;
      border-top: none; }
    @media (max-width: 767px) {
      #blog_sidebar_widgets > div:last-of-type {
        display: none; } }
    @media (max-width: 767px) {
      #blog_sidebar_widgets > div h2 {
        display: none; } }
  #blog_sidebar_widgets [name="s"] {
    border: none;
    background: #ebebeb;
    height: 50px;
    margin-right: -5px;
    padding-left: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #blog_sidebar_widgets [name="s"] {
        width: 80%; } }
    @media (max-width: 767px) {
      #blog_sidebar_widgets [name="s"] {
        width: 60%; } }
  #blog_sidebar_widgets [type="submit"] {
    background: var(--highlighted);
    border: none;
    height: 50px;
    color: white;
    text-transform: uppercase;
    width: 100px;
    font-size: 14px;
    letter-spacing: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #blog_sidebar_widgets [type="submit"] {
        width: 20%; } }
    @media (max-width: 767px) {
      #blog_sidebar_widgets [type="submit"] {
        width: 40%; } }
  #blog_sidebar_widgets .sidebar_item + .sidebar_item {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid var(--bg-d-5); }
  #blog_sidebar_widgets .tagcloud a {
    color: var(--titles, var(--main));
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    margin: 0.1em 0.2em;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #blog_sidebar_widgets .tagcloud a:hover {
      color: var(--hover); }
  #blog_sidebar_widgets .search_blog_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #blog_sidebar_widgets .search_blog_wrap .sidebar_title {
      margin-bottom: 0;
      margin-right: 1em; }
  #blog_sidebar_widgets .search_blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    #blog_sidebar_widgets .search_blog input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      font-family: var(--first-font);
      text-transform: none;
      padding: 0 2em;
      color: var(--bg-color-associated);
      background: #ebebeb;
      height: 50px;
      line-height: 50px;
      font-size: var(--font-size);
      display: block;
      width: 100%; }
      #blog_sidebar_widgets .search_blog input:focus {
        outline: none;
        border-color: var(--hover); }
    #blog_sidebar_widgets .search_blog::-webkit-input-placeholder {
      color: rgba(var(--bg-color-associated), 0.7); }
    #blog_sidebar_widgets .search_blog:-moz-placeholder {
      color: rgba(var(--bg-color-associated), 0.7);
      opacity: 1; }
    #blog_sidebar_widgets .search_blog::-moz-placeholder {
      color: rgba(var(--bg-color-associated), 0.7);
      opacity: 1; }
    #blog_sidebar_widgets .search_blog:-ms-input-placeholder {
      color: rgba(var(--bg-color-associated), 0.7); }
    #blog_sidebar_widgets .search_blog::-ms-input-placeholder {
      color: rgba(var(--bg-color-associated), 0.7); }
    #blog_sidebar_widgets .search_blog .search {
      display: inline-block;
      height: 50px;
      overflow: hidden;
      text-align: center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      #blog_sidebar_widgets .search_blog .search a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 1em 1.5em;
        height: 100%;
        text-align: center;
        text-decoration: none;
        z-index: 1;
        overflow: hidden;
        position: relative;
        line-height: 120%;
        font-family: var(--first-font);
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #blog_sidebar_widgets .search_blog .search a * {
          color: inherit;
          font-weight: inherit; }
        #blog_sidebar_widgets .search_blog .search a:hover, #blog_sidebar_widgets .search_blog .search a:focus {
          text-decoration: none;
          outline: none; }
      #blog_sidebar_widgets .search_blog .search a {
        background-color: var(--highlighted);
        color: var(--highlighted-color-associated); }
        #blog_sidebar_widgets .search_blog .search a:hover {
          background-color: var(--hover);
          color: var(--hover-color-associated); }
  #blog_sidebar_widgets .latest_comments .item_wrap + .item_wrap {
    margin-top: 1em; }
  #blog_sidebar_widgets .latest_comments .item_wrap .title {
    display: block;
    font-weight: bold;
    color: var(--titles, var(--main));
    font-size: 1.1em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #blog_sidebar_widgets .latest_comments .item_wrap .title:hover {
      color: var(--hover);
      text-decoration: none; }
  #blog_sidebar_widgets .latest_comments .item_wrap .dates {
    color: var(--secondary);
    font-size: .9em; }
    #blog_sidebar_widgets .latest_comments .item_wrap .dates:after {
      content: '';
      width: 100px;
      height: 1px;
      background: var(--bg-d-5);
      display: block;
      margin: 0.5em 0; }
    #blog_sidebar_widgets .latest_comments .item_wrap .dates .label {
      color: var(--main); }
    #blog_sidebar_widgets .latest_comments .item_wrap .dates .end_date .label {
      text-transform: lowercase; }
  #blog_sidebar_widgets div:nth-child(3) a,
  #blog_sidebar_widgets .wp-block-latest-posts a {
    display: block;
    font-weight: bold;
    color: var(--titles, var(--main));
    font-size: 1.1em;
    text-decoration: none;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #blog_sidebar_widgets div:nth-child(3) .post-date,
  #blog_sidebar_widgets .wp-block-latest-posts .post-date {
    color: #A88E27; }
    #blog_sidebar_widgets div:nth-child(3) .post-date::after,
    #blog_sidebar_widgets .wp-block-latest-posts .post-date::after {
      content: "";
      width: 100px;
      height: 1px;
      background: #DDDDDD;
      display: block;
      margin: 0.5em 0; }

.comment-form {
  margin-top: 10px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto; }
  .comment-form form, .comment-form fieldset {
    margin: 0;
    padding: 0; }
  .comment-form form {
    margin-left: auto;
    margin-right: auto; }
  .comment-form p {
    margin-bottom: 20px; }
  .comment-form .form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }
  .comment-form .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .comment-form .fields .field {
      margin-top: 0;
      margin-bottom: 0; }
  .comment-form .field {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0; }
    @media (max-width: 767px) {
      .comment-form .field {
        width: 100%; } }
    .comment-form .field.col_1 {
      width: calc(100% / 12 * 1); }
      @media (max-width: 767px) {
        .comment-form .field.col_1 {
          width: 100%; } }
    .comment-form .field.col_2 {
      width: calc(100% / 12 * 2); }
      @media (max-width: 767px) {
        .comment-form .field.col_2 {
          width: 100%; } }
    .comment-form .field.col_3 {
      width: calc(100% / 12 * 3); }
      @media (max-width: 767px) {
        .comment-form .field.col_3 {
          width: 100%; } }
    .comment-form .field.col_4 {
      width: calc(100% / 12 * 4); }
      @media (max-width: 767px) {
        .comment-form .field.col_4 {
          width: 100%; } }
    .comment-form .field.col_5 {
      width: calc(100% / 12 * 5); }
      @media (max-width: 767px) {
        .comment-form .field.col_5 {
          width: 100%; } }
    .comment-form .field.col_6 {
      width: calc(100% / 12 * 6); }
      @media (max-width: 767px) {
        .comment-form .field.col_6 {
          width: 100%; } }
    .comment-form .field.col_7 {
      width: calc(100% / 12 * 7); }
      @media (max-width: 767px) {
        .comment-form .field.col_7 {
          width: 100%; } }
    .comment-form .field.col_8 {
      width: calc(100% / 12 * 8); }
      @media (max-width: 767px) {
        .comment-form .field.col_8 {
          width: 100%; } }
    .comment-form .field.col_9 {
      width: calc(100% / 12 * 9); }
      @media (max-width: 767px) {
        .comment-form .field.col_9 {
          width: 100%; } }
    .comment-form .field.col_10 {
      width: calc(100% / 12 * 10); }
      @media (max-width: 767px) {
        .comment-form .field.col_10 {
          width: 100%; } }
    .comment-form .field.col_11 {
      width: calc(100% / 12 * 11); }
      @media (max-width: 767px) {
        .comment-form .field.col_11 {
          width: 100%; } }
    .comment-form .field.col_12 {
      width: calc(100% / 12 * 12); }
      @media (max-width: 767px) {
        .comment-form .field.col_12 {
          width: 100%; } }
    .comment-form .field.field_message {
      width: 100%; }
    .comment-form .field:not(.field_capcha):not(.field_submit):not(.field_privacy) .input_wrap,
    .comment-form .field:not(.field_capcha):not(.field_submit):not(.field_privacy) .select_wrap {
      position: relative;
      background: var(--bg);
      margin-top: 10px; }
    .comment-form .field.field_privacy {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 767px) {
        .comment-form .field.field_privacy {
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start; } }
      .comment-form .field.field_privacy .input_wrap {
        margin-right: 10px; }
    .comment-form .field.field_mandatory {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 14px; }
    .comment-form .field.field_submit {
      text-align: right; }
      .comment-form .field.field_submit input[type=submit] {
        padding: 0 2em;
        height: 60px;
        font-family: var(--first-font);
        font-size: 16px;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 1;
        overflow: hidden;
        position: relative;
        line-height: 120%;
        min-width: 160px;
        border: none;
        letter-spacing: 0.05em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: var(--highlighted);
        color: var(--highlighted-color-associated); }
        .comment-form .field.field_submit input[type=submit]:hover {
          background-color: var(--hover);
          color: var(--hover-color-associated); }
    .comment-form .field.group {
      border-bottom: 1px solid var(--bg-d-5);
      padding-bottom: 30px;
      margin-top: 20px; }
      .comment-form .field.group.field_interests > label {
        margin-bottom: 10px; }
      .comment-form .field.group .field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin-top: 20px; }
        .comment-form .field.group .field label {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2; }
          .comment-form .field.group .field label .desc {
            font-size: var(--font-size);
            color: var(--bg-color-associated); }
        .comment-form .field.group .field .input_wrap {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-top: 0 !important;
          line-height: 1;
          margin-right: 10px; }
      .comment-form .field.group .field_hotel_languages,
      .comment-form .field.group .field_brand_languages {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
        .comment-form .field.group .field_hotel_languages label,
        .comment-form .field.group .field_brand_languages label {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin-right: 20px; }
        .comment-form .field.group .field_hotel_languages .select_wrap,
        .comment-form .field.group .field_brand_languages .select_wrap {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 0 !important; }
    .comment-form .field label {
      display: block;
      line-height: 160%; }
      .comment-form .field label .label {
        color: var(--titles, var(--main));
        font-weight: bold;
        display: block;
        font-size: 16px; }
        .comment-form .field label .label a {
          color: var(--secondary);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .comment-form .field label .label a:hover {
            color: var(--highlighted); }
      .comment-form .field label .desc {
        color: #666;
        font-size: 14px;
        display: none; }
        .comment-form .field label .desc a {
          color: var(--secondary); }
          .comment-form .field label .desc a:hover {
            color: var(--highlighted); }
    .comment-form .field input[type=text],
    .comment-form .field select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 1px solid #ddd;
      color: var(--bg-color-associated);
      background: transparent;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      width: 100%;
      position: relative;
      z-index: 200;
      min-width: 100px;
      font-family: var(--first-font);
      font-size: 14px;
      background: var(--bg); }
    .comment-form .field select option {
      background: var(--bg); }
    .comment-form .field textarea {
      margin-top: 10px;
      width: 100%;
      padding: 2em;
      min-height: 120px;
      border: 1px solid #ddd;
      font-family: var(--first-font);
      background: var(--bg);
      font-size: 14px; }
    .comment-form .field .input_wrap.datepicker:after {
      content: '';
      width: 20px;
      height: 20px;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      right: 1em;
      color: var(--bg-color-associated);
      z-index: 100;
      margin-top: -10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      background-image: url("../img/calendar.svg"); }
    .comment-form .field .select_wrap:after {
      content: '\25be';
      position: absolute;
      line-height: 50px;
      right: 1em;
      top: 0;
      color: var(--bg-color-associated);
      z-index: 100; }

.pagination {
  margin: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .pagination a.prev,
  .pagination a.next {
    width: auto;
    background-color: transparent;
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--secondary); }
    .pagination a.prev:hover,
    .pagination a.next:hover {
      text-decoration: none;
      color: var(--hover); }
  .pagination a.prev:after,
  .pagination a.next:before {
    display: inline-block;
    width: 45px;
    height: auto;
    font-size: 1.6em;
    content: '\27f6'; }
  .pagination a.prev:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px; }
  .pagination a.next:before {
    margin-right: 20px; }
  .pagination .pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    color: var(--secondary); }
    .pagination .pages .page-numbers:not(.prev):not(.next) {
      display: inline-block;
      width: 50px;
      line-height: 50px;
      color: var(--titles, var(--main));
      margin: 0 5px;
      background: var(--bg-d-3);
      text-decoration: none;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .pagination .pages .page-numbers:not(.prev):not(.next):hover {
        text-decoration: none;
        color: var(--hover-color-associated);
        background: var(--hover); }
      .pagination .pages .page-numbers:not(.prev):not(.next).current {
        background: var(--secondary);
        color: var(--secondary-color-associated); }
      .pagination .pages .page-numbers:not(.prev):not(.next).dots {
        border-color: transparent; }

#footer_top_menu {
  padding: 1em 0;
  background: var(--bg-d-3);
  color: var(--bg-color-associated);
  border-top: 2px solid var(--bg); }
  #footer_top_menu .container, #footer_top_menu html.card_page body #main-content-1, html.card_page body #footer_top_menu #main-content-1,
  #footer_top_menu html.card_page body .gallery_section, html.card_page body #footer_top_menu .gallery_section,
  #footer_top_menu html.card_page body #extra_info_section, html.card_page body #footer_top_menu #extra_info_section, #footer_top_menu html.card_page body .gallery_section .elements_wrapper, html.card_page body .gallery_section #footer_top_menu .elements_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  #footer_top_menu ul, #footer_top_menu li {
    list-style: none inside none; }
  #footer_top_menu ul.menu {
    color: var(--bg-color-associated);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #footer_top_menu ul.menu a {
      text-decoration: none; }
    #footer_top_menu ul.menu .more_li {
      display: none; }
    #footer_top_menu ul.menu > li {
      position: relative;
      display: block; }
      #footer_top_menu ul.menu > li:hover > a {
        color: var(--hover); }
      #footer_top_menu ul.menu > li:hover > ul.sub-menu {
        display: block; }
      #footer_top_menu ul.menu > li.current-menu-item > a {
        color: var(--secondary); }
      #footer_top_menu ul.menu > li > a {
        color: var(--bg-color-associated);
        padding: .8em .6em;
        text-transform: capitalize;
        line-height: 130%;
        display: block;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1200px) {
          #footer_top_menu ul.menu > li > a {
            padding-right: 1em;
            padding-left: 1em; } }
      #footer_top_menu ul.menu > li ul.sub-menu {
        display: none; }

#footer_bottom {
  background: var(--main);
  color: var(--main-color-associated);
  padding: 2.5em 0;
  text-align: center; }
  @media (max-width: 767px) {
    #footer_bottom {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    #footer_bottom {
      border-bottom: 1px solid #e6e5e5;
      margin-bottom: 60px; } }
  #footer_bottom .socials {
    margin-bottom: 1em; }
    #footer_bottom .socials a span[class^="fa"] {
      color: var(--main-color-associated);
      font-size: 1em;
      display: inline-block;
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #footer_bottom .socials a span[class^="fa"].fa-facebook-f {
        background: #0D65D3; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-twitter {
        background: #5DD7FC; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-pinterest-p {
        background: #bd081c; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-youtube {
        background: #DE1829; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-google-plus-g {
        background: #dc4538; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-foursquare {
        background: #EF4B78; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-tripadvisor {
        background: #4B7E37; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-vimeo-v {
        background: #17B3E8; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-linkedin-in {
        background: #0274B3; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-share-alt {
        background: #008852; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-flickr {
        background: #FF0084; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-vk {
        background: #4c75a3; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-line {
        background: #00b900; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-weibo {
        background: #df2029; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-weixin {
        background: #09b83e; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-skype {
        background: #00aff0; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-whatsapp {
        background: #075E54; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        background: #f7f401; }
      #footer_bottom .socials a span[class^="fa"].fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #footer_bottom .socials a span[class^="fa"].fa-tiktok {
        background: #000;
        text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
      #footer_bottom .socials a span[class^="fa"].fa-snapchat-ghost {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: black; }
      #footer_bottom .socials a span[class^="fa"]:hover, #footer_bottom .socials a span[class^="fa"]:focus {
        color: var(--main-color-associated);
        background: #0f3244; }
    #footer_bottom .socials a {
      display: inline-block;
      margin: 5px; }
      #footer_bottom .socials a span[class^="fa"] {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
  #footer_bottom .gds .title {
    font-weight: bold; }
  #footer_bottom .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    color: rgba(var(--main-color-associated), 0.75);
    margin-top: 1.5em; }
    @media (max-width: 991px) {
      #footer_bottom .bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #footer_bottom #trust_you_widget {
    margin: 1em;
    background: #ddd;
    padding: 1em 1em 0.1em 1em; }
  #footer_bottom .widgets-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

:root {
  --calendar: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5Ij48dGl0bGU+Y2FsZW5kYXI8L3RpdGxlPjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSI2IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIi8+PHJlY3QgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIvPjxyZWN0IHg9IjYiIHk9IjYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L3N2Zz4=");
  --form-select: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAuNTkiIGhlaWdodD0iMTEuNzEiIHZpZXdCb3g9IjAgMCAyMC41OSAxMS43MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxZDFkMWI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd19kb3duMjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjI5LDEuNzFBMSwxLDAsMCwxLC4yOS4yOWgwYTEsMSwwLDAsMSwxLjQyLDBsOC41OCw4LjU5TDE4Ljg4LjI5YTEsMSwwLDAsMSwxLjQxLDBoMGExLDEsMCwwLDEsMCwxLjQybC0xMCwxMFoiLz48L3N2Zz4=");
  --error: #790000
; }

#dark_theme,
#darken_theme {
  --calendar: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5Ij48ZGVmcz48c3R5bGU+cmVjdHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jYWxlbmRhcjwvdGl0bGU+PHJlY3Qgd2lkdGg9IjMiIGhlaWdodD0iMyIvPjxyZWN0IHg9IjYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB5PSI2IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIi8+PHJlY3QgeD0iNiIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIvPjwvc3ZnPg==");
  --form-select: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAuNTkiIGhlaWdodD0iMTEuNzEiIHZpZXdCb3g9IjAgMCAyMC41OSAxMS43MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd19kb3duMjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjI5LDEuNzFBMSwxLDAsMCwxLC4yOS4yOWgwYTEsMSwwLDAsMSwxLjQyLDBsOC41OCw4LjU5TDE4Ljg4LjI5YTEsMSwwLDAsMSwxLjQxLDBoMGExLDEsMCwwLDEsMCwxLjQybC0xMCwxMFoiLz48L3N2Zz4=");
  --error: red
; }

.gform_wrapper.gf_browser_chrome ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--bg-color-associated);
  opacity: 1;
  /* Firefox */ }

.gform_wrapper.gf_browser_chrome :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--bg-color-associated); }

.gform_wrapper.gf_browser_chrome ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--bg-color-associated); }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0; }

.gform_confirmation_message {
  text-align: center; }

.gform_wrapper form .gform_heading .gform_title {
  font-family: var(--highlight-font);
  font-weight: bold;
  line-height: 110%;
  position: relative;
  color: var(--titles, var(--main));
  font-size: 1.8em;
  text-align: center;
  z-index: 200;
  margin: 0; }
  @media (min-width: 1200px) {
    .gform_wrapper form .gform_heading .gform_title {
      font-size: 2em; } }
  @media (min-width: 1400px) {
    .gform_wrapper form .gform_heading .gform_title {
      font-size: 2.5em; } }
  @media (max-width: 767px) {
    .gform_wrapper form .gform_heading .gform_title {
      font-size: 1.5em; } }
  .gform_wrapper form .gform_heading .gform_title strong {
    font-weight: inherit; }
  .gform_wrapper form .gform_heading .gform_title strong {
    color: var(--highlighted); }

.gform_wrapper form .gform_body ul.gform_fields {
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    float: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.medium {
      width: 50%; }
      @media (max-width: 767px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.medium {
          width: 100%; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.small {
      width: 33.3333%; }
      @media (max-width: 767px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.small {
          width: 100%; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.small .gfield_label {
        margin-left: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.small .ginput_container {
        margin-left: 0; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.small:first-of-type .gfield_label {
        margin-left: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.xsmall {
      width: 16.5%; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
      zoom: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after {
        clear: both; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:before {
        content: "";
        display: table; }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
          margin-left: -10px;
          margin-right: -10px;
          width: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.gf_name_has_5 span {
          width: 20%; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_email, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_phone, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_date, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_text, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea {
          padding-right: 10px;
          padding-left: 10px; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
        padding-right: 10px;
        padding-left: 10px; }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name {
          margin-left: -10px;
          margin-right: -10px;
          width: auto; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span {
          padding-right: 10px;
          padding-left: 10px;
          margin-right: 0;
          float: left;
          display: block; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_city.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_city.has_country .address_country {
        margin-top: 1em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
        display: block;
        padding-right: 10px !important;
        padding-left: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full {
        width: 100%; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
        margin-right: 0;
        width: 50%; }
        @media only screen and (max-width: 640px) {
          .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
            width: 100%; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address > span + span:not(.address_country) {
          margin-top: 1em; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container label {
        letter-spacing: 0;
        margin: 0; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select + label {
        margin-bottom: 0;
        margin-top: .5em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
        margin-top: 0; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label {
        color: var(--main);
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin-left: 10px;
        max-width: 100%;
        margin-top: 0;
        font-family: var(--first-font); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
        line-height: 130%;
        text-indent: 0;
        font-size: var(--font-size);
        font-family: var(--first-font);
        font-weight: inherit;
        color: var(--bg-color-associated);
        width: 100%;
        margin: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm {
      width: auto;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0;
      flex-grow: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm label {
        display: inline; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour select,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute select,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm select {
        max-width: 100% !important;
        min-width: 100px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour {
      position: relative;
      padding-right: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour:after {
        content: ':';
        position: absolute;
        right: -2px;
        top: 50%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour i {
        display: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute {
      padding-left: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute + .gfield_time_ampm {
        padding-left: 20px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm .gfield_time_ampm_shim {
      margin-top: 2px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox {
      padding-left: 10px;
      padding-right: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li + li,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li + li {
        margin-top: 1em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li {
        position: relative;
        min-height: 25px;
        overflow: hidden;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label {
          position: relative;
          z-index: 100;
          padding-left: 35px;
          margin: 0;
          display: block; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:after,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:before {
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:after {
            content: '\2713';
            z-index: 200;
            line-height: 25px;
            text-align: center;
            font-size: 18px;
            font-family: sans-serif;
            color: #09ad7e;
            opacity: 0;
            filter: Alpha(opacity=0); }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:before {
            content: '';
            border: 1px solid var(--gray-300);
            z-index: 100; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.privacy .gfield_checkbox input[type="checkbox"] {
      float: left;
      margin-right: 10px;
      margin-top: 5px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.privacy .gfield_checkbox label {
      color: var(--main);
      font-size: 1em;
      max-width: 100%;
      font-weight: bold; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.privacy .gfield_checkbox label a {
        color: var(--secondary);
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.privacy .gfield_checkbox label a:hover {
          color: var(--hover); }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label {
      position: relative;
      z-index: 100;
      padding-left: 35px;
      margin: 0 10px;
      display: block; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:before {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after {
        content: '\2713';
        z-index: 200;
        line-height: 25px;
        text-align: center;
        font-size: 18px;
        font-family: sans-serif;
        color: #09ad7e;
        opacity: 0;
        filter: Alpha(opacity=0); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:before {
        content: '';
        border: 1px solid var(--gray-300);
        background: var(--bg-d-3);
        z-index: 100; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox] {
      position: absolute;
      left: -99999px;
      z-index: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox]:checked ~ label:after,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox]:checked ~ label:after {
        opacity: 1;
        filter: Alpha(opacity=100); }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio] {
      position: absolute;
      left: -99999px;
      z-index: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio]:checked + label:after {
        opacity: 1;
        filter: Alpha(opacity=100); }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after {
      content: '\2022';
      color: var(--bg-color-associated);
      font-size: 32px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
  .gform_wrapper form .gform_body ul.gform_fields .gfield_html {
    margin-bottom: 20px; }

.gform_wrapper form .gform_body label.gfield_label {
  font-weight: bold;
  font-size: var(--font-size);
  color: var(--titles, var(--main)); }

.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body textarea,
.gform_wrapper form .gform_body select {
  border: 1px solid var(--gray-300);
  line-height: 130%;
  text-indent: 0;
  font-size: var(--font-size);
  font-family: var(--first-font);
  font-weight: inherit;
  color: var(--bg-color-associated);
  padding: 0.8em 1em;
  background-color: var(--bg);
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-expand,
  .gform_wrapper form .gform_body textarea::-ms-expand,
  .gform_wrapper form .gform_body select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }

.gform_wrapper form .gform_body textarea {
  height: 120px; }

.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body select {
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-attachment: scroll; }

.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-image: var(--calendar);
  background-size: auto 10px; }

.gform_wrapper form .gform_body select {
  background-image: var(--form-select);
  background-size: 13px auto; }

.gform_wrapper form .gform_body .gfield_description {
  margin-top: .5em;
  padding-top: 0; }

.gform_wrapper form .gform_body .gfield.mandatory {
  position: absolute;
  bottom: 6em;
  color: var(--gray-400); }
  @media (max-width: 767px) {
    .gform_wrapper form .gform_body .gfield.mandatory {
      position: relative;
      bottom: auto; } }

.gform_wrapper form .gform_footer {
  text-align: right;
  max-height: 0;
  padding: 0;
  margin: 0; }
  .gform_wrapper form .gform_footer input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    line-height: 60px;
    width: auto;
    background: var(--highlighted);
    color: var(--white);
    padding: 0 2em;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    position: absolute;
    right: 60px;
    bottom: 80px;
    font-family: var(--first-font);
    font-size: var(--font-size);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .gform_wrapper form .gform_footer input[type=submit] {
        position: relative;
        right: unset;
        bottom: 80px;
        margin: 10px 0; } }
    @media (max-width: 767px) {
      .gform_wrapper form .gform_footer input[type=submit] {
        display: block;
        width: 100%;
        bottom: 0;
        height: 60px; } }
    .gform_wrapper form .gform_footer input[type=submit]:hover {
      background: var(--hover);
      color: var(--hover-color-associated); }

.gform_wrapper form a {
  color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gform_wrapper form a:hover {
    color: var(--hover); }

.gform_wrapper form .ginput_container_date img.ui-datepicker-trigger {
  display: none; }

.gform_wrapper form span.gfield_required {
  color: var(--main); }

.gform_wrapper form .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(200, 200, 200, 0.3);
  border-left: 4px solid var(--highlighted);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  @media (max-width: 767px) {
    .gform_wrapper form .gform_ajax_spinner {
      margin-top: 10px; } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_wrapper form div.validation_error {
  color: var(--error);
  border-top: 1px solid var(--error);
  border-bottom: 1px solid var(--error); }

.gform_wrapper form .gfield_error {
  background-color: var(--bg-d-5) !important;
  border-top: 1px solid var(--error) !important;
  border-bottom: 1px solid var(--error) !important; }
  .gform_wrapper form .gfield_error .gfield_label,
  .gform_wrapper form .gfield_error .validation_message,
  .gform_wrapper form .gfield_error .gfield_required,
  .gform_wrapper form .gfield_error label {
    color: var(--gray-400) !important; }

@media (max-width: 991px) {
  .gform_wrapper .ginput_recaptcha iframe {
    transform: scale(0.8);
    left: -10px;
    position: absolute; } }

@media (max-width: 767px) {
  .rc-anchor-light.rc-anchor-normal {
    transform: scale(0.78) !important;
    right: 35px !important;
    position: absolute !important; } }

.ui-datepicker {
  border: 1px solid var(--gray-300);
  background: var(--bg-d-3);
  color: var(--bg-color-associated);
  padding: 1em;
  min-width: 320px;
  max-width: 360px;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .ui-datepicker .ui-datepicker-header {
    color: var(--main);
    border: 0;
    margin: 0 0 1em;
    padding: 0;
    height: 40px;
    background: none;
    position: relative;
    font-family: var(--first-font);
    font-size: var(--font-size);
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0 auto;
      padding: 0;
      font-weight: normal;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-width: 50%;
        color: var(--bg-color-associated);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: var(--bg-d-3);
        background-repeat: no-repeat;
        background-image: var(--form-select);
        background-size: 10px auto;
        background-attachment: scroll;
        background-position: right 0 center;
        padding-right: 20px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-title select::-ms-expand {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select + select {
        margin-left: 10px; }
    .ui-datepicker .ui-datepicker-header .ui-corner-all {
      background: none;
      height: 40px;
      width: 40px;
      top: 50%;
      margin-top: -20px;
      position: absolute;
      color: var(--bg-color-associated);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: normal;
        font-style: normal;
        font-size: 1.2em; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
        border: none; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all:not(.ui-state-disabled) {
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all span {
        display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      background: transparent; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: ''; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
        content: '\27F5'; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: '\027F6'; }
    .ui-datepicker .ui-datepicker-header .ui-state-disabled {
      opacity: 0.2;
      filter: Alpha(opacity=20); }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
      pointer-events: auto !important; }
    .ui-datepicker .ui-datepicker-calendar thead {
      background: none;
      border-bottom: 0; }
      .ui-datepicker .ui-datepicker-calendar thead th {
        text-align: center;
        font-weight: normal;
        border: none;
        border-collapse: collapse;
        color: var(--bg-color-associated);
        font-family: var(--first-font);
        font-size: var(--font-size);
        font-weight: bold; }
    .ui-datepicker .ui-datepicker-calendar thead tr, .ui-datepicker .ui-datepicker-calendar tbody tr {
      border: none; }
    .ui-datepicker .ui-datepicker-calendar tbody td {
      border: none;
      padding: 1px;
      margin: 0;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      width: 14.2%;
      background: transparent none; }
      .ui-datepicker .ui-datepicker-calendar tbody td.date-range-selected a {
        background: var(--bg);
        color: var(--bg-color-associated); }
      .ui-datepicker .ui-datepicker-calendar tbody td.date-range-selected.checkin-date a,
      .ui-datepicker .ui-datepicker-calendar tbody td.date-range-selected.checkout-date a {
        background: var(--main);
        color: var(--main-color-associated); }
      .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
        border: 0;
        line-height: 38px;
        text-align: center;
        display: block;
        position: relative;
        background: var(--bg);
        color: var(--bg-color-associated);
        text-decoration: none;
        font-family: var(--first-font);
        font-size: var(--font-size);
        font-weight: normal;
        border-bottom: 2px solid transparent; }
        .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default:hover {
          text-decoration: none;
          background: var(--hover);
          color: var(--hover-color-associated); }
      .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active {
        background: var(--main);
        color: var(--main-color-associated); }
      .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-highlight {
        border-color: var(--bg-color-associated); }
      .ui-datepicker .ui-datepicker-calendar tbody td span.data {
        position: absolute;
        bottom: 10px;
        font-size: 12pt;
        height: auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1em;
        cursor: pointer;
        background: transparent; }

#header_wrapper {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 110px; }
  @media (max-width: 991px) {
    #header_wrapper {
      height: 70px; } }
  @media (min-width: 992px) {
    #header_wrapper.absolute {
      position: absolute;
      left: 0;
      width: 100%; } }
  @media (max-width: 991px) {
    #header_wrapper.absolute {
      position: relative; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: var(--header);
  color: var(--header-color-associated);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 991px) {
    #header {
      height: 70px; } }
  @media (min-width: 992px) {
    #header_wrapper.custom #header {
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  #header .wrap {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 768px) and (max-width: 991px) {
      #header .wrap {
        padding-right: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #header .container, #header html.card_page body #main-content-1, html.card_page body #header #main-content-1,
    #header html.card_page body .gallery_section, html.card_page body #header .gallery_section,
    #header html.card_page body #extra_info_section, html.card_page body #header #extra_info_section, #header html.card_page body .gallery_section .elements_wrapper, html.card_page body .gallery_section #header .elements_wrapper {
      width: 100%;
      padding-left: 20px; } }

#logo {
  height: 110px;
  line-height: 110px;
  display: block;
  width: 200px;
  text-align: center; }
  @media (max-width: 991px) {
    #logo {
      width: 150px;
      height: 70px;
      line-height: 70px; } }
  @media (min-width: 1400px) {
    #logo {
      width: 230px; } }
  @media (min-width: 992px) {
    #header_wrapper.custom #logo img.custom {
      display: inline; }
    #header_wrapper.custom #logo img.original {
      display: none; } }
  @media (max-width: 991px) {
    #logo img.custom {
      display: none; } }
  #logo img {
    max-width: 100%;
    max-height: 80%; }
    @media (min-width: 992px) {
      #logo img.custom {
        display: none; } }
    #logo img.original {
      display: inline; }

#main_book_wrapper {
  height: 110px;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #main_book_wrapper:focus-within {
    overflow: visible; }
    #main_book_wrapper:focus-within * {
      overflow: visible; }
  @media (max-width: 991px) {
    #main_book_wrapper {
      height: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #main_book_wrapper {
      width: 180px; } }
  #header_wrapper.show_cta #main_book_wrapper {
    width: 180px; }
  #main_book_wrapper .main_book {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    width: 180px;
    height: 110px;
    background: rgba(0, 0, 0, 0.5); }
    #main_book_wrapper .main_book a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 1em 1.5em;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      font-family: var(--first-font);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #main_book_wrapper .main_book a * {
        color: inherit;
        font-weight: inherit; }
      #main_book_wrapper .main_book a:hover, #main_book_wrapper .main_book a:focus {
        text-decoration: none;
        outline: none; }
    #main_book_wrapper .main_book a {
      background-color: var(--highlighted);
      color: var(--highlighted-color-associated); }
      #main_book_wrapper .main_book a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
    @media (max-width: 991px) {
      #main_book_wrapper .main_book {
        height: 70px; } }
    #main_book_wrapper .main_book a {
      text-transform: none;
      font-size: 1.1em; }
  @media (min-width: 768px) and (max-width: 991px) {
    #main_book_wrapper .first_book_now.tablet_book {
      display: none; } }
  #main_book_wrapper .second_book_now {
    display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      #main_book_wrapper .second_book_now.tablet_book {
        display: flex; } }

#menus {
  height: 110px;
  width: calc(100% - 200px);
  padding: 0 20px 0 0;
  font-size: .9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1400px) {
    #menus {
      font-size: 1em;
      width: calc(100% - 200px - 30px); } }
  @media (max-width: 991px) {
    #menus {
      width: calc(100% - 150px);
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 0;
      height: 70px; } }
  @media (max-width: 767px) {
    #menus {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }
  #menus .top,
  #menus .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative; }
  #menus .top {
    z-index: 200; }
  #menus .bottom {
    z-index: 100; }
  #menus ul, #menus li {
    list-style: none inside none; }
  #menus ul.menu {
    color: var(--header-color-associated);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #menus ul.menu a {
      text-decoration: none; }
    #menus ul.menu > li button.more_li {
      bottom: -15px !important; }
      .custom #menus ul.menu > li button.more_li {
        color: #fff !important; }
    #menus ul.menu > li {
      position: relative;
      display: block; }
      @media (min-width: 992px) {
        #header_wrapper.custom #menus ul.menu > li:hover > span > a, #menus ul.menu > li:hover > span > a {
          color: var(--hover); }
        #header_wrapper.custom #menus ul.menu > li:hover > ul.sub-menu, #menus ul.menu > li:hover > ul.sub-menu {
          display: block; } }
      #menus ul.menu > li.menu-item-has-children:hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent var(--main) transparent; }
      #header_wrapper.custom #menus ul.menu > li.current-menu-item > span > a,
      #menus ul.menu > li.current-menu-item > span > a {
        color: var(--secondary); }
      #menus ul.menu > li > span > a {
        color: var(--header-color-associated);
        padding: 0.4em .6em;
        text-transform: capitalize;
        line-height: 130%;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (min-width: 1200px) {
          #menus ul.menu > li > span > a {
            padding-right: 1em;
            padding-left: 1em; } }
        @media (min-width: 992px) {
          #header_wrapper.custom #menus ul.menu > li > span > a {
            color: #fff; } }
      #menus ul.menu > li ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        padding: 10px 0 0;
        font-size: var(--font-size); }
        #menus ul.menu > li ul.sub-menu > li {
          background: var(--main);
          margin-top: -1px; }
          #menus ul.menu > li ul.sub-menu > li.current-menu-item > a {
            color: var(--highlighted); }
          #menus ul.menu > li ul.sub-menu > li:first-child {
            padding-top: 1em; }
          #menus ul.menu > li ul.sub-menu > li:last-child {
            padding-bottom: 1em; }
          #menus ul.menu > li ul.sub-menu > li a {
            color: var(--main-color-associated);
            padding: .8em 2em;
            display: block;
            text-align: left;
            line-height: 130%;
            border: none;
            margin: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #menus ul.menu > li ul.sub-menu > li a:hover {
              color: var(--highlighted); }
  #menus #guestaccount > a {
    color: var(--header-color-associated); }
    #menus #guestaccount > a:hover {
      color: var(--hover); }
    @media (min-width: 992px) {
      #header_wrapper.custom #menus #guestaccount > a {
        color: #fff; }
        #header_wrapper.custom #menus #guestaccount > a:hover {
          color: var(--hover); } }

#highlight_menu {
  margin-right: 10px; }
  @media (min-width: 1200px) {
    #highlight_menu {
      margin-right: 20px; } }
  #highlight_menu ul.menu > li > span > a {
    font-size: 1.1em;
    font-weight: bold; }

.top {
  line-height: 150%;
  margin-bottom: .5em; }
  @media (max-width: 991px) {
    .top {
      margin-bottom: 0; } }
  .top .phone_number,
  .top #login,
  .top .languages > div > ul > li,
  .top .languages > nav > ul > li {
    position: relative;
    border-left: 1px solid var(--gray-400);
    padding-left: 1em;
    margin-left: 1em; }
    @media (min-width: 992px) {
      #header_wrapper.custom .top .phone_number, #header_wrapper.custom
      .top #login, #header_wrapper.custom
      .top .languages > div > ul > li, #header_wrapper.custom
      .top .languages > nav > ul > li {
        border-color: rgba(255, 255, 255, 0.3); } }
  @media (max-width: 767px) {
    .top #login {
      border: none; } }
  @media (max-width: 991px) {
    .top .phone_number {
      border: none; } }
  .top .phone_number {
    color: var(--secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none; }
    .top .phone_number:hover {
      color: var(--hover); }
    @media (min-width: 992px) {
      #header_wrapper.custom .top .phone_number {
        color: #fff; }
        #header_wrapper.custom .top .phone_number:hover {
          color: var(--hover); } }
    .top .phone_number:before {
      content: "\f095";
      display: inline-block;
      margin-right: .5em;
      font-weight: bold;
      font-family: "Font Awesome 5 Free", sans-serif; }

@media (max-width: 767px) {
  .desktop-login {
    display: none; } }

@media (min-width: 768px) {
  .mobile-login {
    display: none; } }

#login {
  text-decoration: none;
  color: var(--header-color-associated);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    #header_wrapper.custom #login {
      color: #fff; } }
  @media (min-width: 992px) {
    #header_wrapper.custom #login:hover, #login:hover {
      color: var(--hover); } }
  #login .icon:before {
    content: "\f007";
    display: inline-block;
    margin-right: .5em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free", sans-serif; }

.languages {
  white-space: nowrap; }
  .languages > div,
  .languages > nav {
    display: block; }
    .languages > div a,
    .languages > nav a {
      text-decoration: none; }
    .languages > div button,
    .languages > nav button {
      padding: 0;
      margin: 0 1em;
      border-left: 1px solid var(--gray-400); }
      @media (max-width: 991px) {
        .languages > div button img,
        .languages > nav button img {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-left: 1em; } }
    .languages > div > ul img,
    .languages > nav > ul img {
      display: none; }
    .languages > div > ul > li,
    .languages > nav > ul > li {
      position: relative; }
      .languages > div > ul > li:hover > ul,
      .languages > nav > ul > li:hover > ul {
        display: block; }
      @media (max-width: 991px) {
        .languages > div > ul > li a.lang_sel_sel span,
        .languages > nav > ul > li a.lang_sel_sel span {
          display: none; } }
      .languages > div > ul > li a.lang_sel_sel,
      .languages > div > ul > li a.lang_sel_other,
      .languages > nav > ul > li a.lang_sel_sel,
      .languages > nav > ul > li a.lang_sel_other {
        color: var(--header-color-associated); }
        @media (min-width: 992px) {
          #header_wrapper.custom .languages > div > ul > li a.lang_sel_sel, #header_wrapper.custom
          .languages > div > ul > li a.lang_sel_other, #header_wrapper.custom
          .languages > nav > ul > li a.lang_sel_sel, #header_wrapper.custom
          .languages > nav > ul > li a.lang_sel_other {
            color: #fff; } }
        @media (min-width: 992px) {
          #header_wrapper.custom .languages > div > ul > li a.lang_sel_sel:hover, .languages > div > ul > li a.lang_sel_sel:hover, #header_wrapper.custom
          .languages > div > ul > li a.lang_sel_other:hover,
          .languages > div > ul > li a.lang_sel_other:hover, #header_wrapper.custom
          .languages > nav > ul > li a.lang_sel_sel:hover,
          .languages > nav > ul > li a.lang_sel_sel:hover, #header_wrapper.custom
          .languages > nav > ul > li a.lang_sel_other:hover,
          .languages > nav > ul > li a.lang_sel_other:hover {
            color: var(--hover); } }
        @media (max-width: 991px) {
          .languages > div > ul > li a.lang_sel_sel img,
          .languages > div > ul > li a.lang_sel_other img,
          .languages > nav > ul > li a.lang_sel_sel img,
          .languages > nav > ul > li a.lang_sel_other img {
            display: inline-block;
            width: 20px;
            height: 20px; } }
      .languages > div > ul > li a.lang_sel_sel:after,
      .languages > nav > ul > li a.lang_sel_sel:after {
        content: ' \25be' / ''; }
        @media (max-width: 991px) {
          .languages > div > ul > li a.lang_sel_sel:after,
          .languages > nav > ul > li a.lang_sel_sel:after {
            display: none; } }
    .languages > div > ul ul,
    .languages > nav > ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 120px;
      margin-left: -60px;
      padding: 1em 0;
      text-align: center; }
      .languages > div > ul ul li,
      .languages > nav > ul ul li {
        background: var(--main); }
        .languages > div > ul ul li:last-child a.lang_sel_other,
        .languages > nav > ul ul li:last-child a.lang_sel_other {
          border: none; }
        .languages > div > ul ul li:first-child,
        .languages > nav > ul ul li:first-child {
          padding-top: 1em; }
        .languages > div > ul ul li:last-child,
        .languages > nav > ul ul li:last-child {
          padding-bottom: 1em; }
        .languages > div > ul ul li a.lang_sel_other,
        .languages > nav > ul ul li a.lang_sel_other {
          color: var(--main-color-associated);
          display: block;
          line-height: 130%;
          padding: 0.5em 1em;
          text-transform: capitalize;
          white-space: nowrap;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .languages > div > ul ul li a.lang_sel_other:hover,
          .languages > nav > ul ul li a.lang_sel_other:hover {
            color: var(--highlighted);
            text-decoration: none; }

.other_languages::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) transparent;
  top: 0; }

#open_menu {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #open_menu .icon {
    width: 20px;
    top: 15px;
    left: 5px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      #header_wrapper.custom #open_menu .icon:hover:after, #open_menu .icon:hover:after {
        background: var(--hover); }
      #header_wrapper.custom #open_menu .icon:hover:before, #open_menu .icon:hover:before {
        border-color: var(--hover); } }
    #open_menu .icon:after, #open_menu .icon:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    #open_menu .icon:after {
      height: 2px;
      background: var(--header-color-associated);
      content: "";
      display: block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-top: -1px; }
      @media (min-width: 992px) {
        #header_wrapper.custom #open_menu .icon:after {
          background: #fff; } }
    #open_menu .icon:before {
      height: 10px;
      content: "";
      display: block;
      border-width: 2px 0;
      border-style: solid;
      border-color: var(--header-color-associated);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        #header_wrapper.custom #open_menu .icon:before {
          border-color: #fff; } }

#mobile_bar {
  background: var(--main);
  color: var(--main-color-associated);
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  #mobile_bar .book {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    height: 60px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    #mobile_bar .book a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 1em 1.5em;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      font-family: var(--first-font);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #mobile_bar .book a * {
        color: inherit;
        font-weight: inherit; }
      #mobile_bar .book a:hover, #mobile_bar .book a:focus {
        text-decoration: none;
        outline: none; }
    #mobile_bar .book a {
      background-color: var(--highlighted);
      color: var(--highlighted-color-associated); }
      #mobile_bar .book a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
  #mobile_bar .email,
  #mobile_bar .phone {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: block;
    color: var(--main-color-associated);
    text-decoration: none;
    text-align: center; }
    #mobile_bar .email .icon:before,
    #mobile_bar .phone .icon:before {
      font-weight: bold;
      font-family: "Font Awesome 5 Free", sans-serif;
      display: inline-block; }
  #mobile_bar .email .icon:before {
    content: '\f0e0'; }
  #mobile_bar .phone {
    border-right: 1px solid var(--main); }
    #mobile_bar .phone .icon:before {
      content: '\f095'; }

#social_sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 899;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #social_sidebar a span[class^="fa"] {
    color: var(--main-color-associated);
    font-size: 1em;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #social_sidebar a span[class^="fa"].fa-facebook-f {
      background: #0D65D3; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-twitter {
      background: #5DD7FC; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-pinterest-p {
      background: #bd081c; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-youtube {
      background: #DE1829; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-google-plus-g {
      background: #dc4538; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-foursquare {
      background: #EF4B78; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-tripadvisor {
      background: #4B7E37; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-vimeo-v {
      background: #17B3E8; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-linkedin-in {
      background: #0274B3; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-share-alt {
      background: #008852; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-flickr {
      background: #FF0084; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-vk {
      background: #4c75a3; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-line {
      background: #00b900; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-weibo {
      background: #df2029; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-weixin {
      background: #09b83e; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-skype {
      background: #00aff0; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-whatsapp {
      background: #075E54; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      background: #f7f401; }
    #social_sidebar a span[class^="fa"].fa-instagram {
      background: #f09433;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    #social_sidebar a span[class^="fa"].fa-tiktok {
      background: #000;
      text-shadow: -2px -2px 2px rgba(0, 247, 239, 0.9), 2px 2px 2px rgba(255, 0, 79, 0.9); }
    #social_sidebar a span[class^="fa"].fa-snapchat-ghost {
      -webkit-text-stroke-width: .5px;
      -webkit-text-stroke-color: black; }
    #social_sidebar a span[class^="fa"]:hover, #social_sidebar a span[class^="fa"]:focus {
      color: var(--main-color-associated);
      background: var(--main); }
  @media (min-width: 1400px) {
    #social_sidebar {
      left: 20px; } }
  #social_sidebar a {
    display: block;
    margin: 5px 0; }
    @media (min-width: 1400px) {
      #social_sidebar a span[class^="fa"] {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; } }
  #social_sidebar #view_page_video {
    position: relative; }
    #social_sidebar #view_page_video:hover .label {
      padding: 0 1.5em 0 30px;
      width: auto; }
    #social_sidebar #view_page_video .icon_wrap {
      background: var(--highlighted);
      width: 40px;
      height: 40px;
      display: block;
      position: relative;
      z-index: 200;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 1400px) {
        #social_sidebar #view_page_video .icon_wrap {
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%; } }
      #social_sidebar #view_page_video .icon_wrap:hover {
        background: var(--hover); }
    #social_sidebar #view_page_video .icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      border: 1px solid var(--highlighted-color-associated);
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      margin: 7px; }
      #social_sidebar #view_page_video .icon:hover {
        border-color: var(--hover-color-associated); }
      #social_sidebar #view_page_video .icon:hover:before {
        border-color: transparent transparent transparent var(--hover-color-associated); }
      #social_sidebar #view_page_video .icon:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent var(--highlighted-color-associated);
        border-width: 5px 7px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    #social_sidebar #view_page_video .label {
      position: absolute;
      left: 20px;
      top: 50%;
      white-space: nowrap;
      background: var(--main);
      color: var(--main-color-associated);
      z-index: 100;
      line-height: 40px;
      overflow: hidden;
      width: 0;
      -webkit-border-radius: 0 40px 40px 0;
      -moz-border-radius: 0 40px 40px 0;
      border-radius: 0 40px 40px 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

#ribbon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--main);
  color: var(--main-color-associated);
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px; }
  #ribbon .txt {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px;
    line-height: 130%; }
  #ribbon .close_ribbon {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--main);
    color: var(--main-color-associated); }

#sidebar_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.3); }
  #sidebar_overlay.visible {
    display: block;
    z-index: 900;
    opacity: 1; }

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 450px;
  background: var(--header); }
  #menu_sidebar_wrap.open {
    display: block !important; }
  #menu_sidebar_wrap.visible .menu_sidebar {
    right: 0; }
    @media (max-width: 991px) {
      #menu_sidebar_wrap.visible .menu_sidebar {
        right: auto;
        left: 0; } }
  @media (min-width: 992px) {
    #menu_sidebar_wrap.menu_v2.visible .menu_sidebar {
      right: auto;
      left: 0; }
      #menu_sidebar_wrap.menu_v2.visible .menu_sidebar .close_sidebar {
        left: auto;
        right: 20px; } }
  #menu_sidebar_wrap .close_sidebar {
    display: block;
    position: absolute;
    z-index: 500;
    left: 20px;
    top: 20px;
    border-color: transparent; }
    @media (max-width: 991px) {
      #menu_sidebar_wrap .close_sidebar {
        left: auto;
        right: 20px; } }
  #menu_sidebar_wrap .menu_sidebar {
    position: absolute;
    width: 100%;
    max-width: 450px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      #menu_sidebar_wrap .menu_sidebar {
        left: -100%;
        right: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #menu_sidebar_wrap .menu_sidebar {
        left: 100%;
        right: auto; } }
    #menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
      padding: 60px 40px 40px;
      margin: 0 auto;
      position: relative;
      z-index: 100; }
      @media (max-width: 767px) {
        #menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
          padding-left: 20px;
          padding-right: 20px; } }
    #menu_sidebar_wrap .menu_sidebar #sidebar_logo {
      display: block;
      width: 100%;
      margin: 1em auto;
      text-align: center; }
      #menu_sidebar_wrap .menu_sidebar #sidebar_logo img {
        max-width: 200px;
        max-height: 150px; }
    #menu_sidebar_wrap .menu_sidebar .address {
      color: var(--header-color-associated);
      border-top: 1px solid var(--bg-d-5);
      padding-top: 2em; }
      #menu_sidebar_wrap .menu_sidebar .address .hotelname {
        font-family: var(--highlight-font);
        font-weight: bold;
        line-height: 110%;
        position: relative;
        color: var(--titles, var(--main));
        font-size: 1.5em;
        margin-bottom: 0.5em; }
        #menu_sidebar_wrap .menu_sidebar .address .hotelname strong {
          font-weight: inherit; }
        #menu_sidebar_wrap .menu_sidebar .address .hotelname strong {
          color: var(--highlighted); }
      #menu_sidebar_wrap .menu_sidebar .address .element {
        display: block; }
        #menu_sidebar_wrap .menu_sidebar .address .element.element_address .element_pref, #menu_sidebar_wrap .menu_sidebar .address .element.element_mail .element_pref {
          display: none; }
        #menu_sidebar_wrap .menu_sidebar .address .element a {
          text-decoration: none;
          color: var(--secondary);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #menu_sidebar_wrap .menu_sidebar .address .element a:hover {
            color: var(--hover); }

#sidebar_menu {
  margin: 2em auto; }
  #sidebar_menu ul, #sidebar_menu li {
    list-style: none inside none; }
  #sidebar_menu ul.menu > li {
    color: var(--header-color-associated); }
    #sidebar_menu ul.menu > li.current-menu-item .menu_label > a {
      color: var(--secondary);
      border-color: var(--secondary); }
    #sidebar_menu ul.menu > li:hover > .menu_label > a {
      color: var(--hover); }
    #sidebar_menu ul.menu > li .menu_label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #sidebar_menu ul.menu > li .menu_label > a {
        display: inline-block;
        color: var(--header-color-associated);
        padding: 0.5em 0.5em 0;
        margin-bottom: 0.5em;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        font-weight: bold;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #sidebar_menu ul.menu > li .menu_label .more_li {
        display: block;
        height: 35px;
        line-height: 35px;
        width: 35px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer; }
        #sidebar_menu ul.menu > li .menu_label .more_li:before {
          content: '\25b8';
          display: block;
          width: 100%; }
        #sidebar_menu ul.menu > li .menu_label .more_li span {
          display: none; }
        #sidebar_menu ul.menu > li .menu_label .more_li:hover {
          background: var(--hover);
          color: var(--hover-color-associated); }
  #sidebar_menu ul.menu ul.sub-menu {
    display: none;
    padding-left: 1.5em;
    padding-bottom: 1em;
    padding-top: 1em; }
    #sidebar_menu ul.menu ul.sub-menu > li.current-menu-item > a {
      color: var(--secondary); }
    #sidebar_menu ul.menu ul.sub-menu > li:hover > .menu_label > a {
      color: var(--hover); }
    #sidebar_menu ul.menu ul.sub-menu > li > a {
      color: var(--header-color-associated);
      text-decoration: none;
      display: block;
      font-size: 0.9em;
      padding: 0.3em 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: normal; }
  #sidebar_menu ul.sub-menu > li .menu_label > a {
    font-weight: normal;
    font-size: 0.9em;
    padding: 0.3em 0;
    margin-bottom: 0;
    border-bottom: none; }

@media (min-width: 992px) {
  #header_wrapper.menu_v2 .container, #header_wrapper.menu_v2 html.card_page body #main-content-1, html.card_page body #header_wrapper.menu_v2 #main-content-1,
  #header_wrapper.menu_v2 html.card_page body .gallery_section, html.card_page body #header_wrapper.menu_v2 .gallery_section,
  #header_wrapper.menu_v2 html.card_page body #extra_info_section, html.card_page body #header_wrapper.menu_v2 #extra_info_section, #header_wrapper.menu_v2 html.card_page body .gallery_section .elements_wrapper, html.card_page body .gallery_section #header_wrapper.menu_v2 .elements_wrapper {
    width: calc(100% - 180px);
    max-width: 100%;
    margin-left: 0; }
  #header_wrapper.menu_v2 #logo {
    width: 25%; }
    #header_wrapper.menu_v2 #logo img {
      max-height: 60px; }
  #header_wrapper.menu_v2 #menus {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 20px;
    width: 75%; }
    #header_wrapper.menu_v2 #menus .bottom {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-left: 1em; } }

.page-template-template-landing-page .section:not(.booking_form_section.dynamic) {
  padding-top: 40px;
  border-bottom: 1px solid var(--bg-d-5); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-template-template-landing-page .section:not(.booking_form_section.dynamic) {
      padding-top: 60px; } }
  @media (min-width: 1200px) and (min-height: 800px) {
    .page-template-template-landing-page .section:not(.booking_form_section.dynamic) {
      padding-top: 80px; } }
  @media (min-width: 1400px) and (min-height: 800px) {
    .page-template-template-landing-page .section:not(.booking_form_section.dynamic) {
      padding-top: 100px; } }

.page-template-template-landing-page #slideshow-1 + #booking-form-1,
.page-template-template-landing-page #slideshow-1 + #booking-form-1 #booking_form_section {
  border-bottom: none; }

.page-template-template-landing-page .de_block_map {
  padding: 0; }

.page-template-template-landing-page #header_wrapper .top .phone_number {
  border: none; }

.page-template-template-landing-page .mega_details_inner_wrapper {
  padding: 60px 0; }
  .page-template-template-landing-page .mega_details_inner_wrapper .mega_details_content {
    max-width: 1000px; }

.page-template-template-landing-page .de_block_post_preview {
  overflow: hidden; }
  .page-template-template-landing-page .de_block_post_preview .slick-slider {
    margin-top: 3em;
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }
    @media (min-width: 1400px) {
      .page-template-template-landing-page .de_block_post_preview .slick-slider {
        margin-left: -20px;
        margin-right: -20px; } }
  .page-template-template-landing-page .de_block_post_preview .item_wrap {
    width: 33.333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 1400px) {
      .page-template-template-landing-page .de_block_post_preview .item_wrap {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1199px) {
      .page-template-template-landing-page .de_block_post_preview .item_wrap {
        width: 50%; } }
    @media (max-width: 767px) {
      .page-template-template-landing-page .de_block_post_preview .item_wrap {
        width: 100%; } }
    .page-template-template-landing-page .de_block_post_preview .item_wrap.no_image_available .item .thumb_wrap .thumb {
      background: url("../images/placeholder.svg") no-repeat center var(--bg-d-3);
      background-size: contain; }
    .page-template-template-landing-page .de_block_post_preview .item_wrap .item {
      background: var(--bg-d-3);
      height: 100%;
      position: relative; }
      @media (min-width: 768px) {
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap {
        position: relative;
        z-index: 200;
        overflow: hidden;
        height: 250px; }
        @media (min-width: 1400px) {
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap {
            height: 350px; } }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap .thumb {
          background-attachment: scroll;
          background-size: cover;
          background-color: #ccc;
          background-repeat: no-repeat;
          background-position: center;
          height: 100%;
          position: relative;
          z-index: 200;
          display: block;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          transition: all 0.7s ease; }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap .thumb:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05); }
      .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap {
        font-size: 1.11em;
        font-family: var(--first-font);
        display: block;
        text-decoration: none;
        text-transform: lowercase;
        color: var(--third-color-associated);
        background: var(--third);
        position: absolute;
        top: 0;
        z-index: 300;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
        padding-left: 0;
        padding-right: 1em; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap:hover {
          color: var(--hover-color-associated);
          background: var(--hover); }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap:hover:before {
            border-color: var(--hover) var(--hover) transparent transparent; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap:before {
          content: '';
          height: 0;
          width: 0;
          display: block;
          border-style: solid;
          border-right-width: 26px;
          border-top-width: 25px;
          border-bottom-width: 26px;
          border-left-width: 25px;
          position: absolute;
          top: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          left: -50px;
          border-color: var(--third) var(--third) transparent transparent; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap .label {
          vertical-align: super;
          font-size: smaller; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .price_wrap .price {
          font-weight: bold;
          line-height: 50px;
          margin-left: 0.5em; }
      .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap {
        padding: 2em;
        position: relative;
        z-index: 200; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title {
          font-family: var(--first-font);
          line-height: 150%;
          position: relative;
          text-transform: none;
          font-weight: bold;
          color: var(--titles, var(--main));
          font-size: 1.3em;
          text-align: center;
          text-decoration: none;
          display: block; }
          @media (min-width: 1400px) {
            .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title {
              font-size: 1.5em; } }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title strong {
            font-weight: inherit; }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title strong {
            color: var(--secondary); }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title:hover {
            cursor: var(--hover); }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .description {
          margin: 0.5em auto 1em;
          line-height: 200%;
          font-size: .9em; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .content {
          max-width: 500px;
          margin-right: auto;
          margin-left: auto; }
        .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start; }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info {
            display: inline-block;
            height: 50px;
            overflow: hidden;
            text-align: center; }
            .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              height: 100%;
              position: relative;
              text-decoration: none;
              z-index: 1;
              padding: 0;
              overflow: hidden;
              line-height: 120%;
              font-size: 1em;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              color: var(--secondary); }
              .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a * {
                color: inherit;
                font-weight: inherit; }
              .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:before {
                content: '\27f6';
                margin-right: .5em; }
              .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:hover, .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:focus {
                outline: none; }
              .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:hover {
                color: var(--hover);
                text-decoration: none; }
          .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .btnCta {
            margin-right: 1em; }
            .rtl .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .btnCta {
              margin: 0 0 0 1em; }

body.rtl #popup #countdown .countdown_content .item:not(:first-child) .val::before {
  right: -0.3em;
  left: unset; }

body.rtl #open_menu {
  margin: 0 0 0 10px; }

body.rtl .filters_select .label {
  border-left: 1px solid var(--bg-color-associated);
  border-right: none;
  padding: 0 0 0 1em; }

body.rtl .filters_select:after {
  left: 15px;
  right: unset; }

body.rtl #menus {
  padding: 0; }

body.rtl #blog_sidebar_widgets #s {
  padding: 0 20px 0 0; }

body.rtl #fb_calendar .fbw-calendar--config .fbw-calendar--dates .date--arrival.to-fill span,
body.rtl #fb_calendar .fbw-calendar--config .fbw-calendar--dates span {
  margin: 0 0 0 20px; }

body.rtl .btnPdf a::before,
body.rtl .top .phone_number::before,
body.rtl #main-content-1 .info::before,
body.rtl #location_prev .contacts .element::before,
body.rtl .offer_wrap .offer .content .info a::before,
body.rtl .section_expandable_contents .wrap .title .icon::before,
body.rtl .section_icons .services_list .service .icon,
body.rtl #infobox_section .wrap .content .contacts .element::before,
body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .info a::before,
body.rtl #infobox_section .wrap .content .contacts .element .element_pref::after,
body.rtl .de_block_post_preview.list .children_previews .item_wrap .item .content .info a::before,
body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .info.view_amenities a::before {
  margin: 0 0 0 .5em; }

body.rtl .top .phone_number, body.rtl .top #login,
body.rtl .top .languages > div > ul > li {
  margin-right: 1em;
  border-right: 1px solid var(--gray-400);
  padding-right: 1em;
  padding-left: 0;
  border-left: none;
  margin-left: 0; }

@media (max-width: 767px) {
  body.rtl .top #login {
    border: none; } }

@media (max-width: 991px) {
  body.rtl .languages {
    margin: 0 0 0 1.5em; } }

.crystal_hotel body.rtl #guestaccount {
  border-left: none;
  margin-left: 0; }
  .crystal_hotel body.rtl #guestaccount a:before {
    margin: 0 0 0 .3em; }

.crystal_hotel body.rtl #social_login_section:before {
  right: -60px; }

.crystal_hotel body.rtl #fbga-popin #close-ga {
  right: auto;
  left: 0; }

body.rtl #main_book_wrapper,
body.rtl .dyncal_header .close,
body.rtl .dyncal_header .crystal_hotel #fbga-popin #close-ga,
.crystal_hotel #fbga-popin body.rtl .dyncal_header #close-ga,
body.rtl .offer_wrap .offer .price_wrap {
  left: 0;
  right: auto; }

body.rtl .dyncal_header h4 {
  padding: 0 0 0 200px; }

body.rtl #social_sidebar {
  right: 10px;
  left: auto; }
  body.rtl #social_sidebar #view_page_video .label {
    right: 20px;
    left: auto;
    border-radius: 40px 0 0 40px; }

body.rtl #menu_sidebar_wrap {
  left: 0;
  right: auto; }
  body.rtl #menu_sidebar_wrap .menu_sidebar {
    left: -100%; }
    @media (max-width: 991px) {
      body.rtl #menu_sidebar_wrap .menu_sidebar {
        right: -100%;
        left: auto; } }
  body.rtl #menu_sidebar_wrap.visible .menu_sidebar {
    left: 0;
    right: auto; }
    @media (max-width: 991px) {
      body.rtl #menu_sidebar_wrap.visible .menu_sidebar {
        left: auto;
        right: 0; } }
  body.rtl #menu_sidebar_wrap .close_sidebar {
    right: 20px; }

body.rtl #sidebar_menu ul.menu > li .menu_label .more_li::before,
body.rtl .offer_wrap .offer .content .info a::before,
body.rtl .de_block_filterable_posts .item_wrap .item .content_wrap .btns_wrap .info a::before,
body.rtl .de_block_post_preview.carousel .item_wrap .item .content_wrap .btns_wrap .info a::before,
body.rtl .de_block_post_preview.list .children_previews .item_wrap .item .content .info a::before,
body.rtl #blog_children .item_wrap .item .content_wrap .btns_wrap .info a::before,
body.rtl .de_block_post_preview.grid .item_wrap .item .content_wrap .btns_wrap .info a::before {
  transform: rotate(180deg);
  margin: 0 0 0 .5em; }

body.rtl .slideshow_container .arrow.prev,
body.rtl .slideshow_container .arrow.next {
  left: 30px;
  right: auto; }

body.rtl .slideshow_container .arrow.next {
  right: 30px;
  left: unset; }

body.rtl .fakeSelect::after,
body.rtl #map_overlay ul::after,
body.rtl #booking_form .quickbook-form-tab::after {
  left: 15px;
  right: unset; }

body.rtl #booking_form .section-check_in,
body.rtl #booking_form .section-check_out {
  right: -9999px;
  left: unset; }

body.rtl .de_block_post_preview.grid .container::before, html.card_page body.rtl .de_block_post_preview.grid #main-content-1::before,
html.card_page body.rtl .de_block_post_preview.grid .gallery_section::before,
html.card_page body.rtl .de_block_post_preview.grid #extra_info_section::before, html.card_page body.rtl .de_block_post_preview.grid .gallery_section .elements_wrapper::before, html.card_page body.rtl .gallery_section .de_block_post_preview.grid .elements_wrapper::before,
body.rtl .de_block_post_preview.carousel .container::before,
html.card_page body.rtl .de_block_post_preview.carousel #main-content-1::before,
html.card_page body.rtl .de_block_post_preview.carousel .gallery_section::before,
html.card_page body.rtl .de_block_post_preview.carousel #extra_info_section::before,
html.card_page body.rtl .de_block_post_preview.carousel .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section .de_block_post_preview.carousel .elements_wrapper::before,
body.rtl .additional_content_section .wrap::before,
body.rtl #infobox_section .container::before,
html.card_page body.rtl #infobox_section #main-content-1::before,
html.card_page body.rtl #infobox_section .gallery_section::before,
html.card_page body.rtl #infobox_section #extra_info_section::before,
html.card_page body.rtl #infobox_section .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section #infobox_section .elements_wrapper::before,
body.rtl #extra_info_section .container::before,
html.card_page body.rtl #extra_info_section #main-content-1::before,
html.card_page body.rtl #extra_info_section .gallery_section::before,
html.card_page body.rtl #extra_info_section #extra_info_section::before,
html.card_page body.rtl #extra_info_section .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section #extra_info_section .elements_wrapper::before,
body.rtl .de_block_filterable_posts .container::before,
html.card_page body.rtl .de_block_filterable_posts #main-content-1::before,
html.card_page body.rtl .de_block_filterable_posts .gallery_section::before,
html.card_page body.rtl .de_block_filterable_posts #extra_info_section::before,
html.card_page body.rtl .de_block_filterable_posts .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section .de_block_filterable_posts .elements_wrapper::before,
body.rtl .opening_hours_section .container::before,
html.card_page body.rtl .opening_hours_section #main-content-1::before,
html.card_page body.rtl .opening_hours_section .gallery_section::before,
html.card_page body.rtl .opening_hours_section #extra_info_section::before,
html.card_page body.rtl .opening_hours_section .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section .opening_hours_section .elements_wrapper::before,
body.rtl #location_prev_section .container::before,
html.card_page body.rtl #location_prev_section #main-content-1::before,
html.card_page body.rtl #location_prev_section .gallery_section::before,
html.card_page body.rtl #location_prev_section #extra_info_section::before,
html.card_page body.rtl #location_prev_section .gallery_section .elements_wrapper::before,
html.card_page body.rtl .gallery_section #location_prev_section .elements_wrapper::before,
body.rtl #offers_page .container .loading.processed::before,
html.card_page body.rtl #offers_page #main-content-1 .loading.processed::before,
html.card_page body.rtl #offers_page .gallery_section .loading.processed::before,
html.card_page body.rtl #offers_page #extra_info_section .loading.processed::before,
html.card_page body.rtl .gallery_section #offers_page .elements_wrapper .loading.processed::before {
  left: -60px;
  right: unset; }

body.rtl .additional_content_section.image_left .wrap::before,
body.rtl .gallery_section.carousel .elements_to_filter::before {
  right: -60px;
  left: unset; }

body.rtl .offer_wrap .offer .price_wrap:before,
body.rtl #detailed_previews .box_wrap.even .item .offers_container a .price_wrap:before {
  right: -50px;
  border-color: var(--third) transparent transparent var(--third); }

body.rtl #detailed_previews .box_wrap.even .item .offers_container a .price_wrap:hover:before {
  border-color: var(--hover) transparent transparent var(--hover); }

body.rtl #detailed_previews .box_wrap.even .item .offers_container {
  left: 50%;
  right: unset; }
  @media (max-width: 991px) {
    body.rtl #detailed_previews .box_wrap.even .item .offers_container {
      left: 0; } }

body.rtl #detailed_previews .box_wrap.odd .item .offers_container {
  right: 50%;
  left: unset; }
  @media (max-width: 991px) {
    body.rtl #detailed_previews .box_wrap.odd .item .offers_container {
      right: 0; } }

body.rtl #detailed_previews .box_wrap.odd .item .offers_container a .price_wrap::before {
  left: -50px;
  right: unset;
  border-color: var(--third) var(--third) transparent transparent; }

body.rtl .btn + .btn,
body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .info + .info {
  margin: 0 2em 0 0; }

body.rtl .btnCta.additional,
body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .btnCta {
  margin: 0 0 0 2em; }

body.rtl #anchors .container .wrap .label:not(:first-child)::before, html.card_page body.rtl #anchors #main-content-1 .wrap .label:not(:first-child)::before, html.card_page body.rtl #anchors .gallery_section .wrap .label:not(:first-child)::before, html.card_page body.rtl #anchors #extra_info_section .wrap .label:not(:first-child)::before, html.card_page body.rtl .gallery_section #anchors .elements_wrapper .wrap .label:not(:first-child)::before {
  right: 0;
  left: unset; }

body.rtl #anchors .container .arrow.next, html.card_page body.rtl #anchors #main-content-1 .arrow.next, html.card_page body.rtl #anchors .gallery_section .arrow.next, html.card_page body.rtl #anchors #extra_info_section .arrow.next, html.card_page body.rtl .gallery_section #anchors .elements_wrapper .arrow.next {
  transform: rotate(0deg); }

body.rtl #anchors .container .arrow.prev, html.card_page body.rtl #anchors #main-content-1 .arrow.prev, html.card_page body.rtl #anchors .gallery_section .arrow.prev, html.card_page body.rtl #anchors #extra_info_section .arrow.prev, html.card_page body.rtl .gallery_section #anchors .elements_wrapper .arrow.prev {
  transform: rotate(180deg); }

body.rtl #fbm-food_legend_wrap .fbm-food_legend .fbm-label {
  margin: 0 10px 0 0; }

body.rtl #meeting-table-1 .table .table_row .table_cell {
  border-left: none;
  border-right: 5px solid var(--white); }

body.rtl #meeting_planner_rooms_list .meeting_single_room_wrap .meeting_single_room .thumb_wrap .view_3d_meeting {
  left: -10px;
  right: unset; }

body.rtl #meeting_planner_rooms_list .meeting_single_room_wrap .meeting_single_room .content_wrap .buttons_wrap .generic_btn::before {
  margin: 0 0 0 .5em;
  content: '\27f5'; }

body.rtl #infobox_section .wrap .content .contacts .element_phone + .element_fax {
  margin: 0 20px 0 0; }

body.rtl .section_expandable_contents .wrap .title .date {
  margin-left: 0;
  margin-right: auto; }

body.rtl .the_content ul, body.rtl .description ul {
  margin-right: 2em; }

body.rtl .the_content ol, body.rtl .description ol {
  margin: 1em 3em 1em 0; }

body.rtl #main-content-1 .dates {
  float: right; }

body.rtl #main-content-1 #share {
  float: left; }

body.rtl #main-content-1 #share .label {
  margin-left: 1em; }

body.rtl .de_block_filterable_posts .item_wrap .item .thumb_wrap .categories span + span {
  margin: 0 5px 0 0; }

body.rtl .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  right: 300px; }

body.rtl .hidden_fancybox .fancybox-close-small {
  right: auto;
  left: 20px; }

html[dir="rtl"] .gform_wrapper .gform_footer input.button,
html[dir="rtl"] .gform_wrapper .gform_footer input[type="submit"] {
  float: left;
  bottom: 40px; }

body.rtl .fancybox-container .gform_wrapper h3.gform_title {
  text-align: center !important; }

body.rtl .gform_wrapper form .gform_footer input[type="submit"] {
  left: 60px;
  right: auto; }
  @media (max-width: 767px) {
    body.rtl .gform_wrapper form .gform_footer input[type="submit"] {
      left: auto;
      bottom: 0; } }

.crystal_hotel {
  /* ga-connect */
  /* PAGE */
  /** Button Log **/
  /* Loading page */
  /* Form validation */ }
  .crystal_hotel #fbga-popin {
    width: 900px;
    height: 620px;
    margin: -310px 0 0 -450px;
    color: var(--bg-color-associated);
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: var(--bg);
    z-index: 999; }
    .crystal_hotel #fbga-popin p {
      font-family: var(--second-font) !important;
      font-size: 13px !important;
      line-height: 25px !important;
      color: var(--bg-color-associated) !important; }
    @media (min-width: 1200px) {
      .crystal_hotel #fbga-popin {
        display: flex;
        width: 1100px;
        height: 700px;
        margin-top: -350px;
        margin-left: -550px; } }
    @media (max-width: 991px) {
      .crystal_hotel #fbga-popin {
        width: 100%;
        left: 0;
        margin: 0;
        height: 100%;
        top: 0;
        overflow-y: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .crystal_hotel #fbga-popin {
        width: 90%;
        left: 5%;
        top: 5%;
        height: 90%; } }
  .crystal_hotel #fbga-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin: 30px auto 0;
    width: auto;
    height: 40px;
    max-width: 90%; }
    @media (min-width: 992px) {
      .crystal_hotel #fbga-logo {
        margin-top: 0;
        height: 60px; } }
  .crystal_hotel .fbga-btn-form {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    text-transform: uppercase;
    background: #4d4d4d;
    margin: auto; }
  .crystal_hotel .fbga-btn-form:hover {
    background: #000000; }
  .crystal_hotel #fbga-popin .fbga-form-signin-heading {
    text-align: center;
    color: var(--bg-color-associated);
    font-size: 13px !important; }
  .crystal_hotel #fbga-connect {
    text-align: center;
    line-height: 40px;
    color: #3c5a98; }
  .crystal_hotel #fbga-right-column {
    background-color: var(--bg);
    height: 100%;
    float: right;
    width: 50%; }
    @media (min-width: 992px) {
      .crystal_hotel #fbga-right-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    @media (max-width: 991px) {
      .crystal_hotel #fbga-right-column {
        height: auto;
        float: none;
        width: 100%;
        position: relative; } }
    .crystal_hotel #fbga-right-column #fbga-connect {
      background-color: transparent; }
  .crystal_hotel #fbga-popin span.title {
    margin: auto;
    text-align: center;
    display: inline;
    color: var(--bg-color-associated);
    font-family: var(--second-font);
    font-size: 13px !important; }
  .crystal_hotel .fbga-form-signin-heading,
  .crystal_hotel p {
    font-family: var(--second-font); }
  .crystal_hotel #fbga-popin h2, .crystal_hotel #fbga-popin h3 {
    font-family: var(--second-font); }
  .crystal_hotel #fbga-popin h2 {
    margin-top: 0; }
  .crystal_hotel #fbga-popin h3 {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    line-height: 30px;
    text-transform: none; }
  .crystal_hotel #fbga-signin-social,
  .crystal_hotel #fbga-change-password,
  .crystal_hotel #fbga-signup {
    margin: auto;
    margin-top: 20px;
    width: 80%; }
  .crystal_hotel #fbga-signin-social .fbga-btn-social {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border-radius: 0;
    padding: 15px 0 15px 75px;
    width: 100%;
    font-family: var(--first-font);
    text-align: left;
    text-decoration: none;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .crystal_hotel #fbga-signin-social .fbga-btn-social:hover {
      text-decoration: none; }
  .crystal_hotel #fbga-signin-social .fbga-btn-social.google {
    margin-bottom: 10px;
    background-color: #e74b37;
    background-image: url("images/google.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto auto; }
  .crystal_hotel #fbga-signin-social .fbga-btn-social.google:hover {
    background-color: #CC3732; }
  .crystal_hotel #fbga-signin-social .fbga-btn-social.facebook {
    margin-bottom: 5px;
    background-color: #3c5a98;
    background-image: url("images/facebook.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto auto; }
  .crystal_hotel #fbga-signin-social .fbga-btn-social.facebook:hover {
    background-color: #1A4398; }
  .crystal_hotel .fbga-form {
    width: 100%;
    display: block; }
  .crystal_hotel .fbga-form .single-col {
    width: 50%;
    float: left;
    display: inline;
    margin: auto;
    padding: 20px 90px 30px; }
  .crystal_hotel .fbga-form input {
    margin-bottom: -1px;
    width: 100%; }
  .crystal_hotel #fbga-popin .fbga-btn-form {
    display: block;
    line-height: 20px;
    border-radius: 0;
    padding: 16px;
    width: 100%;
    background-color: var(--highlighted);
    color: var(--highlighted-color-associated);
    font-family: var(--first-font);
    font-size: 13px !important;
    border: none;
    margin: 20px auto 10px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .crystal_hotel #fbga-popin .fbga-form .fbga-btn-form:hover {
    background: var(--hover);
    color: var(--hover-color-associated); }
  .crystal_hotel #error_message_login h3, .crystal_hotel #error_message_register h3 {
    background: #ffb3b3;
    color: #cc0000;
    padding: 10px;
    border: 1px solid #cc0000; }
  .crystal_hotel #fbga-popin .fbga-popin-title {
    font-family: var(--first-font);
    line-height: 150%;
    position: relative;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    .crystal_hotel #fbga-popin .fbga-popin-title strong {
      font-weight: inherit; }
    .crystal_hotel #fbga-popin .fbga-popin-title strong {
      color: var(--secondary); }
  .crystal_hotel #fbga-popin .fbga-offer-title {
    color: #fff;
    text-align: left;
    padding: 0 !important;
    font-size: 16px !important; }
  .crystal_hotel #fbga-popin .line {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    border-top: 1px solid #ddd; }
  .crystal_hotel #fbga-popin .fbga-image-overlay .line {
    display: none; }
  .crystal_hotel #fbga-popin .fbga-hotel-title {
    display: none; }
  .crystal_hotel .bg-line {
    display: table;
    white-space: nowrap;
    margin-bottom: 15px; }
  .crystal_hotel .bg-line:before, .crystal_hotel .bg-line:after {
    border-top: 1px solid #ddd;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 50%; }
  .crystal_hotel .bg-line > span {
    padding: 0 20px; }
  .crystal_hotel #fbga-forgot-password > a {
    color: var(--secondary);
    font-family: var(--second-font);
    text-decoration: none;
    font-size: 13px; }
  .crystal_hotel #fbga-forgot-password > a:hover {
    color: var(--hover); }
  .crystal_hotel #fbga-forgot-password > p > a {
    color: var(--secondary);
    padding-left: 10px;
    text-decoration: none; }
    .crystal_hotel #fbga-forgot-password > p > a:hover {
      color: var(--hover); }
  .crystal_hotel #fbga-forgot-password > p > a:hover {
    color: var(--hover); }
  .crystal_hotel #fbga-popin .form-control {
    display: block;
    height: 50px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--bg) !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    text-indent: 10px;
    font-family: var(--second-font); }
  .crystal_hotel input#fbga-given-name {
    width: 50%;
    margin-bottom: 5px;
    float: left;
    border-right: transparent !important; }
  .crystal_hotel input#fbga-family-name {
    width: 50%;
    float: right;
    margin-bottom: 5px; }
  .crystal_hotel #fbga-change-password {
    text-align: center; }
  .crystal_hotel #fbga-change-password > p > a {
    color: var(--secondary);
    padding-left: 10px; }
  .crystal_hotel #fbga-change-password > p > a:hover {
    text-decoration: none; }
  .crystal_hotel #fbga-change-password > a,
  .crystal_hotel div#fbga-signup > a {
    color: var(--secondary);
    font-family: var(--second-font);
    font-size: 12pt;
    margin-bottom: 10px; }
  .crystal_hotel #fbga-change-password > a:hover,
  .crystal_hotel div#fbga-signup > a {
    text-decoration: none; }
  .crystal_hotel #fbga-signup {
    text-align: center; }
  .crystal_hotel div#fbga-signin-direct {
    width: 80%;
    margin: 20px auto; }
  .crystal_hotel #fbga-username-register,
  .crystal_hotel #fbga-password-register {
    margin-bottom: -1px; }
  .crystal_hotel #ga-login-load h3 {
    text-align: center; }
  .crystal_hotel #ga-profile {
    padding-bottom: 20px; }
  .crystal_hotel #guest-account-page, .crystal_hotel #profil-page {
    padding: 20px 0; }
  .crystal_hotel #ga-profile h2, .crystal_hotel #ga-profile h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center; }
  .crystal_hotel #guest-account-page .fbga-btn-form {
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 16px;
    text-transform: uppercase;
    background: #4d4d4d;
    display: block;
    margin: auto;
    width: 120px;
    text-align: center; }
  .crystal_hotel #profil-page .center {
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 100%; }
  .crystal_hotel #fbga-btn-logout {
    background: #890000; }
  .crystal_hotel #fbga-btn-logout:hover {
    background: #360000; }
  .crystal_hotel #ga-profile .fbga-form-signin input, .crystal_hotel #ga-profile .form-edit input, .crystal_hotel #ga-profile .form input {
    margin-bottom: 20px;
    width: 50%; }
  .crystal_hotel #ga-profile .logged-in .fbga-btn-block {
    display: inline;
    width: auto; }
  .crystal_hotel #ga-profile .fbga-form-signin, .crystal_hotel #ga-profilee .form-edit, .crystal_hotel #ga-profile form {
    margin-bottom: 20px; }
  .crystal_hotel #error_message_change_password h3 {
    background: #ffb3b3;
    color: #cc0000;
    padding: 10px;
    border: 1px solid #cc0000; }
  .crystal_hotel #fbga-btn-change-password {
    display: block; }
  .crystal_hotel #guestaccount {
    left: auto;
    display: block;
    height: auto;
    background: transparent;
    position: relative;
    color: var(--header-color-associated);
    transition: all 0.3s ease;
    line-height: 24px;
    padding: 0;
    width: auto; }
    @media (max-width: 767px) {
      .crystal_hotel #guestaccount {
        border-left: none; } }
    .crystal_hotel #guestaccount a {
      text-decoration: none;
      color: var(--header-color-associated); }
      .crystal_hotel #guestaccount a:before {
        content: "\f007";
        display: inline;
        margin-right: .3em;
        font-weight: bold;
        font-family: "Font Awesome 5 Free", sans-serif; }
      .crystal_hotel #guestaccount a:hover {
        color: var(--hover); }
  .crystal_hotel .open_social_login span.icon {
    display: none; }
  .crystal_hotel .open_social_login:hover .dropdown {
    display: block;
    position: absolute;
    top: 25px;
    padding: 10px;
    width: 100%;
    background-color: var(--highlighted); }
  .crystal_hotel .dropdown {
    display: none; }
  @media (min-width: 992px) {
    .crystal_hotel #header_wrapper.custom #guestaccount a {
      color: #fff; }
      .crystal_hotel #header_wrapper.custom #guestaccount a:hover {
        color: var(--hover); } }
  .crystal_hotel #ga-login-load {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background-image: url("imgages/loader.gif");
    background-repeat: no-repeat;
    background-position: center; }
  .crystal_hotel #ga-login-load .ga-load {
    position: absolute;
    width: 100%;
    height: auto;
    top: 40%; }
  .crystal_hotel #fbga-popin input[type=text],
  .crystal_hotel #fbga-popin input[type=email],
  .crystal_hotel #fbga-popin input[type=number],
  .crystal_hotel #fbga-popin textarea,
  .crystal_hotel #fbga-popin fieldset {
    font-size: 13px;
    box-sizing: border-box; }
  .crystal_hotel #fbga-popin input:focus:invalid {
    outline: none;
    /* border-color: #900; */ }
  .crystal_hotel #fbga-popin .error {
    width: auto;
    position: absolute;
    font-size: 80%;
    padding: 5px 25px;
    color: #fff;
    background-color: #CC3732;
    height: 20px;
    line-height: 11px;
    border-radius: 5px 5px 0 0;
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .crystal_hotel #fbga-popin .error.mail-send {
    background-color: #22B918; }
  .crystal_hotel #fbga-popin .error.active {
    display: block; }
  .crystal_hotel #login_left {
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 50%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 991px) {
      .crystal_hotel #login_left {
        display: none; } }
  .crystal_hotel #fbga-popin #close-ga {
    left: auto;
    right: 10px;
    top: 10px; }
  @media (max-width: 991px) {
    .crystal_hotel #fbga-popin .fbga-image-overlay {
      display: none; } }
  .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 60px; }
    .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 60px; }
      .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description,
      .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description p {
        font-size: 14pt !important;
        color: #fff !important;
        line-height: 180% !important;
        font-style: normal; }
      .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description ul {
        list-style: inside disc none;
        margin-left: 0; }
    .crystal_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay ul {
      margin: 1em 0 1em 0;
      list-style: inside disc none;
      font-family: var(--second-font);
      padding: 0; }
  .crystal_hotel #fbga-popin .fbga-image-overlay:before {
    display: table;
    width: 100%;
    height: 100%; }
  .crystal_hotel #login_overlay.overlay {
    z-index: 910; }
  .crystal_hotel #social_login {
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4em; }
    @media (min-width: 1600px) and (min-height: 900px) {
      .crystal_hotel #social_login {
        padding: 5em; } }
    @media (max-width: 767px) {
      .crystal_hotel #social_login {
        padding: 0; } }
    .crystal_hotel #social_login .offer_for_login {
      background: var(--main);
      color: #ddd;
      padding: 3em;
      max-width: 400px;
      text-align: center; }
      @media (min-width: 1200px) {
        .crystal_hotel #social_login .offer_for_login {
          font-size: 1.1em; } }
      @media (max-width: 767px) {
        .crystal_hotel #social_login .offer_for_login {
          padding: 3em 2em; } }
      .crystal_hotel #social_login .offer_for_login .title {
        font-family: var(--first-font);
        line-height: 150%;
        position: relative;
        text-transform: none;
        font-weight: bold;
        color: #fff;
        font-size: 1.3em; }
        @media (min-width: 1400px) {
          .crystal_hotel #social_login .offer_for_login .title {
            font-size: 1.5em; } }
        .crystal_hotel #social_login .offer_for_login .title strong {
          font-weight: inherit; }
        .crystal_hotel #social_login .offer_for_login .title strong {
          color: var(--secondary); }
      .crystal_hotel #social_login .offer_for_login .title,
      .crystal_hotel #social_login .offer_for_login .description {
        margin-bottom: 1em; }
      .crystal_hotel #social_login .offer_for_login .login_cta {
        display: inline-block;
        height: 50px;
        overflow: hidden;
        text-align: center; }
        .crystal_hotel #social_login .offer_for_login .login_cta a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          padding: 1em 1.5em;
          height: 100%;
          text-align: center;
          text-decoration: none;
          z-index: 1;
          overflow: hidden;
          position: relative;
          line-height: 120%;
          font-family: var(--first-font);
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .crystal_hotel #social_login .offer_for_login .login_cta a * {
            color: inherit;
            font-weight: inherit; }
          .crystal_hotel #social_login .offer_for_login .login_cta a:hover, .crystal_hotel #social_login .offer_for_login .login_cta a:focus {
            text-decoration: none;
            outline: none; }
        .crystal_hotel #social_login .offer_for_login .login_cta a {
          background-color: #fff;
          color: var(--main); }
          .crystal_hotel #social_login .offer_for_login .login_cta a:hover {
            background-color: var(--hover);
            color: var(--hover-color-associated); }
  .crystal_hotel #fbga-customtext {
    position: relative; }
    .crystal_hotel #fbga-customtext > div {
      background: transparent;
      padding: 0; }
    .crystal_hotel #fbga-customtext h2 {
      font-family: var(--first-font);
      line-height: 150%;
      position: relative;
      text-transform: none;
      font-weight: bold;
      color: #fff;
      font-size: 1.3em; }
      @media (min-width: 1400px) {
        .crystal_hotel #fbga-customtext h2 {
          font-size: 1.5em; } }
      .crystal_hotel #fbga-customtext h2 strong {
        font-weight: inherit; }
      .crystal_hotel #fbga-customtext h2 strong {
        color: var(--secondary); }
    .crystal_hotel #fbga-customtext h2,
    .crystal_hotel #fbga-customtext h2 + p {
      margin-bottom: 1em; }
    .crystal_hotel #fbga-customtext p {
      font-weight: 300;
      font-family: "Merriweather", sans-serif;
      margin-bottom: 1em;
      color: #ddd;
      text-align: center; }
    .crystal_hotel #fbga-customtext a {
      background-color: var(--white);
      color: var(--main);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      font-family: "Manrope", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      transition: all 0.3s ease;
      max-width: 140px;
      margin: 0 auto;
      padding: 1em;
      height: 50px;
      border: none; }
      .crystal_hotel #fbga-customtext a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
  @media (min-width: 1200px) {
    .crystal_hotel #social_login_section .container, .crystal_hotel #social_login_section html.card_page body #main-content-1, html.card_page body .crystal_hotel #social_login_section #main-content-1,
    .crystal_hotel #social_login_section html.card_page body .gallery_section, html.card_page body .crystal_hotel #social_login_section .gallery_section,
    .crystal_hotel #social_login_section html.card_page body #extra_info_section, html.card_page body .crystal_hotel #social_login_section #extra_info_section, .crystal_hotel #social_login_section html.card_page body .gallery_section .elements_wrapper, html.card_page body .gallery_section .crystal_hotel #social_login_section .elements_wrapper {
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    .crystal_hotel #social_login_section .container:before, .crystal_hotel #social_login_section html.card_page body #main-content-1:before, html.card_page body .crystal_hotel #social_login_section #main-content-1:before,
    .crystal_hotel #social_login_section html.card_page body .gallery_section:before, html.card_page body .crystal_hotel #social_login_section .gallery_section:before,
    .crystal_hotel #social_login_section html.card_page body #extra_info_section:before, html.card_page body .crystal_hotel #social_login_section #extra_info_section:before, .crystal_hotel #social_login_section html.card_page body .gallery_section .elements_wrapper:before, html.card_page body .gallery_section .crystal_hotel #social_login_section .elements_wrapper:before {
      content: '';
      display: block;
      position: absolute;
      left: -60px;
      top: -60px;
      background: var(--bg-d-3);
      z-index: 100;
      width: 50%;
      height: 70%; } }
  .crystal_hotel #social_login_section .container > div, .crystal_hotel #social_login_section html.card_page body #main-content-1 > div, html.card_page body .crystal_hotel #social_login_section #main-content-1 > div, .crystal_hotel #social_login_section html.card_page body .gallery_section > div, html.card_page body .crystal_hotel #social_login_section .gallery_section > div, .crystal_hotel #social_login_section html.card_page body #extra_info_section > div, html.card_page body .crystal_hotel #social_login_section #extra_info_section > div, .crystal_hotel #social_login_section html.card_page body .gallery_section .elements_wrapper > div, html.card_page body .gallery_section .crystal_hotel #social_login_section .elements_wrapper > div {
    position: relative;
    z-index: 100; }

/*# sourceMappingURL=main.css.map */
