@charset "UTF-8";
/* 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: "Jost", sans-serif;
  --highlight-font: "Fraunces", sans-serif;
  --font-size: 18px;
  --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(--dark_section-d-5);
}
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 (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  width: 100%;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1900px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.loading {
  min-height: 80px;
  background-image: url("../img/loader.svg");
  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;
  position: absolute;
  top: 50%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.2);
  -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;
}
@media (min-width: 992px) {
  .arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}
.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: 25%;
  height: 1px;
  background: var(--main);
  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;
}
.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);
}
.arrow.inverse:hover:after, .arrow.inverse:hover:before, .arrow:hover:after, .arrow:hover:before {
  color: var(--hover-color-associated);
}
.arrow span {
  display: none;
}

.section {
  position: relative;
  padding-bottom: 8vh;
}
@media (max-width: 991px) {
  .section {
    padding-bottom: 4vh;
  }
}

.index .main_content_section,
.landing_page .main_content_section,
.section[class*=section_bg],
#additional_content_repeater + .section,
.form.section,
.section[class*=section_bg] + .section {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  .index .main_content_section,
  .landing_page .main_content_section,
  .section[class*=section_bg],
  #additional_content_repeater + .section,
  .form.section,
  .section[class*=section_bg] + .section {
    padding-top: 4vh;
  }
}

@media (max-width: 767px) {
  #main-content-1.after_slideshow {
    padding-top: 4vh;
  }
}
@media (min-width: 992px) {
  #main-content-1.social_connect .the_content {
    max-width: 1400px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

#main-content-1 + .section .filters_wrap {
  margin-top: -4vh;
}
@media (max-width: 991px) {
  #main-content-1 + .section .filters_wrap {
    margin-top: -2vh;
  }
}

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

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

.section.section_bg_dark {
  background: var(--dark_section);
  color: var(--dark_section-color-associated);
}
.section.section_bg_dark .section_title {
  color: var(--white);
}
.section.section_bg_dark .section_subtitle {
  color: var(--secondary);
}
.section.section_bg_dark .description strong, .section.section_bg_dark .description b, .section.section_bg_dark .description i, .section.section_bg_dark .description em,
.section.section_bg_dark .the_content strong,
.section.section_bg_dark .the_content b,
.section.section_bg_dark .the_content i,
.section.section_bg_dark .the_content em {
  color: var(--white);
}
.section.section_bg_dark .description a,
.section.section_bg_dark .the_content a {
  color: var(--highlighted);
}
.section.section_bg_dark .description a:hover,
.section.section_bg_dark .the_content a:hover {
  color: var(--hover);
}
.section.section_bg_dark .pager ul li {
  border-color: #fff;
}
.section.section_bg_dark .pager ul li:hover, .section.section_bg_dark .pager ul li.slick-active {
  border-color: #fff;
}
.section.section_bg_dark .pager ul li:hover:before, .section.section_bg_dark .pager ul li.slick-active:before {
  background: #fff;
}
.section.section_bg_dark .pager ul li:only-child {
  display: none;
}

.the_content,
.description {
  font-family: var(--first-font);
}
.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;
}
.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;
}
.the_content strong, .the_content b,
.description strong,
.description b {
  font-weight: bold;
}
.the_content ul, .the_content ol,
.description ul,
.description ol {
  margin: 1em 0 1em 3em;
}
.the_content ul,
.description ul {
  list-style: disc outside none;
}
.the_content ol,
.description ol {
  list-style: decimal outside none;
}
.the_content em, .the_content i,
.description em,
.description i {
  font-style: italic;
}
.the_content hr,
.description hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0;
}
.the_content blockquote,
.description blockquote {
  font-style: italic;
  margin: 1em 0 1em 3em;
  padding: 1em 2em;
  background-color: #f5f5f5;
  border-left: 5px solid gainsboro;
}
.the_content blockquote:before, .the_content blockquote:after,
.description blockquote:before,
.description blockquote:after {
  font-size: 1.2em;
}
.the_content blockquote:before,
.description blockquote:before {
  content: "“";
  padding-right: 5px;
}
.the_content blockquote:after,
.description blockquote:after {
  content: "”";
  padding-left: 5px;
}
.the_content dl,
.description dl {
  margin: 1em 0 1em 2em;
}
.the_content dl dd,
.description dl dd {
  border-left: 5px solid gainsboro;
  padding-left: 1em;
}
.the_content dl dt + dd,
.description dl dt + dd {
  margin-top: 0.5em;
}
.the_content dl dd + dt,
.description dl dd + dt {
  margin-top: 0.5em;
}
.the_content mark,
.description mark {
  padding: 0 0.5em;
}
.the_content strong, .the_content b,
.description strong,
.description b {
  color: var(--titles);
  font-weight: 600;
}
.the_content em, .the_content i,
.description em,
.description i {
  color: var(--gray-600);
  font-style: normal;
}
.the_content hr,
.description hr {
  border-color: var(--bg-d-3);
}
.the_content blockquote,
.description blockquote {
  background-color: transparent;
  color: var(--secondary);
  border: none;
  margin-left: 0;
  padding: 0;
  font-style: italic;
}
.the_content blockquote strong,
.description blockquote strong {
  font-weight: 600;
}
.the_content dl dd,
.description dl dd {
  border-color: var(--secondary);
  border-width: 1px;
}
.the_content dl,
.description dl {
  margin-left: 0;
}
.the_content dl dd,
.description dl dd {
  margin-left: 1em;
}
.the_content mark,
.description mark {
  background-color: var(--secondary);
  color: var(--secondary-color-associated);
  padding: 0.3em 0.5em;
}
.the_content h1,
.description h1 {
  font-family: var(--highlight-font);
  font-weight: normal;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
  color: var(--titles);
  font-size: 2.5em;
}
@media (min-width: 1400px) {
  .the_content h1,
  .description h1 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .the_content h1,
  .description h1 {
    font-size: 2em;
  }
}
.the_content h1 strong,
.description h1 strong {
  font-weight: inherit;
}
.the_content h1 strong,
.description h1 strong {
  color: var(--highlighted);
}
.the_content h1:after,
.description h1:after {
  display: none;
}
.the_content strong, .the_content b,
.description strong,
.description b {
  font-weight: 600;
}
.the_content h2,
.description h2 {
  font-size: 2em;
  font-weight: 600;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--titles);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both;
}
.the_content h2:after,
.description h2:after {
  display: none;
}
.the_content h3,
.description h3 {
  font-size: 1.8em;
  font-weight: 600;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--titles);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both;
}
.the_content h3:after,
.description h3:after {
  display: none;
}
.the_content h4,
.description h4 {
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--titles);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both;
}
.the_content h4:after,
.description h4:after {
  display: none;
}
.the_content h5,
.description h5 {
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--titles);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both;
}
.the_content h5:after,
.description h5:after {
  display: none;
}
.the_content h6,
.description h6 {
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--titles);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both;
}
.the_content h6:after,
.description h6:after {
  display: none;
}
.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;
}
.the_content a:hover,
.description a:hover {
  color: var(--hover);
  text-decoration: none;
  outline: 0;
}
.the_content a:focus,
.description a:focus {
  outline: 0;
  text-decoration: none;
}
.the_content .table_wrap + p,
.the_content table + p,
.description .table_wrap + p,
.description table + p {
  margin-top: 20px;
}
.the_content p + .table_wrap,
.the_content p + table,
.description p + .table_wrap,
.description p + table {
  margin-top: 20px;
}
.the_content .table_wrap,
.description .table_wrap {
  width: 100%;
  overflow-x: auto;
}
.the_content table,
.description table {
  font-size: 0.8em;
  line-height: 140%;
  width: 99%;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--bg-d-3);
}
.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-3);
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  min-width: 90px;
}
.the_content table th,
.description table th {
  background: var(--bg-d-3);
  border-right-color: var(--bg-d-3);
}
.the_content table,
.description table {
  font-size: 0.9em;
}
.the_content table td,
.the_content table th,
.description table td,
.description table th {
  padding: 1em;
}
.the_content ul,
.description ul {
  margin-left: 2em;
}

.the_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  /*@include media_DesktopLarger() {
    font-size: 1.1em;
    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: transparent;
  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: normal;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
  color: var(--titles);
  font-size: 2.5em;
  text-align: center;
}
@media (min-width: 1400px) {
  .the_title {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .the_title {
    font-size: 2em;
  }
}
.the_title strong {
  font-weight: inherit;
}
.the_title strong {
  color: var(--highlighted);
}

.section_title {
  font-family: var(--highlight-font);
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  color: var(--titles);
  font-size: 2em;
  text-align: center;
}
@media (min-width: 1400px) {
  .section_title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 1.6em;
  }
}
.section_title strong {
  font-weight: inherit;
}
.section_title strong {
  color: var(--highlighted);
}

.section_subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  color: var(--secondary);
  font-size: 1.1em;
}
.section_subtitle strong {
  font-weight: inherit;
}

.the_subtitle,
.section_subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  color: var(--secondary);
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.2em;
}
.the_subtitle strong,
.section_subtitle strong {
  font-weight: inherit;
}

.title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}
.title_wrap:before {
  content: "";
  display: block;
  background: var(--secondary);
  height: 1px;
  width: 100px;
  margin: 1.2em auto;
}

.btnCta {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .btnCta {
    height: 50px;
  }
}
.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 2em;
  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: 0.8em;
  text-transform: uppercase;
  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;
}
@media (max-width: 991px) {
  .btnCta a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.btnCta a * {
  color: inherit;
  font-weight: inherit;
}
.btnCta a:hover, .btnCta a:focus {
  text-decoration: none;
  outline: none;
}
.btnCta a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
  border: 1px solid false;
}
.btnCta a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
  border-color: var(--hover);
}
.btnCta.btn {
  margin-top: 20px;
}

.btnPdf {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .btnPdf {
    height: 50px;
  }
}
.btnPdf.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.btnPdf.collapsibleContent_btn.open a:before, .btnPdf.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.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%;
  -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:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
.btnPdf a * {
  color: inherit;
  font-weight: inherit;
}
.btnPdf a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.btnPdf a:hover {
  color: var(--hover);
  text-decoration: none;
}
.btnPdf a:hover:after {
  background: var(--hover);
}
.btnPdf a:hover, .btnPdf a:focus {
  outline: none;
}
.btnPdf a:before {
  content: "ﭭ";
  font-family: "fb_generic_set";
  font-size: 22px;
  margin-right: 10px;
}

.info:not(.map_section) {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .info:not(.map_section) {
    height: 50px;
  }
}
.info:not(.map_section).collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.info:not(.map_section).collapsibleContent_btn.open a:before, .info:not(.map_section).open a:before {
  content: "×";
  font-family: var(--first-font);
}
.info:not(.map_section) 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%;
  -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);
}
.info:not(.map_section) a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
.info:not(.map_section) a * {
  color: inherit;
  font-weight: inherit;
}
.info:not(.map_section) a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.info:not(.map_section) a:hover {
  color: var(--hover);
  text-decoration: none;
}
.info:not(.map_section) a:hover:after {
  background: var(--hover);
}
.info:not(.map_section) a:hover, .info:not(.map_section) a:focus {
  outline: none;
}

@media (min-width: 768px) {
  .btn + .btn,
  script + .btn {
    margin-top: 20px;
    margin-left: 2em;
  }
}

.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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .btns_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 .offers_container {
  height: 60px;
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .btns_wrap .offers_container {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
  }
}
.btns_wrap .price_wrap {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .btns_wrap .price_wrap {
    height: 50px;
  }
}
.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 2em;
  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: 0.8em;
  text-transform: uppercase;
  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;
}
@media (max-width: 991px) {
  .btns_wrap .price_wrap a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.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);
}
@media (max-width: 767px) {
  .btns_wrap .price_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.btns_wrap .price_wrap a .label span {
  text-transform: lowercase;
  font-size: small;
}
.btns_wrap .price_wrap a .price {
  margin-left: 0.5em;
  font-size: 2em;
  font-family: var(--highlight-font);
}
@media (max-width: 767px) {
  .btns_wrap .btn {
    width: 100%;
  }
}

.view_all {
  margin-top: 1.5em;
  text-align: center;
}
.view_all .info {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .view_all .info {
    height: 50px;
  }
}
.view_all .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.view_all .info.collapsibleContent_btn.open a:before, .view_all .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.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%;
  -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:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
.view_all .info a * {
  color: inherit;
  font-weight: inherit;
}
.view_all .info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.view_all .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.view_all .info a:hover:after {
  background: var(--hover);
}
.view_all .info a:hover, .view_all .info a:focus {
  outline: none;
}

.pager {
  text-align: center;
}
.pager.inverse ul li {
  background: #fff;
}
.pager.inverse ul li: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%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  background: var(--main);
  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;
}
.pager ul li:hover, .pager ul li.slick-active {
  background: var(--highlighted);
  -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:only-child {
  display: none;
}
.pager ul li button {
  display: none;
}

.fancybox-close-small,
.close,
.paprika_hotel #fbga-popin #close-ga {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 500;
  overflow: hidden;
  display: block;
  background: transparent;
  background: 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;
}
.fancybox-close-small:before, .fancybox-close-small:after,
.close:before,
.paprika_hotel #fbga-popin #close-ga:before,
.close:after,
.paprika_hotel #fbga-popin #close-ga:after {
  width: 20px;
  top: 50%;
  height: 1px;
  background: var(--main-color-associated);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 0;
  -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,
.paprika_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,
.paprika_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,
.paprika_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,
.paprika_hotel #fbga-popin #close-ga:hover:before,
.close:hover:after,
.paprika_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-l-3);
  color: var(--main);
  height: 60px;
  max-width: 460px;
  margin: 0 auto 1.5em;
  padding: 0 20px;
  position: relative;
  border: 1px solid var(--bg-d-3);
  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: "▾";
  position: absolute;
  z-index: 1;
  line-height: 60px;
}
.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(--main);
  font-family: var(--first-font);
  font-size: inherit;
  position: relative;
  z-index: 100;
  line-height: 60px;
  text-transform: capitalize;
  padding-left: 0;
}
.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-l-3);
}
.filters_select select:focus {
  outline: none;
}

.filters {
  margin-bottom: 1em;
}
.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 {
  margin: 0 5px;
  max-width: 250px;
  position: relative;
  text-align: center;
}
.filters ul li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: var(--bg-d-3);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.filters ul li a {
  color: var(--main);
  text-decoration: none;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1.5em;
  line-height: 140%;
  display: inline-block;
  letter-spacing: 0.05em;
}
#dark_theme .filters ul li a, #darken_theme .filters ul li a {
  color: var(--titles);
}
.filters ul li a:hover,
.filters ul li a.active:hover {
  color: var(--hover);
}
.filters ul li.active a {
  color: var(--secondary);
}

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

.main_content_section + .extra_content_section {
  border-top-width: 1px;
}

@media (min-width: 768px) {
  .main_content_section,
  #main-content-1 {
    padding-top: 0;
  }
}
.page_on_front .main_content_section .container,
.page_on_front #main-content-1 .container {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  .page_on_front .main_content_section .container,
  .page_on_front #main-content-1 .container {
    padding-top: 4vh;
  }
}
.page-template-template-landing-page .main_content_section,
.page-template-template-landing-page #main-content-1 {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  .page-template-template-landing-page .main_content_section,
  .page-template-template-landing-page #main-content-1 {
    padding-top: 4vh;
  }
}
.main_content_section .page_logo,
#main-content-1 .page_logo {
  background-size: contain;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 2em;
  height: 100px;
  width: 100%;
}
@media (max-width: 767px) {
  .main_content_section .page_logo,
  #main-content-1 .page_logo {
    height: 80px;
  }
}
.main_content_section .featured_img_wrap,
#main-content-1 .featured_img_wrap {
  margin: 2em auto;
  max-width: 1100px;
}
.main_content_section .featured_img_wrap .featured_img,
#main-content-1 .featured_img_wrap .featured_img {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.main_content_section .collapsibleContent_wrap .btns_wrap .btn a,
#main-content-1 .collapsibleContent_wrap .btns_wrap .btn 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;
}
.main_content_section .collapsibleContent_wrap .btns_wrap .btn a:before,
#main-content-1 .collapsibleContent_wrap .btns_wrap .btn a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.main_content_section .collapsibleContent_wrap .btns_wrap .btn a:hover, .main_content_section .collapsibleContent_wrap .btns_wrap .btn a:focus,
#main-content-1 .collapsibleContent_wrap .btns_wrap .btn a:hover,
#main-content-1 .collapsibleContent_wrap .btns_wrap .btn a:focus {
  color: var(--hover);
}

#breadcrumb {
  color: var(--bg-color-associated);
  position: relative;
  z-index: 200;
  font-size: 0.9em;
}
#breadcrumb ul, #breadcrumb li {
  list-style: none inside none;
}
#breadcrumb ul {
  height: 70px;
  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;
}
#breadcrumb ul li {
  display: inline-block;
}
#breadcrumb ul li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  color: rgba(var(--bg-color-associated), 0.5);
}
#breadcrumb ul li:first-child:before {
  display: none;
}
#breadcrumb ul li.current-menu-item a {
  color: var(--secondary);
  text-transform: uppercase;
}
#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;
}

#breadcrumb + #main-content-1 {
  padding-top: 0;
}
@media (max-width: 767px) {
  #breadcrumb + #main-content-1 {
    padding-top: 4vh;
  }
}

.page-template-template-sitemap .sitemap {
  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;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-template-sitemap .sitemap {
    -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 .sitemap_col {
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-sitemap .sitemap .sitemap_col {
    width: 80%;
    margin: 20px auto;
  }
}
.page-template-template-sitemap .sitemap .sitemap_col li.page_item_has_children ul {
  margin: 0 0 0 20px;
}
html.rtl .page-template-template-sitemap .sitemap .sitemap_col li.page_item_has_children ul {
  margin: 0 20px 0 0;
}
.page-template-template-sitemap .sitemap .sitemap_col a {
  color: var(--main);
  text-decoration: none;
}
.page-template-template-sitemap .sitemap .sitemap_col a:hover {
  color: var(--hover);
}

#blog_comments .wrap {
  max-width: 1400px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin: 0 auto;
}
#blog_comments .wrap #comments {
  font-weight: 600;
  margin-bottom: 20px;
}
#blog_comments .wrap .commentlist {
  margin-bottom: 20px;
}
#blog_comments .wrap .commentlist .comment {
  padding: 20px 40px;
  margin-bottom: 20px;
  background: var(--main-color-associated);
  box-shadow: 0 0 2.2px rgba(0, 0, 0, 0.011), 0 0 5.3px rgba(0, 0, 0, 0.016), 0 0 10px rgba(0, 0, 0, 0.02), 0 0 17.9px rgba(0, 0, 0, 0.024), 0 0 33.4px rgba(0, 0, 0, 0.029), 0 0 80px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  #blog_comments .wrap .commentlist .comment {
    padding: 20px;
  }
}
#blog_comments .wrap .commentlist .comment:last-child {
  margin-bottom: 0;
}
#blog_comments .wrap .commentlist .comment-body a {
  color: var(--secondary);
  text-decoration: none;
}
#blog_comments .wrap .commentlist .comment-body a:hover, #blog_comments .wrap .commentlist .comment-body a:focus {
  color: var(--hover);
}
#blog_comments .wrap .comment-respond {
  padding: 20px 40px;
  background: var(--main-color-associated);
}
@media (max-width: 991px) {
  #blog_comments .wrap .comment-respond {
    padding: 20px;
  }
}
#blog_comments .wrap .comment-respond .comment-reply-title {
  font-weight: 600;
  margin-bottom: 20px;
}
#blog_comments .wrap .comment-respond .logged-in-as a {
  color: var(--secondary);
  text-decoration: none;
}
#blog_comments .wrap .comment-respond .logged-in-as a:hover, #blog_comments .wrap .comment-respond .logged-in-as a:focus {
  color: var(--hover);
}
#blog_comments .wrap .comment-respond .comment-form-comment label {
  display: block;
}
#blog_comments .wrap .comment-respond .comment-form-comment #comment {
  font-family: var(--first-font);
  width: 100%;
  border: 1px solid var(--highlighted);
}
#blog_comments .wrap .comment-respond .form-submit {
  margin-top: 20px;
}
#blog_comments .wrap .comment-respond .form-submit .submit {
  font-family: var(--first-font);
  background: var(--highlighted);
  text-transform: uppercase;
  color: var(--main-color-associated);
  padding: 1em 2em;
  border: 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;
}
#blog_comments .wrap .comment-respond .form-submit .submit:hover, #blog_comments .wrap .comment-respond .form-submit .submit:focus {
  background: var(--hover);
}

.mega_details_wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}
.mega_details_wrapper .close, .mega_details_wrapper .paprika_hotel #fbga-popin #close-ga, .paprika_hotel #fbga-popin .mega_details_wrapper #close-ga {
  left: auto;
  right: 0;
  top: 0;
}
.mega_details_wrapper .mega_details_inner_wrapper {
  height: 100%;
  overflow: auto;
}
@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: 800px;
  margin: 40px auto 0;
  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;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title {
  text-align: center;
  z-index: 200;
  margin: 0;
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.7em;
  font-weight: normal;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .btns_wrap {
  margin: 20px 0;
}
.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;
}

body#dark_theme .pager ul li:not(.slick-active),
body#darken_theme .pager ul li:not(.slick-active) {
  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.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 - 70px);
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  body.error404 #main_content_404 {
    height: calc(100vh - 130px);
  }
}
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);
  padding-right: 1.5em;
  padding-left: 1.5em;
}
body.error404 #main_content_404 .btns_wrap .btnCta a:hover {
  color: var(--hover-color-associated);
  background: var(--hover);
}

#footer {
  margin-left: 0;
}
@media (min-width: 1200px) {
  body.fixed_sidebar:not(.error404) #footer {
    margin-left: 260px;
  }
}
@media (min-width: 1700px) {
  body.fixed_sidebar:not(.error404) #footer {
    margin-left: 340px;
  }
}
html.fb3d_single_room #footer {
  margin: 0;
}

#footer_top_menu {
  padding: 1.5em 0;
  min-height: 60px;
  background: var(--bg-d-5);
  color: var(--bg-color-associated);
  border-top: 2px solid var(--bg);
}
#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-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#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 > span > a {
  color: var(--highlighted);
}
#footer_top_menu ul.menu > li > a {
  color: var(--bg-color-associated);
  padding: 0.8em 0.6em;
  text-transform: capitalize;
  line-height: 130%;
  display: block;
  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;
}
@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(--dark_section);
  color: var(--dark_section-color-associated);
  text-align: center;
}
#footer_bottom .top {
  border-bottom: 1px solid rgba(var(--dark_section-color-associated), 0.1);
  padding: 2em 0;
}
#footer_bottom .socials a {
  display: inline-block;
}
#footer_bottom .socials a span[class^=fa] {
  background: var(--main);
  color: var(--main-color-associated);
  font-size: 1em;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -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]:hover, #footer_bottom .socials a span[class^=fa]:focus {
  color: #fff;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-facebook-f, #footer_bottom .socials a span[class^=fa]:focus.fa-facebook-f {
  background: #0D65D3;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-twitter, #footer_bottom .socials a span[class^=fa]:focus.fa-twitter {
  background: #5DD7FC;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-pinterest-p, #footer_bottom .socials a span[class^=fa]:focus.fa-pinterest-p {
  background: #bd081c;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-youtube, #footer_bottom .socials a span[class^=fa]:focus.fa-youtube {
  background: #DE1829;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-google-plus-g, #footer_bottom .socials a span[class^=fa]:focus.fa-google-plus-g {
  background: #dc4538;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-foursquare, #footer_bottom .socials a span[class^=fa]:focus.fa-foursquare {
  background: #EF4B78;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-tripadvisor, #footer_bottom .socials a span[class^=fa]:focus.fa-tripadvisor {
  background: #4B7E37;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-vimeo-v, #footer_bottom .socials a span[class^=fa]:focus.fa-vimeo-v {
  background: #17B3E8;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-linkedin-in, #footer_bottom .socials a span[class^=fa]:focus.fa-linkedin-in {
  background: #0274B3;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-share-alt, #footer_bottom .socials a span[class^=fa]:focus.fa-share-alt {
  background: #008852;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-flickr, #footer_bottom .socials a span[class^=fa]:focus.fa-flickr {
  background: #FF0084;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-vk, #footer_bottom .socials a span[class^=fa]:focus.fa-vk {
  background: #4c75a3;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-line, #footer_bottom .socials a span[class^=fa]:focus.fa-line {
  background: #00b900;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-weibo, #footer_bottom .socials a span[class^=fa]:focus.fa-weibo {
  background: #df2029;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-weixin, #footer_bottom .socials a span[class^=fa]:focus.fa-weixin {
  background: #09b83e;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-skype, #footer_bottom .socials a span[class^=fa]:focus.fa-skype {
  background: #00aff0;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-whatsapp, #footer_bottom .socials a span[class^=fa]:focus.fa-whatsapp {
  background: #075E54;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  background: #f7f401;
}
#footer_bottom .socials a span[class^=fa]:hover.fa-instagram, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-tiktok, #footer_bottom .socials a span[class^=fa]:focus.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]:hover.fa-snapchat-ghost, #footer_bottom .socials a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#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 .contacts .element {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-left: 1em;
}
@media (max-width: 991px) {
  #footer_bottom .contacts .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
#footer_bottom .contacts .element:before {
  margin-right: 0.5em;
  color: var(--dark_section-color-associated);
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 991px) {
  #footer_bottom .contacts .element:before {
    font-size: 20px;
  }
}
#footer_bottom .contacts .element.element_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
#footer_bottom .contacts .element.element_address:before {
  content: "\eaa2";
  font-family: "fb_places";
}
#footer_bottom .contacts .element.element_address .element_pref {
  display: none;
}
#footer_bottom .contacts .element.element_fax:before {
  content: "ﮆ";
  font-family: "fb_generic_set";
}
#footer_bottom .contacts .element.element_phone:before {
  content: "꬐";
  font-family: "fb_additional_set_1";
}
#footer_bottom .contacts .element.element_mail:before {
  font-family: "fb_generic_set";
  content: "ﮄ";
}
#footer_bottom .contacts .element.element_mail a {
  color: var(--white);
  -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 .contacts .element.element_mail a:hover {
  color: var(--hover);
}
#footer_bottom .contacts .element .element_pref {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer_bottom .contacts .element .element_pref:after {
  content: ":";
  display: inline-block;
  margin-right: 0.5em;
}
#footer_bottom .contacts .element + .element {
  margin-top: 1em;
}
#footer_bottom .socials + .contacts {
  margin-top: 2em;
}
#footer_bottom .gds {
  padding: 2em 0;
  font-size: 0.9em;
}
#footer_bottom .bottom {
  font-size: 0.9em;
  color: rgba(var(--dark_section-color-associated), 0.75);
  padding: 2em 0;
  background: var(--dark_section-d-5);
}
#footer_bottom .bottom .container {
  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;
}
@media (max-width: 991px) {
  #footer_bottom .bottom .container {
    -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 .bottom #trust_you_widget {
  margin: 1em;
  background: #ddd;
  padding: 1em 1em 0.1em 1em;
}
#footer_bottom .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;
}

#blog_content .wrap {
  margin: 0 auto;
  max-width: 1400px;
}
#blog_content .title_wrap + .list {
  margin-top: 1em;
}
#blog_content .item_wrap {
  position: relative;
  padding: 10px;
  width: 50%;
}
@media (min-width: 1400px) {
  #blog_content .item_wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #blog_content .item_wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #blog_content .item_wrap.full {
    width: 100%;
  }
  #blog_content .item_wrap.full .item .thumb_wrap .thumb {
    padding-bottom: 35%;
  }
}
#blog_content .item_wrap .item {
  height: 100%;
  position: relative;
  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_content .item_wrap .item .content_wrap {
  padding: 2em 2em;
  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-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;
  background: var(--bg-l-3);
}
@media (max-width: 991px) {
  #blog_content .item_wrap .item .content_wrap {
    padding: 1.5em 1em;
  }
}
#blog_content .item_wrap .item .content_wrap .content {
  max-width: 1100px;
}
#blog_content .item_wrap .item .content_wrap .title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.7em;
  display: block;
  text-decoration: none;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_content .item_wrap .item .content_wrap .title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_content .item_wrap .item .content_wrap .title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .title {
    font-size: 1.3em;
  }
}
#blog_content .item_wrap .item .content_wrap .title strong {
  font-weight: inherit;
}
#blog_content .item_wrap .item .content_wrap .title strong {
  color: var(--secondary);
}
#blog_content .item_wrap .item .content_wrap .dates {
  margin-bottom: 0.5em;
}
#blog_content .item_wrap .item .content_wrap .dates .label {
  text-transform: lowercase;
}
#blog_content .item_wrap .item .content_wrap .dates .date {
  color: var(--titles);
  font-weight: 600;
  font-size: 1.1em;
}
#blog_content .item_wrap .item .content_wrap .description {
  margin-bottom: 1em;
  line-height: 150%;
  max-width: 600px;
}
#blog_content .item_wrap .item .content_wrap .description + .offers_container {
  margin-top: -1em;
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .btns_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;
  }
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .offers_container {
  height: 60px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .btns_wrap .offers_container {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .btns_wrap .btn.btnCta {
    width: 100%;
    margin-top: 10px;
  }
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .btn + .info {
  margin-left: 20px;
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .btns_wrap .btn + .info {
    margin-left: 0;
  }
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  #blog_content .item_wrap .item .content_wrap .btns_wrap .info {
    height: 50px;
  }
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn.open a:before, #blog_content .item_wrap .item .content_wrap .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#blog_content .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%;
  -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_content .item_wrap .item .content_wrap .btns_wrap .info a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info a:hover:after {
  background: var(--hover);
}
#blog_content .item_wrap .item .content_wrap .btns_wrap .info a:hover, #blog_content .item_wrap .item .content_wrap .btns_wrap .info a:focus {
  outline: none;
}
@media (max-width: 767px) {
  #blog_content .item_wrap .item .content_wrap .btns_wrap .info {
    width: 100%;
  }
}
#blog_content .item_wrap .item .thumb_wrap {
  position: relative;
}
#blog_content .item_wrap .item .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  z-index: 10;
}
#blog_content .item_wrap .item .thumb_wrap .categories {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 200;
}
#blog_content .item_wrap .item .thumb_wrap .categories span {
  display: inline-block;
  padding: 0.5em 0.6em;
  line-height: 130%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--bg-d-3);
  color: var(--main);
  font-size: 0.8em;
  margin-right: 5px;
}
#blog_content .item_wrap .item .price_wrap {
  font-size: 0.85em;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  position: absolute;
  text-align: center;
  padding: 1em 2em;
  top: 0;
  z-index: 300;
  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;
  right: 20px;
  background: var(--main);
  color: var(--main-color-associated);
}
#blog_content .item_wrap .item .price_wrap:hover {
  color: var(--hover-color-associated);
  background: var(--hover);
}
#blog_content .item_wrap .item .price_wrap .label {
  display: block;
}
#blog_content .item_wrap .item .price_wrap .price {
  font-family: var(--highlight-font);
  font-size: 2em;
}
#blog_content .item_wrap.no_image_available .item .thumb_wrap .thumb {
  background: url("../img/placeholder.jpg") repeat center var(--bg-d-3);
  background-size: cover;
}
#blog_content .list {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
  position: relative;
  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 (min-width: 1400px) {
  #blog_content .list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.pages {
  display: flex;
  justify-content: center;
}
.pages .page-numbers {
  margin: 0 20px;
  text-decoration: none;
  color: var(--titles);
}
.pages .page-numbers.current {
  color: var(--highlighted);
}

: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_wrapper form .gform_heading .gform_title {
  text-align: center;
  z-index: 200;
  margin: 0;
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.7em;
  font-weight: normal;
}
.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: 0.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);
  display: block;
  font-size: 16px;
  margin-left: 10px;
  max-width: 100%;
  margin-top: 0;
  font-weight: inherit;
}
body.rtl .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
body.rtl .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label {
  margin-right: 10px;
  margin-left: 0;
}
.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 {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  color: var(--bg-color-associated);
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 200;
  min-width: 100px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  background: var(--bg-l-3);
}
.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;
}
body.rtl .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour {
  padding: 0 0 0 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: "✓";
  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(--bg-d-3);
  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: "✓";
  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 #ddd;
  background: var(--bg-l-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: "•";
  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 {
  color: var(--titles);
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: initial;
}
.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 {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  color: var(--bg-color-associated);
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 200;
  min-width: 100px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  background: var(--bg-l-3);
}
.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: 0.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;
  padding: 0;
  margin: 0;
  min-height: 2rem;
}
.gform_wrapper form .gform_footer input[type=submit] {
  height: 60px;
  font-family: var(--first-font);
  font-size: 14px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  min-width: 160px;
  border: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: auto;
  background: var(--highlighted);
  color: var(--white);
  padding: 0 2em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  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: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: initial;
    width: auto;
  }
}
@media (max-width: 991px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    position: relative;
    right: unset;
    bottom: 80px;
    margin: 0;
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: inline;
    bottom: 0;
  }
}
.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(--error) !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(--bg-d-3);
  background: var(--bg-d-3);
  color: var(--bg-color-associated);
  padding: 1em;
  min-width: 320px;
  max-width: 360px;
  display: none;
  z-index: 99999 !important;
  -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: "⟵";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "⟶";
}
.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;
}

.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: 40px 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;
}
.hidden_fancybox .gform_wrapper {
  margin: 0;
}

#header_wrapper {
  position: relative;
  z-index: 900;
  height: 70px;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 1200px) {
  body.fixed_sidebar #header_wrapper {
    width: calc(100% - 260px);
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  body.fixed_sidebar #header_wrapper {
    width: calc(100% - 340px);
  }
}

#header {
  position: fixed;
  top: 0;
  height: 70px;
  background: var(--header);
  color: var(--header-color-associated);
  border-bottom: 1px solid rgba(var(--header-color-associated), 0.1);
  width: 100%;
  left: 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 (min-width: 1200px) {
  body.fixed_sidebar #header {
    left: 260px;
    width: calc(100% - 260px);
  }
}
@media (min-width: 1700px) {
  body.fixed_sidebar #header {
    width: calc(100% - 340px);
    left: 340px;
  }
}
#header .wrap {
  width: 100%;
  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-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;
}
#header .wrap .col {
  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;
  height: 70px;
  width: 70px;
}
@media (min-width: 992px) {
  #header .wrap .col {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
body.no_fixed_sidebar #header .wrap .col {
  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;
  height: 70px;
}
@media (min-width: 1200px) {
  body.no_fixed_sidebar #header .wrap .col {
    width: auto;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    -moz-justify-content: initial;
    justify-content: initial;
  }
}
body.fixed_sidebar #header .wrap .col.col_left {
  width: calc(100% - 70px);
}
body.fixed_sidebar #header .wrap .col.col_left #logo {
  margin: 0 auto;
}
@media (min-width: 992px) {
  body.fixed_sidebar #header .wrap .col.col_left {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  body.fixed_sidebar #header .wrap .col.col_left #logo {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  body.fixed_sidebar #header .wrap .col.col_left {
    display: none;
  }
}

#main_column_wrapper {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  body.fixed_sidebar #main_column_wrapper {
    width: calc(100% - 260px);
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  body.fixed_sidebar #main_column_wrapper {
    width: calc(100% - 340px);
  }
}

#open_menu {
  width: 70px;
  height: 70px;
  position: relative;
}
#open_menu:hover .icon {
  border-color: var(--secondary);
}
#open_menu:hover .icon:before {
  background: var(--secondary);
}
#open_menu .icon {
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
  border-width: 2px 0;
  border-style: solid;
  border-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;
}
#open_menu .icon:before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background: var(--header-color-associated);
  top: 50%;
  margin-top: -1px;
  -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;
}

#logo {
  height: 70px;
  line-height: 70px;
  display: block;
  width: 150px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#logo img {
  max-width: 100%;
  max-height: 80%;
  display: inline;
}

#languages {
  white-space: nowrap;
}
@media (min-width: 992px) {
  #languages {
    margin-right: 2em;
  }
}
#languages nav,
#languages > div {
  display: block;
}
#languages nav a,
#languages > div a {
  text-decoration: none;
}
#languages nav > ul img,
#languages > div > ul img {
  display: none;
}
#languages nav > ul > li,
#languages > div > ul > li {
  position: relative;
}
#languages nav > ul > li:hover:after,
#languages > div > ul > li:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--header-d-5) transparent;
}
#languages nav > ul > li:hover > ul,
#languages > div > ul > li:hover > ul {
  display: block;
}
#languages nav > ul > li a.lang_sel_sel,
#languages > div > ul > li a.lang_sel_sel {
  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;
}
#languages nav > ul > li a.lang_sel_sel:hover,
#languages > div > ul > li a.lang_sel_sel:hover {
  color: var(--hover);
}
#languages nav > ul > li a.lang_sel_sel img,
#languages > div > ul > li a.lang_sel_sel img {
  height: 15px;
}
#languages nav > ul > li a.lang_sel_sel:after,
#languages > div > ul > li a.lang_sel_sel:after {
  content: " ▾";
}
#languages nav > ul ul,
#languages > div > ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 160px;
  margin-left: -60px;
  padding: 1em 0;
}
#languages nav > ul ul li,
#languages > div > ul ul li {
  background: var(--header-d-5);
}
#languages nav > ul ul li:last-child a.lang_sel_other,
#languages > div > ul ul li:last-child a.lang_sel_other {
  border: none;
}
#languages nav > ul ul li:first-child,
#languages > div > ul ul li:first-child {
  padding-top: 1em;
}
#languages nav > ul ul li:last-child,
#languages > div > ul ul li:last-child {
  padding-bottom: 1em;
}
#languages nav > ul ul li a.lang_sel_other,
#languages > div > ul ul li a.lang_sel_other {
  color: var(--header-color-asss);
  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 nav > ul ul li a.lang_sel_other img,
#languages > div > ul ul li a.lang_sel_other img {
  display: inline-block;
  height: 15px;
  margin-right: 1em;
}
#languages nav > ul ul li a.lang_sel_other:hover,
#languages > div > ul ul li a.lang_sel_other:hover {
  color: var(--hover);
  text-decoration: none;
}
html[dir=rtl] #languages nav > ul ul li a.lang_sel_other img,
html[dir=rtl] #languages > div > ul ul li a.lang_sel_other img {
  margin-left: 1em;
  margin-right: 0;
}

#languages_mobile {
  position: relative;
  margin-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #languages_mobile {
    margin-right: 1.5em;
  }
}
#languages_mobile:before {
  content: "▾";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  line-height: 40px;
}
#languages_mobile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: var(--first-font);
  font-size: var(--font-size);
  line-height: 40px;
  height: 40px;
  color: var(--header-color-associated);
  padding-right: 20px;
  position: relative;
  z-index: 100;
  background: none;
  direction: rtl;
  width: 60px;
  text-transform: uppercase;
}
#languages_mobile select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#login {
  text-decoration: none;
  color: var(--header-color-associated);
  padding-right: 2em;
  -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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #login {
    padding-right: 0;
    margin-right: 0;
  }
}
#login:hover {
  color: var(--hover);
}
#login .icon {
  font-size: 26px;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  #login .icon {
    margin-right: 20px;
  }
}
#login .icon:before {
  content: "ꥄ";
  display: inline-block;
  font-family: "fb_service_icons";
}

#main_book {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  height: 70px;
  width: 250px;
}
@media (max-width: 991px) {
  #main_book {
    height: 50px;
  }
}
#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 2em;
  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: 0.8em;
  text-transform: uppercase;
  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;
}
@media (max-width: 991px) {
  #main_book a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
#main_book a * {
  color: inherit;
  font-weight: inherit;
}
#main_book a:hover, #main_book a:focus {
  text-decoration: none;
  outline: none;
}
#main_book a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
#main_book a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
@media (max-width: 991px) {
  #main_book {
    height: 70px;
  }
}
#main_book a:before {
  content: "ﭞ";
  display: inline-block;
  font-family: "fb_generic_set";
  margin-right: 0.5em;
  font-size: 26px;
}

#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: 60px;
  overflow: hidden;
  text-align: center;
  height: 60px !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 991px) {
  #mobile_bar .book {
    height: 50px;
  }
}
#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 2em;
  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: 0.8em;
  text-transform: uppercase;
  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;
}
@media (max-width: 991px) {
  #mobile_bar .book a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
#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(--titles);
}
#mobile_bar .phone .icon:before {
  content: "\f095";
}

#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-size: var(--font-size);
  font-family: var(--first-font);
}
#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;
}

.page-template-template-landing-page #header_wrapper,
.page-template-template-landing-page #header,
.page-template-template-landing-page #main_column_wrapper {
  width: 100%;
}
.page-template-template-landing-page #anchors_wrap.fixed #anchors,
.page-template-template-landing-page #header {
  left: 0;
}
.page-template-template-landing-page .section + .section {
  border-top: 1px solid var(--bg-d-3);
  padding-top: 8vh;
}
@media (max-width: 991px) {
  .page-template-template-landing-page .section + .section {
    padding-top: 4vh;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-page .landing_box_section .the_content .divided_paragraph {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .page-template-template-landing-page .landing_box_section .the_content .divided_paragraph {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.page-template-template-landing-page #map_wrapper {
  padding-top: 0;
}
.page-template-template-landing-page #landing_page_rooms.children_section .the_content + .wrap_list {
  margin-top: 2em;
}
.page-template-template-landing-page #landing_page_rooms.children_section .item_wrap {
  width: 560px;
}
.page-template-template-landing-page #landing_page_rooms.children_section .wrap_list {
  position: relative;
}
.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: 1100px;
}

.page-template-template-landing-page .gallery_section .wrap {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.page-template-template-landing-page .gallery_section .filters_wrap {
  margin: 40px auto;
}
.page-template-template-landing-page .gallery_section .filters_wrap .filters_select {
  margin: 0 auto;
}
.page-template-template-landing-page .gallery_section .btns_wrap {
  text-align: center;
  margin-top: 1em;
  clear: both;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more,
.page-template-template-landing-page .gallery_section .btns_wrap .info {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-template-landing-page .gallery_section .btns_wrap .read_more,
  .page-template-template-landing-page .gallery_section .btns_wrap .info {
    height: 50px;
  }
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more.collapsibleContent_btn a:before,
.page-template-template-landing-page .gallery_section .btns_wrap .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more.collapsibleContent_btn.open a:before, .page-template-template-landing-page .gallery_section .btns_wrap .read_more.open a:before,
.page-template-template-landing-page .gallery_section .btns_wrap .info.collapsibleContent_btn.open a:before,
.page-template-template-landing-page .gallery_section .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a,
.page-template-template-landing-page .gallery_section .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%;
  -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 .gallery_section .btns_wrap .read_more a:after,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a *,
.page-template-template-landing-page .gallery_section .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a:before,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a:hover,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a:hover:after,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:hover:after {
  background: var(--hover);
}
.page-template-template-landing-page .gallery_section .btns_wrap .read_more a:hover, .page-template-template-landing-page .gallery_section .btns_wrap .read_more a:focus,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:hover,
.page-template-template-landing-page .gallery_section .btns_wrap .info a:focus {
  outline: none;
}
.page-template-template-landing-page .gallery_section .thumb_wrap {
  width: 33.333%;
  position: relative;
  padding: 5px;
  float: left;
  margin: 0;
}
@media (min-width: 1400px) {
  .page-template-template-landing-page .gallery_section .thumb_wrap {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing-page .gallery_section .thumb_wrap {
    width: 20%;
  }
}
.page-template-template-landing-page .gallery_section .thumb_wrap.video_wrap:before {
  content: "";
  display: block;
  background: url("../img/icon-play.svg") no-repeat center transparent;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-template-landing-page .gallery_section .thumb_wrap:hover .description {
  opacity: 1;
  filter: Alpha(opacity=100);
}
.page-template-template-landing-page .gallery_section .thumb_wrap a {
  text-decoration: none;
}
.page-template-template-landing-page .gallery_section .thumb_wrap .thumb_content {
  width: 100%;
  overflow: hidden;
  background: var(--main);
}
.page-template-template-landing-page .gallery_section .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  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;
}
.page-template-template-landing-page .gallery_section .thumb_wrap .description {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 200;
  padding: 1em 2em;
  text-align: center;
  line-height: 150%;
  font-family: var(--first-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -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;
  opacity: 0;
  filter: Alpha(opacity=0);
}
@media (max-width: 991px) {
  .page-template-template-landing-page .gallery_section .thumb_wrap .description {
    font-size: 0.9em;
  }
}
.page-template-template-landing-page .gallery_section.grid .elements_to_filter {
  margin: 0;
}
.page-template-template-landing-page .btns_wrap .read_more {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-template-landing-page .btns_wrap .read_more {
    height: 50px;
  }
}
.page-template-template-landing-page .btns_wrap .read_more.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.page-template-template-landing-page .btns_wrap .read_more.collapsibleContent_btn.open a:before, .page-template-template-landing-page .btns_wrap .read_more.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.page-template-template-landing-page .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%;
  -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 .btns_wrap .read_more a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: transparent;
  left: 0;
  width: 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;
}
.page-template-template-landing-page .btns_wrap .read_more a * {
  color: inherit;
  font-weight: inherit;
}
.page-template-template-landing-page .btns_wrap .read_more a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.page-template-template-landing-page .btns_wrap .read_more a:hover {
  color: var(--hover);
  text-decoration: none;
}
.page-template-template-landing-page .btns_wrap .read_more a:hover:after {
  background: var(--hover);
}
.page-template-template-landing-page .btns_wrap .read_more a:hover, .page-template-template-landing-page .btns_wrap .read_more a:focus {
  outline: none;
}

.page-template-template-landing-page #header .wrap .col.col_left {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-template-template-landing-page #header_wrapper {
    height: 100px;
  }
  .page-template-template-landing-page #header {
    height: 100px;
  }
  .page-template-template-landing-page #header .wrap .col {
    height: 100px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .page-template-template-landing-page #header .wrap .col.col_left {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-page #main_column_wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-page #logo {
    width: 260px;
    height: 100px;
    line-height: 100px;
  }
  .page-template-template-landing-page #logo img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-page #main_book {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-page #anchors_wrap.fixed #anchors {
    top: 100px;
  }
}

html[dir=rtl] #menu_sidebar_wrap.visible .menu_sidebar {
  right: 0;
  left: auto;
}
@media (min-width: 1400px) {
  html[dir=rtl] body.fixed_sidebar #header_wrapper {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] body.fixed_sidebar #header {
    right: 260px;
  }
}
@media (min-width: 1700px) {
  html[dir=rtl] body.fixed_sidebar #header {
    right: 340px;
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] body.fixed_sidebar #main_column_wrapper {
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] body.fixed_sidebar #footer {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media (min-width: 1700px) {
  html[dir=rtl] body.fixed_sidebar #footer {
    margin-right: 340px;
    margin-left: 0;
  }
}
html[dir=rtl].fb3d_single_room body.rtl #footer {
  margin: 0;
}
html[dir=rtl] #login {
  padding-right: 0;
  padding-left: 2em;
}
html[dir=rtl].paprika_hotel #fbga-popin #close-ga {
  right: auto;
  left: 10px;
}
html[dir=rtl].paprika_hotel #social_login #unconnected-ga-offer #open-fbga {
  margin-left: 0;
  margin-right: 15em;
}
@media (max-width: 767px) {
  html[dir=rtl].paprika_hotel #social_login #unconnected-ga-offer #open-fbga {
    margin: 0.5em auto;
  }
}
html[dir=rtl].paprika_hotel #guestaccount a::before,
html[dir=rtl] #main_book a::before,
html[dir=rtl] #footer_bottom .contacts .element::before,
html[dir=rtl] .section_contacts .wrap .contacts .element::before,
html[dir=rtl] #map_wrapper #contact_box .wrap .element::before {
  margin-right: 0;
  margin-left: 0.5em;
}
@media (min-width: 992px) {
  html[dir=rtl] #languages {
    margin-right: 0;
    margin-left: 2em;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .btn + .btn,
  html[dir=rtl] script + .btn {
    margin-right: 2em;
    margin-left: 0;
  }
}
html[dir=rtl] .view_all .info a::before,
html[dir=rtl] .de_block_post_preview.carousel_2 .item_wrap .item .content_wrap .btns_wrap .info a::before,
html[dir=rtl] .de_block_post_preview.grid .item_wrap .item .content_wrap .btns_wrap .info a::before,
html[dir=rtl] .page-template-template-landing-page .gallery_section .btns_wrap .info a::before,
html[dir=rtl] #blog_content .item_wrap .item .content_wrap .btns_wrap .info a::before,
html[dir=rtl] .de_block_filterable_posts .item_wrap .item .content_wrap .btns_wrap .info a::before {
  margin-left: 0.5em;
  transform: rotate(180deg);
}
html[dir=rtl] .fakeSelect::after,
html[dir=rtl] #booking_form .quickbook-form-tab::after {
  right: auto;
  left: 15px;
}
html[dir=rtl] #itinerary .field label,
html[dir=rtl] #main-content-1 #share .label {
  margin-right: 0;
  margin-left: 1em;
}
html[dir=rtl] #menu_sidebar_wrap .close_sidebar {
  right: auto;
  left: 0;
}
html[dir=rtl] .extra_content_section.has_featured_img .content_wrap .title_wrap::before,
html[dir=rtl] .container.container_large .content_container .title_wrap::before,
html[dir=rtl] #main_column_wrapper {
  margin-left: 0;
  margin-right: 0;
}
html[dir=rtl] #menu_sidebar_wrap,
html[dir=rtl] #anchors .container .wrap .label:not(:first-child):not(div.label)::before,
html[dir=rtl] .filters ul li:not(:first-child)::before {
  right: 0;
  left: auto;
}
html[dir=rtl] #menu_sidebar_wrap.visible .menu_sidebar,
html[dir=rtl] #anchors .container .wrap .label:not(:first-child):not(div.label)::before.visible .menu_sidebar,
html[dir=rtl] .filters ul li:not(:first-child)::before.visible .menu_sidebar {
  right: 0;
  left: auto;
}
@media (min-width: 1400px) {
  html[dir=rtl] #anchors_wrap.fixed #anchors {
    left: 0;
    right: 260px;
  }
}
@media (min-width: 1700px) {
  html[dir=rtl] #anchors_wrap.fixed #anchors {
    left: 0;
    right: 340px;
  }
}
html[dir=rtl] .booking_form_section.inline .promo_code {
  margin-right: 0 !important;
  margin-left: 10px;
}
html[dir=rtl] .booking_form_section.inline select[name=adulteresa], html[dir=rtl] .booking_form_section.inline select[name=enfantresa],
html[dir=rtl] .booking_form_section.inline .arriving-tab .input_dp_wrapper, html[dir=rtl] .booking_form_section.inline .departing-tab .input_dp_wrapper,
html[dir=rtl] .booking_form_section .section-check_in, html[dir=rtl] .booking_form_section .section-check_out {
  right: -9999px;
  left: auto;
}
html[dir=rtl] .slideshow_container .caption {
  text-align: right;
}
html[dir=rtl] #menu-1 .fbm-pdf_wrap .fbm-pdf a::before,
html[dir=rtl] .btnPdf a::before {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] #fbm-food_legend_wrap .fbm-food_legend .fbm-label {
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] #rooms_amenities #accommodation_features .room_details {
  padding-right: 0;
  padding-left: 20px;
}
html[dir=rtl] #rooms_amenities .room_details .elem .label,
html[dir=rtl] #rooms_amenities .room_details .elem .text {
  padding-left: 0;
  padding-right: 20px;
}
html[dir=rtl] .meeting_planner_wrap .meeting_planner_description_col .inner_wrap .services_list {
  padding: 0 20px 0 0;
}
@media (min-width: 1200px) {
  html[dir=rtl] .meeting_planner_wrap .meeting_planner_description_col .inner_wrap .services_list {
    padding-right: 40px;
  }
}
html[dir=rtl] .meeting_planner_wrap .meeting_planner_description_col .inner_wrap .services_list ul {
  margin: 0 20px 0 0;
}
html[dir=rtl] #meeting_planner_more_info .amenities > li::before,
html[dir=rtl] #meeting_planner_more_info .dimensions > li::before {
  margin: 0 -15px 0 10px;
}
html[dir=rtl] #meeting_planner_other_rooms .other_rooms_pager .item:not(:first-child)::before {
  right: 0;
}
html[dir=rtl] #meeting_planner_rooms_list .meeting_single_room_wrap .meeting_single_room .content_wrap .buttons_wrap .generic_btn::before {
  content: "⟵";
  margin-left: 0.5em;
}
html[dir=rtl] .section_expandable_contents .wrap .title .date {
  margin-left: 0;
  margin-right: auto;
}
html[dir=rtl] .de_block_post_preview.carousel_2 .item_wrap .item .content_wrap .btns_wrap .btn,
html[dir=rtl] .de_block_post_preview.grid .item_wrap .item .content_wrap .btns_wrap .btn,
html[dir=rtl] .de_block_post_preview.list .item_wrap .item .content_wrap .btns_wrap .btn {
  margin: 0 0 0 20px;
}
html[dir=rtl] .fancybox-container .gform_wrapper form .gform_heading .gform_title {
  text-align: center !important;
}
html[dir=rtl] .gform_wrapper form .gform_footer {
  text-align: left !important;
}
html[dir=rtl] .gform_wrapper form .gform_footer input[type=submit],
html[dir=rtl] .hidden_fancybox .fancybox-close-small {
  left: 0;
  right: auto;
}
html[dir=rtl] #blog_tags .searchform > div .screen-reader-text {
  right: -9999999px;
  left: auto;
}
html[dir=rtl] #footer {
  margin-right: 0;
}

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 350px;
  background: rgba(0, 0, 0, 0.5);
}
body.no_fixed_sidebar #menu_sidebar_wrap {
  display: none;
}
#menu_sidebar_wrap.open {
  display: block !important;
}
#menu_sidebar_wrap.visible .menu_sidebar {
  left: 0;
}
@media (min-width: 1200px) {
  #menu_sidebar_wrap {
    display: block;
    width: 260px;
  }
}
@media (min-width: 1700px) {
  #menu_sidebar_wrap {
    width: 340px;
  }
}
#menu_sidebar_wrap .close_sidebar {
  display: block;
  position: absolute;
  z-index: 500;
  right: 0;
  left: auto;
  top: 0;
  border-color: transparent;
}
@media (min-width: 1200px) {
  #menu_sidebar_wrap .close_sidebar {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.no_fixed_sidebar #menu_sidebar_wrap .close_sidebar {
    display: block;
  }
}
#menu_sidebar_wrap .menu_sidebar {
  background: var(--main);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  right: -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: 991px) {
  #menu_sidebar_wrap .menu_sidebar {
    left: -100%;
    right: auto;
  }
}
@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #menu_sidebar_wrap .menu_sidebar {
    left: 0;
    right: auto;
    width: 100%;
  }
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 0 0 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo {
  display: block;
  width: 100%;
  height: 150px;
  line-height: 150px;
  margin: 0 auto;
  text-align: center;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
}
#menu_sidebar_wrap .mCSB_container {
  padding-right: 10px;
}
#menu_sidebar_wrap .mCSB_container .mCS_no_scrollbar {
  padding-right: 0;
}
#menu_sidebar_wrap .mCSB_scrollTools {
  width: 10px;
}
#menu_sidebar_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--main-l-15);
  width: 100%;
  border-radius: 0;
}
#menu_sidebar_wrap .mCSB_scrollTools .mCSB_draggerRail {
  background: var(--main-d-5);
  width: 100%;
}

#sidebar_menu {
  font-weight: 300;
  margin: 2em auto;
  line-height: 150%;
}
#sidebar_menu ul, #sidebar_menu li {
  list-style: none inside none;
}
#sidebar_menu ul.menu > li {
  padding: 0 1.5em;
  color: var(--main-color-associated);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar_menu ul.menu > li.index {
  display: none;
}
#sidebar_menu ul.menu > li.current-menu-item > .menu_label > a {
  color: var(--highlighted);
}
#sidebar_menu ul.menu > li.open .menu_label .more_li:before {
  content: "\f00d";
}
#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(--main-color-associated);
  padding: 1em 0;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.9em;
  -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;
  -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;
  opacity: 0.9;
  filter: Alpha(opacity=90);
  color: var(--main-color-associated);
}
#sidebar_menu ul.menu > li .menu_label .more_li:before {
  content: "\f078";
  font-size: 11px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#sidebar_menu ul.menu > li .menu_label .more_li span {
  display: none;
}
#sidebar_menu ul.menu > li .menu_label .more_li:hover {
  color: var(--hover);
}
#sidebar_menu ul.menu ul.sub-menu {
  display: none;
  padding-bottom: 1em;
  padding-left: 1em;
  font-weight: 300;
}
#sidebar_menu ul.menu ul.sub-menu > li.current-menu-item > a {
  color: var(--highlighted);
}
#sidebar_menu ul.menu ul.sub-menu > li:hover > .menu_label > a {
  color: var(--hover);
}
#sidebar_menu ul.menu ul.sub-menu > li > .menu_label > a {
  color: rgba(var(--main-color-associated), 0.9);
  text-decoration: none;
  display: block;
  font-size: 0.9em;
  padding: 0.3em 0;
  text-transform: inherit;
  letter-spacing: 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 ul.sub-menu > li > .menu_label > a:hover {
  color: var(--hover);
}

#menu_sidebar_wrap .menu_sidebar {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) var(--main-d-5);
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-thumb {
  background: var(--main-l-10);
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-track {
  background: var(--main-d-5);
}

.paprika_hotel {
  /* ga-connect */
  /* PAGE */
  /** Button Log **/
  /* Loading page */
  /* Form validation */
}
.paprika_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-d-10);
  z-index: 999;
}
.paprika_hotel #fbga-popin p {
  font-family: var(--first-font) !important;
  font-size: 13px !important;
  line-height: 25px !important;
  color: var(--bg-color-associated) !important;
}
@media (min-width: 1200px) {
  .paprika_hotel #fbga-popin {
    display: flex;
    width: 1100px;
    margin-top: -45vh;
    margin-left: -550px;
    height: 90%;
    max-height: 620px;
  }
}
@media (max-width: 991px) {
  .paprika_hotel #fbga-popin {
    width: 100%;
    left: 0;
    margin: 0;
    height: 100%;
    top: 0;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .paprika_hotel #fbga-popin {
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
  }
}
.paprika_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) {
  .paprika_hotel #fbga-logo {
    margin-top: 0;
    height: 60px;
  }
}
.paprika_hotel .fbga-btn-form {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  text-transform: uppercase;
  background: #4d4d4d;
  margin: auto;
}
.paprika_hotel .fbga-btn-form:hover {
  background: #000000;
}
.paprika_hotel #fbga-popin .fbga-form-signin-heading {
  text-align: center;
  color: var(--bg-color-associated);
}
.paprika_hotel #fbga-connect {
  text-align: center;
  line-height: 40px;
  color: #3c5a98;
  padding-top: 10px;
  background-color: transparent;
  margin: 0;
}
.paprika_hotel #fbga-right-column {
  height: 100%;
  float: right;
  width: 50%;
}
@media (min-width: 992px) {
  .paprika_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) {
  .paprika_hotel #fbga-right-column {
    height: auto;
    float: none;
    width: 100%;
    position: relative;
  }
}
.paprika_hotel #fbga-popin span.title {
  margin: auto;
  text-align: center;
  display: inline;
  color: var(--bg-color-associated);
}
.paprika_hotel #fbga-popin h2, .paprika_hotel #fbga-popin h3 {
  font-family: var(--first-font);
}
.paprika_hotel #fbga-popin h2 {
  margin-top: 0;
}
.paprika_hotel #fbga-popin h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  text-transform: none;
}
.paprika_hotel #fbga-signin-social,
.paprika_hotel #fbga-change-password,
.paprika_hotel #fbga-signup {
  margin: auto;
  margin-top: 20px;
  width: 80%;
}
.paprika_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;
  -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-bottom: 5px;
  text-transform: inherit;
  font-size: inherit;
}
.paprika_hotel #fbga-signin-social .fbga-btn-social:hover {
  text-decoration: none;
}
.paprika_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;
}
.paprika_hotel #fbga-signin-social .fbga-btn-social.google:hover {
  background-color: #CC3732;
}
.paprika_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;
}
.paprika_hotel #fbga-signin-social .fbga-btn-social.facebook:hover {
  background-color: #1A4398;
}
.paprika_hotel .fbga-form {
  width: 100%;
  display: block;
}
.paprika_hotel .fbga-form .single-col {
  width: 50%;
  float: left;
  display: inline;
  margin: auto;
  padding: 20px 90px 30px;
}
.paprika_hotel .fbga-form input {
  margin-bottom: -1px;
  width: 100%;
}
.paprika_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;
  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;
}
.paprika_hotel #fbga-popin .fbga-form .fbga-btn-form:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
.paprika_hotel #error_message_login h3, .paprika_hotel #error_message_register h3 {
  background: #ffb3b3;
  color: #cc0000;
  padding: 10px;
  border: 1px solid #cc0000;
}
.paprika_hotel #fbga-popin .fbga-popin-title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}
.paprika_hotel #fbga-popin .fbga-popin-title strong {
  font-weight: inherit;
}
.paprika_hotel #fbga-popin .fbga-popin-title strong {
  color: var(--secondary);
}
.paprika_hotel #fbga-popin .fbga-offer-title {
  color: #fff;
  text-align: left;
  padding: 0 10px !important;
  font-size: inherit;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .paprika_hotel #fbga-popin .line {
    display: block;
  }
}
.paprika_hotel #fbga-popin .fbga-hotel-title {
  display: none;
}
.paprika_hotel .bg-line {
  display: table;
  white-space: nowrap;
  margin-bottom: 15px;
}
.paprika_hotel .bg-line:before, .paprika_hotel .bg-line:after {
  border-top: 1px solid #ddd;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}
.paprika_hotel .bg-line > span {
  padding: 0 20px;
}
.paprika_hotel #fbga-forgot-password > a {
  color: var(--secondary);
  font-family: var(--first-font);
  text-decoration: none;
  font-size: 13px !important;
}
.paprika_hotel #fbga-forgot-password > a:hover {
  color: var(--hover);
}
.paprika_hotel #fbga-forgot-password > p > a {
  color: var(--secondary);
  padding-left: 10px;
  text-decoration: none;
}
.paprika_hotel #fbga-forgot-password > p > a:hover {
  color: var(--hover);
}
.paprika_hotel #fbga-forgot-password > p > a:hover {
  color: var(--hover);
}
.paprika_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(--first-font);
}
.paprika_hotel input#fbga-given-name {
  width: 50%;
  margin-bottom: 5px;
  float: left;
  border-right: transparent !important;
}
.paprika_hotel input#fbga-family-name {
  width: 50%;
  float: right;
  margin-bottom: 5px;
}
.paprika_hotel #fbga-change-password {
  text-align: center;
}
.paprika_hotel #fbga-change-password > p > a {
  color: var(--secondary);
  padding-left: 10px;
}
.paprika_hotel #fbga-change-password > p > a:hover {
  text-decoration: none;
}
.paprika_hotel #fbga-change-password > a,
.paprika_hotel div#fbga-signup > a {
  color: var(--secondary);
  font-family: var(--first-font);
  font-size: 12pt;
  margin-bottom: 10px;
}
.paprika_hotel #fbga-change-password > a:hover,
.paprika_hotel div#fbga-signup > a {
  text-decoration: none;
}
.paprika_hotel #fbga-signup {
  text-align: center;
}
.paprika_hotel div#fbga-signin-direct {
  width: 80%;
  margin: 20px auto;
}
.paprika_hotel #fbga-username-register,
.paprika_hotel #fbga-password-register {
  margin-bottom: -1px;
}
.paprika_hotel #ga-login-load h3 {
  text-align: center;
}
.paprika_hotel #ga-profile {
  padding-bottom: 20px;
}
.paprika_hotel #guest-account-page, .paprika_hotel #profil-page {
  padding: 20px 0;
}
.paprika_hotel #ga-profile h2, .paprika_hotel #ga-profile h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.paprika_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;
}
.paprika_hotel #profil-page .center {
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.paprika_hotel #fbga-btn-logout {
  background: #890000;
}
.paprika_hotel #fbga-btn-logout:hover {
  background: #360000;
}
.paprika_hotel #ga-profile .fbga-form-signin input, .paprika_hotel #ga-profile .form-edit input, .paprika_hotel #ga-profile .form input {
  margin-bottom: 20px;
  width: 50%;
}
.paprika_hotel #ga-profile .logged-in .fbga-btn-block {
  display: inline;
  width: auto;
}
.paprika_hotel #ga-profile .fbga-form-signin, .paprika_hotel #ga-profilee .form-edit, .paprika_hotel #ga-profile form {
  margin-bottom: 20px;
}
.paprika_hotel #error_message_change_password h3 {
  background: #ffb3b3;
  color: #cc0000;
  padding: 10px;
  border: 1px solid #cc0000;
}
.paprika_hotel #fbga-btn-change-password {
  display: block;
}
.paprika_hotel #guestaccount {
  left: auto;
  display: block;
  height: auto;
  background: transparent;
  position: relative;
  color: #333;
  transition: all 0.3s ease;
  line-height: 24px;
  padding: 0;
  width: auto;
}
@media (max-width: 767px) {
  .paprika_hotel #guestaccount {
    border-left: none;
  }
}
.paprika_hotel #guestaccount a {
  text-decoration: none;
  color: var(--header-color-associated);
  display: flex;
  margin: 0 auto;
}
.paprika_hotel #guestaccount a:before {
  content: "ꥄ";
  display: inline-block;
  font-family: "fb_service_icons";
  font-size: 26px;
  margin-right: 0.5em;
}
.paprika_hotel #guestaccount a:hover {
  color: var(--hover);
}
.paprika_hotel #guestaccount a .label {
  margin-top: 0.1em;
}
.paprika_hotel #header_wrapper.custom #guestaccount a {
  color: #fff;
}
.paprika_hotel #header_wrapper.custom #guestaccount a:hover {
  color: var(--hover);
}
.paprika_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;
}
.paprika_hotel #ga-login-load .ga-load {
  position: absolute;
  width: 100%;
  height: auto;
  top: 40%;
}
.paprika_hotel #fbga-popin input[type=text],
.paprika_hotel #fbga-popin input[type=email],
.paprika_hotel #fbga-popin input[type=number],
.paprika_hotel #fbga-popin textarea,
.paprika_hotel #fbga-popin fieldset {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paprika_hotel #fbga-popin input:focus:invalid {
  outline: none;
  /* border-color: #900; */
}
.paprika_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;
  box-sizing: border-box;
}
.paprika_hotel #fbga-popin .error.mail-send {
  background-color: #22B918;
}
.paprika_hotel #fbga-popin .error.active {
  display: block;
}
.paprika_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) {
  .paprika_hotel #login_left {
    display: none;
  }
}
.paprika_hotel #fbga-popin #close-ga {
  left: auto;
  right: 10px;
  top: 10px;
}
@media (max-width: 991px) {
  .paprika_hotel #fbga-popin .fbga-image-overlay {
    display: none;
  }
}
.paprika_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;
}
.paprika_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 60px;
}
.paprika_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description,
.paprika_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;
}
.paprika_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description ul {
  list-style: inside disc none;
  margin-left: 0;
}
.paprika_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;
}
.paprika_hotel #fbga-popin .fbga-image-overlay:before {
  background: rgba(0, 0, 0, 0.6);
  display: table;
  width: 100%;
  height: 100%;
}
.paprika_hotel #fbga-popin .fbga-image-overlay hr {
  display: none;
}
.paprika_hotel #login_overlay.overlay {
  z-index: 910;
}
@media (min-width: 1200px) {
  .paprika_hotel #social_login_section .container {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .paprika_hotel #social_login_section .container:before {
    content: "";
    display: block;
    position: absolute;
    left: -60px;
    top: -60px;
    background: var(--bg-d-10);
    z-index: 100;
    width: 50%;
    height: 70%;
  }
}
.paprika_hotel #social_login_section .container > div {
  position: relative;
  z-index: 100;
}
.paprika_hotel #fbga-customtext {
  position: relative;
}
.paprika_hotel #fbga-customtext > div {
  background: transparent;
  padding: 0;
}
.paprika_hotel #fbga-customtext h2 {
  font-family: var(--highlight-font);
  line-height: 125%;
  color: var(--titles);
  font-size: 1.5em;
  font-style: italic;
}
.paprika_hotel #fbga-customtext p {
  color: var(--secondary);
}
.paprika_hotel #fbga-customtext a {
  background-color: var(--highlighted);
  color: var(--header);
  margin-top: 1em;
  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;
  padding: 1em;
  height: 50px;
  border: none;
}
.paprika_hotel #fbga-customtext a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
.paprika_hotel #social_login {
  width: 100%;
  position: relative;
  background: var(--dark_section);
  color: var(--dark_section-color-associated);
  padding: 2em;
}
@media (max-width: 767px) {
  .paprika_hotel #social_login {
    padding: 20px;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "title cta" "description .";
}
@media (max-width: 767px) {
  .paprika_hotel #social_login #unconnected-ga-offer {
    display: block;
    text-align: center;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer h2 {
  font-family: var(--highlight-font);
  color: var(--dark_section-color-associated);
  line-height: 125%;
  font-size: 1.5em;
  font-style: italic;
  grid-area: title;
  margin: 0;
}
@media (max-width: 767px) {
  .paprika_hotel #social_login #unconnected-ga-offer h2 {
    font-size: 1.3em;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer p {
  color: var(--dark_section-color-associated);
  grid-area: description;
  line-height: 150%;
  margin-top: 0.5em;
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  height: 60px;
  overflow: hidden;
  text-align: center;
  min-width: 200px;
  margin-top: 0;
  line-height: inherit;
  grid-area: cta;
  grid-row-start: 1;
  grid-row-end: 3;
  padding-left: 1em;
  margin-left: 15em;
}
@media (max-width: 767px) {
  .paprika_hotel #social_login #unconnected-ga-offer #open-fbga {
    padding: 1em;
    margin: 0.5em auto;
    height: 50px;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  min-width: 200px;
}
@media (max-width: 991px) {
  .paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta {
    height: 50px;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .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 2em;
  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: 0.8em;
  text-transform: uppercase;
  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;
}
@media (max-width: 991px) {
  .paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a * {
  color: inherit;
  font-weight: inherit;
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a:hover, .paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a:focus {
  text-decoration: none;
  outline: none;
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a {
  background-color: transparent;
  color: var(--dark_section-color-associated);
  border: 1px solid var(--dark_section-color-associated);
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga .login_cta a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
  border-color: var(--hover);
}
.paprika_hotel #social_login #unconnected-ga-offer #open-fbga:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
@media (max-width: 767px) {
  .paprika_hotel .desktop-login {
    display: none;
  }
}
@media (min-width: 768px) {
  .paprika_hotel .mobile-login {
    display: none;
  }
}
.paprika_hotel #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;
}
#header_wrapper.custom .paprika_hotel #login {
  color: #fff;
}
#header_wrapper.custom .paprika_hotel #login:hover, .paprika_hotel #login:hover {
  color: var(--hover);
}
.paprika_hotel #login .icon:before {
  content: "\f007";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}

#social_login + .container {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  #social_login + .container {
    padding-top: 4vh;
  }
}

.social_connect #main_content {
  padding-right: 4vw;
}
@media (max-width: 991px) {
  .social_connect #main_content {
    padding-right: 0;
  }
}
.social_connect #main_content .the_title,
.social_connect #main_content .the_subtitle {
  text-align: left;
}
.social_connect #main_content .btns_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
.social_connect #main_content .btnCta a {
  text-transform: none;
  background-color: transparent;
}
/*# sourceMappingURL=main.css.map */
