@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
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;
}

:root {
  --first-font: "Montserrat", sans-serif;
  --second-font: "Roboto", sans-serif;
  --highlight-font: "Unna", sans-serif;
  --font-size: 16px;
  --overlay-pop-in: rgba(0, 0, 0, 0.6);
}

body, html {
  line-height: 200%;
  font-size: var(--font-size);
  font-family: var(--first-font);
  background: var(--bg);
  color: var(--bg-color-associated);
}
@media (min-width: 992px) and (max-width: 1199px) {
  body, html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body, html {
    font-size: 14px;
  }
}
body a:focus, html a:focus {
  outline: 0;
  text-decoration: inherit;
}
body ::-moz-selection, html ::-moz-selection {
  background: var(--secondary);
  color: var(--main);
  text-shadow: none;
}
body ::selection, html ::selection {
  background: var(--secondary);
  color: var(--main);
  text-shadow: none;
}
body *, html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  background: var(--main-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%;
  max-width: 1400px;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
@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: transparent;
  border: 1px solid var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}
.arrow.inverse {
  border-color: #fff;
}
.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);
  border-color: var(--hover);
}
.arrow.inverse:hover:after, .arrow.inverse:hover:before, .arrow:hover:after, .arrow:hover:before {
  color: var(--white);
}
.arrow span {
  display: none;
}

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

.page_on_front #main-content-1,
.landing_page .main_content_section,
.section[class*=section_bg],
.form.section,
.section[class*=section_bg] + .section {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  .page_on_front #main-content-1,
  .landing_page .main_content_section,
  .section[class*=section_bg],
  .form.section,
  .section[class*=section_bg] + .section {
    padding-top: 4vh;
  }
}
@media (min-width: 1400px) {
  .page_on_front #main-content-1,
  .landing_page .main_content_section,
  .section[class*=section_bg],
  .form.section,
  .section[class*=section_bg] + .section {
    padding-top: 10vh;
  }
}

.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(--alternative_bg);
}

.section.section_bg_dark {
  background: var(--main);
  color: var(--dark_section);
}
.section.section_bg_dark .section_title {
  color: var(--highlighted);
}
.section.section_bg_dark .section_subtitle {
  color: var(--dark_section);
}
.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: #fff;
}
.section.section_bg_dark .description a,
.section.section_bg_dark .the_content a {
  color: var(--white);
}
.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;
}

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

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

.the_subtitle,
.section_subtitle {
  line-height: 130%;
  position: relative;
  font-family: var(--highlight-font);
  font-style: italic;
  color: var(--highlighted);
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .the_subtitle,
  .section_subtitle {
    font-size: 1.4em;
  }
}
.the_subtitle strong,
.section_subtitle strong {
  font-weight: inherit;
}

.the_title + .the_subtitle,
.section_title + .section_subtitle {
  margin-top: 0.5em;
}

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

.the_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.the_title + .the_content, .title + .the_content, .the_subtitle + .the_content, .subtitle + .the_content {
  margin-top: 2em;
}

.the_title + .filters_wrap,
.the_subtitle + .filters_wrap {
  margin-top: 2em;
}

.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(--bg-color-associated);
  display: block;
  padding: 1em 0;
  font-style: italic;
  font-family: var(--first-font);
  line-height: 160%;
}

.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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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(--white);
}
.btnCta a:hover {
  background-color: var(--hover);
  color: var(--white);
}

.btnCta + .info {
  margin-left: 1em;
}
html.rtl .btnCta + .info {
  margin: 0 1em 0 0;
}

.btnPdf {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.05em;
}
@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;
  margin-right: 0.5em;
}
.btnPdf.collapsibleContent_btn.open a:before, .btnPdf.open a:before {
  content: "×";
  font-family: var(--first-font);
  margin: 0 5px;
}
.btnPdf a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -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(--highlighted);
  padding-right: 2em;
  padding-left: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--highlighted);
}
.btnPdf a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20%;
  height: 1px;
  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:after {
  background: var(--highlighted);
}
.btnPdf a:before {
  content: "";
}
.btnPdf a:after {
  display: none;
}
.btnPdf a:hover {
  background: var(--hover);
  color: var(--white);
  border-color: var(--hover);
}
.btnPdf a:hover, .btnPdf a:focus {
  outline: none;
}
.btnPdf a:before {
  content: "\f15b";
  margin-right: 10px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free", sans-serif;
}

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

.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;
}
.btns_wrap + .the_content, .the_content + .btns_wrap {
  margin-top: 2em;
}
.btns_wrap .offers_container {
  height: 60px;
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 991px) {
  .btns_wrap .offers_container {
    height: 50px;
  }
}
.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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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(--white);
}
.btns_wrap .price_wrap a:hover {
  background-color: var(--hover);
  color: var(--white);
}
@media (max-width: 767px) {
  .btns_wrap .price_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.btns_wrap .price_wrap a .price {
  margin-left: 0.5em;
}

.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 {
  display: inline-block;
  width: 20px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #ddd;
  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:only-child {
  display: none;
}
.pager ul li:hover, .pager ul li.slick-active {
  background: var(--highlighted);
}

.fancybox-close-small,
.close,
.berlin_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,
.berlin_hotel #fbga-popin #close-ga:before,
.close:after,
.berlin_hotel #fbga-popin #close-ga:after {
  width: 20px;
  top: 50%;
  height: 1px;
  background: var(--white);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.fancybox-close-small:before,
.close:before,
.berlin_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,
.berlin_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,
.berlin_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,
.berlin_hotel #fbga-popin #close-ga:hover:before,
.close:hover:after,
.berlin_hotel #fbga-popin #close-ga:hover:after {
  background: var(--white);
}

.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(--alternative_bg);
  color: var(--main);
  height: 60px;
  max-width: 460px;
  margin: 0 auto 2em;
  padding: 0 20px;
  position: relative;
  border: 1px solid #ddd;
  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(--alternative_bg);
}
.filters_select select:focus {
  outline: none;
}

.filters {
  margin-bottom: 2em;
}
.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: #ddd;
  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%;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.05em;
}
.filters ul li a:hover,
.filters ul li a.active:hover {
  color: var(--hover);
}
.filters ul li.active a {
  color: var(--highlighted);
}

#breadcrumb {
  color: var(--bg-color-associated);
  font-family: var(--second-font);
  position: relative;
  z-index: 200;
  margin: 2em 0;
}
#breadcrumb ul, #breadcrumb li {
  list-style: none inside none;
}
#breadcrumb ul {
  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 1em;
  color: rgba(var(--bg-color-associated), 0.5);
}
#breadcrumb ul li:first-child:before {
  display: none;
}
#breadcrumb ul li.current-menu-item a {
  font-weight: 700;
}
#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;
}

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

.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 .berlin_hotel #fbga-popin #close-ga, .berlin_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 {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title strong {
  font-weight: inherit;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title strong {
  color: var(--secondary);
}
.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(--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;
}
.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(--white);
}
.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;
}

#pager_gallery .wrap .filters {
  margin: 0;
}
#pager_gallery .wrap .filters select {
  color: var(--main-color-associated);
}

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

.alignright {
  display: block;
  margin-left: auto;
}

.alignleft {
  display: block;
  margin-right: auto;
}

#footer {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #footer {
    padding-bottom: 60px;
  }
}

#footer_top_menu {
  padding: 1.5em 0;
  min-height: 60px;
  background: var(--alternative_bg);
  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 > a {
  color: var(--highlighted);
}
#footer_top_menu ul.menu > li > a {
  color: var(--bg-color-associated);
  padding: 0.8em 0.6em;
  font-weight: 700;
  line-height: 130%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #footer_top_menu ul.menu > li > a {
    padding-right: 1em;
    padding-left: 1em;
  }
}
#footer_top_menu ul.menu > li ul.sub-menu {
  display: none;
}

#footer_bottom {
  background: var(--main);
  color: var(--dark_section);
  text-align: center;
}
#footer_bottom .top {
  border-bottom: 1px solid var(--font-l-5);
  padding: 2em 0;
}
#footer_bottom .socials a {
  display: inline-block;
}
#footer_bottom .socials a span[class^=fa] {
  background: var(--highlighted);
  color: var(--white);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -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-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);
  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: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#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), 0.75);
  padding: 2em 0;
  background: var(--main-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;
  }
}

body.error404 {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
}
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(60vh - 120px);
  background: rgba(0, 0, 0, 0.6);
}
body.error404 #main_content_404 .the_title,
body.error404 #main_content_404 .the_subtitle {
  color: #fff;
}
body.error404 #main_content_404 .btns_wrap {
  margin-top: 1em;
}
body.error404 #main_content_404 .btns_wrap .btnCta a {
  color: var(--white);
  background: var(--highlighted);
}
body.error404 #main_content_404 .btns_wrap .btnCta a:hover {
  color: var(--white);
  background: var(--hover);
}
body.error404 #breadcrumb {
  display: none;
}

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

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

#respond {
  margin-top: 4em;
  width: 100%;
  max-width: 100%;
  background: var(--main);
  color: var(--dark_section);
  padding: 4em 4em 5em;
}
#respond .section_subtitle {
  margin-bottom: 2em;
  color: var(--dark_section);
}
#respond .section_title {
  color: var(--highlighted);
  text-align: center;
}
#respond .form {
  max-width: 1100px;
}
#respond .form .field label .label {
  color: var(--dark_section);
}
#respond .form .field.field_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#respond .form .field.field_submit .input_wrap,
#respond .form .field.field_submit input[type=submit] {
  width: 100%;
}
#respond .form .field.field_submit input[type=submit] {
  height: 50px;
  line-height: 50px;
}

#main_content + #column_wrap {
  margin-top: -4vh;
}
@media (max-width: 991px) {
  #main_content + #column_wrap {
    margin-top: -2vh;
  }
}
@media (min-width: 1400px) {
  #main_content + #column_wrap {
    margin-top: -5vh;
  }
}

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

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

#blog_sidebar {
  width: 350px;
  padding: 0 2em 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1700px) {
  #blog_sidebar {
    width: 400px;
  }
}
@media (max-width: 991px) {
  #blog_sidebar {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 2em 0;
  }
}
#blog_sidebar .sidebar_title {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.3em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#blog_sidebar .sidebar_title strong {
  font-weight: inherit;
}
#blog_sidebar .sidebar_title strong {
  color: var(--secondary);
}
#blog_sidebar .sidebar_item + .sidebar_item {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}
#blog_sidebar .blog_tags a {
  color: var(--main);
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  margin: 0.1em 0.2em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar .blog_tags a:hover {
  color: var(--hover);
}
#blog_sidebar .search_blog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#blog_sidebar .search_blog_wrap .sidebar_title {
  margin-bottom: 0;
  margin-right: 1em;
}
#blog_sidebar .search_blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#blog_sidebar .search_blog input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: var(--first-font);
  text-transform: none;
  padding: 0 2em;
  color: var(--bg-color-associated);
  background: var(--alternative_bg-d-5);
  height: 60px;
  line-height: 60px;
  font-size: var(--font-size);
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  #blog_sidebar .search_blog input {
    height: 50px;
    line-height: 50px;
  }
}
#blog_sidebar .search_blog input:focus {
  outline: none;
  border-color: var(--hover);
}
#blog_sidebar .search_blog::-webkit-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar .search_blog:-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar .search_blog::-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar .search_blog:-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar .search_blog::-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar .search_blog .search {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  #blog_sidebar .search_blog .search {
    height: 50px;
  }
}
#blog_sidebar .search_blog .search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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) {
  #blog_sidebar .search_blog .search a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
#blog_sidebar .search_blog .search a * {
  color: inherit;
  font-weight: inherit;
}
#blog_sidebar .search_blog .search a:hover, #blog_sidebar .search_blog .search a:focus {
  text-decoration: none;
  outline: none;
}
#blog_sidebar .search_blog .search a {
  background-color: var(--highlighted);
  color: var(--white);
}
#blog_sidebar .search_blog .search a:hover {
  background-color: var(--hover);
  color: var(--white);
}
#blog_sidebar .latest_comments .item_wrap + .item_wrap {
  margin-top: 1em;
}
#blog_sidebar .latest_comments .item_wrap .title {
  display: block;
  font-weight: 700;
  color: var(--titles);
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar .latest_comments .item_wrap .title:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_sidebar .latest_comments .item_wrap .dates {
  color: var(--secondary);
  font-size: 0.9em;
}
#blog_sidebar .latest_comments .item_wrap .dates:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #ddd;
  display: block;
  margin: 0.5em 0;
}
#blog_sidebar .latest_comments .item_wrap .dates .label {
  color: var(--main);
}
#blog_sidebar .latest_comments .item_wrap .dates .end_date .label {
  text-transform: lowercase;
}

.single-post #blog_sidebar {
  padding-top: 4vh;
}
@media (max-width: 991px) {
  .single-post #column_wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post #column_wrap .the_title,
.single-post #column_wrap .the_subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.single-post #column_wrap .featured_img_wrap {
  margin: 4vh auto;
  max-width: 1100px;
}
.single-post #column_wrap .featured_img_wrap .featured_img {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 50%;
  height: 0;
}

.children_grid .section_title + .wrap_list,
.children_grid .section_subtitle + .wrap_list,
.children_grid .the_content + .wrap_list {
  margin-top: 2em;
}
.children_grid .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.children_grid .list .item_wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .children_grid .list .item_wrap {
    width: 50%;
  }
}
@media (min-width: 1700px) {
  .children_grid .list .item_wrap {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .children_grid .list .item_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .children_grid .list .item_wrap {
    width: 100%;
  }
}
.children_grid .item_wrap {
  position: relative;
  padding: 10px;
}
@media (min-width: 1400px) {
  .children_grid .item_wrap {
    padding: 20px;
  }
}
.children_grid .item_wrap.no_image_available .item .thumb_wrap .thumb {
  background: url("../img/placeholder.jpg") repeat center var(--alternative_bg);
  background-size: cover;
}
.children_grid .item_wrap .item {
  position: relative;
  height: 100%;
  background: var(--alternative_bg);
}
.children_grid .item_wrap .item .thumb_wrap {
  position: relative;
}
.children_grid .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;
}
.children_grid .item_wrap .item .thumb_wrap .categories {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  position: absolute;
  text-align: center;
  padding: 0.8em 2em;
  top: 20px;
  font-weight: 700;
  z-index: 290;
  line-height: 160%;
  max-width: 80%;
  font-size: 0.9em;
  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;
  left: -10px;
  background: var(--secondary);
  color: var(--main);
}
.children_grid .item_wrap .item .thumb_wrap .categories:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  top: 100%;
}
@media (min-width: 1400px) {
  .children_grid .item_wrap .item .thumb_wrap .categories:before {
    border-width: 10px;
  }
}
@media (min-width: 1400px) {
  .children_grid .item_wrap .item .thumb_wrap .categories {
    left: -20px;
  }
}
.children_grid .item_wrap .item .thumb_wrap .categories:before {
  left: 0;
  border-color: var(--bg-d-20) var(--bg-d-20) transparent transparent;
}
.children_grid .item_wrap .item .thumb_wrap .categories:not(.categories):hover {
  color: var(--white);
  background: var(--hover);
}
.children_grid .item_wrap .item .thumb_wrap .categories .label {
  text-transform: uppercase;
  display: block;
}
.children_grid .item_wrap .item .thumb_wrap .categories .price span {
  display: inline-block;
}
.children_grid .item_wrap .item .thumb_wrap .categories .price .from {
  font-weight: normal;
  font-size: 0.9em;
  margin-right: 0.5em;
}
.children_grid .item_wrap .item .thumb_wrap .categories .price .amount {
  text-transform: uppercase;
}
.children_grid .item_wrap .item .thumb_wrap .categories span {
  font-size: 0.9em;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: normal;
}
.children_grid .item_wrap .item .thumb_wrap .categories span + span:before {
  content: " - ";
}
.children_grid .item_wrap .item .content_wrap {
  padding: 2em 2em;
  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;
}
@media (max-width: 991px) {
  .children_grid .item_wrap .item .content_wrap {
    padding: 1.5em 1em;
  }
}
.children_grid .item_wrap .item .content_wrap .content {
  max-width: 540px;
}
.children_grid .item_wrap .item .content_wrap .title {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.3em;
  display: block;
  text-decoration: none;
  margin-bottom: 0.5em;
  -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;
}
.children_grid .item_wrap .item .content_wrap .title strong {
  font-weight: inherit;
}
.children_grid .item_wrap .item .content_wrap .title strong {
  color: var(--secondary);
}
.children_grid .item_wrap .item .content_wrap .title:hover {
  color: var(--hover);
}
.children_grid .item_wrap .item .content_wrap .dates {
  font-family: var(--highlight-font);
  font-size: 1.3em;
  font-style: italic;
  color: var(--highlighted);
  margin-bottom: 0.5em;
}
.children_grid .item_wrap .item .content_wrap .dates .date {
  color: var(--titles);
}
.children_grid .item_wrap .item .content_wrap .description {
  margin-bottom: 0.5em;
  line-height: 160%;
  max-width: 600px;
  font-size: 0.95em;
}
.children_grid .item_wrap .item .content_wrap .description + .offers_container {
  margin-top: -1em;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0.5em;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .offers_container {
  height: 60px;
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .children_grid .item_wrap .item .content_wrap .btns_wrap .offers_container {
    height: 50px;
  }
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .btn {
  margin-top: 0;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .children_grid .item_wrap .item .content_wrap .btns_wrap .info {
    height: 50px;
  }
}
.children_grid .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;
  margin-right: 0.5em;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn.open a:before, .children_grid .item_wrap .item .content_wrap .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
  margin: 0 5px;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -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(--highlighted);
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20%;
  height: 1px;
  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;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a:after {
  background: var(--highlighted);
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a:hover:after {
  background: var(--hover);
  bottom: 0;
}
.children_grid .item_wrap .item .content_wrap .btns_wrap .info a:hover, .children_grid .item_wrap .item .content_wrap .btns_wrap .info a:focus {
  outline: none;
}

#blog_sidebar_widgets {
  width: 350px;
  padding: 0 2em 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1700px) {
  #blog_sidebar_widgets {
    width: 400px;
  }
}
@media (max-width: 991px) {
  #blog_sidebar_widgets {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 2em 0;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets {
    padding: 0;
  }
}
#blog_sidebar_widgets .screen-reader-text, #blog_sidebar_widgets h2 {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong {
  font-weight: inherit;
}
#blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong {
  color: var(--secondary);
}
#blog_sidebar_widgets .screen-reader-text {
  display: none;
}
#blog_sidebar_widgets > div:first-of-type {
  padding: 0 0 2em 0;
  border-top: none;
}
#blog_sidebar_widgets > div {
  padding: 2em 0;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 767px) {
  #blog_sidebar_widgets > div:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets > div h2 {
    display: none;
  }
}
#blog_sidebar_widgets #s {
  border: none;
  background: #ebebeb;
  height: 50px;
  margin-right: -5px;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_sidebar_widgets #s {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets #s {
    width: 60%;
  }
}
#blog_sidebar_widgets #searchsubmit {
  background: var(--highlighted);
  border: none;
  height: 50px;
  color: white;
  text-transform: uppercase;
  width: 100px;
  font-size: 14px;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_sidebar_widgets #searchsubmit {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets #searchsubmit {
    width: 40%;
  }
}
#blog_sidebar_widgets .sidebar_item + .sidebar_item {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}
#blog_sidebar_widgets .tagcloud a,
#blog_sidebar_widgets .wp-block-tag-cloud a {
  color: var(--titles, var(--main));
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  margin: 0.1em 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar_widgets .tagcloud a:hover,
#blog_sidebar_widgets .wp-block-tag-cloud a:hover {
  color: var(--hover);
}
#blog_sidebar_widgets .search_blog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#blog_sidebar_widgets .search_blog_wrap .sidebar_title {
  margin-bottom: 0;
  margin-right: 1em;
}
#blog_sidebar_widgets .search_blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#blog_sidebar_widgets .search_blog input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: var(--first-font);
  text-transform: none;
  padding: 0 2em;
  color: var(--bg-color-associated);
  background: #ebebeb;
  height: 50px;
  line-height: 50px;
  font-size: var(--font-size);
  display: block;
  width: 100%;
}
#blog_sidebar_widgets .search_blog input:focus {
  outline: none;
  border-color: var(--hover);
}
#blog_sidebar_widgets .search_blog::-webkit-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog:-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar_widgets .search_blog::-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar_widgets .search_blog:-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog::-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog .search {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  #blog_sidebar_widgets .search_blog .search {
    height: 50px;
  }
}
#blog_sidebar_widgets .search_blog .search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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) {
  #blog_sidebar_widgets .search_blog .search a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
#blog_sidebar_widgets .search_blog .search a * {
  color: inherit;
  font-weight: inherit;
}
#blog_sidebar_widgets .search_blog .search a:hover, #blog_sidebar_widgets .search_blog .search a:focus {
  text-decoration: none;
  outline: none;
}
#blog_sidebar_widgets .search_blog .search a {
  background-color: var(--highlighted);
  color: var(--white);
}
#blog_sidebar_widgets .search_blog .search a:hover {
  background-color: var(--hover);
  color: var(--white);
}
#blog_sidebar_widgets .wp-block-latest-posts li + li {
  margin-top: 1em;
}
#blog_sidebar_widgets .wp-block-latest-posts li a {
  display: block;
  font-weight: bold;
  color: var(--titles);
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar_widgets .wp-block-latest-posts li a:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_sidebar_widgets .wp-block-latest-posts li time {
  color: var(--secondary);
  font-size: 0.9em;
}
#blog_sidebar_widgets .wp-block-latest-posts li time:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #ddd;
  display: block;
  margin: 0.5em 0;
}
#blog_sidebar_widgets .wp-block-latest-posts li time .label {
  color: var(--main);
}
#blog_sidebar_widgets .wp-block-latest-posts li time .end_date .label {
  text-transform: lowercase;
}
#blog_sidebar_widgets .wp-block-search__button {
  background: var(--highlighted);
  border: none;
  height: 52px;
  color: white;
  text-transform: uppercase;
  width: 100px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 52px;
  font-family: var(--first-font);
}
#blog_sidebar_widgets #wp-block-search__input-1 {
  border: none;
  background: #ebebeb;
  height: 50px;
  margin-right: -5px;
  padding-left: 20px;
}

: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 {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}
.gform_wrapper form .gform_heading .gform_title strong {
  font-weight: inherit;
}
.gform_wrapper form .gform_heading .gform_title strong {
  color: var(--secondary);
}
.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;
  font-size: 0.9em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield {
  float: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: var(--second-font);
}
.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 {
  display: block;
  margin-left: 10px;
  max-width: 100%;
  margin-top: 0;
  color: var(--main);
  font-size: 0.9em;
  font-weight: 700;
}
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 + label a,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label a {
  color: var(--highlighted);
}
.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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: var(--bg-color-associated);
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 200;
  min-width: 100px;
  font-family: var(--first-font);
  font-size: 14px;
  background: var(--alternative_bg);
}
.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.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(--highlighted);
  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(--alternative_bg);
  z-index: 100;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent li input[type=radio],
.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 .ginput_container_consent li input[type=radio]:checked + label:after,
.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 .ginput_container_consent li label:after,
.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 .ginput_container_consent li label:before,
.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: 0.9em;
  font-weight: 700;
}
.gform_wrapper form .gform_body label.gfield_label a {
  color: var(--highlighted);
  -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 label.gfield_label a:hover {
  color: var(--hover);
}
.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: #666;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 200;
  min-width: 100px;
  font-family: var(--first-font);
  font-size: 14px;
  background: var(--alternative_bg);
}
.gform_wrapper form .gform_body textarea {
  height: 120px;
  padding: 1em 2em;
}
.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] {
  font-family: var(--first-font);
  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);
  margin: 0 10px 0 0;
  cursor: pointer;
  padding: 0 2em;
  height: 60px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  min-width: 160px;
  border: none;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@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(--white);
}
.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;
}
.gform_wrapper .ginput_recaptcha > div:nth-child(1) {
  max-width: 270px;
}
@media (min-width: 768px) {
  .gform_wrapper .ginput_recaptcha iframe {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_recaptcha iframe {
    scale: 0.8;
    position: absolute;
    left: 50%;
    transform: translate(-62.5%, -25%);
  }
}

@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 #ddd;
  background: var(--alternative_bg);
  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(--alternative_bg);
  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(--white);
}
.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(--white);
}
.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active {
  background: var(--main);
  color: var(--white);
}
.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 {
  z-index: 300;
  font-weight: 700;
  height: 190px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header_wrapper {
    height: 120px;
  }
}
@media (max-width: 767px) {
  #header_wrapper {
    height: 80px;
  }
}
#header_wrapper.no_slideshow {
  position: relative;
}
#header_wrapper.custom {
  position: relative;
}
#header_wrapper.size_xl {
  position: fixed;
}
@media (max-width: 991px) {
  #header_wrapper.size_xl {
    position: relative;
  }
}
#header_wrapper.size_xl.fixed {
  height: 70px;
}

#header {
  width: 100%;
  height: 120px;
  background: rgba(51, 51, 51, 0.3);
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 901;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -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) {
  #header {
    height: 80px;
  }
}
.fixed #header {
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: Alpha(opacity=0);
}
.no_slideshow #header, .custom #header {
  background: #fff;
  color: var(--main);
  border-color: rgba(48, 40, 37, 0.1019607843);
}
#header .wrap {
  padding: 0 40px;
  height: 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;
}
@media (max-width: 767px) {
  #header .wrap {
    padding: 0 0 0 20px;
  }
}
#header .open_menu {
  margin-left: auto;
  margin-right: 0;
}
#header .open_menu:hover .icon {
  border-color: var(--highlighted);
}
.no_slideshow #header .open_menu:hover .icon, .custom #header .open_menu:hover .icon {
  border-color: var(--highlighted);
}
#header .open_menu:hover .icon:before {
  background: var(--highlighted);
}
.no_slideshow #header .open_menu:hover .icon:before, .custom #header .open_menu:hover .icon:before {
  background: var(--highlighted);
}
.no_slideshow #header .open_menu .icon, .custom #header .open_menu .icon {
  border-color: var(--main);
}
#header .open_menu .icon:before {
  background: #fff;
}
.no_slideshow #header .open_menu .icon:before, .custom #header .open_menu .icon:before {
  background: var(--main);
}

#primary_menu_wrapper {
  height: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 120px;
  z-index: 900;
  background: rgba(51, 51, 51, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed #primary_menu_wrapper {
  position: fixed;
  top: 0;
}
.no_slideshow #primary_menu_wrapper, .custom #primary_menu_wrapper {
  background: #f8f8f8;
}
#primary_menu_wrapper .wrap {
  height: 100%;
  margin: 0 auto;
  -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-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;
}
#primary_menu_wrapper .open_menu:hover .icon {
  border-color: var(--highlighted);
}
.no_slideshow #primary_menu_wrapper .open_menu:hover .icon, .custom #primary_menu_wrapper .open_menu:hover .icon {
  border-color: var(--highlighted);
}
#primary_menu_wrapper .open_menu:hover .icon:before {
  background: var(--highlighted);
}
.no_slideshow #primary_menu_wrapper .open_menu:hover .icon:before, .custom #primary_menu_wrapper .open_menu:hover .icon:before {
  background: var(--highlighted);
}
.no_slideshow #primary_menu_wrapper .open_menu .icon, .custom #primary_menu_wrapper .open_menu .icon {
  border-color: var(--main);
}
#primary_menu_wrapper .open_menu .icon:before {
  background: #fff;
}
.no_slideshow #primary_menu_wrapper .open_menu .icon:before, .custom #primary_menu_wrapper .open_menu .icon:before {
  background: var(--main);
}

#logo {
  height: 120px;
  line-height: 120px;
  display: block;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #logo {
    width: 160px;
    height: 80px;
    line-height: 80px;
  }
}
.no_slideshow #logo img.original, .custom #logo img.original {
  display: inline;
}
.no_slideshow #logo img.custom, .custom #logo img.custom {
  display: none;
}
#logo img {
  max-width: 100%;
  max-height: 80%;
}
#logo img.original {
  display: none;
}
#logo img.custom {
  display: inline;
}

#languages {
  white-space: nowrap;
  position: relative;
}
#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: -15px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) 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: #fff;
  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;
}
.no_slideshow #languages > nav > ul > li a.lang_sel_sel, .custom #languages > nav > ul > li a.lang_sel_sel,
.no_slideshow #languages > div > ul > li a.lang_sel_sel,
.custom #languages > div > ul > li a.lang_sel_sel {
  color: var(--main);
}
#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(--main);
}
#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(--dark_section);
  display: block;
  line-height: 130%;
  padding: 0.5em 1em;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: normal;
  -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;
}
#languages > nav > ul ul li a.lang_sel_other.ar img,
#languages > div > ul ul li a.lang_sel_other.ar img {
  margin: 0 0 0 1em;
}

#login {
  text-decoration: none;
  color: #fff;
  margin-left: 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 {
    margin-left: 0;
  }
}
#login:hover {
  color: var(--hover);
}
.no_slideshow #login:hover, .custom #login:hover {
  color: var(--hover);
}
.no_slideshow #login, .custom #login {
  color: var(--main);
}
#login .icon {
  font-weight: normal;
  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_generic_set";
}

#main_book {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-align: center;
  height: 70px;
  width: 180px;
  position: fixed;
  top: 25px;
  right: 40px;
  z-index: 1000;
  -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 {
    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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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: transparent;
  color: #fff;
}
#main_book a:hover {
  background-color: var(--hover);
  color: var(--white);
}
#main_book a {
  border: 1px solid #fff;
}
.fixed #main_book {
  right: 0;
  top: 0;
}
.no_slideshow #main_book a, .custom #main_book a {
  border-color: var(--highlighted);
  background: var(--highlighted);
  color: var(--white);
}
.no_slideshow #main_book a:hover, .custom #main_book a:hover {
  border-color: var(--hover);
  background: var(--hover);
  color: var(--white);
}
#main_book a:hover, .no_slideshow #main_book a:hover, .custom #main_book a:hover {
  border-color: var(--hover);
  background: var(--hover);
  color: var(--white);
}

.open_menu {
  width: 70px;
  height: 70px;
  position: relative;
}
.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: #fff;
  -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;
  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;
}

#primary_menu {
  line-height: 150%;
  max-width: calc(100% - 70px);
}
#primary_menu ul, #primary_menu li {
  list-style: none inside none;
}
#primary_menu ul.menu {
  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;
}
#primary_menu ul.menu > li {
  position: relative;
  color: #fff;
  padding: 0 1em;
  height: 70px;
  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;
}
#primary_menu ul.menu > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.no_slideshow #primary_menu ul.menu > li:after, .custom #primary_menu ul.menu > li:after {
  background: rgba(48, 40, 37, 0.1019607843);
}
.custom #primary_menu ul.menu > li .more_li, .no_slideshow #primary_menu ul.menu > li .more_li, .fixed #primary_menu ul.menu > li .more_li {
  color: var(--main) !important;
}
#primary_menu ul.menu > li.index {
  display: none;
}
#primary_menu ul.menu > li.current-menu-item > .menu_label > a, #primary_menu ul.menu > li.current-page-parent > .menu_label > a {
  color: var(--highlighted);
}
.no_slideshow #primary_menu ul.menu > li.current-menu-item > .menu_label > a, .custom #primary_menu ul.menu > li.current-menu-item > .menu_label > a, .no_slideshow #primary_menu ul.menu > li.current-page-parent > .menu_label > a, .custom #primary_menu ul.menu > li.current-page-parent > .menu_label > a {
  color: var(--highlighted);
}
#primary_menu ul.menu > li .menu_label > a:hover {
  color: var(--hover);
}
.no_slideshow #primary_menu ul.menu > li .menu_label > a:hover, .custom #primary_menu ul.menu > li .menu_label > a:hover {
  color: var(--hover);
}
#primary_menu ul.menu > li.menu-item-has-children:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) transparent;
}
#primary_menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
#primary_menu ul.menu > li .menu_label > a {
  display: inline-block;
  color: #fff;
  padding: 0;
  text-decoration: none;
  -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;
}
.no_slideshow #primary_menu ul.menu > li .menu_label > a, .custom #primary_menu ul.menu > li .menu_label > a {
  color: var(--main);
}
#primary_menu ul.menu > li .menu_label .more_li {
  display: none;
}
#primary_menu ul.menu ul.sub-menu {
  display: none;
  padding: 1em 1.5em;
  font-weight: 300;
  background: var(--main);
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
}
#primary_menu ul.menu ul.sub-menu > li {
  min-width: 200px;
}
#primary_menu ul.menu ul.sub-menu > li.current-menu-item > a {
  color: #fff;
}
#primary_menu ul.menu ul.sub-menu > li:hover > a {
  color: var(--hover);
}
#primary_menu ul.menu ul.sub-menu > li a {
  color: var(--dark_section);
  text-decoration: none;
  display: block;
  padding: 0.5em 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;
}
.no_slideshow #primary_menu ul.menu ul.sub-menu > li a, .custom #primary_menu ul.menu ul.sub-menu > li a {
  color: var(--dark_section);
}

#mobile_bar {
  background: var(--main);
  color: var(--white);
  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: 12px;
  text-transform: uppercase;
  font-weight: 700;
  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(--white);
}
#mobile_bar .book a:hover {
  background-color: var(--hover);
  color: var(--white);
}
#mobile_bar .book:focus-within {
  overflow: visible;
}
#mobile_bar .book a:focus-visible {
  overflow: visible;
}
#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(--white);
  text-decoration: none;
  text-align: center;
}
#mobile_bar .email .icon:before,
#mobile_bar .phone .icon:before {
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
  display: inline-block;
}
#mobile_bar .email .icon:before {
  content: "\f0e0";
}
#mobile_bar .phone {
  border-right: 1px solid var(--main-d-20);
}
#mobile_bar .phone .icon:before {
  content: "\f095";
}

#ribbon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--main);
  color: var(--white);
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 14px;
}
@media (min-width: 1400px) {
  #ribbon {
    font-size: var(--font-size);
  }
}
#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(--white);
}

@media (min-width: 992px) {
  .page-template-template-landing-page .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 .the_content .divided_paragraph {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-page #anchors_wrap.fixed #anchors {
    top: 120px;
  }
}

html.rtl #main_book {
  right: auto;
  left: 40px;
}
html.rtl .fixed #main_book {
  left: 0;
  top: 0;
}
html.rtl #languages > div > ul ul,
html.rtl #languages > div > ul > li:hover:after {
  left: -50%;
}
html.rtl #menu_sidebar_wrap,
html.rtl #primary_menu ul.menu > li::after {
  left: 0;
  right: auto;
}
html.rtl #menu_sidebar_wrap .social a + a {
  margin: 0 0.5em 0 0;
}
html.rtl .slideshow_container .pager {
  left: 2em;
  right: auto;
}
html.rtl #anchors .container .wrap .label:not(:first-child):not(.btnCta)::before,
html.rtl .filters ul li:not(:first-child)::before,
html.rtl #menu_sidebar_wrap .close_sidebar {
  left: auto;
  right: 0;
}
html.rtl #itinerary .field label {
  margin: 0 0 0 1em;
}
html.rtl #login {
  margin: 0 2em 0 0;
}
@media (max-width: 991px) {
  html.rtl #login {
    margin: 0;
  }
}
html.rtl #guestaccount a::before,
html.rtl #map_wrapper #contact_box .desc .element::before,
html.rtl #footer_bottom .contacts .element::before {
  margin: 0 0 0 0.5em;
}
html.rtl #main-content-1 .main_content_wrap .content_wrap .btns_wrap script + .btn,
html.rtl #main-content-1 .main_content_wrap .content_wrap .btns_wrap .btn + .btn {
  margin: 10px 1em 0 0;
}
html.rtl #fbm-food_legend_wrap .fbm-food_legend + .fbm-food_legend,
html.rtl #fbm-food_legend_wrap .fbm-food_legend .fbm-label {
  margin: 0 10px 0 0;
}
html.rtl .btnPdf a::before {
  margin: 0 0 0 10px;
}
html.rtl #header .open_menu,
html.rtl .section_expandable_contents .wrap .title .date {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  html.rtl #header .wrap {
    padding: 0 20px 0 0;
  }
}
html.rtl .the_content dl dd, html.rtl .fbm-description dl dd, html.rtl .description dl dd {
  margin: 0 1em 0 0;
  border-right: 1px solid #dcdbdb;
  border-left: none;
  padding: 0 1em 0 0;
}
html.rtl #column_wrap .pagination a.next::before,
html.rtl .section_icons .services_list .service_wrap .icon {
  margin: 0 0 0 20px;
}
html.rtl .de_block_additional_content.image_left .container.container_large .content_container {
  padding: 4vw;
  padding-left: 0;
}
html.rtl .de_block_additional_content.image_right .container.container_large .content_container {
  padding: 4vw;
  padding-right: 0;
}
html.rtl #meeting_planner_more_info .amenities > li::before, html.rtl #meeting_planner_more_info .dimensions > li::before {
  margin-right: -15px;
  margin-left: 10px;
}
html.rtl #meeting_planner_more_info .dimensions > li .label, html.rtl #meeting_planner_more_info .amenities > li .label {
  margin: 0 0 0 5px;
}
html.rtl .meeting_planner_wrap .meeting_planner_description_col .inner_wrap .services_list ul {
  list-style: disc outside none;
  margin: 0 20px 0 0;
}
html.rtl #meeting_planner_single_room .meeting_planner_description_col .services_list {
  padding: 0 20px 0 0;
}
@media (min-width: 1200px) {
  html.rtl #meeting_planner_single_room .meeting_planner_description_col .services_list {
    padding: 0 40px 0 0;
  }
}
html.rtl #blog_sidebar {
  padding: 0 0 0 2em;
  margin-left: 20px;
  margin-right: 0;
}
html.rtl #sidebar_overlay {
  left: 350px;
}
@media (max-width: 991px) {
  html.rtl #sidebar_overlay {
    left: 320px;
  }
}
html.rtl #languages_mobile .select_wrap::after {
  left: 1em;
  right: auto;
}

#sidebar_overlay {
  display: none;
  width: calc(100% - 350px);
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
  background: rgba(0, 0, 0, 0.3);
}
#sidebar_overlay.visible {
  display: block;
  z-index: 910;
  opacity: 1;
}
@media (max-width: 991px) {
  #sidebar_overlay {
    width: calc(100% - 320px);
  }
}

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 350px;
}
@media (max-width: 991px) {
  #menu_sidebar_wrap {
    max-width: 320px;
  }
}
#menu_sidebar_wrap.open {
  display: block !important;
}
#menu_sidebar_wrap.visible .menu_sidebar {
  right: 0;
  left: auto;
}
#menu_sidebar_wrap .close_sidebar {
  display: block;
  position: absolute;
  z-index: 500;
  left: 0;
  right: auto;
  top: 0;
  border-color: transparent;
  background: #fff;
}
#menu_sidebar_wrap .close_sidebar:after, #menu_sidebar_wrap .close_sidebar:before {
  background: var(--main);
}
#menu_sidebar_wrap .menu_sidebar {
  background: #fff;
  position: absolute;
  width: 100%;
  max-width: 350px;
  min-width: 260px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  right: -100%;
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 2em;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo {
  display: block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  margin: 1em auto 0;
  text-align: center;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo img {
  max-width: 80%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#menu_sidebar_wrap .contacts {
  line-height: 150%;
  margin-top: 3em;
}
#menu_sidebar_wrap .contacts .hotel_name {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#menu_sidebar_wrap .contacts .element {
  margin-top: 0.5em;
  display: block;
}
#menu_sidebar_wrap .contacts .element.element_address .element_pref {
  display: none;
}
#menu_sidebar_wrap .contacts .element .element_pref {
  font-weight: 700;
}
#menu_sidebar_wrap .contacts .element .element_pref:after {
  content: ": ";
}
#menu_sidebar_wrap .contacts .element a {
  text-decoration: none;
  color: var(--highlighted);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_sidebar_wrap .contacts .element a:hover {
  color: var(--hover);
}
#menu_sidebar_wrap .social {
  margin-top: 1em;
  text-align: center;
}
#menu_sidebar_wrap .social a {
  display: inline-block;
}
#menu_sidebar_wrap .social a span[class^=fa] {
  background: var(--highlighted);
  color: var(--white);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover, #menu_sidebar_wrap .social a span[class^=fa]:focus {
  color: #fff;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-facebook-f, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-facebook-f {
  background: #0D65D3;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-twitter, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-twitter {
  background: #5DD7FC;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-pinterest-p, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-pinterest-p {
  background: #bd081c;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-youtube, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-youtube {
  background: #DE1829;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-google-plus-g, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-google-plus-g {
  background: #dc4538;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-foursquare, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-foursquare {
  background: #EF4B78;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tripadvisor, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-tripadvisor {
  background: #4B7E37;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-vimeo-v, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-vimeo-v {
  background: #17B3E8;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-linkedin-in, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-linkedin-in {
  background: #0274B3;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-share-alt, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-share-alt {
  background: #008852;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-flickr, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-flickr {
  background: #FF0084;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-vk, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-vk {
  background: #4c75a3;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-line, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-line {
  background: #00b900;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-weibo, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-weibo {
  background: #df2029;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-weixin, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-weixin {
  background: #09b83e;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-skype, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-skype {
  background: #00aff0;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  background: #f7f401;
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-instagram, #menu_sidebar_wrap .social 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%);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-tiktok, #menu_sidebar_wrap .social 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);
}
#menu_sidebar_wrap .social a span[class^=fa]:hover.fa-snapchat-ghost, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#menu_sidebar_wrap .social a + a {
  margin-left: 0.5em;
}
#menu_sidebar_wrap .social a span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#sidebar_menu {
  font-weight: 300;
  padding: 2em 0;
  line-height: 150%;
  font-size: 14px;
}
#sidebar_menu ul, #sidebar_menu li {
  list-style: none inside none;
}
#sidebar_menu ul.menu > li {
  padding: 0;
  color: var(--main);
  border-bottom: 1px solid rgba(48, 40, 37, 0.1019607843);
}
#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);
  padding: 1em 0;
  font-weight: 700;
  text-decoration: none;
  -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;
}
#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: var(--main);
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  font-weight: 300;
  -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);
}

#languages_mobile {
  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;
  border-bottom: 1px solid var(--main);
}
#languages_mobile .label {
  font-weight: 700;
  font-size: 0.9em;
}
#languages_mobile .select_wrap {
  position: relative;
}
#languages_mobile .select_wrap:after {
  content: "▾";
  position: absolute;
  line-height: 50px;
  right: 1em;
  top: 0;
  color: var(--main);
  z-index: 100;
}
#languages_mobile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--main);
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 200;
  min-width: 100px;
  font-family: var(--first-font);
  font-size: 14px;
}
#languages_mobile select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.berlin_hotel {
  /* ga-connect */
  /* PAGE */
  /** Button Log **/
  /* Loading page */
  /* Form validation */
}
.berlin_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: #fbfbfb;
  z-index: 999;
}
.berlin_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) {
  .berlin_hotel #fbga-popin {
    display: flex;
    width: 1100px;
    margin-top: -45vh;
    margin-left: -550px;
    height: 100%;
    max-height: 700px;
  }
}
@media (max-width: 991px) {
  .berlin_hotel #fbga-popin {
    width: 100%;
    left: 0;
    margin: 0;
    height: 100%;
    top: 0;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .berlin_hotel #fbga-popin {
    width: 90%;
    left: 5%;
    top: 5%;
    height: 90%;
  }
}
.berlin_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) {
  .berlin_hotel #fbga-logo {
    margin-top: 0;
    height: 60px;
  }
}
.berlin_hotel .fbga-btn-form {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 16px;
  text-transform: uppercase;
  background: #4d4d4d;
  margin: auto;
}
.berlin_hotel .fbga-btn-form:hover {
  background: #000000;
}
.berlin_hotel #fbga-popin .fbga-form-signin-heading {
  text-align: center;
  color: var(--bg-color-associated);
}
.berlin_hotel #fbga-connect {
  text-align: center;
  line-height: 40px;
  color: #3c5a98;
  padding-top: 10px;
  background: transparent;
}
.berlin_hotel #fbga-right-column {
  height: 100%;
  float: right;
  width: 50%;
}
@media (min-width: 992px) {
  .berlin_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) {
  .berlin_hotel #fbga-right-column {
    height: auto;
    float: none;
    width: 100%;
    position: relative;
  }
}
.berlin_hotel #fbga-popin span.title {
  margin: auto;
  text-align: center;
  display: inline;
  color: var(--bg-color-associated);
}
.berlin_hotel #fbga-popin h2 {
  margin-top: 0;
}
.berlin_hotel #fbga-popin h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  text-transform: none;
}
.berlin_hotel #fbga-signin-social,
.berlin_hotel #fbga-change-password,
.berlin_hotel #fbga-signup {
  margin: auto;
  margin-top: 20px;
  width: 80%;
}
.berlin_hotel #fbga-signin-social .fbga-btn-social {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  border-radius: 0;
  padding: 15px 0 15px 75px;
  width: 100%;
  font-family: var(--first-font);
  text-align: left;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.berlin_hotel #fbga-signin-social .fbga-btn-social:hover {
  text-decoration: none;
}
.berlin_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;
}
.berlin_hotel #fbga-signin-social .fbga-btn-social.google:hover {
  background-color: #CC3732;
}
.berlin_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;
}
.berlin_hotel #fbga-signin-social .fbga-btn-social.facebook:hover {
  background-color: #1A4398;
}
.berlin_hotel .fbga-form {
  width: 100%;
  display: block;
}
.berlin_hotel .fbga-form .single-col {
  width: 50%;
  float: left;
  display: inline;
  margin: auto;
  padding: 20px 90px 30px;
}
.berlin_hotel .fbga-form input {
  margin-bottom: -1px;
  width: 100%;
}
.berlin_hotel #fbga-popin .fbga-btn-form {
  display: block;
  line-height: 20px;
  border-radius: 0;
  padding: 16px;
  width: 100%;
  background-color: var(--highlighted);
  color: var(--white);
  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;
}
.berlin_hotel #fbga-popin .fbga-form .fbga-btn-form:hover {
  background: var(--hover);
  color: var(--white);
}
.berlin_hotel #error_message_login h3, .berlin_hotel #error_message_register h3 {
  background: #ffb3b3;
  color: #cc0000;
  padding: 10px;
  border: 1px solid #cc0000;
}
.berlin_hotel #fbga-popin .fbga-popin-title {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}
.berlin_hotel #fbga-popin .fbga-popin-title strong {
  font-weight: inherit;
}
.berlin_hotel #fbga-popin .fbga-popin-title strong {
  color: var(--secondary);
}
.berlin_hotel #fbga-popin .fbga-offer-title {
  text-align: left;
  padding: 60px 0 30px 0 !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 180% !important;
  font-style: normal;
}
.berlin_hotel #fbga-popin .line {
  display: none;
}
.berlin_hotel #fbga-forgot-password .line {
  float: left;
  margin: 0 0 10px;
  width: 100%;
  border-top: 1px solid #ddd;
  display: block;
}
.berlin_hotel #fbga-popin .fbga-hotel-title {
  font-size: 13px;
  margin-top: 7px !important;
  padding-left: 0;
  text-transform: uppercase;
}
.berlin_hotel .bg-line {
  display: table;
  white-space: nowrap;
  margin-bottom: 15px;
}
.berlin_hotel .bg-line:before, .berlin_hotel .bg-line:after {
  border-top: 1px solid #ddd;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}
.berlin_hotel .bg-line > span {
  padding: 0 20px;
}
.berlin_hotel #fbga-forgot-password > a {
  color: var(--secondary);
  font-family: var(--first-font);
  text-decoration: none;
  font-size: 13px !important;
}
.berlin_hotel #fbga-forgot-password > a:hover {
  color: var(--hover);
}
.berlin_hotel #fbga-forgot-password > p > a {
  color: var(--secondary);
  padding-left: 10px;
  text-decoration: none;
}
.berlin_hotel #fbga-forgot-password > p > a:hover {
  color: var(--hover);
}
.berlin_hotel #fbga-forgot-password > p > a:hover {
  color: var(--hover);
}
.berlin_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);
}
.berlin_hotel input#fbga-given-name {
  width: 50%;
  margin-bottom: 5px;
  float: left;
  border-right: transparent !important;
}
.berlin_hotel input#fbga-family-name {
  width: 50%;
  float: right;
  margin-bottom: 5px;
}
.berlin_hotel #fbga-change-password {
  text-align: center;
}
.berlin_hotel #fbga-change-password > p > a {
  color: var(--secondary);
  padding-left: 10px;
}
.berlin_hotel #fbga-change-password > p > a:hover {
  text-decoration: none;
}
.berlin_hotel #fbga-change-password > a,
.berlin_hotel div#fbga-signup > a {
  color: var(--secondary);
  font-family: var(--first-font);
  font-size: 12pt;
  margin-bottom: 10px;
}
.berlin_hotel #fbga-change-password > a:hover,
.berlin_hotel div#fbga-signup > a {
  text-decoration: none;
}
.berlin_hotel #fbga-signup {
  text-align: center;
}
.berlin_hotel div#fbga-signin-direct {
  width: 80%;
  margin: 20px auto;
}
.berlin_hotel #fbga-username-register,
.berlin_hotel #fbga-password-register {
  margin-bottom: -1px;
}
.berlin_hotel #ga-login-load h3 {
  text-align: center;
}
.berlin_hotel #ga-profile {
  padding-bottom: 20px;
}
.berlin_hotel #guest-account-page, .berlin_hotel #profil-page {
  padding: 20px 0;
}
.berlin_hotel #ga-profile h2, .berlin_hotel #ga-profile h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.berlin_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;
}
.berlin_hotel #profil-page .center {
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.berlin_hotel #fbga-btn-logout {
  background: #890000;
}
.berlin_hotel #fbga-btn-logout:hover {
  background: #360000;
}
.berlin_hotel #ga-profile .fbga-form-signin input, .berlin_hotel #ga-profile .form-edit input, .berlin_hotel #ga-profile .form input {
  margin-bottom: 20px;
  width: 50%;
}
.berlin_hotel #ga-profile .logged-in .fbga-btn-block {
  display: inline;
  width: auto;
}
.berlin_hotel #ga-profile .fbga-form-signin, .berlin_hotel #ga-profilee .form-edit, .berlin_hotel #ga-profile form {
  margin-bottom: 20px;
}
.berlin_hotel #error_message_change_password h3 {
  background: #ffb3b3;
  color: #cc0000;
  padding: 10px;
  border: 1px solid #cc0000;
}
.berlin_hotel #fbga-btn-change-password {
  display: block;
}
.berlin_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) {
  .berlin_hotel #guestaccount {
    border-left: none;
  }
}
.berlin_hotel #guestaccount a {
  text-decoration: none;
  color: var(--white);
  display: flex;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .berlin_hotel #guestaccount a {
    color: var(--main);
  }
}
.berlin_hotel #guestaccount a:before {
  content: "ﭷ";
  display: inline-block;
  font-family: "fb_generic_set";
  font-weight: normal;
  margin-right: 0.5em;
  font-size: 26px;
}
.berlin_hotel #guestaccount a:hover {
  color: var(--hover);
}
.berlin_hotel #guestaccount a .label {
  margin-top: 0.1em;
}
.berlin_hotel .custom #guestaccount a {
  color: var(--main);
}
.berlin_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;
}
.berlin_hotel #ga-login-load .ga-load {
  position: absolute;
  width: 100%;
  height: auto;
  top: 40%;
}
.berlin_hotel #fbga-popin input[type=text],
.berlin_hotel #fbga-popin input[type=email],
.berlin_hotel #fbga-popin input[type=number],
.berlin_hotel #fbga-popin textarea,
.berlin_hotel #fbga-popin fieldset {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.berlin_hotel #fbga-popin input:focus:invalid {
  outline: none;
  /* border-color: #900; */
}
.berlin_hotel #fbga-popin .error {
  width: auto;
  position: absolute;
  font-size: 80%;
  padding: 5px 25px;
  color: #fff;
  background-color: #CC3732;
  height: 20px;
  line-height: 11px;
  border-radius: 5px 5px 0 0;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.berlin_hotel #fbga-popin .error.mail-send {
  background-color: #22B918;
}
.berlin_hotel #fbga-popin .error.active {
  display: block;
}
.berlin_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) {
  .berlin_hotel #login_left {
    display: none;
  }
}
.berlin_hotel #fbga-popin #close-ga {
  left: auto;
  right: 10px;
  top: 10px;
}
@media (max-width: 991px) {
  .berlin_hotel #fbga-popin .fbga-image-overlay {
    display: none;
  }
}
.berlin_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;
}
.berlin_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 60px;
}
.berlin_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description,
.berlin_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;
}
.berlin_hotel #fbga-popin .fbga-image-overlay .fbga-text-overlay .content .description ul {
  list-style: inside disc none;
  margin-left: 0;
}
.berlin_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;
}
.berlin_hotel #fbga-popin .fbga-image-overlay:before {
  background: rgba(0, 0, 0, 0.6);
  display: table;
  width: 100%;
  height: 100%;
}
.berlin_hotel #login_overlay.overlay {
  z-index: 910;
}
@media (min-width: 1200px) {
  .berlin_hotel #social_login_section .container {
    margin-top: 60px;
  }
}
.berlin_hotel #social_login_section .container > div {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .berlin_hotel .page_on_front #main-content-1.social_connect {
    padding-top: 0;
  }
  .berlin_hotel .page_on_front #main-content-1.social_connect .container {
    padding: 0;
    max-width: 100%;
  }
  .berlin_hotel .page_on_front #main-content-1.social_connect .main_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .berlin_hotel .page_on_front #main-content-1.social_connect .main_content_wrap .content_wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 900px;
    padding-top: 8vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .berlin_hotel .page_on_front #main-content-1.social_connect .main_content_wrap .content_wrap {
    padding-top: 4vh;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .berlin_hotel .page_on_front #main-content-1.social_connect .main_content_wrap .content_wrap {
    padding-top: 10vh;
  }
}
.berlin_hotel #social_login {
  width: 400px;
  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;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .berlin_hotel #social_login {
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .berlin_hotel #social_login {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .berlin_hotel #social_login {
    margin-top: 3em;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .berlin_hotel #social_login {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.berlin_hotel #social_login .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 240px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .berlin_hotel #social_login .thumb {
    width: 50%;
  }
}
.berlin_hotel #social_login .offer_for_login {
  background: var(--third);
  color: var(--white);
  padding: 2em;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  -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;
  max-height: 400px;
}
@media (min-width: 1600px) {
  .berlin_hotel #social_login .offer_for_login {
    padding: 3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .berlin_hotel #social_login .offer_for_login {
    width: 50%;
    text-align: left;
  }
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext {
  position: initial;
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div {
  padding: 0;
  background: transparent;
  position: relative;
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div h2 {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--white);
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div h2 strong {
  font-weight: inherit;
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div h2 strong {
  color: var(--secondary);
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div p {
  font-family: var(--second-font);
  margin-bottom: 1.5em;
  line-height: 150%;
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div #open-fbga {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  height: 60px;
  max-width: 100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .berlin_hotel #social_login .offer_for_login #fbga-customtext > div #open-fbga {
    margin-left: 0;
    margin-right: auto;
  }
}
.berlin_hotel #social_login .offer_for_login #fbga-customtext > div #open-fbga:hover {
  background: var(--hover);
}
@media (max-width: 767px) {
  .berlin_hotel .desktop-login {
    display: none;
  }
}
@media (min-width: 768px) {
  .berlin_hotel .mobile-login {
    display: none;
  }
}
.berlin_hotel #login {
  text-decoration: none;
  color: #fff;
  -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 .berlin_hotel #login {
  color: #fff;
}
#header_wrapper.custom .berlin_hotel #login:hover, .berlin_hotel #login:hover {
  color: var(--hover);
}
.berlin_hotel #login .icon:before {
  content: "\f007";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}

.history_section .content_container {
  text-align: center;
  padding-bottom: 40px;
}
.history_section .content_container .title {
  font-family: var(--first-font);
  font-weight: 800;
  line-height: 110%;
  position: relative;
  text-transform: uppercase;
  color: var(--titles);
  font-size: 2.5em;
  text-align: center;
}
@media (min-width: 1400px) {
  .history_section .content_container .title {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .history_section .content_container .title {
    font-size: 2em;
  }
}
.history_section .content_container .title strong {
  font-weight: inherit;
}
.history_section .content_container .title strong {
  color: var(--highlighted);
}
@media (max-width: 991px) {
  .history_section .content_container {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.history_section .history_section_slider .history_time_line_years .arrow.prev {
  left: -10px;
}
@media (max-width: 991px) {
  .history_section .history_section_slider .history_time_line_years .arrow.prev {
    left: -15px;
  }
}
.history_section .history_section_slider .history_time_line_years .arrow.next {
  right: -10px;
}
@media (max-width: 991px) {
  .history_section .history_section_slider .history_time_line_years .arrow.next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .history_section .history_section_slider .history_time_line_years .pager .slick-track {
    display: flex;
    align-items: stretch;
  }
  .history_section .history_section_slider .history_time_line_years .pager .year {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .history_section .history_section_slider .history_time_line_years .pager .year .label {
    white-space: break-spaces;
    line-height: 100%;
  }
}
.history_section .history_section_slider .history_time_line_years {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .history_section .history_section_slider .history_time_line_years {
    margin-top: 0;
  }
}
.history_section .history_section_slider .history_time_line_years .slick-track {
  display: flex;
  align-items: stretch;
}
.history_section .history_section_slider .history_time_line_years .pager .year {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
}
.history_section .history_section_slider .history_time_line_years .pager .year .label {
  font-size: 1em;
  font-family: var(--first-font);
}
@media (max-width: 767px) {
  .history_section .history_section_slider .history_time_line_years .pager .year .label {
    white-space: break-spaces;
    line-height: 120%;
    font-size: 16px;
    overflow: unset;
  }
}
.history_section .history_section_slider .history_time_line_years .pager .year:not(.slick-current) .label {
  color: var(--main);
}
.history_section .history_section_slider .history_time_line_years .pager .year:not(.slick-current) .icon {
  background-color: var(--main);
}
@media (max-width: 767px) {
  .history_section .history_section_slider .history_time_line_years .pager:after, .history_section .history_section_slider .history_time_line_years .pager:before, .history_section .history_section_slider .history_time_line_years .arrow:after, .history_section .history_section_slider .history_time_line_years .arrow:before {
    font-size: 20px;
  }
}
.history_section .history_section_slider .history_time_line_years .pager.prev, .history_section .history_section_slider .history_time_line_years .pager.next, .history_section .history_section_slider .history_time_line_years .arrow.prev, .history_section .history_section_slider .history_time_line_years .arrow.next {
  right: 0;
  bottom: -5px;
  background: transparent;
}
@media (max-width: 767px) {
  .history_section .history_section_slider .history_time_line_years .pager.prev, .history_section .history_section_slider .history_time_line_years .pager.next, .history_section .history_section_slider .history_time_line_years .arrow.prev, .history_section .history_section_slider .history_time_line_years .arrow.next {
    right: -15px;
    bottom: -11px;
  }
}
.history_section .history_section_slider .history_time_line_years .pager.prev, .history_section .history_section_slider .history_time_line_years .arrow.prev {
  left: 0;
}
@media (max-width: 767px) {
  .history_section .history_section_slider .history_time_line_years .pager.prev, .history_section .history_section_slider .history_time_line_years .arrow.prev {
    left: -15px;
  }
}
/*# sourceMappingURL=main.css.map */
