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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

:root {
  --first-font: "League Spartan", sans-serif;
  --highlight-font: "Marcellus", serif;
  --counter-font: "Tenor Sans", sans-serif;
  --font-size: 20px;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --overlay-pop-in: rgba(0, 0, 0, 0.7);
}

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

body {
  background: var(--bg);
  height: auto;
}
body.internal_header #social_sidebar {
  top: calc(50% - 60px);
}
body.internal_header .slideshow_container {
  padding-top: 80px;
}
body.internal_header .slideshow_container .slideshow {
  bottom: 60px;
}
@media (max-width: 991px) {
  body.internal_header .slideshow_container .slideshow {
    bottom: 0;
  }
}
body.internal_header .slideshow_container .caption {
  margin-left: 80px;
  bottom: -60px;
  max-width: 610px;
}
@media (max-width: 991px) {
  body.internal_header .slideshow_container .caption {
    margin-left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    max-width: 100%;
  }
}
body.internal_header .slideshow_container .caption .title {
  font-size: 32px;
}
body.internal_header .slideshow_container .caption .title:after {
  display: none;
}
body.internal_header .slideshow_container .caption .subtitle {
  margin-top: 10px;
}
body.internal_header .slideshow_container.size_l .arrow, body.internal_header .slideshow_container.size_m .arrow, body.internal_header .slideshow_container.size_s .arrow {
  bottom: 100px;
}
body.internal_header .slideshow_container.size_xl .caption {
  margin-left: 120px;
}
body.internal_header .slideshow_container.size_s {
  height: 80vh;
}
body.internal_header .slideshow_container .pager {
  bottom: 60px;
}
body.internal_header .slideshow_container .slideshow,
body.internal_header .slideshow .slide,
body.internal_header .slideshow .slick-list {
  overflow: visible;
}
body.internal_header #slideshow-1 + #booking-form-1 {
  top: 80px;
}
body.internal_header #slideshow-1 + #booking-form-1 #booking_form .calendar {
  top: 110%;
}
body.internal_header.anchors_second .slideshow_container .slideshow {
  bottom: 0;
}
body.internal_header.anchors_second .slideshow_container .caption {
  bottom: 0;
  background: transparent;
}
body.home_header .slideshow_container {
  height: calc(100vh - 80px);
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body.home_header .slideshow_container {
    height: calc(100vh - 60px);
    margin-bottom: 60px;
  }
}
body.home_header .slideshow_container .caption {
  margin-left: 60px;
}
@media (max-width: 991px) {
  body.home_header .slideshow_container .caption {
    margin-left: 0;
  }
}
body.has_slideshow #slideshow-1 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body.has_slideshow #slideshow-1 {
    margin-bottom: 60px;
  }
}
body.has_slideshow #slideshow-1 + .de_block_anchor_menu {
  margin-top: -80px;
}
@media (max-width: 991px) {
  body.has_slideshow #slideshow-1 + .de_block_anchor_menu {
    margin-top: -60px;
  }
}

html {
  background: var(--main-d-3);
}
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;
  max-width: 1110px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 90vw;
  }
}

.section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .section {
    margin-bottom: 60px;
  }
}
.section.de_block_opening_hours, .section.de_block_map.info, .section.room_amenities_section, .section.de_block_tabs, .section.de_block_additional_content.form {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .section.de_block_opening_hours, .section.de_block_map.info, .section.room_amenities_section, .section.de_block_tabs, .section.de_block_additional_content.form {
    margin-bottom: 60px;
  }
}
.section.de_first {
  padding-top: 80px;
}
.section.de_block_map.de_first.has_pois {
  padding-top: 140px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.de_block_map.de_first.has_pois {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .section.de_block_map.de_first.has_pois {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.de_block_map.de_first.has_pois.both {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .section.de_block_map.de_first.has_no_pois.info {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .section.de_block_map.de_first.has_no_pois.info {
    padding-top: 120px;
  }
}
.section + .de_block_filterable_posts {
  margin-top: -60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section + .de_block_filterable_posts {
    margin-top: 0;
  }
}

#slideshow-1 + #booking-form-1.section {
  margin-bottom: 0;
}
#slideshow-1 + #booking-form-1.section #booking_form_section::before {
  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;
}

.title {
  font-family: var(--highlight-font);
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--titles);
  font-size: 42px;
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 3.2px;
  }
}
.title strong {
  color: var(--hover);
}

.subtitle {
  font-family: var(--first-font);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 25px;
  color: var(--titles-l-20);
}

.subtitle + .title {
  margin: 10px 0 0;
}

.the_content {
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .the_content {
    margin-top: 30px;
  }
}
.the_content h2 + p, .the_content h3 + p, .the_content h4 + p, .the_content h5 + p, .the_content 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,
.the_content p + h6 {
  margin-top: 1em;
}
.the_content strong, .the_content b {
  font-weight: bold;
}
.the_content ul, .the_content ol {
  margin: 1em 0 1em 3em;
}
.the_content ul {
  list-style: disc outside none;
}
.the_content ol {
  list-style: decimal outside none;
}
.the_content em, .the_content i {
  font-style: italic;
}
.the_content hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0;
}
.the_content blockquote {
  font-style: italic;
  margin: 1em 0 1em 3em;
  padding: 1em 2em;
  background-color: var(--bg-d-3);
  border-left: 5px solid gainsboro;
}
.the_content blockquote:before, .the_content blockquote:after {
  font-size: 1.2em;
}
.the_content blockquote:before {
  content: "“";
  padding-right: 5px;
}
.the_content blockquote:after {
  content: "”";
  padding-left: 5px;
}
.the_content dl {
  margin: 1em 0 1em 2em;
}
.the_content dl dd {
  border-left: 5px solid gainsboro;
  padding-left: 1em;
}
body.rtl .the_content dl dd {
  border-right: 1px solid gainsboro;
  border-left: none;
  padding: 0 1em 0 0;
}
.the_content dl dt + dd {
  margin-top: 0.5em;
}
.the_content dl dd + dt {
  margin-top: 0.5em;
}
.the_content mark {
  padding: 0 0.5em;
}
.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
  font-family: var(--highlight-font);
  line-height: 120%;
}
.the_content h1 {
  font-size: 36px;
}
.the_content h2 {
  font-size: 32px;
}
.the_content h3 {
  font-size: 28px;
}
.the_content h4 {
  font-size: 26px;
}
.the_content h5 {
  font-size: 24px;
}
.the_content h6 {
  font-size: 22px;
}

.description p + p {
  display: block;
  margin: 8px 0;
}

.btns_wrap {
  text-align: center;
  margin-top: 40px;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .btns_wrap {
    gap: 20px;
  }
}
.btns_wrap .from {
  letter-spacing: 1.4px;
  line-height: 25px;
  color: var(--highlighted);
  text-transform: uppercase;
  padding: 0 10px 0 30px;
}
.btns_wrap .price {
  font-size: 24px;
  font-family: var(--highlight-font);
  line-height: 52px;
  color: var(--titles);
}
@media (max-width: 991px) {
  .btns_wrap .price {
    text-align: center;
  }
}
.btns_wrap.dec_lines .btnCta {
  width: 32%;
}
.btns_wrap.dec_lines:before, .btns_wrap.dec_lines:after {
  content: "";
  width: 32%;
  height: 1px;
  background: var(--gray-300);
}
@media (max-width: 991px) {
  .btns_wrap.dec_lines:before, .btns_wrap.dec_lines:after {
    width: 8%;
  }
}

.btnCta a,
.price_wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  font-family: var(--first-font);
  text-decoration: none;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  height: 50px;
}
.btnCta a:hover,
.price_wrap a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
@media (max-width: 991px) {
  .btnCta a,
  .price_wrap a {
    width: 100%;
  }
}

.btnPdf.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.btnPdf.collapsibleContent_btn.open a:before, .btnPdf.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.btnPdf a {
  display: inline-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;
  text-decoration: none;
  z-index: 1;
  -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;
  color: var(--titles-l-20);
}
@media (max-width: 991px) {
  .btnPdf a {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.btnPdf a * {
  color: inherit;
  font-weight: inherit;
}
.btnPdf a:hover {
  color: var(--hover);
  text-decoration: none;
}
.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;
}
.btnPdf a:after {
  content: "";
  width: auto;
  height: 2px;
  background: var(--titles-l-20);
  margin-top: 5px;
  display: block;
}

.info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.info.collapsibleContent_btn.open a:before, .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.info a {
  display: inline-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;
  text-decoration: none;
  z-index: 1;
  -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;
  color: var(--titles-l-20);
}
@media (max-width: 991px) {
  .info a {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.info a * {
  color: inherit;
  font-weight: inherit;
}
.info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.info a:hover, .info a:focus {
  outline: none;
}

.loading {
  min-height: 40px;
  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: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -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;
  bottom: 100px;
  position: absolute;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  font-weight: var(--font-weight-thin);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.arrow.prev {
  right: 160px;
}
.arrow.prev:before {
  content: "\f177";
}
.arrow.next {
  right: 40px;
}
.arrow.next:before {
  content: "\f178";
}
.arrow.inverse:hover, .arrow:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.arrow.inverse:hover:after, .arrow.inverse:hover:before, .arrow:hover:after, .arrow:hover:before {
  color: var(--hover-color-associated);
}
.arrow span {
  display: none;
}

.pager {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 200;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .pager {
    bottom: 12px;
  }
}
.pager.inverse ul li {
  border-color: #fff;
}
.pager.inverse ul li:hover, .pager.inverse ul li.slick-active {
  border-color: #fff;
}
.pager.inverse ul li:hover:before, .pager.inverse ul li.slick-active:before {
  background: #fff;
}
.pager ul, .pager li {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.pager ul li {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid var(--header);
  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:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  background: transparent;
  -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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pager ul li:hover, .pager ul li.slick-active {
  border-color: var(--header);
}
#dark_theme .pager ul li:hover, #darken_theme .pager ul li:hover, #dark_theme .pager ul li.slick-active, #darken_theme .pager ul li.slick-active {
  border-color: var(--titles);
}
.pager ul li:hover:before, .pager ul li.slick-active:before {
  background: var(--header);
}
#dark_theme .pager ul li:hover:before, #darken_theme .pager ul li:hover:before, #dark_theme .pager ul li.slick-active:before, #darken_theme .pager ul li.slick-active:before {
  background: var(--titles);
}
.pager ul li button {
  display: none;
}

.fancybox-close-small,
.close,
.queen_hotel #fbga-popin #close-ga {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 500;
  overflow: hidden;
  display: block;
  background: transparent;
  -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,
.queen_hotel #fbga-popin #close-ga:before,
.close:after,
.queen_hotel #fbga-popin #close-ga:after {
  width: 20px;
  top: 50%;
  height: 1px;
  background: var(--main);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform-origin: 0 0;
}
.fancybox-close-small:before,
.close:before,
.queen_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,
.queen_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,
.queen_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,
.queen_hotel #fbga-popin #close-ga:hover:before,
.close:hover:after,
.queen_hotel #fbga-popin #close-ga:hover:after {
  background: var(--hover-color-associated);
}

.queen_hotel #social_login .thumb:before,
.aside_content .content_main_wrap .thumb_wrap .gallery:before,
.container.container_large .picture_container a:before,
.de_block_additional_content.form #contact_form:before,
.room_amenities_section .wrap:before,
.opening_hours_section .container:before,
.map_section.info .infobox_wrapper:before,
#detailed_previews .box_wrap.even .item .gallery_wrap .slider:before,
.de_block_blog_search .container:before,
.extra_info_section .container:before,
.de_block_tabs .wrapper:before,
#main-content-1 .featured_wrap:before,
.section_icons .wrap:before,
.de_block_tabs div.wrapper:before,
#booking-form-1.section #booking_form_section::before {
  content: "";
  display: block;
  right: -40px;
  height: 60%;
  max-width: 800px;
  top: auto;
  width: 60%;
  position: absolute;
  z-index: -1;
  bottom: -40px;
  background: url("../img/pattern.svg") repeat center var(--secondary-d-3);
  background-size: 70px auto;
}
body.rtl .queen_hotel #social_login .thumb:before,
body.rtl .aside_content .content_main_wrap .thumb_wrap .gallery:before,
body.rtl .container.container_large .picture_container a:before,
body.rtl .de_block_additional_content.form #contact_form:before,
body.rtl .room_amenities_section .wrap:before,
body.rtl .opening_hours_section .container:before,
body.rtl .map_section.info .infobox_wrapper:before,
body.rtl #detailed_previews .box_wrap.even .item .gallery_wrap .slider:before,
body.rtl .de_block_blog_search .container:before,
body.rtl .extra_info_section .container:before,
body.rtl .de_block_tabs .wrapper:before,
body.rtl #main-content-1 .featured_wrap:before,
body.rtl .section_icons .wrap:before,
body.rtl .de_block_tabs div.wrapper:before,
body.rtl #booking-form-1.section #booking_form_section::before {
  left: -40px;
  right: auto;
}

@media (max-width: 991px) {
  #blog-search-1 .container::before,
  .extra_info_section .container::before,
  .opening_hours_section .container::before,
  .image_left .container.container_large .picture_container a::after {
    content: "";
    display: block;
    max-width: 800px;
    top: auto;
    position: absolute;
    z-index: -1;
    right: 0;
    height: 110%;
    width: 90%;
    bottom: -5%;
    left: -2.5%;
    background: url("../img/pattern.svg") repeat center var(--secondary-d-3);
    background-size: 70px auto;
  }
}

@media (max-width: 991px) {
  #detailed_previews .box_wrap.odd .item .gallery_wrap .slider:after {
    content: "";
    right: 0%;
    height: 100%;
    width: 20%;
    bottom: 0%;
    position: absolute;
    z-index: -1;
    background: var(--main);
  }
  #detailed_previews .box_wrap.odd .item .gallery_wrap .slider:before {
    background: url("../img/pattern.svg") repeat center var(--secondary-d-3);
    background-size: 70px auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 80%;
    position: absolute;
    display: block;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  #detailed_previews .box_wrap.even .item .gallery_wrap .slider:before {
    right: 0%;
    height: 100%;
    width: 20%;
    bottom: 0%;
  }
  #detailed_previews .box_wrap.even .item .gallery_wrap .slider:after {
    content: "";
    background: var(--main);
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 80%;
    position: absolute;
    display: block;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .opening_hours_section .container::before,
  .extra_info_section .container::before {
    right: 5%;
    left: auto;
    width: 72.5%;
    bottom: 2.5%;
  }
}

.opening_hours_section .container::before {
  height: 100%;
  right: 25%;
}

.image_left .container.container_large .picture_container,
#detailed_previews .box_wrap.odd .item .gallery_wrap,
.de_block_social_media.carousel {
  background: url("../img/pattern.svg") repeat center var(--secondary-d-3);
  background-size: 70px auto;
}
@media (max-width: 991px) {
  .image_left .container.container_large .picture_container,
  #detailed_previews .box_wrap.odd .item .gallery_wrap,
  .de_block_social_media.carousel {
    background: transparent;
  }
}

@media (min-width: 992px) {
  #main_content #breadcrumb ul {
    width: 170%;
    max-width: 200%;
  }
}

#breadcrumb {
  color: var(--bg-color-associated);
  font-family: var(--first-font);
  position: relative;
  z-index: 200;
  margin: 40px 0;
}
@media (max-width: 991px) {
  #breadcrumb {
    margin: 40px 25px;
  }
}
#breadcrumb .custom_container {
  max-width: 1110px;
  margin: 0 auto 0 9%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #breadcrumb .custom_container {
    margin: 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 0.6em;
  color: #ccc;
}
#breadcrumb ul li:first-child:before {
  display: none;
}
#breadcrumb ul li.current-menu-item a {
  text-transform: uppercase;
  color: var(--titles-l-10);
}
#breadcrumb ul li:hover a {
  color: var(--hover);
}
#breadcrumb ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 993px) and (max-width: 1279px) {
  #breadcrumb ul li a {
    font-size: 0.79rem;
  }
}
#menu_sidebar_wrap + #breadcrumb, #content_column #breadcrumb {
  padding: 80px 25px 0;
}
#breadcrumb + .section {
  padding-top: 130px;
}
#breadcrumb + .section.de_block_booking_form {
  padding-top: 0;
}
@media (max-width: 991px) {
  #breadcrumb + .section {
    padding-top: 0;
  }
}
#breadcrumb + #main-content-1 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  #breadcrumb + #main-content-1 {
    padding-top: 0;
  }
}
#breadcrumb + .btns_wrap {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  #breadcrumb.de_first + #main-content-1, #breadcrumb.de_first + .section {
    padding-top: 140px;
  }
}
body.location #breadcrumb {
  padding-top: 0 !important;
}

a.plus_corner:after,
.plus_corner > .thumb:after {
  content: "+"/"";
  --corner: var(--main);
  font-family: serif;
  font-weight: 600;
  font-size: 32px;
  text-align: left;
  width: 80px;
  height: 80px;
  color: var(--main-color-associated);
  background: linear-gradient(45deg, transparent 0%, transparent 50%, var(--corner) 50%, var(--corner) 100%);
  text-indent: 45px;
  line-height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
body.rtl a.plus_corner:after,
body.rtl .plus_corner > .thumb:after {
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, var(--corner) 50%, var(--corner) 100%);
  left: 0;
  right: auto;
  direction: ltr;
  text-indent: 15px;
}

.gallery_section {
  max-width: 82%;
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  .gallery_section {
    margin: 0 auto 60px;
  }
}
#main-content-1 + .gallery_section {
  margin: 50px auto 100px;
  width: 82%;
}
@media (max-width: 991px) {
  #main-content-1 + .gallery_section {
    margin-top: 0;
  }
}

body.no_slideshow {
  /*#main-content-1 {
    padding-top: 100px;
  }*/
}
@media (max-width: 991px) {
  body.no_slideshow {
    padding-top: 100px;
  }
  body.no_slideshow.location {
    padding-top: 0;
  }
}
body.no_slideshow #breadcrumb {
  padding-top: 100px !important;
}
@media (max-width: 991px) {
  body.no_slideshow #breadcrumb {
    padding-top: 70px !important;
  }
}
body.no_slideshow #breadcrumb #main-content-1 {
  padding-top: 20px;
}

.filters {
  margin-bottom: 60px;
}
.filters ul, .filters li {
  list-style: none inside none;
  padding: 0 20px;
}
.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;
}
.filters ul li + li {
  border-left: 1px dashed #333;
}
.filters ul li a {
  -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(--bg-color-associated);
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.1em;
}
.filters ul li a:hover {
  color: var(--hover);
}
.filters ul li.active a {
  color: var(--highlighted);
  font-weight: var(--font-weight-bold);
}
.filters ul li.active a:hover {
  color: var(--hover);
}

.filters_select {
  height: 50px;
  max-width: 460px;
  padding: 0 20px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  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 (min-width: 768px) and (max-width: 991px) {
  .filters_select {
    padding: 0;
    margin: 0px auto 40px;
  }
}
.filters_select:after {
  right: 25px;
  position: absolute;
  z-index: 1;
  line-height: 50px;
  padding-right: 10px;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: var(--third);
}
.filters_select .label {
  line-height: 30px;
  padding: 0 1em 0 0;
  white-space: nowrap;
}
.filters_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -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;
  font-family: var(--first-font);
  font-size: inherit;
  position: relative;
  line-height: 50px;
  text-transform: capitalize;
  padding-left: 1em;
  background: var(--bg-d-5);
  z-index: 0;
  border-bottom: 2px solid var(--main);
}
.filters_select select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.filters_select select:focus {
  outline: none;
}

.arrow_container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 105;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .arrow_container {
    max-width: 350px;
    margin: 30px auto;
  }
}
.arrow_container .arrow {
  position: relative;
  bottom: auto;
  right: auto;
  background: transparent;
  font-size: 23px;
  width: auto;
  height: auto;
}
.reduce_transparencies .arrow_container .arrow {
  background: transparent !important;
}
.arrow_container .arrow:hover {
  background: transparent;
}
.arrow_container .arrow:hover:before {
  color: var(--hover);
}
.arrow_container .arrow:before {
  color: var(--main);
  font-size: initial;
  font-weight: var(--font-weight-regular);
}
.arrow_container .pager {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0 20px;
}
.arrow_container .pager ul {
  display: flex;
}
@media (max-width: 991px) {
  .arrow_container .pager ul {
    flex-wrap: wrap;
  }
}
.arrow_container .pager ul li {
  border: none;
  margin: 0;
  width: 11px;
}
.arrow_container .pager ul li:hover:before, .arrow_container .pager ul li.slick-active:before {
  background: var(--hover);
}
.arrow_container .pager ul li:before {
  width: 5px;
  height: 5px;
  background: var(--main);
}

.page_logo_before {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 2em;
  width: 300px;
  height: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .page_logo_before {
    width: 80vw;
    max-width: 300px;
    height: auto;
    aspect-ratio: 2/1.5;
  }
}

.page_logo {
  background-color: var(--main);
  margin: 0;
  width: 155px;
  height: 155px;
  position: absolute;
  top: 35%;
  color: white;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
  right: 20%;
}
@media (max-width: 991px) {
  .page_logo {
    display: none;
  }
}
.page_logo img {
  max-height: 90px;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .page-template-template-sitemap .sitemap_section {
    padding-top: 130px;
  }
}
.page-template-template-sitemap .container {
  padding: 0 25px;
}
.page-template-template-sitemap .container > .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: 0.5em;
}
@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 {
  line-height: 150%;
}
.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.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}
.mega_details_wrapper .close, .mega_details_wrapper .queen_hotel #fbga-popin #close-ga, .queen_hotel #fbga-popin .mega_details_wrapper #close-ga {
  left: auto;
  right: 20px;
  top: 20px;
}
.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: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
    width: 100%;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
  padding: 60px;
}
@media (max-width: 767px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
    padding: 50px 30px;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title {
  font-family: var(--highlight-font);
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--titles);
  font-size: 42px;
  text-align: center;
  z-index: 200;
  margin: 0;
}
@media (max-width: 991px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 3.2px;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .the_title strong {
  color: var(--hover);
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .btns_wrap {
  margin: 20px 0;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 66%;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap {
  text-align: center;
  margin-bottom: 15px;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a {
  display: inline-block;
  font-family: var(--first-font);
  padding: 0.6em 2em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  line-height: 120%;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a * {
  color: inherit;
  font-weight: inherit;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover, .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:focus {
  text-decoration: none;
  outline: none;
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .amount,
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .currency {
  font-size: 1.3em;
}

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

#main_content #share a,
#social_sidebar a {
  display: inline-block;
}
#main_content #share a span[class^=fa],
#social_sidebar a span[class^=fa] {
  background: var(--highlighted);
  color: var(--main-color-associated);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main_content #share a span[class^=fa]:hover, #main_content #share a span[class^=fa]:focus,
#social_sidebar a span[class^=fa]:hover,
#social_sidebar a span[class^=fa]:focus {
  color: #fff;
}
#main_content #share a span[class^=fa]:hover.fa-facebook-f, #main_content #share a span[class^=fa]:focus.fa-facebook-f,
#social_sidebar a span[class^=fa]:hover.fa-facebook-f,
#social_sidebar a span[class^=fa]:focus.fa-facebook-f {
  background: #0D65D3;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-twitter, #main_content #share a span[class^=fa]:focus.fa-twitter,
#social_sidebar a span[class^=fa]:hover.fa-twitter,
#social_sidebar a span[class^=fa]:focus.fa-twitter {
  background: #5DD7FC;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-pinterest-p, #main_content #share a span[class^=fa]:focus.fa-pinterest-p,
#social_sidebar a span[class^=fa]:hover.fa-pinterest-p,
#social_sidebar a span[class^=fa]:focus.fa-pinterest-p {
  background: #bd081c;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-youtube, #main_content #share a span[class^=fa]:focus.fa-youtube,
#social_sidebar a span[class^=fa]:hover.fa-youtube,
#social_sidebar a span[class^=fa]:focus.fa-youtube {
  background: #DE1829;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-google-plus-g, #main_content #share a span[class^=fa]:focus.fa-google-plus-g,
#social_sidebar a span[class^=fa]:hover.fa-google-plus-g,
#social_sidebar a span[class^=fa]:focus.fa-google-plus-g {
  background: #dc4538;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-foursquare, #main_content #share a span[class^=fa]:focus.fa-foursquare,
#social_sidebar a span[class^=fa]:hover.fa-foursquare,
#social_sidebar a span[class^=fa]:focus.fa-foursquare {
  background: #EF4B78;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-tripadvisor, #main_content #share a span[class^=fa]:focus.fa-tripadvisor,
#social_sidebar a span[class^=fa]:hover.fa-tripadvisor,
#social_sidebar a span[class^=fa]:focus.fa-tripadvisor {
  background: #4B7E37;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-vimeo-v, #main_content #share a span[class^=fa]:focus.fa-vimeo-v,
#social_sidebar a span[class^=fa]:hover.fa-vimeo-v,
#social_sidebar a span[class^=fa]:focus.fa-vimeo-v {
  background: #17B3E8;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-linkedin-in, #main_content #share a span[class^=fa]:focus.fa-linkedin-in,
#social_sidebar a span[class^=fa]:hover.fa-linkedin-in,
#social_sidebar a span[class^=fa]:focus.fa-linkedin-in {
  background: #0274B3;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-share-alt, #main_content #share a span[class^=fa]:focus.fa-share-alt,
#social_sidebar a span[class^=fa]:hover.fa-share-alt,
#social_sidebar a span[class^=fa]:focus.fa-share-alt {
  background: #008852;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-flickr, #main_content #share a span[class^=fa]:focus.fa-flickr,
#social_sidebar a span[class^=fa]:hover.fa-flickr,
#social_sidebar a span[class^=fa]:focus.fa-flickr {
  background: #FF0084;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-vk, #main_content #share a span[class^=fa]:focus.fa-vk,
#social_sidebar a span[class^=fa]:hover.fa-vk,
#social_sidebar a span[class^=fa]:focus.fa-vk {
  background: #4c75a3;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-line, #main_content #share a span[class^=fa]:focus.fa-line,
#social_sidebar a span[class^=fa]:hover.fa-line,
#social_sidebar a span[class^=fa]:focus.fa-line {
  background: #00b900;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-weibo, #main_content #share a span[class^=fa]:focus.fa-weibo,
#social_sidebar a span[class^=fa]:hover.fa-weibo,
#social_sidebar a span[class^=fa]:focus.fa-weibo {
  background: #df2029;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-weixin, #main_content #share a span[class^=fa]:focus.fa-weixin,
#social_sidebar a span[class^=fa]:hover.fa-weixin,
#social_sidebar a span[class^=fa]:focus.fa-weixin {
  background: #09b83e;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-skype, #main_content #share a span[class^=fa]:focus.fa-skype,
#social_sidebar a span[class^=fa]:hover.fa-skype,
#social_sidebar a span[class^=fa]:focus.fa-skype {
  background: #00aff0;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-whatsapp, #main_content #share a span[class^=fa]:focus.fa-whatsapp,
#social_sidebar a span[class^=fa]:hover.fa-whatsapp,
#social_sidebar a span[class^=fa]:focus.fa-whatsapp {
  background: #075E54;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  background: #f7f401;
}
#main_content #share a span[class^=fa]:hover.fa-instagram, #main_content #share a span[class^=fa]:focus.fa-instagram,
#social_sidebar a span[class^=fa]:hover.fa-instagram,
#social_sidebar 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%);
}
#main_content #share a span[class^=fa]:hover.fa-tiktok, #main_content #share a span[class^=fa]:focus.fa-tiktok,
#social_sidebar a span[class^=fa]:hover.fa-tiktok,
#social_sidebar 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);
}
#main_content #share a span[class^=fa]:hover.fa-snapchat-ghost, #main_content #share a span[class^=fa]:focus.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:hover.fa-snapchat-ghost,
#social_sidebar a span[class^=fa]:focus.fa-snapchat-ghost {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
body.internal_header #main_content #share,
body.internal_header #social_sidebar {
  z-index: 204;
}
#main_content #share a,
#social_sidebar a {
  display: block;
  margin: 5px;
}
#main_content #share a span[class^=fa],
#social_sidebar a span[class^=fa] {
  background: var(--highlighted);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#main_content #share a:hover span[class^=fa],
#social_sidebar a:hover span[class^=fa] {
  background: var(--hover);
}

.alignleft,
.alignright,
.aligncenter {
  padding: 0 1em;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.alignleft img,
.alignright img,
.aligncenter img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%;
}

.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%;
}

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

.aligncenter {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wp-caption-text {
  background: var(--bg);
  color: var(--secondary);
  display: block;
  padding: 1em;
  font-style: italic;
}

.history_section .content_container {
  text-align: center;
}
.history_section .content_container .title {
  font-family: var(--highlight-font);
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--titles);
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 5.2px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .history_section .content_container .title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 3.2px;
  }
}
.history_section .content_container .title strong {
  color: var(--hover);
}
@media (max-width: 991px) {
  .history_section .content_container {
    max-width: 60%;
    margin: 0 auto;
  }
}
.history_section .history_section_slider {
  margin-top: 60px;
}
.history_section .history_section_slider .history_time_line_slider .pager .year .icon {
  background: var(--main);
}
.history_section .history_section_slider .history_time_line_slider .pager .year .label {
  color: var(--main);
}
.history_section .history_section_slider .history_time_line_slider .year_wrap .content {
  font-style: unset;
  color: var(--main);
  background: var(--bg-d-5);
}
@media (max-width: 991px) {
  .history_section .history_section_slider .history_time_line_slider .year_wrap .content {
    padding: 1.5em;
  }
}
.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);
}
.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 {
  color: var(--bg-color-associated);
  background: var(--bg);
}
@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;
  }
}
.history_section .history_time_line .year_wrap .separator {
  background-color: var(--main);
}
.history_section .history_time_line .year_wrap .title {
  font-family: var(--highlight-font);
  font-size: 2em;
}
@media (max-width: 767px) {
  .history_section .history_time_line .year_wrap .title {
    padding: 0 10px;
    font-size: 1.3em;
  }
}
@media (max-width: 358px) {
  .history_section .history_time_line .year_wrap .title {
    font-size: 1em;
  }
}
.history_section .history_time_line .year_wrap .content .description {
  font-style: unset;
}
@media (max-width: 767px) {
  .history_section .history_time_line .year_wrap:nth-child(3n+1) .content {
    color: var(--bg);
  }
}

#main_gallery_container .arrow_container .pager {
  max-width: 90px;
  overflow: hidden;
  height: 17px;
}
#main_gallery_container .arrow_container .pager li {
  width: 11px;
  min-width: 11px;
}

.snackbars_wrapper {
  z-index: 999;
}
body.page_on_front .snackbars_wrapper {
  bottom: 120px;
}
@media (max-width: 991px) {
  .snackbars_wrapper {
    bottom: 110px;
  }
}

@media (max-width: 767px) {
  #video_page_container .video_content .content .video_icon {
    margin-bottom: 15px;
  }
}

.fa-tripadvisor:before {
  content: "\f262" !important;
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

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

#blog_comments .section_title {
  text-align: left;
}
#blog_comments .section_title + .comment {
  margin-top: 2em;
}
#blog_comments .comment + .comment {
  margin-top: 1.5em;
}
#blog_comments .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto;
  background: var(--bg-l-3);
  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;
    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(--first-font);
  margin-top: 10px;
  line-height: 180%;
}

#respond {
  margin-top: 4em;
  width: 100%;
  max-width: 100%;
  background: var(--bg-d-3);
  padding: 4em 4em 5em;
}
@media (max-width: 991px) {
  #respond {
    padding: 30px 25px;
  }
}
#respond .section_subtitle {
  margin-bottom: 2em;
}
#respond .section_title {
  text-align: center;
}
#respond .comment-form .field.field_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#respond .comment-form .field.field_submit .input_wrap,
#respond .comment-form .field.field_submit input[type=submit] {
  width: 100%;
}
#respond .comment-form .field.field_submit input[type=submit] {
  height: 50px;
  line-height: 50px;
}

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

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

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

#blog_children .container {
  overflow: hidden;
}
#blog_children .list_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}
#blog_children .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
@media (min-width: 1600px) {
  #blog_children .list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  #blog_children .list {
    gap: 20px;
  }
}
#blog_children .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  max-width: 1220px;
  margin: 0 auto;
}
#blog_children .item_wrap {
  padding: 0;
  max-width: 580px;
}
@media (max-width: 991px) {
  #blog_children .item_wrap {
    max-width: 100%;
  }
}
#blog_children .item_wrap .thumb {
  height: 400px;
  max-height: 400px;
  width: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  text-decoration: none;
  gap: 5px;
}
@media (max-width: 991px) {
  #blog_children .item_wrap .thumb {
    height: 300px;
    max-height: 300px;
  }
}
#blog_children .item_wrap .thumb .the_tags {
  display: flex;
  gap: 5px;
  margin: 20px;
}
#blog_children .item_wrap .thumb .single_tag {
  color: var(--header);
  background: var(--main-l-15);
  padding: 10px;
  border-radius: 5px;
  height: 35px;
  font-size: 14px;
  line-height: 15px;
}
#blog_children .item_wrap .item {
  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-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: var(--bg-d-5);
  position: relative;
}
@media (max-width: 991px) {
  #blog_children .item_wrap .item {
    -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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
#blog_children .item_wrap .item .content_wrap {
  background: var(--main);
  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;
  text-align: center;
  padding: 40px 60px;
  color: var(--main);
  background: var(--bg-d-5);
}
@media (max-width: 991px) {
  #blog_children .item_wrap .item .content_wrap {
    width: 100%;
    max-width: 100%;
    padding: 30px 25px;
  }
}
#blog_children .item_wrap .item .content_wrap .content {
  text-align: left;
}
@media (max-width: 991px) {
  #blog_children .item_wrap .item .content_wrap .content {
    max-width: 600px;
  }
}
#blog_children .item_wrap .item .content_wrap .content .label {
  color: var(--highlighted);
}
#blog_children .item_wrap .item .content_wrap .content .title {
  display: block;
  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;
  font-family: var(--highlight-font);
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--titles);
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 35px;
  color: var(--main);
  margin: 20px 0;
}
#blog_children .item_wrap .item .content_wrap .content .title strong {
  color: var(--hover);
}
#blog_children .item_wrap .item .content_wrap .content .info a {
  background: var(--titles);
  color: var(--header);
}
#blog_children .item_wrap .item .content_wrap .content .info a:hover {
  background: var(--hover);
  color: var(--header);
}
#blog_children .item_wrap.last_of_two .item, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item {
  flex-grow: 1;
  background: var(--main);
}
#blog_children .item_wrap.last_of_two .item .content_wrap, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap {
  color: var(--header);
  background: var(--main);
}
@media (max-width: 991px) {
  #blog_children .item_wrap.last_of_two .item .content_wrap, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap {
    color: var(--main);
    background: var(--bg-d-5);
  }
}
#blog_children .item_wrap.last_of_two .item .content_wrap .content .price,
#blog_children .item_wrap.last_of_two .item .content_wrap .content .title, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .price,
#blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .title, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .price,
#blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .title {
  color: var(--header);
}
@media (max-width: 991px) {
  #blog_children .item_wrap.last_of_two .item .content_wrap .content .price,
  #blog_children .item_wrap.last_of_two .item .content_wrap .content .title, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .price,
  #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .title, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .price,
  #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .title {
    color: var(--main);
  }
}
#blog_children .item_wrap.last_of_two .item .content_wrap .content .info a, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .info a, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .info a {
  background: var(--header);
  color: var(--titles);
}
#blog_children .item_wrap.last_of_two .item .content_wrap .content .info a:hover, #blog_children .item_wrap:not(.full):nth-child(4n+4) .item .content_wrap .content .info a:hover, #blog_children .item_wrap:not(.full):nth-child(4n+3) .item .content_wrap .content .info a:hover {
  background: var(--hover);
  color: var(--header);
}
#blog_children .item_wrap.full {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  #blog_children .item_wrap.full {
    width: auto;
  }
}
#blog_children .item_wrap.full.last .item {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #blog_children .item_wrap.full.last .item {
    flex-direction: column;
  }
}
#blog_children .item_wrap.full .item {
  flex-direction: row;
}
@media (max-width: 991px) {
  #blog_children .item_wrap.full .item {
    flex-direction: column;
  }
}
#blog_children .item_wrap.full .item .thumb {
  width: 50%;
  height: 550px;
  max-height: 550px;
}
@media (max-width: 991px) {
  #blog_children .item_wrap.full .item .thumb {
    width: 100%;
    height: 300px;
    max-height: 300px;
  }
}
#blog_children .item_wrap.full .item .content_wrap {
  width: 50%;
  max-height: 550px;
  padding: 110px 80px;
}
@media (max-width: 991px) {
  #blog_children .item_wrap.full .item .content_wrap {
    width: 100%;
    padding: 30px 25px;
  }
}
#blog_children .btns_wrap {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  #blog_children .btns_wrap .btnCta {
    width: 100%;
  }
}

#blog_sidebar {
  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);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #blog_sidebar .sidebar_title {
    font-size: 1.6em;
  }
}
#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 var(--gray-300);
}
#blog_sidebar .blog_tags a {
  color: 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 .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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_sidebar .search_blog_wrap {
    -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-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
#blog_sidebar .search_blog_wrap .sidebar_title {
  margin-bottom: 0;
  margin-right: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_sidebar .search_blog_wrap .sidebar_title {
    margin-bottom: 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(--bg-l-3);
  height: 50px;
  line-height: 50px;
  font-size: var(--font-size);
  display: block;
  width: 100%;
}
#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-flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  font-family: var(--first-font);
  text-decoration: none;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#blog_sidebar .search_blog .search:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar .search_blog .search:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar .latest_comments .item_wrap + .item_wrap {
  margin-top: 1em;
}
#blog_sidebar .latest_comments .item_wrap .title {
  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 .latest_comments .item_wrap .title:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_sidebar .latest_comments .item_wrap .dates {
  color: var(--main);
  font-size: 0.9em;
}
#blog_sidebar .latest_comments .item_wrap .dates:after {
  content: "";
  width: 100px;
  height: 1px;
  background: var(--gray-300);
  display: block;
  margin: 0.5em 0;
}
#blog_sidebar .latest_comments .item_wrap .dates .label {
  color: var(--secondary);
}
#blog_sidebar .latest_comments .item_wrap .dates .end_date .label {
  text-transform: lowercase;
}

html .single-post #blog_sidebar {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  html .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;
  }
}
html .single-post .post_main_content {
  margin-top: 3vh;
}
html .single-post .post_main_content .the_title,
html .single-post .post_main_content .the_subtitle {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
html .single-post .post_main_content .featured_img {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin: 2em auto;
}
html .single-post .post_main_content .the_content {
  max-width: 100%;
}
html .single-post .post_main_content .the_content img {
  width: 100%;
}

#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,
#blog_sidebar_widgets .wp-block-search__label {
  font-family: var(--first-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #blog_sidebar_widgets .screen-reader-text, #blog_sidebar_widgets h2,
  #blog_sidebar_widgets .wp-block-search__label {
    font-size: 1.6em;
  }
}
#blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong,
#blog_sidebar_widgets .wp-block-search__label strong {
  font-weight: inherit;
}
#blog_sidebar_widgets .screen-reader-text strong, #blog_sidebar_widgets h2 strong,
#blog_sidebar_widgets .wp-block-search__label strong {
  color: var(--secondary);
}
#blog_sidebar_widgets .wp-block-search__inside-wrapper {
  margin-top: 2em;
}
#blog_sidebar_widgets .screen-reader-text {
  display: none;
}
#blog_sidebar_widgets > div {
  padding: 2em 0;
  border-top: 1px solid #DDDDDD;
}
#blog_sidebar_widgets > div:first-of-type {
  padding: 0 0 2em 0;
  border-top: none;
}
@media (max-width: 767px) {
  #blog_sidebar_widgets > div h2 {
    display: none;
  }
}
#blog_sidebar_widgets input[name=s] {
  border: none;
  background: var(--bg-d-10);
  color: var(--bg-color-associated);
  height: 50px;
  margin-right: -5px;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_sidebar_widgets input[name=s] {
    width: 75%;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets input[name=s] {
    width: 50%;
  }
}
#blog_sidebar_widgets input[type=submit],
#blog_sidebar_widgets button[type=submit],
#blog_sidebar_widgets #searchsubmit {
  background: var(--highlighted);
  border: none;
  height: 50px;
  color: white;
  text-transform: uppercase;
  width: 100px;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_sidebar_widgets input[type=submit],
  #blog_sidebar_widgets button[type=submit],
  #blog_sidebar_widgets #searchsubmit {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #blog_sidebar_widgets input[type=submit],
  #blog_sidebar_widgets button[type=submit],
  #blog_sidebar_widgets #searchsubmit {
    width: 40%;
  }
}
#blog_sidebar_widgets .sidebar_item + .sidebar_item {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--gray-300);
}
#blog_sidebar_widgets .wp-block-tag-cloud a,
#blog_sidebar_widgets .tagcloud a {
  color: var(--titles, var(--main));
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  margin: 0.1em 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar_widgets .wp-block-tag-cloud a:hover,
#blog_sidebar_widgets .tagcloud a:hover {
  color: var(--hover);
}
#blog_sidebar_widgets .search_blog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#blog_sidebar_widgets .search_blog_wrap .sidebar_title {
  margin-bottom: 0;
  margin-right: 1em;
}
#blog_sidebar_widgets .search_blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#blog_sidebar_widgets .search_blog input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: var(--first-font);
  text-transform: none;
  padding: 0 2em;
  color: var(--bg-color-associated);
  background: #ebebeb;
  height: 50px;
  line-height: 50px;
  font-size: var(--font-size);
  display: block;
  width: 100%;
}
#blog_sidebar_widgets .search_blog input:focus {
  outline: none;
  border-color: var(--hover);
}
#blog_sidebar_widgets .search_blog::-webkit-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog:-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar_widgets .search_blog::-moz-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
  opacity: 1;
}
#blog_sidebar_widgets .search_blog:-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog::-ms-input-placeholder {
  color: rgba(var(--bg-color-associated), 0.7);
}
#blog_sidebar_widgets .search_blog .search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  font-family: var(--first-font);
  text-decoration: none;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#blog_sidebar_widgets .search_blog .search:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar_widgets .search_blog .search:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar_widgets .latest_comments .item_wrap + .item_wrap {
  margin-top: 1em;
}
#blog_sidebar_widgets .latest_comments .item_wrap .title {
  display: block;
  font-weight: bold;
  color: var(--titles);
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar_widgets .latest_comments .item_wrap .title:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_sidebar_widgets .latest_comments .item_wrap .dates {
  color: var(--secondary);
  font-size: 0.9em;
}
#blog_sidebar_widgets .latest_comments .item_wrap .dates:after {
  content: "";
  width: 100px;
  height: 1px;
  background: var(--gray-300);
  display: block;
  margin: 0.5em 0;
}
#blog_sidebar_widgets .latest_comments .item_wrap .dates .label {
  color: var(--main);
}
#blog_sidebar_widgets .latest_comments .item_wrap .dates .end_date .label {
  text-transform: lowercase;
}
#blog_sidebar_widgets div ul li a,
#blog_sidebar_widgets div .wp-block-latest-comments li a {
  display: block;
  font-weight: bold;
  color: var(--titles, var(--main));
  font-size: 1.1em;
  text-decoration: none;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog_sidebar_widgets div ul li .post-date,
#blog_sidebar_widgets div .wp-block-latest-comments li .post-date {
  color: var(--main);
}
#blog_sidebar_widgets div ul li .post-date::after,
#blog_sidebar_widgets div .wp-block-latest-comments li .post-date::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #DDDDDD;
  display: block;
  margin: 0.5em 0;
}

.pagination {
  margin: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagination a.prev,
.pagination a.next {
  width: auto;
  background-color: transparent;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--highlighted);
}
.pagination a.prev:hover,
.pagination a.next:hover {
  text-decoration: none;
  color: var(--hover);
}
.pagination a.prev:after,
.pagination a.next:before {
  display: inline-block;
  height: auto;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  margin: 0 30px;
}
.pagination a.prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination a.next:before {
  margin-right: 20px;
}
.pagination .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  color: var(--secondary);
}
.pagination .pages .page-numbers:not(.prev):not(.next) {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  color: var(--titles);
  margin: 0 5px;
  background: var(--bg-l-3);
  text-decoration: none;
  border: 2px solid 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;
}
.pagination .pages .page-numbers:not(.prev):not(.next):hover {
  text-decoration: none;
  color: var(--header);
  background: var(--highlighted);
}
.pagination .pages .page-numbers:not(.prev):not(.next).current {
  background: var(--highlighted);
  color: var(--header);
}
.pagination .pages .page-numbers:not(.prev):not(.next).dots {
  border-color: transparent;
}

footer {
  font-family: var(--first-font);
  border-top: 1px solid var(--gray-300);
  color: var(--header-color-associated);
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}

#footer_top_menu {
  background: var(--bg);
}
#footer_top_menu ul, #footer_top_menu li {
  list-style: none inside none;
}
#footer_top_menu li {
  padding: 40px 0;
}
@media (max-width: 991px) {
  #footer_top_menu li {
    padding: 0;
    line-height: 0;
  }
}
#footer_top_menu ul.menu {
  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;
  gap: 30px;
}
@media (max-width: 991px) {
  #footer_top_menu ul.menu {
    flex-direction: column;
    padding: 40px;
    gap: 20px;
  }
}
#footer_top_menu ul.menu > li:hover > a {
  color: var(--hover);
}
#footer_top_menu ul.menu > li.current-menu-item > a {
  color: var(--secondary);
}
#footer_top_menu ul.menu > li > a {
  color: var(--header-color-associated);
  text-transform: capitalize;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #footer_top_menu ul.menu > li > a {
    line-height: 100%;
  }
}
#footer_top_menu ul.menu > li ul.sub-menu {
  display: none;
}

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

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

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

.gform_wrapper.gf_browser_chrome ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--bg-color-associated);
  opacity: 1; /* Firefox */
}
.gform_wrapper.gf_browser_chrome :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--bg-color-associated);
}
.gform_wrapper.gf_browser_chrome ::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--bg-color-associated);
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}

.gform_wrapper form .gform_heading .gform_title {
  font-family: var(--highlight-font);
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--titles);
  font-size: 42px;
  text-align: center;
  z-index: 200;
  margin: 0;
}
@media (max-width: 991px) {
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 3.2px;
  }
}
.gform_wrapper form .gform_heading .gform_title strong {
  color: var(--hover);
}
.gform_wrapper form .gform_body ul.gform_fields {
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield {
  float: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.medium {
  width: 50%;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.medium {
    width: 100%;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.small {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield.small {
    width: 100%;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.small .gfield_label {
  margin-left: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.small .ginput_container {
  margin-left: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.small:first-of-type .gfield_label {
  margin-left: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.xsmall {
  width: 16.5%;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  zoom: 1;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after {
  clear: both;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:before {
  content: "";
  display: table;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.gf_name_has_5 span {
    width: 20%;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_email, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_phone, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_date, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_text, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    float: left;
    display: block;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_city.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_city.has_country .address_country {
  margin-top: 1em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
  display: block;
  padding-right: 10px !important;
  padding-left: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full {
  width: 100%;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
  margin-right: 0;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address > span + span:not(.address_country) {
    margin-top: 1em;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
  position: relative;
  margin-bottom: 20px;
}
.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 {
  font-weight: inherit;
  display: block;
  font-size: 16px;
  margin-left: 10px;
  max-width: 100%;
  margin-top: 0;
  font-family: var(--first-font);
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  line-height: 130%;
  text-indent: 0;
  font-size: var(--font-size);
  font-family: var(--first-font);
  font-weight: inherit;
  color: var(--gray-900);
  width: 100%;
  margin: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm {
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex-grow: 1;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm label {
  display: inline;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour select,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute select,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm select {
  max-width: 100% !important;
  min-width: 100px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour {
  position: relative;
  padding-right: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour:after {
  content: ":";
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour i {
  display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute {
  padding-left: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute + .gfield_time_ampm {
  padding-left: 20px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm .gfield_time_ampm_shim {
  margin-top: 2px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio,
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox {
  padding-left: 10px;
  padding-right: 10px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li + li,
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li + li {
  margin-top: 1em;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li,
.gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li {
  position: relative;
  min-height: 25px;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.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(--third);
  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 var(--gray-300);
  background: var(--bg-l-3);
  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 {
  font-weight: inherit;
  font-size: var(--font-size);
}
.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body textarea,
.gform_wrapper form .gform_body select {
  border: 1px solid var(--gray-300);
  line-height: 130%;
  text-indent: 0;
  font-size: var(--font-size);
  font-family: var(--first-font);
  font-weight: inherit;
  color: var(--bg-color-associated);
  padding: 0.8em 1em;
  background-color: var(--bg);
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-expand,
.gform_wrapper form .gform_body textarea::-ms-expand,
.gform_wrapper form .gform_body select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.gform_wrapper form .gform_body textarea {
  height: 120px;
}
.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body select {
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-attachment: scroll;
}
.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-image: var(--calendar);
  background-size: auto 10px;
}
.gform_wrapper form .gform_body select {
  background-image: var(--form-select);
  background-size: 13px auto;
}
.gform_wrapper form .gform_body .gfield_description {
  margin-top: 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;
  display: flex;
}
.gform_wrapper form .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: auto;
  background: var(--main);
  color: var(--white);
  padding: 0 2em;
  margin: 0 10px 0;
  text-transform: uppercase;
  right: 330px;
  bottom: 20px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-family: var(--first-font);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: initial;
    width: auto;
  }
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: inline;
    bottom: 0;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
.gform_wrapper form .gform_footer input[type=submit]:focus, .gform_wrapper form .gform_footer input[type=submit]:focus-visible {
  position: unset !important;
}
.gform_wrapper form a {
  color: var(--third);
  -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(--header);
}
.gform_wrapper form .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(200, 200, 200, 0.3);
  border-left: 4px solid var(--highlighted);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_ajax_spinner {
    margin-top: 10px;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper form div.validation_error {
  color: var(--error);
  border-top: 1px solid var(--error);
  border-bottom: 1px solid var(--error);
}
.gform_wrapper form .gfield_error {
  background-color: var(--bg-d-5) !important;
  border-top: 1px solid var(--error) !important;
  border-bottom: 1px solid var(--error) !important;
}
.gform_wrapper form .gfield_error .gfield_label,
.gform_wrapper form .gfield_error .validation_message,
.gform_wrapper form .gfield_error .gfield_required,
.gform_wrapper form .gfield_error label {
  color: var(--error) !important;
}
@media (max-width: 991px) {
  .gform_wrapper .ginput_recaptcha > div {
    width: 90% !important;
  }
  .gform_wrapper .ginput_recaptcha iframe {
    transform: scale(0.8);
    left: 0;
    transform-origin: left;
    position: absolute;
  }
  body.rtl .gform_wrapper .ginput_recaptcha iframe {
    transform-origin: right;
    right: 0;
    left: unset;
  }
}

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

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

html[dir=rtl] .gform_wrapper .gform_footer input[type=submit] {
  float: left !important;
}

#header {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 80px;
  z-index: 600;
  background: var(--header);
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
}
#header.fixed, #header:hover, #header:focus-within {
  z-index: 900;
}
body.page_on_front #header {
  top: auto;
  bottom: 0;
}
@media (max-width: 991px) {
  body.page_on_front #header {
    top: 0;
    position: absolute;
  }
}
@media (max-width: 991px) {
  #header {
    top: 0;
    background: transparent;
    box-shadow: none;
    justify-content: space-around;
    position: fixed;
  }
  .reduce_transparencies #header {
    background: rgba(0, 0, 0, 0.66);
  }
  #header .scrolled {
    display: none;
  }
}
#header li.current_page_item a {
  color: var(--third);
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.8px;
}
#header a {
  text-decoration: none;
  color: var(--header-color-associated);
  font-family: var(--first-font);
  line-height: 35px;
}
#header a.open_menu {
  margin-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header a.open_menu {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  #header a.open_menu {
    margin-left: 25px;
  }
}
#header a:hover {
  color: var(--highlighted);
}
#header #logo {
  display: none;
  margin-left: 40px;
}
@media (max-width: 991px) {
  #header #logo {
    display: flex;
    order: 1;
    margin: 0 auto;
  }
}
body.internal_header #header #logo {
  display: flex;
}
#header #logo .original,
#header #logo .scrolled {
  max-width: 160px;
  max-height: 70px;
}
#header #logo .original[src$=".svg"],
#header #logo .scrolled[src$=".svg"] {
  height: 70px;
}
#header .open_menu {
  position: relative;
  width: 30px;
  margin: 0 40px;
}
#header .open_menu .icon {
  width: 30px;
  height: 17px;
  display: block;
  position: relative;
  border-width: 2px 0;
  border-style: solid;
  border-color: var(--header-color-associated);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #header .open_menu .icon {
    margin: 0;
    border-color: var(--header);
  }
  #header .open_menu .icon:before {
    background: var(--header);
  }
}
#header .open_menu .icon:before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -1px;
  background: var(--header-color-associated);
}
@media (max-width: 991px) {
  #header .open_menu .icon:before {
    background: var(--header);
  }
}
#header .open_menu:hover .icon {
  border-color: var(--highlighted);
}
#header .open_menu:hover .icon:before {
  background: var(--highlighted);
}
#header #highlight_menu {
  margin-right: auto;
}
#header #highlight_menu ul {
  display: flex;
  gap: 40px;
}
#header #highlight_menu ul > li {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header #highlight_menu ul > li.menu-item-has-children:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: var(--main) transparent transparent;
}
#header #highlight_menu ul > li.open > span > a, #header #highlight_menu ul > li:hover > span > a {
  color: var(--hover);
}
#header #highlight_menu ul > li.open ul.sub-menu, #header #highlight_menu ul > li:hover ul.sub-menu {
  display: block;
}
#header #highlight_menu ul > li ul.sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  font-size: inherit;
  z-index: 10;
  bottom: 80px;
  top: auto;
}
.internal_header #header #highlight_menu ul > li ul.sub-menu {
  bottom: 0;
  top: 80px;
}
#header #highlight_menu ul > li ul.sub-menu > li {
  background: var(--main);
  margin-top: -1px;
  height: auto;
  display: block;
}
#header #highlight_menu ul > li ul.sub-menu > li.current-menu-item > a {
  color: var(--highlighted);
}
#header #highlight_menu ul > li ul.sub-menu > li:first-child {
  padding-top: 0.5em;
}
#header #highlight_menu ul > li ul.sub-menu > li:last-child {
  padding-bottom: 0.5em;
}
#header #highlight_menu ul > li ul.sub-menu > li > span > a {
  color: var(--main-color-associated);
  display: block;
  text-align: left;
  line-height: 130%;
  border: none;
  margin: 0;
  text-transform: capitalize;
  padding: 0.5em 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;
}
#header #highlight_menu ul > li ul.sub-menu > li > span > a:hover {
  color: var(--hover);
}
#header #highlight_menu ul > li ul.sub-menu > li.current-menu-item > span > a {
  color: var(--highlighted);
}
#header #highlight_menu ul > li ul.sub-menu:hover {
  display: block;
}
#header #highlight_menu ul > li .more_li {
  font-size: 0.6em;
}
#header .languages {
  margin-right: 40px;
  white-space: nowrap;
}
#header .languages > div {
  display: block;
}
#header .languages > div a {
  text-decoration: none;
}
#header .languages > div > nav ul img,
#header .languages > div > ul img {
  display: none;
}
#header .languages > div > nav ul > li,
#header .languages > div > ul > li {
  position: relative;
}
#header .languages > div > nav ul > li:hover > ul,
#header .languages > div > ul > li:hover > ul {
  display: block;
}
#header .languages > div > nav ul > li a.lang_sel_sel,
#header .languages > div > ul > li a.lang_sel_sel {
  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;
}
#header .languages > div > nav ul > li a.lang_sel_sel img,
#header .languages > div > ul > li a.lang_sel_sel img {
  height: 15px;
}
#header .languages > div > nav ul > li a.lang_sel_sel.lang_sel_sel:after, #header .languages > div > nav ul > li a.lang_sel_sel.multi_lang:after,
#header .languages > div > ul > li a.lang_sel_sel.lang_sel_sel:after,
#header .languages > div > ul > li a.lang_sel_sel.multi_lang:after {
  content: " ▾";
  padding-left: 20px;
}
#header .languages > div > nav ul ul,
#header .languages > div > ul ul {
  display: none;
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  padding: 1em 0;
  z-index: 101;
}
#header .languages > div > nav ul ul.right,
#header .languages > div > ul ul.right {
  left: auto;
  right: 0;
  transform: none;
}
#header .languages > div > nav ul ul li,
#header .languages > div > ul ul li {
  background: var(--main);
  color: var(--bg-color-associated);
}
#header .languages > div > nav ul ul li:last-child a.lang_sel_other,
#header .languages > div > ul ul li:last-child a.lang_sel_other {
  border: none;
}
#header .languages > div > nav ul ul li:first-child,
#header .languages > div > ul ul li:first-child {
  padding-top: 0.5em;
}
#header .languages > div > nav ul ul li:last-child,
#header .languages > div > ul ul li:last-child {
  padding-bottom: 0.5em;
}
#header .languages > div > nav ul ul li a.lang_sel_other,
#header .languages > div > ul ul li a.lang_sel_other {
  color: var(--white);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  line-height: 130%;
  padding: 0.5em 1em;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .languages > div > nav ul ul li a.lang_sel_other img,
#header .languages > div > ul ul li a.lang_sel_other img {
  display: inline-block;
  height: 15px;
  margin-left: 1em;
}
#header .languages > div > nav ul ul li a.lang_sel_other:hover,
#header .languages > div > ul ul li a.lang_sel_other:hover {
  color: var(--hover);
  text-decoration: none;
}
#header .languages .other_languages::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  top: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) transparent;
}
@media (max-width: 991px) {
  #header .languages .other_languages::after {
    display: none;
  }
}
#header .main_book a {
  width: 160px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  font-family: var(--first-font);
  text-decoration: none;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .main_book a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
#header.fixed {
  position: fixed !important;
  top: 0 !important;
}
@media (max-width: 991px) {
  #header.fixed {
    background: var(--header);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  }
}
#header.fixed .open_menu .icon {
  border-color: var(--header-color-associated);
}
#header.fixed .open_menu .icon:hover {
  border-color: var(--highlighted);
}
@media (max-width: 991px) {
  #header.fixed .open_menu .icon:before {
    background: var(--header-color-associated);
  }
}
#header.fixed #logo {
  display: block;
}
@media (max-width: 991px) {
  #header.fixed #logo .original {
    display: none;
  }
  #header.fixed #logo .scrolled {
    display: block;
  }
}
#header.fixed #highlight_menu ul > li ul.sub-menu {
  display: none;
}
#header.fixed #highlight_menu ul > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  bottom: 0;
  top: 80px;
}
#header.fixed #highlight_menu ul > li.menu-item-has-children:hover::after {
  top: 60px;
  border-color: transparent transparent var(--main) transparent;
}
#header.top_position #highlight_menu ul > li.menu-item-has-children.open > ul.sub-menu,
#header.top_position #highlight_menu ul > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  bottom: 0;
  top: 80px;
}
#header.top_position #highlight_menu ul > li.menu-item-has-children:hover::after {
  top: 60px;
  border-color: transparent transparent var(--main) transparent;
}

body.home #header:not(.fixed) .languages > div > nav ul ul,
body.home #header:not(.fixed) .languages > div > ul ul {
  bottom: 38px;
  top: auto;
}
body.home #header:not(.fixed) .other_languages::after {
  bottom: 0px;
  top: auto;
  transform: rotate(180deg);
}

#mobile_bar {
  background: var(--main-color-associated);
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 900;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#mobile_bar .email,
#mobile_bar .phone,
#mobile_bar .languages_mobile {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  #mobile_bar .email,
  #mobile_bar .phone,
  #mobile_bar .languages_mobile {
    width: 21%;
    font-size: 16px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  #mobile_bar .email,
  #mobile_bar .phone,
  #mobile_bar .languages_mobile {
    font-size: 14px;
  }
  #mobile_bar .email .icon, #mobile_bar .email .iclflag,
  #mobile_bar .phone .icon,
  #mobile_bar .phone .iclflag,
  #mobile_bar .languages_mobile .icon,
  #mobile_bar .languages_mobile .iclflag {
    height: 20px;
  }
}
#mobile_bar .languages_mobile {
  height: 100%;
}
#mobile_bar .languages_mobile img {
  width: 20px;
  height: 30px;
}
#mobile_bar .languages_mobile select {
  font-family: var(--first-font);
  border: none;
  background: transparent;
  height: 35px;
  width: 100%;
  text-align-last: center;
}
@media (max-width: 767px) {
  #mobile_bar .languages_mobile select {
    height: 20px;
  }
}
#mobile_bar .email,
#mobile_bar .phone {
  color: var(--titles-d-10);
  text-decoration: none;
  position: relative;
}
#mobile_bar .email:after,
#mobile_bar .phone:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-right: 1px dashed #333;
}
#mobile_bar .email .icon:before,
#mobile_bar .phone .icon:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: var(--font-weight-light);
  display: inline-block;
}
#mobile_bar .phone .icon:before {
  content: "\f879";
}
#mobile_bar .email .icon:before {
  content: "\f0e0";
}
#mobile_bar .lang_sel_sel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-decoration: none;
  color: var(--titles-d-10);
  justify-content: space-around;
  line-height: 60px;
  height: 60px;
}
#mobile_bar .lang_sel_sel span {
  line-height: 15px;
}
#mobile_bar .lang_sel_sel:hover #languages .other_languages {
  display: block;
}
#mobile_bar .other_languages {
  display: none;
}
#mobile_bar .book {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  font-family: var(--first-font);
  text-decoration: none;
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 40%;
}
#mobile_bar .book:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
#mobile_bar .book:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
@media (max-width: 991px) {
  #mobile_bar .book {
    max-width: 100%;
    width: 37%;
    padding: 0;
    letter-spacing: 1.6px;
    font-size: 16px;
  }
}
#mobile_bar .book a {
  color: var(--highlighted-color-associated);
  text-decoration: none;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.page-template-template-landing-page #slideshow-1 + #booking-form-1,
.page-template-template-landing-page #slideshow-1 + #booking-form-1 #booking_form_section {
  border-bottom: none;
}
.page-template-template-landing-page .de_block_map {
  padding: 0;
}
.page-template-template-landing-page .mega_details_inner_wrapper {
  padding: 60px 0;
}
.page-template-template-landing-page .mega_details_inner_wrapper .mega_details_content {
  max-width: 1000px;
}
.page-template-template-landing-page .de_block_post_preview {
  overflow: hidden;
}
.page-template-template-landing-page .de_block_post_preview .slick-slider {
  margin-top: 3em;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
@media (min-width: 1600px) {
  .page-template-template-landing-page .de_block_post_preview .slick-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap {
  width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap {
    width: 100%;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap.no_image_available .item .thumb_wrap .thumb {
  background: url("../img/placeholder.jpg") repeat center var(--bg-l-3);
  background-size: cover;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item {
  background: var(--bg-l-3);
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap {
  position: relative;
  z-index: 200;
  overflow: hidden;
  height: 250px;
}
@media (min-width: 1600px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap {
    height: 350px;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 200;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .thumb_wrap .thumb:hover {
  opacity: 0.2;
  filter: Alpha(opacity=20);
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap {
  padding: 2em;
  position: relative;
  z-index: 200;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title {
  font-family: var(--first-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
  text-align: center;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title {
    font-size: 1.6em;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title strong {
  font-weight: inherit;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title strong {
  color: var(--secondary);
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .title:hover {
  cursor: var(--hover);
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .description {
  margin: 0.5em auto 1em;
  line-height: 200%;
  font-size: 0.9em;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .content {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn.open a:before, .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a {
  display: inline-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;
  text-decoration: none;
  z-index: 1;
  -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;
  color: var(--titles-l-20);
}
@media (max-width: 991px) {
  .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:hover, .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .info a:focus {
  outline: none;
}
.page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .btnCta {
  margin-right: 1em;
}
.rtl .page-template-template-landing-page .de_block_post_preview .item_wrap .item .content_wrap .btns_wrap .btnCta {
  margin: 0 0 0 1em;
}

.queen_hotel body.rtl #header #logo {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #header #logo {
    margin: auto;
  }
}
.queen_hotel body.rtl #header a.open_menu {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #header a.open_menu {
    margin-right: 25px;
    margin-left: 0;
  }
}
.queen_hotel body.rtl #header #highlight_menu {
  margin-right: 0;
  margin-left: auto;
}
.queen_hotel body.rtl #guestaccount {
  margin-left: 40px;
}
.queen_hotel body.rtl #guestaccount a::before {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #guestaccount {
    margin-left: 25px;
  }
}
.queen_hotel body.rtl #social_sidebar {
  left: 40px;
  right: auto;
}
.queen_hotel body.rtl.internal_header .slideshow_container .caption {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl.internal_header .slideshow_container .caption {
    margin-right: unset;
  }
}
.queen_hotel body.rtl .slideshow_container.size_xl .caption {
  margin-right: 120px;
}
.queen_hotel body.rtl .slideshow_container .caption {
  right: 0;
  left: auto;
}
.queen_hotel body.rtl .slideshow_container #header_contacts {
  right: auto;
  left: 40px;
}
.queen_hotel body.rtl .slideshow_container .socials {
  left: 35px;
  right: auto;
}
.queen_hotel body.rtl .arrow.prev {
  left: 40px;
  right: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .arrow.prev {
    left: 20px;
  }
}
.queen_hotel body.rtl .arrow.next {
  left: 160px;
  right: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .arrow.next {
    left: 80px;
  }
}
.queen_hotel body.rtl.home_header .slideshow_container .caption {
  margin-right: 60px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl.home_header .slideshow_container .caption {
    margin-right: auto;
  }
}
.queen_hotel body.rtl #menu_sidebar_wrap {
  right: 0;
}
.queen_hotel body.rtl #menu_sidebar_wrap .close_sidebar {
  left: 10px;
  right: auto;
}
.queen_hotel body.rtl #menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label .more_li {
  left: 10%;
  right: auto;
}
.queen_hotel body.rtl #menu_sidebar_wrap .social a + a {
  margin: 0 0.5em 0 0;
}
.queen_hotel body.rtl #anchors .container .arrow.prev,
.queen_hotel body.rtl #anchors .container .arrow.next {
  rotate: 180deg;
}
.queen_hotel body.rtl #anchors .container .wrap .label {
  padding-left: 0;
}
.queen_hotel body.rtl #main-content-1.gallery .page_logo {
  left: 28.9%;
  right: auto;
}
.queen_hotel body.rtl #main-content-1.social_connect .container {
  left: 0;
  right: 9%;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #main-content-1.social_connect .container {
    right: unset;
    left: unset;
  }
}
.queen_hotel body.rtl #main-content-1.social_connect .container #social_login .thumb {
  left: 11%;
  right: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #main-content-1.social_connect .container #social_login .thumb {
    left: auto;
  }
}
.queen_hotel body.rtl #main-content-1.social_connect .container #social_login .thumb:before {
  left: -40px;
  right: auto;
}
.queen_hotel body.rtl #main-content-1.social_connect .container #social_login .offer_for_login {
  right: -18%;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #main-content-1.social_connect .container #social_login .offer_for_login {
    right: auto;
  }
}
.queen_hotel body.rtl #main-content-1.social_connect .container #main_content .title,
.queen_hotel body.rtl #main-content-1.social_connect .container #main_content .subtitle,
.queen_hotel body.rtl #main-content-1.social_connect .container #main_content .btns_wrap {
  text-align: right;
}
.queen_hotel body.rtl .de_block_post_preview .children_previews .item_wrap .content_wrap .content .title, .queen_hotel body.rtl .de_block_post_preview .children_previews .item_wrap .content_wrap .content .subtitle, .queen_hotel body.rtl .de_block_post_preview .children_previews .item_wrap .content_wrap .content .description {
  text-align: right;
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .content_wrap {
  margin-right: auto;
  margin-left: 0;
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .content_wrap .content {
  text-align: right;
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .gallery_wrap .slider {
  right: 22.4%;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .gallery_wrap .slider {
    right: 0;
  }
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .arrow_container {
  right: calc(55.7% - 155px);
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.single_carousel .item_wrap .item .arrow_container {
    right: auto;
  }
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .arrow_container {
  right: calc(55.7% - 155px);
  left: 0;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.single_carousel .arrow_container {
    right: auto;
    left: auto;
  }
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .arrow_container .arrow.prev {
  right: auto;
  left: auto;
}
.queen_hotel body.rtl .de_block_post_preview.single_carousel .arrow_container .arrow.next {
  left: auto;
  right: auto;
}
.queen_hotel body.rtl .de_block_post_preview.big_bg .page_logo {
  right: 89.6%;
  left: auto;
}
.queen_hotel body.rtl .de_block_post_preview.big_bg .children_previews .item_wrap:nth-of-type(even) .content {
  margin-right: 0;
  margin-left: 9%;
  padding: 80px 120px 80px 60px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.big_bg .children_previews .item_wrap:nth-of-type(even) .content {
    margin-left: auto;
    padding: 80px 60px;
  }
}
.queen_hotel body.rtl .de_block_post_preview.big_bg .children_previews .item_wrap:nth-of-type(even) .content .btns_wrap {
  justify-content: flex-start;
}
.queen_hotel body.rtl .de_block_post_preview.big_bg .children_previews .item_wrap .content {
  padding: 80px 60px 80px 120px;
  margin-right: 9%;
  margin-left: 0;
}
@media (min-width: 992px) {
  .queen_hotel body.rtl .de_block_post_preview.alternated .item_wrap.even .item {
    right: 9%;
    left: auto;
  }
}
.queen_hotel body.rtl .de_block_post_preview.alternated .item_wrap.even .item .gallery_wrap .slider {
  right: auto;
  left: 39%;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.alternated .item_wrap.even .item .gallery_wrap .slider {
    left: auto;
  }
}
.queen_hotel body.rtl .de_block_post_preview.alternated .item_wrap.even .item .gallery_wrap .slider .page_logo {
  right: 0;
  left: 20%;
}
@media (min-width: 992px) {
  .queen_hotel body.rtl .de_block_post_preview.alternated .item_wrap.odd .item .gallery_wrap .slider {
    left: unset;
    right: 22%;
  }
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_gallery.gallery_section.slideshow .slides .slide {
    float: right;
  }
}
.queen_hotel body.rtl .arrow_container .arrow.prev,
.queen_hotel body.rtl .arrow_container .arrow.next {
  left: auto;
  right: auto;
  transform: rotate(180deg);
}
.queen_hotel body.rtl #breadcrumb .custom_container {
  margin: 0 9% 0 auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #breadcrumb .custom_container {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .queen_hotel body.rtl #detailed_previews .box_wrap.even .item {
    right: 140px;
    left: auto;
  }
}
.queen_hotel body.rtl #detailed_previews .box_wrap.even .item .gallery_wrap .slider {
  right: -120px;
  left: auto;
}
.queen_hotel body.rtl #detailed_previews .box_wrap.odd .item .gallery_wrap .slider {
  left: -180px;
  right: auto;
}
.queen_hotel body.rtl #detailed_previews .box_wrap.odd .item .gallery_wrap .slider:before {
  right: -40px;
}
.queen_hotel body.rtl #detailed_previews .box_wrap.odd .item .gallery_wrap .arrow.prev {
  left: -10px;
  right: auto;
  transform: rotate(180deg);
}
.queen_hotel body.rtl #detailed_previews .box_wrap.odd .item .gallery_wrap .arrow.next {
  left: -80px;
  right: auto;
  transform: rotate(180deg);
}
.queen_hotel body.rtl #detailed_previews .room_details .elem {
  padding-left: 20px;
  padding-right: 0;
}
.queen_hotel body.rtl #detailed_previews .room_details .elem + .elem {
  border-right: 1px dashed #333;
  padding-right: 20px;
  border-left: none;
  padding-left: 0;
}
.queen_hotel body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .info.view_amenities a::before,
.queen_hotel body.rtl #detailed_previews .box_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn a::before {
  padding-left: 10px;
  padding-right: 0;
}
.queen_hotel body.rtl #rooms_amenities .feature_wrapper .feature_title,
.queen_hotel body.rtl #rooms_amenities .feature_wrapper ul,
.queen_hotel body.rtl .aside_content.aside_content .btns_wrap, .queen_hotel body.rtl.internal_header .slideshow_container .caption .title, .queen_hotel body.rtl.internal_header .slideshow_container .caption .subtitle,
.queen_hotel body.rtl .de_block_post_preview.carousel .children_previews .item_wrap .content_wrap .content,
.queen_hotel body.rtl .de_block_post_preview.cards_list .children_previews .item_wrap .content_wrap .content,
.queen_hotel body.rtl .de_block_post_preview.carousel_2 .children_previews .item_wrap .content_wrap .content {
  text-align: right;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block_post_preview.carousel_2 .children_previews .item_wrap .content_wrap .content {
    text-align: center;
  }
}
.queen_hotel body.rtl #main-content-1 .info:before {
  margin-right: 0;
  margin-left: 0.5em;
}
.queen_hotel body.rtl .aside_content .container {
  margin-right: 9%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .aside_content .container {
    margin: auto;
  }
}
.queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .gallery {
  left: 18.9%;
  right: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .gallery {
    left: unset;
  }
}
.queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .gallery:before {
  left: -40px;
  right: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .gallery:before {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .arrow.next {
    left: auto;
    right: -2%;
    transform: rotate(180deg);
  }
  .queen_hotel body.rtl .aside_content #main_content .content_main_wrap .thumb_wrap .arrow.prev {
    right: -11.5%;
    left: auto;
    transform: rotate(180deg);
  }
}
.queen_hotel body.rtl #pager_gallery .wrap {
  left: 0;
  right: auto;
}
.queen_hotel body.rtl .de_block.de_block_tabs .wrapper:after,
.queen_hotel body.rtl .de_block.room_amenities_section .wrap::after {
  right: auto;
  left: 260px;
}
.queen_hotel body.rtl .btnPdf a::before {
  margin-left: 10px;
  margin-right: auto;
}
.queen_hotel body.rtl #anchors .container .wrap .btnCta {
  padding-left: 0;
  padding-right: 20px;
}
.queen_hotel body.rtl #main-content-1.single_image .featured_wrap::before {
  right: -40px;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #main-content-1.single_image .featured_wrap::before {
    left: unset;
    right: -2.5%;
  }
}
.queen_hotel body.rtl #main-content-1.single_image .featured_wrap::after {
  right: auto;
  left: -40px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #main-content-1.single_image .featured_wrap::after {
    left: -2.5%;
  }
}
.queen_hotel body.rtl #main-content-1 #share .label {
  margin: 0 0 0 1em;
}
.queen_hotel body.rtl .the_content blockquote {
  margin: 1em 3em 1em 0;
  border-right: 5px solid gainsboro;
  border-left: none;
}
.queen_hotel body.rtl .de_block.opening_hours_section .container::before {
  right: -40px;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block.opening_hours_section .container::before {
    left: 0;
    right: 2.5%;
  }
}
.queen_hotel body.rtl .de_block.opening_hours_section .container::after {
  right: 35%;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .de_block.opening_hours_section .container::after {
    right: 75%;
    left: 0;
  }
}
.queen_hotel body.rtl .image_left .container.container_large {
  margin-left: 9%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_left .container.container_large {
    margin-right: 0;
    max-width: 100%;
    padding: 0px 25px;
  }
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_left .container.container_large .picture_container {
    order: -1;
    width: 95%;
    min-height: auto;
    padding-bottom: 50px;
    padding-top: 40px;
    margin: 0 auto;
    background: transparent;
  }
}
.queen_hotel body.rtl .image_left .container.container_large .picture_container a {
  left: auto;
  right: 32.4%;
}
.queen_hotel body.rtl .image_left .container.container_large .picture_container a:before {
  left: auto;
  right: -40px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_left .container.container_large .picture_container a {
    right: 0;
    left: 0;
    width: 100%;
    max-height: 280px;
    margin: 0 auto;
  }
  .queen_hotel body.rtl .image_left .container.container_large .picture_container a:before {
    right: 82.5%;
    left: 0;
  }
  .queen_hotel body.rtl .image_left .container.container_large .picture_container a:after {
    right: -2.5%;
  }
}
.queen_hotel body.rtl .image_right .container.container_large {
  left: auto;
  right: 9%;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_right .container.container_large {
    right: 0;
  }
}
.queen_hotel body.rtl .container.container_large .picture_container a {
  left: 0;
  right: -19%;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .container.container_large .picture_container a {
    right: auto;
  }
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_right .container.container_large .picture_container a::before {
    left: 0;
    right: 82.5%;
  }
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .image_right .container.container_large .picture_container a::after {
    right: -2.5%;
  }
}
.queen_hotel body.rtl .section.de_block_additional_content.form #contact_form::before {
  right: -40px;
  left: auto;
}
.queen_hotel body.rtl .section.de_block_additional_content.form #contact_form::after {
  right: 35%;
}
.queen_hotel body.rtl .de_block_icons_list.section_icons .wrap::before {
  left: 9%;
  right: auto;
}
.queen_hotel body.rtl .de_block_icons_list.section_icons .wrap::after {
  left: 24%;
  right: auto;
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .container {
  max-width: 79%;
  right: 9%;
  left: auto;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .extra_info_section_block.extra_info_section .container {
    max-width: 100%;
    right: auto;
  }
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .container:before {
  right: auto;
  left: -40px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .extra_info_section_block.extra_info_section .container:before {
    left: 5%;
  }
}
@media (min-width: 992px) {
  .queen_hotel body.rtl .extra_info_section_block.extra_info_section .container:after {
    left: 310px;
    right: unset;
  }
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .wrap .when {
  text-align: right;
  margin: 0 0 0 20px;
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .wrap .elem .label {
  text-align: right;
  margin: 0 0 0 20px;
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .wrap .elem .label:before {
  margin: 0 0 0 0.5em;
}
.queen_hotel body.rtl .extra_info_section_block.extra_info_section .wrap .dates:before {
  margin: 0 0 0 0.5em;
}
.queen_hotel body.rtl #bookingform .fbqs__options [class^=section-] .select_wrapper:after {
  text-align: left;
  padding-left: 10px;
  padding-right: unset;
}
.queen_hotel body.rtl #mobile_bar .email:after, .queen_hotel body.rtl #mobile_bar .phone:after {
  left: 0;
  right: unset;
}
.queen_hotel body.rtl .filters_select:after {
  left: 25px;
  right: unset;
  padding-left: 10px;
  padding-right: unset;
}
.queen_hotel body.rtl #blog-search-1 .searchform > div .screen-reader-text {
  left: unset;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #blog-search-1 .container::before {
    right: -2.5%;
    left: unset;
  }
}
@media (max-width: 991px) {
  .queen_hotel body.rtl #blog-search-1 .container:after {
    right: unset;
    left: -5%;
  }
}
.queen_hotel body.rtl .map_section.de_block.info .infobox_wrapper:before {
  left: unset;
  right: 410px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .map_section.de_block.info .infobox_wrapper:before {
    right: -2.5%;
  }
}
.queen_hotel body.rtl .map_section.de_block.info .infobox_wrapper:after {
  left: unset;
  right: -40px;
}
@media (max-width: 991px) {
  .queen_hotel body.rtl .map_section.de_block.info .infobox_wrapper:after {
    right: unset;
    left: -2.5%;
  }
}
.queen_hotel body.rtl #map_overlay ul li {
  display: flex;
  align-items: center;
}
.queen_hotel body.rtl .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.gform_wrapper form .gform_footer input[type=submit] {
  margin: 0;
}

#social_sidebar {
  position: fixed;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  left: auto;
}

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

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 450px;
  background: var(--header);
}
@media (max-width: 991px) {
  #menu_sidebar_wrap {
    background: transparent;
    max-width: 350px;
  }
}
#menu_sidebar_wrap.open {
  display: block !important;
}
#menu_sidebar_wrap.visible .menu_sidebar {
  left: 0;
}
@media (max-width: 991px) {
  #menu_sidebar_wrap.visible .menu_sidebar {
    background: var(--header);
  }
}
#menu_sidebar_wrap .close_sidebar {
  display: block;
  position: absolute;
  z-index: 500;
  right: 10px;
  left: auto;
  top: 10px;
  border-color: transparent;
}
#menu_sidebar_wrap .menu_sidebar {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #menu_sidebar_wrap .menu_sidebar {
    left: -100%;
    right: auto;
  }
}
@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar {
    width: 100%;
  }
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 70px 40px 40px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
    padding: 50px 75px 75px;
  }
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo {
  display: block;
  width: 100%;
  text-align: center;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo img {
  max-width: 200px;
  max-height: 150px;
}
#menu_sidebar_wrap .menu_sidebar .highlights {
  padding-left: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
}
#menu_sidebar_wrap .menu_sidebar .highlights .item {
  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;
  color: var(--third);
}
#menu_sidebar_wrap .menu_sidebar .highlights .item .icon {
  background: var(--third);
  color: var(--third-color-associated);
  display: block;
  margin-right: 1em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#menu_sidebar_wrap .menu_sidebar .highlights .item .label {
  display: block;
  color: var(--third);
}
#menu_sidebar_wrap .menu_sidebar .highlights .item + .item {
  margin-top: 0.5em;
}
#menu_sidebar_wrap #sidebar_menu {
  margin-top: 125px;
}
@media (max-width: 991px) {
  #menu_sidebar_wrap #sidebar_menu {
    margin-top: 60px;
  }
}
#menu_sidebar_wrap #sidebar_menu ul, #menu_sidebar_wrap #sidebar_menu li {
  list-style: none inside none;
}
#menu_sidebar_wrap #sidebar_menu ul + .social {
  margin-top: 40px;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li {
  color: var(--header-color-associated);
  text-align: center;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li.current-menu-item > .menu_label > a, #menu_sidebar_wrap #sidebar_menu ul.menu > li.current-menu-parent > .menu_label > a {
  color: var(--third);
  text-transform: uppercase;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li.current-menu-item.open .more_li::before, #menu_sidebar_wrap #sidebar_menu ul.menu > li.current-menu-parent.open .more_li::before {
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li:hover > .menu_label > a {
  color: var(--hover);
}
#menu_sidebar_wrap #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;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label > a {
  display: inline-block;
  color: var(--header-color-associated);
  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;
  width: 100%;
  margin-bottom: 0;
  line-height: 40px;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label .more_li {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 10%;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label .more_li:before {
  content: "+";
  display: block;
  width: 100%;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label .more_li span {
  display: none;
}
#menu_sidebar_wrap #sidebar_menu ul.menu > li .menu_label .more_li:hover {
  background: var(--hover);
  color: var(--header);
}
#menu_sidebar_wrap #sidebar_menu ul.menu ul.sub-menu {
  display: none;
  padding-left: 0;
  padding-bottom: 1em;
  padding-top: 1em;
}
#menu_sidebar_wrap #sidebar_menu ul.menu ul.sub-menu > li.current-menu-item > span > a {
  color: var(--third);
}
#menu_sidebar_wrap #sidebar_menu ul.menu ul.sub-menu > li:hover > .menu_label > a {
  color: var(--hover);
}
#menu_sidebar_wrap #sidebar_menu ul.menu ul.sub-menu > li > a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
  padding: 0.3em 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_sidebar_wrap #sidebar_menu ul.menu ul.sub-menu > li > a:hover {
  color: var(--hover);
}
#menu_sidebar_wrap .social {
  margin-top: 0;
  margin-bottom: 125px;
  text-align: center;
}
#menu_sidebar_wrap .social a {
  display: inline-block;
}
#menu_sidebar_wrap .social a span[class^=fa] {
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
  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-whatsapp, #menu_sidebar_wrap .social a span[class^=fa]:focus.fa-whatsapp {
  background: #075E54;
}
#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;
}
@media (max-width: 991px) {
  #menu_sidebar_wrap .social {
    margin-bottom: 60px;
  }
}
#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%;
}
#menu_sidebar_wrap .contacts {
  text-align: center;
}
#menu_sidebar_wrap .contacts .element {
  display: block;
}
#menu_sidebar_wrap .contacts .element .element_data a {
  color: var(--highlighted);
  text-decoration: none;
}

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