@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: 'Libre Franklin', sans-serif;
  --highlight-font: 'DM Serif Display', serif;
  --font-size: 16px;
  --overlay-pop-in: rgba(0, 0, 0, 0.6);
}

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

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

html {
  background: var(--main-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;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100% - 160px);
    max-width: 1500px;
  }
}

.loading {
  min-height: 80px;
  background-image: url("../img/loader.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: transparent;
}
.loading.noloading {
  background: none !important;
}

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

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

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

#main-content-1,
div.section[class*=section_bg],
section.section[class*=section_bg],
section.section[class*=section_bg] + .section,
.de_block_additional_content.form + .section,
.de_block_additional_content.form + #footer,
div.section[class*=section_bg] + .section {
  padding-top: 8vh;
}
@media (max-width: 991px) {
  #main-content-1,
  div.section[class*=section_bg],
  section.section[class*=section_bg],
  section.section[class*=section_bg] + .section,
  .de_block_additional_content.form + .section,
  .de_block_additional_content.form + #footer,
  div.section[class*=section_bg] + .section {
    padding-top: 4vh;
  }
}

.section.section_bg_alternative {
  background: var(--bg-d-3);
}
.section.de_block_additional_content.form {
  margin-bottom: 4vh;
}

.section.section_bg_dark {
  background: var(--main-d-10);
  color: var(--gray-300);
}
.section.section_bg_dark .section_title {
  color: var(--white);
}
.section.section_bg_dark .section_subtitle {
  color: var(--secondary);
}
.section.section_bg_dark .description strong, .section.section_bg_dark .description b, .section.section_bg_dark .description i, .section.section_bg_dark .description em,
.section.section_bg_dark .the_content strong,
.section.section_bg_dark .the_content b,
.section.section_bg_dark .the_content i,
.section.section_bg_dark .the_content em {
  color: var(--white);
}
.section.section_bg_dark .pager ul li {
  border-color: #fff;
}
.section.section_bg_dark .pager ul li:hover, .section.section_bg_dark .pager ul li.slick-active {
  border-color: #fff;
}
.section.section_bg_dark .pager ul li:hover:before, .section.section_bg_dark .pager ul li.slick-active:before {
  background: #fff;
}

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

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

.the_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.description .wp-caption.alignleft, .description .wp-caption.alignright, .description .wp-caption.aligncenter,
.the_content .wp-caption.alignleft,
.the_content .wp-caption.alignright,
.the_content .wp-caption.aligncenter {
  padding: 0 2em;
  margin: 2em 0;
}
.description .wp-caption.alignleft img, .description .wp-caption.alignright img, .description .wp-caption.aligncenter img,
.the_content .wp-caption.alignleft img,
.the_content .wp-caption.alignright img,
.the_content .wp-caption.aligncenter img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.description .wp-caption.alignleft,
.the_content .wp-caption.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%;
}
.description .wp-caption.alignright,
.the_content .wp-caption.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .description .wp-caption.alignleft, .description .wp-caption.alignright,
  .the_content .wp-caption.alignleft,
  .the_content .wp-caption.alignright {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.description .wp-caption.aligncenter,
.the_content .wp-caption.aligncenter {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.description .wp-caption .wp-caption-text,
.the_content .wp-caption .wp-caption-text {
  background: var(--bg);
  color: var(--secondary);
  display: block;
  padding: 1em 0;
  font-style: italic;
  font-family: var(--first-font);
  line-height: 160%;
}

.the_title {
  font-family: var(--highlight-font);
  font-weight: normal;
  line-height: 110%;
  position: relative;
  color: var(--titles);
  font-size: 3em;
}
@media (min-width: 1400px) {
  .the_title {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  .the_title {
    font-size: 2.5em;
  }
}
.the_title strong {
  font-weight: inherit;
}
.the_title strong {
  color: var(--highlighted);
}
.the_title {
  text-align: center;
  margin-bottom: 0.2em;
}

.section_title {
  font-family: var(--highlight-font);
  font-weight: normal;
  line-height: 110%;
  position: relative;
  color: var(--titles);
  font-size: 2.5em;
}
.section_title strong {
  font-weight: inherit;
}
.section_title strong {
  color: var(--highlighted);
}
.section_title {
  text-align: center;
  margin-bottom: 0.2em;
}
@media (min-width: 1400px) {
  .section_title {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 2.2em;
  }
}

.the_subtitle,
.section_subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary);
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .the_subtitle,
  .section_subtitle {
    font-size: 1em;
  }
}
.the_subtitle strong,
.section_subtitle strong {
  font-weight: inherit;
}
.the_subtitle,
.section_subtitle {
  text-align: center;
  margin-bottom: 1.5em;
}

.the_title + .the_content,
.the_title + .content_main_wrap,
.section_title + .content,
.section_title + .description {
  margin-top: 1.5em;
}

.the_subtitle + .content_main_wrap {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .the_subtitle + .content_main_wrap {
    margin-top: 3em;
  }
}

.the_title + .btns_wrap,
.the_subtitle + .btns_wrap {
  margin-top: -20px;
}

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

.btnPdf {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.btnPdf.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.btnPdf.collapsibleContent_btn.open a:before, .btnPdf.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.btnPdf a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnPdf a * {
  color: inherit;
  font-weight: inherit;
}
.btnPdf a {
  padding-right: 1em;
  padding-left: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary);
}
.btnPdf a:before {
  content: "";
}
.btnPdf a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
  border-color: var(--hover);
}
.btnPdf a:hover, .btnPdf a:focus {
  outline: none;
}
.btnPdf a {
  color: var(--secondary);
}
.btnPdf {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btnPdf a:before {
  content: "ﭭ";
  font-family: "fb_generic_set";
  font-size: 17px;
  margin-right: 10px;
}

.info:not(.map_section),
.social_connect #main_content .btnCta {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.info:not(.map_section).collapsibleContent_btn a:before,
.social_connect #main_content .btnCta.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.info:not(.map_section).collapsibleContent_btn.open a:before, .info:not(.map_section).open a:before,
.social_connect #main_content .btnCta.collapsibleContent_btn.open a:before,
.social_connect #main_content .btnCta.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.info:not(.map_section) a,
.social_connect #main_content .btnCta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info:not(.map_section) a *,
.social_connect #main_content .btnCta a * {
  color: inherit;
  font-weight: inherit;
}
.info:not(.map_section) a:before,
.social_connect #main_content .btnCta a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.info:not(.map_section) a:hover,
.social_connect #main_content .btnCta a:hover {
  color: var(--hover);
  text-decoration: none;
}
.info:not(.map_section) a:hover, .info:not(.map_section) a:focus,
.social_connect #main_content .btnCta a:hover,
.social_connect #main_content .btnCta a:focus {
  outline: none;
}
.info:not(.map_section) a,
.social_connect #main_content .btnCta a {
  color: var(--secondary);
}
.info:not(.map_section).collapsibleContent_btn a:before,
.social_connect #main_content .btnCta.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.info:not(.map_section).collapsibleContent_btn.open a:before, .info:not(.map_section).open a:before,
.social_connect #main_content .btnCta.collapsibleContent_btn.open a:before,
.social_connect #main_content .btnCta.open a:before {
  content: "×";
  font-family: var(--first-font);
}

.btn_cta_wrap {
  height: 50px;
}

.btn,
.btn_cta_wrap {
  margin-top: 20px;
}

.btn_cta_wrap .btn {
  margin-top: 0;
}

.btn + .btn,
.btn_cta_wrap + .btn {
  margin-left: 20px;
}

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

.view_all {
  margin-top: 1.5em;
  text-align: center;
}
.view_all .info {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.view_all .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.view_all .info.collapsibleContent_btn.open a:before, .view_all .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
.view_all .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view_all .info a * {
  color: inherit;
  font-weight: inherit;
}
.view_all .info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
.view_all .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
.view_all .info a:hover, .view_all .info a:focus {
  outline: none;
}
.view_all .info a {
  color: var(--secondary);
}

.pager {
  text-align: center;
}
.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(--secondary);
  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(--main);
}
#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(--main);
}
#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;
}

.page-template-template-single-restaurant .hidden_fancybox {
  max-width: 800px;
}
.page-template-template-single-restaurant .fancybox-close-small {
  right: 0;
  left: auto;
}
.page-template-template-single-restaurant .gform_wrapper form .gform_footer input[type=submit] {
  right: 20px;
}

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

body.fancybox-iosfix {
  position: relative;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .aside_content.aside_content #main_content .content_main_wrap, .aside_content.single_image #main_content .content_main_wrap {
    background: none;
  }
  .aside_content.aside_content #main_content .content_main_wrap .content_wrap, .aside_content.single_image #main_content .content_main_wrap .content_wrap {
    padding: 0;
  }
}
.aside_content.aside_content.even .content_main_wrap, .aside_content.single_image.even .content_main_wrap {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .aside_content.aside_content.even .content_main_wrap, .aside_content.single_image.even .content_main_wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aside_content.aside_content .content_main_wrap, .aside_content.single_image .content_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg-l-3);
}
@media (max-width: 991px) {
  .aside_content.aside_content .content_main_wrap, .aside_content.single_image .content_main_wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
  }
}
.aside_content.aside_content .content_main_wrap .thumb_wrap,
.aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .thumb_wrap,
.aside_content.single_image .content_main_wrap .content_wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .aside_content.aside_content .content_main_wrap .thumb_wrap,
  .aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .thumb_wrap,
  .aside_content.single_image .content_main_wrap .content_wrap {
    width: 100%;
  }
}
.aside_content.aside_content .content_main_wrap .thumb_wrap, .aside_content.single_image .content_main_wrap .thumb_wrap {
  min-height: 500px;
}
@media (max-width: 767px) {
  .aside_content.aside_content .content_main_wrap .thumb_wrap, .aside_content.single_image .content_main_wrap .thumb_wrap {
    min-height: 300px;
  }
}
.aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .content_wrap {
  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;
  flex-direction: column;
  padding: 3em 2.5em;
}
@media (min-width: 1400px) {
  .aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .content_wrap {
    padding: 4em 3.5em;
  }
}
@media (min-width: 1600px) and (min-height: 900px) {
  .aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .content_wrap {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) {
  .aside_content.aside_content .content_main_wrap .content_wrap, .aside_content.single_image .content_main_wrap .content_wrap {
    padding: 0;
  }
}
.aside_content.aside_content .content_main_wrap .content_wrap .content_inner_wrap, .aside_content.single_image .content_main_wrap .content_wrap .content_inner_wrap {
  max-width: 560px;
}
@media (max-width: 991px) {
  .aside_content.aside_content .content_main_wrap .content_wrap .content_inner_wrap, .aside_content.single_image .content_main_wrap .content_wrap .content_inner_wrap {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .aside_content.aside_content .btn_cta_wrap,
  .aside_content.aside_content .offers_container, .aside_content.single_image .btn_cta_wrap,
  .aside_content.single_image .offers_container {
    display: block;
    width: 100%;
    margin-top: -70px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 200;
    margin-bottom: 30px;
  }
  .aside_content.aside_content .btn_cta_wrap .btnCta,
  .aside_content.aside_content .btn_cta_wrap .price_wrap,
  .aside_content.aside_content .offers_container .btnCta,
  .aside_content.aside_content .offers_container .price_wrap, .aside_content.single_image .btn_cta_wrap .btnCta,
  .aside_content.single_image .btn_cta_wrap .price_wrap,
  .aside_content.single_image .offers_container .btnCta,
  .aside_content.single_image .offers_container .price_wrap {
    height: 100%;
    margin-top: 0;
  }
  .aside_content.aside_content .btn_cta_wrap .btnCta a,
  .aside_content.aside_content .btn_cta_wrap .price_wrap a,
  .aside_content.aside_content .offers_container .btnCta a,
  .aside_content.aside_content .offers_container .price_wrap a, .aside_content.single_image .btn_cta_wrap .btnCta a,
  .aside_content.single_image .btn_cta_wrap .price_wrap a,
  .aside_content.single_image .offers_container .btnCta a,
  .aside_content.single_image .offers_container .price_wrap a {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 992px) {
  .aside_content.aside_content .btn_cta_wrap + .btn, .aside_content.single_image .btn_cta_wrap + .btn {
    margin-left: 0;
  }
}
.aside_content .content_main_wrap {
  position: relative;
  z-index: 100;
}
.aside_content .content_main_wrap .slick-list,
.aside_content .content_main_wrap .slick-track {
  height: 100%;
}
.aside_content .content_main_wrap .thumb_wrap {
  overflow: hidden;
  position: relative;
}
.aside_content .content_main_wrap .thumb_wrap .gallery {
  height: 100%;
}
.aside_content .content_main_wrap .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .aside_content .content_main_wrap .thumb_wrap .thumb {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .aside_content .content_main_wrap .thumb_wrap .thumb {
    height: 300px;
  }
}
.aside_content .content_main_wrap .thumb_wrap .thumb .caption {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.1em;
}
.aside_content .content_main_wrap .thumb_wrap .thumb .caption .the_subtitle {
  color: var(--white);
}
@media (min-width: 1200px) {
  .aside_content .content_main_wrap .thumb_wrap .arrow.prev {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .aside_content .content_main_wrap .thumb_wrap .arrow.next {
    right: 40px;
  }
}
.aside_content .content_main_wrap + .btns_wrap {
  margin-top: 40px;
}
.aside_content .the_title + .content_main_wrap {
  margin-top: 3em;
}
@media (max-width: 991px) {
  .aside_content .btns_wrap .btn,
  .aside_content .btns_wrap .btn_cta_wrap {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.extra_content .title {
  font-family: var(--highlight-font);
  font-weight: normal;
  line-height: 110%;
  position: relative;
  color: var(--titles);
  font-size: 2em;
}
.extra_content .title strong {
  font-weight: inherit;
}
.extra_content .title strong {
  color: var(--highlighted);
}
.extra_content .title {
  margin-bottom: 0.2em;
}
@media (min-width: 1400px) {
  .extra_content .title {
    font-size: 2.5em;
  }
}
@media (max-width: 991px) {
  .extra_content .title {
    text-align: center;
  }
}
.extra_content .subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary);
  font-size: 1.1em;
}
.extra_content .subtitle strong {
  font-weight: inherit;
}
.extra_content .subtitle {
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .extra_content .subtitle {
    text-align: center;
  }
}
.extra_content .title + .content {
  margin-top: 1em;
}
.extra_content .description blockquote {
  background: none;
}

.extra_content.no_featured_img .content_inner_wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.single-post #breadcrumb + #main-content-1 {
  padding-top: 0;
}

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

@media (min-width: 1400px) {
  html.card_page body {
    background: var(--bg-l-3);
  }
  html.card_page body #breadcrumb + #main-content-1 {
    padding-top: 40px;
  }
  html.card_page body #breadcrumb,
  html.card_page body #main-content-1,
  html.card_page body .gallery_section.carousel,
  html.card_page body .de_block_additional_content,
  html.card_page body #extra_info_section {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    max-width: 1500px;
    background: var(--bg);
  }
  html.card_page body #slideshow-1 + #breadcrumb {
    margin-top: -100px;
  }
  html.card_page body #breadcrumb {
    padding-top: 40px;
  }
  html.card_page body #main-content-1 {
    z-index: 200;
  }
  html.card_page body .de_block_post_preview {
    background: none;
  }
  html.card_page body .de_block_post_preview .item_wrap .item {
    background: var(--bg);
  }
}

.mega_details_wrapper {
  background: rgba(30, 30, 30, 0.87);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}
.mega_details_wrapper .close, .mega_details_wrapper .fuji_hotel #fbga-popin #close-ga, .fuji_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-size: 2.4em;
  text-align: center;
  font-weight: 700;
}
.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: 767px) {
  .hidden_fancybox {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.hidden_fancybox .fancybox-close-small {
  left: auto;
  right: 20px;
  top: 20px;
}
.hidden_fancybox .gform_wrapper {
  margin: 0;
}

body#dark_theme .filters ul li a,
body#darken_theme .filters ul li a {
  border: 1px solid var(--bg-color-associated);
  color: var(--bg-color-associated);
}
body#dark_theme .fancybox-close-small, body#dark_theme .close, body#dark_theme .fuji_hotel #fbga-popin #close-ga, .fuji_hotel #fbga-popin body#dark_theme #close-ga, body#dark_theme .crystal_hotel #fbga-popin #close-ga,
body#darken_theme .fancybox-close-small,
body#darken_theme .close,
body#darken_theme .fuji_hotel #fbga-popin #close-ga,
.fuji_hotel #fbga-popin body#darken_theme #close-ga,
body#darken_theme .crystal_hotel #fbga-popin #close-ga {
  border: var(--bg-color-associated);
}
body#dark_theme .fancybox-close-small:before, body#dark_theme .fancybox-close-small:after, body#dark_theme .close:before, body#dark_theme .fuji_hotel #fbga-popin #close-ga:before, .fuji_hotel #fbga-popin body#dark_theme #close-ga:before, body#dark_theme .close:after, body#dark_theme .fuji_hotel #fbga-popin #close-ga:after, .fuji_hotel #fbga-popin body#dark_theme #close-ga:after, body#dark_theme .crystal_hotel #fbga-popin #close-ga:before, body#dark_theme .crystal_hotel #fbga-popin #close-ga:after,
body#darken_theme .fancybox-close-small:before,
body#darken_theme .fancybox-close-small:after,
body#darken_theme .close:before,
body#darken_theme .fuji_hotel #fbga-popin #close-ga:before,
.fuji_hotel #fbga-popin body#darken_theme #close-ga:before,
body#darken_theme .close:after,
body#darken_theme .fuji_hotel #fbga-popin #close-ga:after,
.fuji_hotel #fbga-popin body#darken_theme #close-ga:after,
body#darken_theme .crystal_hotel #fbga-popin #close-ga:before,
body#darken_theme .crystal_hotel #fbga-popin #close-ga:after {
  background: var(--bg-color-associated);
}
body#dark_theme .dyncal_header h4,
body#dark_theme #bookingform .container_for_datepicker .ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body#dark_theme .gform_wrapper form .gform_body label.gfield_label,
body#dark_theme .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
body#dark_theme .calendar .ui-datepicker .ui-datepicker-calendar thead th,
body#darken_theme .dyncal_header h4,
body#darken_theme #bookingform .container_for_datepicker .ui-datepicker.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title,
body#darken_theme .gform_wrapper form .gform_body label.gfield_label,
body#darken_theme .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
body#darken_theme .calendar .ui-datepicker .ui-datepicker-calendar thead th {
  color: var(--bg-color-associated);
}
body#dark_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label, body#dark_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label,
body#darken_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
body#darken_theme .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input ~ label {
  color: var(--bg-color-associated);
}
body#dark_theme .btnCta a,
body#darken_theme .btnCta a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
body#dark_theme .btnCta a:hover,
body#darken_theme .btnCta a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
body.error404 {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
}
body.error404 #breadcrumb {
  display: none;
}
body.error404 #main_content_404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: calc(100vh - 100px);
  background: rgba(0, 0, 0, 0.6);
}
body.error404 #main_content_404 .the_title,
body.error404 #main_content_404 .the_subtitle {
  color: #fff;
}
body.error404 #main_content_404 .btns_wrap .btnCta a {
  color: var(--highlighted-color-associated);
  background: var(--highlighted);
}
body.error404 #main_content_404 .btns_wrap .btnCta a:hover {
  color: var(--hover-color-associated);
  background: var(--hover);
}

#blog_comments .section_title {
  text-align: left;
}
#blog_comments .section_title + .comment {
  margin-top: 2em;
}
#blog_comments .comment + .comment {
  margin-top: 1.5em;
}
#blog_comments .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto;
  background: var(--bg-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;
}
#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(8.3333333333% * 1);
}
@media (max-width: 767px) {
  .comment-form .field.col_1 {
    width: 100%;
  }
}
.comment-form .field.col_2 {
  width: calc(8.3333333333% * 2);
}
@media (max-width: 767px) {
  .comment-form .field.col_2 {
    width: 100%;
  }
}
.comment-form .field.col_3 {
  width: calc(8.3333333333% * 3);
}
@media (max-width: 767px) {
  .comment-form .field.col_3 {
    width: 100%;
  }
}
.comment-form .field.col_4 {
  width: calc(8.3333333333% * 4);
}
@media (max-width: 767px) {
  .comment-form .field.col_4 {
    width: 100%;
  }
}
.comment-form .field.col_5 {
  width: calc(8.3333333333% * 5);
}
@media (max-width: 767px) {
  .comment-form .field.col_5 {
    width: 100%;
  }
}
.comment-form .field.col_6 {
  width: calc(8.3333333333% * 6);
}
@media (max-width: 767px) {
  .comment-form .field.col_6 {
    width: 100%;
  }
}
.comment-form .field.col_7 {
  width: calc(8.3333333333% * 7);
}
@media (max-width: 767px) {
  .comment-form .field.col_7 {
    width: 100%;
  }
}
.comment-form .field.col_8 {
  width: calc(8.3333333333% * 8);
}
@media (max-width: 767px) {
  .comment-form .field.col_8 {
    width: 100%;
  }
}
.comment-form .field.col_9 {
  width: calc(8.3333333333% * 9);
}
@media (max-width: 767px) {
  .comment-form .field.col_9 {
    width: 100%;
  }
}
.comment-form .field.col_10 {
  width: calc(8.3333333333% * 10);
}
@media (max-width: 767px) {
  .comment-form .field.col_10 {
    width: 100%;
  }
}
.comment-form .field.col_11 {
  width: calc(8.3333333333% * 11);
}
@media (max-width: 767px) {
  .comment-form .field.col_11 {
    width: 100%;
  }
}
.comment-form .field.col_12 {
  width: calc(8.3333333333% * 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;
}
@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 {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
#blog_children .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
@media (min-width: 1400px) {
  #blog_children .list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#blog_children .item_wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  #blog_children .item_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  #blog_children .item_wrap {
    width: 50%;
  }
}
@media (min-width: 1700px) {
  #blog_children .item_wrap {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_children .item_wrap {
    width: 50%;
  }
}
#blog_children .item_wrap.no_image_available .item .thumb_wrap .thumb {
  background: url("../img/placeholder.jpg") repeat center var(--bg-l-3);
  background-size: cover;
}
#blog_children .item_wrap .item {
  background: var(--bg-l-3);
  height: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_children .item_wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  #blog_children .item_wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#blog_children .item_wrap .item .thumb_wrap {
  position: relative;
  z-index: 200;
  overflow: hidden;
  height: 250px;
}
@media (min-width: 1400px) {
  #blog_children .item_wrap .item .thumb_wrap {
    height: 350px;
  }
}
#blog_children .item_wrap .item .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 200;
  display: block;
  -webkit-transition: all 0.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_children .item_wrap .item .thumb_wrap .thumb:hover {
  opacity: 0.2;
  filter: Alpha(opacity=20);
}
#blog_children .item_wrap .item .content_wrap {
  padding: 2em;
  position: relative;
  z-index: 200;
}
#blog_children .item_wrap .item .content_wrap .title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
}
@media (max-width: 767px) {
  #blog_children .item_wrap .item .content_wrap .title {
    font-size: 1.6em;
  }
}
#blog_children .item_wrap .item .content_wrap .title strong {
  font-weight: inherit;
}
#blog_children .item_wrap .item .content_wrap .title strong {
  color: var(--secondary);
}
#blog_children .item_wrap .item .content_wrap .title {
  text-decoration: none;
  display: block;
}
#blog_children .item_wrap .item .content_wrap .dates {
  color: var(--main);
  margin: 0.3em auto 0;
}
#blog_children .item_wrap .item .content_wrap .dates:after {
  content: "";
  width: 100px;
  height: 1px;
  background: var(--gray-300);
  display: block;
  margin: 0.5em 0;
}
#blog_children .item_wrap .item .content_wrap .dates .label {
  color: var(--secondary);
}
#blog_children .item_wrap .item .content_wrap .dates .end_date .label {
  text-transform: lowercase;
}
#blog_children .item_wrap .item .content_wrap .description {
  margin: 0.5em auto 1em;
  line-height: 200%;
  font-size: 0.9em;
}
#blog_children .item_wrap .item .content_wrap .content {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn.open a:before, #blog_children .item_wrap .item .content_wrap .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a {
  padding-right: 1em;
  padding-left: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary);
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a:before {
  content: "";
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
  border-color: var(--hover);
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a:hover, #blog_children .item_wrap .item .content_wrap .btns_wrap .info a:focus {
  outline: none;
}
#blog_children .item_wrap .item .content_wrap .btns_wrap .info a {
  color: var(--secondary);
}

#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(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
}
@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_title {
  margin-bottom: 1em;
}
#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-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#blog_sidebar .search_blog .search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar .search_blog .search a * {
  color: inherit;
  font-weight: inherit;
}
#blog_sidebar .search_blog .search a:hover, #blog_sidebar .search_blog .search a:focus {
  text-decoration: none;
  outline: none;
}
#blog_sidebar .search_blog .search a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
#blog_sidebar .search_blog .search a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar .search_blog .search {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#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%;
}

#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(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 2em;
}
@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 .screen-reader-text, #blog_sidebar_widgets h2,
#blog_sidebar_widgets .wp-block-search__label {
  margin-bottom: 1em;
}
#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;
  font-size: 14px;
  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-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#blog_sidebar_widgets .search_blog .search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_sidebar_widgets .search_blog .search a * {
  color: inherit;
  font-weight: inherit;
}
#blog_sidebar_widgets .search_blog .search a:hover, #blog_sidebar_widgets .search_blog .search a:focus {
  text-decoration: none;
  outline: none;
}
#blog_sidebar_widgets .search_blog .search a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
#blog_sidebar_widgets .search_blog .search a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
#blog_sidebar_widgets .search_blog .search {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#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(--secondary);
}
.pagination a.prev:hover,
.pagination a.next:hover {
  text-decoration: none;
  color: var(--hover);
}
.pagination a.prev:after,
.pagination a.next:before {
  display: inline-block;
  width: 45px;
  height: auto;
  font-size: 1.6em;
  content: "⟶";
}
.pagination a.prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 20px;
}
.pagination a.next:before {
  margin-right: 20px;
}
.pagination .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  color: var(--secondary);
}
.pagination .pages .page-numbers:not(.prev):not(.next) {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  color: var(--titles);
  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;
}
.pagination .pages .page-numbers:not(.prev):not(.next):hover {
  text-decoration: none;
  color: var(--hover-color-associated);
  background: var(--hover);
}
.pagination .pages .page-numbers:not(.prev):not(.next).current {
  background: var(--secondary);
  color: var(--secondary-color-associated);
}
.pagination .pages .page-numbers:not(.prev):not(.next).dots {
  border-color: transparent;
}

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

#footer_top_menu {
  padding: 1.5em 0;
  min-height: 60px;
  background: var(--main);
  color: var(--main-color-associated);
  border-bottom: 1px solid var(--gray-700);
}
#footer_top_menu ul, #footer_top_menu li {
  list-style: none inside none;
}
#footer_top_menu ul.menu {
  color: var(--main-color-associated);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer_top_menu ul.menu a {
  text-decoration: none;
}
#footer_top_menu ul.menu .more_li {
  display: none;
}
#footer_top_menu ul.menu > li {
  position: relative;
  display: block;
}
#footer_top_menu ul.menu > li:hover > a {
  color: var(--hover);
}
#footer_top_menu ul.menu > li:hover > ul.sub-menu {
  display: block;
}
#footer_top_menu ul.menu > li.current-menu-item > a {
  color: var(--secondary);
}
#footer_top_menu ul.menu > li > a {
  color: var(--main-color-associated);
  padding: 0.8em 0.6em;
  text-transform: capitalize;
  line-height: 130%;
  display: block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #footer_top_menu ul.menu > li > a {
    padding-right: 1em;
    padding-left: 1em;
  }
}
#footer_top_menu ul.menu > li ul.sub-menu {
  display: none;
}

#footer_bottom {
  background: var(--main);
  color: var(--main-color-associated);
  text-align: center;
}
@media (max-width: 767px) {
  #footer_bottom {
    padding-bottom: 60px;
  }
}
#footer_bottom .top {
  border-bottom: 1px solid var(--gray-700);
  padding: 2em 0;
}
#footer_bottom .socials a {
  display: inline-block;
}
#footer_bottom .socials a span[class^=fa] {
  background: var(--main-d-5);
  color: var(--main-color-associated);
  font-size: 1em;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer_bottom .socials a span[class^=fa]: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 .socials a.tiktok svg {
  width: 14px;
  fill: var(--main-color-associated);
  height: 14px;
}
#footer_bottom .contacts .element {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 1em;
}
@media (max-width: 991px) {
  #footer_bottom .contacts .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
#footer_bottom .contacts .element:before {
  margin-right: 0.5em;
  color: var(--main-color-associated);
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 991px) {
  #footer_bottom .contacts .element:before {
    font-size: 20px;
  }
}
#footer_bottom .contacts .element.element_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
#footer_bottom .contacts .element.element_address:before {
  content: "\eaa2";
  font-family: "fb_places";
}
#footer_bottom .contacts .element.element_address .element_pref {
  display: none;
}
#footer_bottom .contacts .element.element_fax:before {
  content: "ﮆ";
  font-family: "fb_generic_set";
}
#footer_bottom .contacts .element.element_phone:before {
  content: "꬐";
  font-family: "fb_additional_set_1";
}
#footer_bottom .contacts .element.element_mail:before {
  font-family: "fb_generic_set";
  content: "ﮄ";
}
#footer_bottom .contacts .element.element_phone a, #footer_bottom .contacts .element.element_mail a {
  color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#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 {
  font-weight: bold;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer_bottom .contacts .element .element_pref:after {
  content: ":";
  display: inline-block;
  margin-right: 0.5em;
}
#footer_bottom .contacts .element + .element {
  margin-top: 1em;
}
#footer_bottom .socials + .contacts {
  margin-top: 2em;
}
#footer_bottom .gds {
  padding: 2em 0;
  font-size: 0.9em;
}
#footer_bottom .gds .title {
  font-weight: bold;
}
#footer_bottom .bottom {
  font-size: 0.9em;
  color: var(--gray-400);
  padding: 2em 0;
  background: var(--main-d-3);
}
#footer_bottom .bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #footer_bottom .bottom .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer_bottom #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);
  line-height: 130%;
  position: relative;
  color: var(--titles);
  font-size: 1.8em;
}
@media (min-width: 1200px) {
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 1.5em;
  }
}
.gform_wrapper form .gform_heading .gform_title strong {
  font-weight: inherit;
}
.gform_wrapper form .gform_heading .gform_title strong {
  color: var(--highlighted);
}
.gform_wrapper form .gform_heading .gform_title {
  text-align: center;
  z-index: 200;
  margin: 0;
}
.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 {
  color: var(--main);
  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);
  color: var(--main);
}
.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body textarea,
.gform_wrapper form .gform_body select {
  border: 1px solid var(--gray-300);
  line-height: 130%;
  text-indent: 0;
  font-size: var(--font-size);
  font-family: var(--first-font);
  font-weight: inherit;
  color: var(--bg-color-associated);
  padding: 0.8em 1em;
  background-color: var(--bg);
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-expand,
.gform_wrapper form .gform_body textarea::-ms-expand,
.gform_wrapper form .gform_body select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.gform_wrapper form .gform_body textarea {
  height: 120px;
}
.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body select {
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-attachment: scroll;
}
.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-image: var(--calendar);
  background-size: auto 10px;
}
.gform_wrapper form .gform_body select {
  background-image: var(--form-select);
  background-size: 13px auto;
}
.gform_wrapper form .gform_body .gfield_description {
  margin-top: 0.5em;
  padding-top: 0;
}
.gform_wrapper form .gform_body .gfield.mandatory {
  position: absolute;
  bottom: 6em;
  color: var(--gray-400);
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_body .gfield.mandatory {
    position: relative;
    bottom: auto;
  }
}
.gform_wrapper form .gform_footer {
  text-align: right;
  padding: 0;
  margin: 0;
  min-height: 2rem;
}
.gform_wrapper form .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 60px;
  width: auto;
  background: var(--main);
  color: var(--white);
  padding: 0 2em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  position: absolute;
  right: 330px;
  bottom: 20px;
  font-family: var(--first-font);
  font-size: var(--font-size);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: initial;
    width: auto;
  }
}
@media (max-width: 991px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    position: relative;
    right: unset;
    bottom: 80px;
    margin: 0;
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_footer input[type=submit] {
    display: inline;
    bottom: 0;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
.gform_wrapper form a {
  color: var(--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(--main);
}
.gform_wrapper form .gform_ajax_spinner {
  top: 15px;
  position: relative;
  margin-right: 10px;
  border: 4px solid rgba(200, 200, 200, 0.3);
  border-left: 4px solid var(--highlighted);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_ajax_spinner {
    margin-top: 10px;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper form div.validation_error {
  color: var(--error);
  border-top: 1px solid var(--error);
  border-bottom: 1px solid var(--error);
}
.gform_wrapper form .gfield_error {
  background-color: var(--bg-d-5) !important;
  border-top: 1px solid var(--error) !important;
  border-bottom: 1px solid var(--error) !important;
}
.gform_wrapper form .gfield_error .gfield_label,
.gform_wrapper form .gfield_error .validation_message,
.gform_wrapper form .gfield_error .gfield_required,
.gform_wrapper form .gfield_error label {
  color: var(--error) !important;
}
@media (max-width: 991px) {
  .gform_wrapper .ginput_recaptcha iframe {
    transform: scale(0.8);
    left: -10px;
    position: absolute;
  }
}

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

.ui-datepicker {
  border: 1px solid var(--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;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  border: none;
  appearance: none;
  min-width: 50%;
  color: var(--bg-color-associated);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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 {
  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 + 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_wrapper {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100px;
}
@media (max-width: 767px) {
  #header_wrapper {
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #header_wrapper.absolute {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #header_wrapper.absolute {
    position: fixed;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom #header {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--header);
  color: var(--header-color-associated);
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #header {
    position: absolute;
    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;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .custom #header {
    color: #fff;
  }
}
#header .wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #header .wrap {
    width: auto;
  }
}
#header_wrapper.show_cta #header .wrap {
  width: calc(100% - 180px);
}
#header_wrapper.show_cta #header .wrap .right_col {
  padding-left: 0;
}
#header .wrap .right_col {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 180px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #header .wrap .right_col {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#logo {
  height: 100px;
  line-height: 100px;
  display: block;
  width: 200px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  #header_wrapper.custom #logo img.custom {
    display: inline;
  }
}
@media (max-width: 991px) {
  #header_wrapper.custom #logo img.custom {
    display: none;
  }
}
#header_wrapper.custom #logo img.original {
  display: none;
}
@media (max-width: 991px) {
  #header_wrapper.custom #logo img.original {
    display: inline;
  }
}
#logo img {
  max-width: 100%;
  max-height: 80%;
}
@media (min-width: 992px) {
  #logo img.custom {
    display: none;
  }
}
@media (max-width: 991px) {
  #logo img.custom {
    display: inline;
  }
}
#logo img.original {
  display: inline;
}
@media (max-width: 991px) {
  #logo img.original {
    display: none;
  }
}

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

#login {
  text-decoration: none;
  color: var(--header-color-associated);
  padding-right: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #login {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom #login {
    color: #fff;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom #login:hover, #login:hover {
    color: var(--hover);
  }
}
#login .icon {
  font-size: 22px;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  #login .icon {
    margin: 0 auto;
  }
}
#login .icon:before {
  content: "ꥃ";
  display: inline-block;
  font-family: "fb_service_icons";
}

.languages {
  padding-right: 2em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .languages {
    margin-right: 1.5em;
  }
}
.languages > .desktop {
  display: block;
}
.languages > .desktop a {
  text-decoration: none;
}
.languages > .desktop > ul img {
  display: none;
}
.languages > .desktop > ul > li {
  position: relative;
}
.languages > .desktop > ul > li:hover > ul {
  display: block;
}
.languages > .desktop > ul > li .lang_sel_sel {
  color: var(--header-color-associated);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.languages > .desktop > ul > li .lang_sel_sel:before {
  margin-right: 0.5em;
  font-size: 22px;
  content: "\ea07";
  display: inline-block;
  font-family: "fb_places";
}
@media (max-width: 767px) {
  .languages > .desktop > ul > li .lang_sel_sel:before {
    display: none;
  }
}
.languages > .desktop > ul > li .lang_sel_sel:after {
  content: " ▾";
  padding-left: 20px;
}
@media (min-width: 992px) {
  #header_wrapper.custom .languages > .desktop > ul > li .lang_sel_sel {
    color: #fff;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom .languages > .desktop > ul > li .lang_sel_sel:hover, .languages > .desktop > ul > li .lang_sel_sel:hover {
    color: var(--hover);
  }
}
.languages > .desktop > ul > li .lang_sel_sel img {
  height: 15px;
}
.languages > .desktop > ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 55%;
  width: auto;
  margin-left: -60px;
  padding: 1em 0;
  z-index: 101;
}
.languages > .desktop > ul ul li {
  background: var(--main);
  color: var(--bg-color-associated);
}
.languages > .desktop > ul ul li:last-child a.lang_sel_other {
  border: none;
}
.languages > .desktop > ul ul li:first-child {
  padding-top: 0.5em;
}
.languages > .desktop > ul ul li:last-child {
  padding-bottom: 0.5em;
}
.languages > .desktop > ul ul li a.lang_sel_other {
  color: var(--main-color-associated);
  display: block;
  line-height: 130%;
  padding: 0.5em 1em;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.languages > .desktop > ul ul li a.lang_sel_other img {
  display: inline-block;
  height: 15px;
  margin-right: 1em;
}
.languages > .desktop > ul ul li a.lang_sel_other:hover {
  color: var(--highlighted);
  text-decoration: none;
}
.languages > .desktop > ul ul li a.lang_sel_other.ar img {
  margin: 0 0 0 1em;
}

.other_languages::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  top: -6px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) transparent;
}
@media (max-width: 991px) {
  .other_languages::after {
    display: none;
  }
}

#languages_mobile .mobile:after {
  content: " ▾";
}
#languages_mobile #mobile_languages {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#languages_mobile #mobile_languages::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#languages_mobile #mobile_languages {
  padding: 10px 15px;
  font-family: var(--first-font);
}

@media (min-width: 992px) {
  #header_wrapper.custom .open_menu:hover .icon, .open_menu:hover .icon {
    border-color: var(--third);
  }
  #header_wrapper.custom .open_menu:hover .icon:before, .open_menu:hover .icon:before {
    background: var(--third);
  }
  #header_wrapper.custom .open_menu:hover .label, .open_menu:hover .label {
    color: var(--third);
  }
}
.open_menu .icon {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0 auto 0;
  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: 767px) {
  .open_menu .icon {
    width: 25px;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom .open_menu .icon {
    border-color: #fff;
  }
}
.open_menu .icon:before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background: var(--header-color-associated);
  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;
}
@media (min-width: 992px) {
  #header_wrapper.custom .open_menu .icon:before {
    background: #fff;
  }
}

#open_menu {
  display: block;
  width: 100px;
  -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-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  #open_menu {
    width: 60px;
    height: 60px;
  }
}
#open_menu .label {
  display: block;
  margin: 10px auto 0;
  color: rgba(var(--header-color-associated), 0.8);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  #header_wrapper.custom #open_menu .label {
    color: #fff;
  }
}

#header_contacts {
  padding-right: 2em;
  margin-right: 2em;
  position: relative;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header_contacts {
    display: none;
  }
}
@media (max-width: 767px) {
  #header_contacts {
    padding-right: 0;
    margin-right: 0;
    display: flex;
  }
}
#header_contacts:after {
  content: "";
  display: block;
  width: 1px;
  background: var(--bg-d-3);
  height: calc(100px / 2);
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #header_contacts:after {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 60px;
  }
}
@media (min-width: 992px) {
  .custom #header_contacts:after {
    background: rgba(255, 255, 255, 0.2);
  }
}
#header_contacts .element {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header_contacts .element {
    width: 50px;
  }
}
@media (max-width: 991px) {
  #header_contacts .element {
    width: 50px;
  }
}
@media (max-width: 767px) {
  #header_contacts .element {
    width: 60px;
  }
  #header_contacts .element:before {
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: var(--bg-d-3);
  }
}
@media (max-width: 358px) {
  #header_contacts .element {
    width: 50px;
  }
}
#header_contacts .element.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header_contacts .element.address {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #header_contacts .element.address {
    display: inline-block;
  }
}
#header_contacts .element.address .icon:before {
  content: "\eaa2";
  font-family: "fb_places";
}
#header_contacts .element.phone, #header_contacts .element.email {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header_contacts .element.phone, #header_contacts .element.email {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #header_contacts .element.phone, #header_contacts .element.email {
    display: inline-block;
  }
}
#header_contacts .element.email {
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header_contacts .element.email {
    margin-left: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header_contacts .element.email {
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  #header_contacts .element.email {
    margin: 0;
  }
}
#header_contacts .element.email .icon:before {
  content: "ﮄ";
  font-family: "fb_generic_set";
}
#header_contacts .element.email 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;
}
#header_contacts .element.email a:hover {
  color: var(--hover);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header_contacts .element.phone {
    margin-left: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header_contacts .element.phone {
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  #header_contacts .element.phone {
    margin: 0;
  }
}
#header_contacts .element.phone .icon:before {
  content: "꬐";
  font-family: "fb_additional_set_1";
}
#header_contacts .element.phone a {
  text-decoration: none;
  color: inherit;
}
#header_contacts .element .icon {
  font-size: 22px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  #header_contacts .element .icon {
    margin: 0;
  }
}
#header_contacts .element .icon.mobile {
  text-decoration: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--bg-color-associated);
  background: var(--bg-l-3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #header_contacts .element .icon.mobile {
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
#header_contacts .element .icon.mobile:hover {
  color: var(--hover-color-associated);
  background: var(--hover);
}

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

#highlight_menu {
  margin-right: auto;
  margin-left: 0;
  padding-right: 180px;
  padding-left: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1400px) {
  #highlight_menu {
    padding-left: 2em;
  }
}
#header_wrapper.show_cta #highlight_menu {
  padding-right: 0;
}
#highlight_menu ul, #highlight_menu li {
  list-style: none inside none;
}
#highlight_menu ul.menu {
  color: var(--header-color-associated);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#highlight_menu ul.menu a {
  text-decoration: none;
}
#highlight_menu ul.menu > li button.more_li {
  bottom: -15px !important;
}
.custom #highlight_menu ul.menu > li button.more_li {
  color: #fff !important;
}
#highlight_menu ul.menu > li {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  #header_wrapper.custom #highlight_menu ul.menu > li:hover > span > a, #highlight_menu ul.menu > li:hover > span > a {
    color: var(--hover);
  }
  #header_wrapper.custom #highlight_menu ul.menu > li:hover ul.sub-menu, #highlight_menu ul.menu > li:hover ul.sub-menu {
    display: block;
  }
}
#highlight_menu ul.menu > li.menu-item-has-children:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--main) transparent;
}
@media (min-width: 992px) {
  #header_wrapper.custom #highlight_menu ul.menu > li.current-menu-item > span > a {
    color: var(--third);
  }
}
#highlight_menu ul.menu > li.current-menu-item > span > a {
  color: var(--third);
}
#highlight_menu ul.menu > li > span > a {
  color: var(--header-color-associated);
  padding: 0.4em 0.6em;
  text-transform: capitalize;
  line-height: 130%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #highlight_menu ul.menu > li > span > a {
    padding-right: 1em;
    padding-left: 1em;
  }
}
#header_wrapper.custom #highlight_menu ul.menu > li > span > a {
  color: #fff;
}
#highlight_menu ul.menu > li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 10px 0 0;
  font-size: inherit;
  z-index: 10;
}
#highlight_menu ul.menu > li ul.sub-menu > li {
  background: var(--main);
  margin-top: -1px;
}
#highlight_menu ul.menu > li ul.sub-menu > li.current-menu-item > a {
  color: var(--highlighted);
}
#highlight_menu ul.menu > li ul.sub-menu > li:first-child {
  padding-top: 0.5em;
}
#highlight_menu ul.menu > li ul.sub-menu > li:last-child {
  padding-bottom: 0.5em;
}
#highlight_menu ul.menu > li ul.sub-menu > li > span > a {
  color: var(--main-color-associated);
  padding: 0.8em 2em;
  display: block;
  text-align: left;
  line-height: 130%;
  border: none;
  margin: 0;
  font-size: inherit;
  -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;
}
#highlight_menu ul.menu > li ul.sub-menu > li > span > a:hover {
  color: var(--highlighted);
}
#highlight_menu ul.menu > li ul.sub-menu:hover {
  display: block;
}

#header_wrapper.menu_v2.show_cta #header .wrap .right_col {
  padding-right: 0;
}
#header_wrapper.menu_v2 #header .wrap .right_col {
  padding-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#mobile_bar {
  height: 60px;
  background: var(--header);
  padding: 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#mobile_bar .languages {
  padding-right: 0;
  margin-right: 0;
}
#mobile_bar .languages > div > ul ul li {
  background: var(--header);
}
#mobile_bar .languages > div > ul ul li a {
  color: var(--header-color-associated);
}
#mobile_bar #logo_mobile {
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: left;
  width: 100%;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#mobile_bar #logo_mobile img {
  max-width: 200px;
  max-height: 60%;
}
#mobile_bar #logo_mobile img.custom {
  display: none;
}
#mobile_bar #logo_mobile img.original {
  display: inline;
}
#mobile_bar #languages_mobile {
  position: relative;
}
#mobile_bar #languages_mobile > div > ul > li:hover::after {
  border-color: transparent transparent transparent transparent;
}
#mobile_bar #languages_mobile > div > ul ul {
  border: 1px solid var(--header);
  background: var(--header);
  border-radius: 3px;
  padding: 0.5em 0;
}
#mobile_bar #languages_mobile > div > ul ul li a.lang_sel_other:hover {
  color: var(--header-color-associated);
}

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

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  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;
  }
}
#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: 20px;
  left: auto;
  top: 20px;
  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: 90%;
  }
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 60px 40px 40px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo {
  display: block;
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
#menu_sidebar_wrap .menu_sidebar #sidebar_logo img {
  max-width: 200px;
  max-height: 150px;
}
#menu_sidebar_wrap .menu_sidebar .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;
  min-width: 40px;
  min-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;
}

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

.page-template-template-landing-page #logo {
  margin-left: 2em;
}
.page-template-template-landing-page .section {
  padding-top: 8vh;
  padding-bottom: 8vh;
}
@media (max-width: 991px) {
  .page-template-template-landing-page .section {
    padding-bottom: 4vh;
    padding-top: 4vh;
  }
}
.page-template-template-landing-page .section.de_block_post_preview {
  background: var(--white);
}
.page-template-template-landing-page .de_block_map {
  padding: 0;
  margin: 0;
}
.page-template-template-landing-page .de_block_map #map_info {
  background: var(--bg-d-3);
}
.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;
}
@media (min-width: 992px) {
  .page-template-template-landing-page div[id*=landing_box_] .the_content .divided_paragraph {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .page-template-template-landing-page div[id*=landing_box_] .the_content .divided_paragraph {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

#landing_page_rooms {
  overflow: hidden;
}
#landing_page_rooms .rooms_slider_wrap {
  position: relative;
}
#landing_page_rooms .slider {
  margin-top: 3em;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  position: relative;
}
@media (min-width: 1400px) {
  #landing_page_rooms .slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#landing_page_rooms .item_wrap {
  padding: 10px;
  width: 500px;
  position: relative;
}
@media (min-width: 1400px) {
  #landing_page_rooms .item_wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap {
    width: 100%;
  }
}
#landing_page_rooms .item_wrap.no_image_available .item .thumb_wrap .thumb {
  background: url("../img/placeholder.jpg") repeat center var(--bg-l-3);
  background-size: cover;
}
#landing_page_rooms .item_wrap .item {
  background: var(--bg-l-3);
  height: 100%;
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  #landing_page_rooms .item_wrap .item:hover .content_wrap .btns_wrap {
    height: 70px;
  }
}
#landing_page_rooms .item_wrap .item .thumb_wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}
#landing_page_rooms .item_wrap .item .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 0;
  padding-bottom: 70%;
  min-height: 100%;
}
@media (max-width: 991px) {
  #landing_page_rooms .item_wrap .item .thumb_wrap .thumb {
    padding-bottom: 100%;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap {
  padding: 2em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 200;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  #landing_page_rooms .item_wrap .item .content_wrap {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 1.5em 1em;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .content {
  max-width: 500px;
}
#landing_page_rooms .item_wrap .item .content_wrap .title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .title {
    font-size: 1.6em;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .title strong {
  font-weight: inherit;
}
#landing_page_rooms .item_wrap .item .content_wrap .title strong {
  color: var(--secondary);
}
#landing_page_rooms .item_wrap .item .content_wrap .title {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #landing_page_rooms .item_wrap .item .content_wrap .title {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  #landing_page_rooms .item_wrap .item .content_wrap .title {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  #landing_page_rooms .item_wrap .item .content_wrap .title {
    font-size: 2.5em;
  }
}
@media (min-width: 1400px) {
  #landing_page_rooms .item_wrap .item .content_wrap .title {
    font-size: 2.8em;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap {
  font-size: 2.5em;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  position: absolute;
  top: 20px;
  z-index: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #landing_page_rooms .item_wrap .item .content_wrap .price_wrap {
    font-size: 2em;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap {
  right: 21px;
  color: #fff;
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap:hover {
  color: var(--hover);
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap .label {
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 0.5em;
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap .price {
  font-family: var(--highlight-font);
  line-height: 50px;
}
#landing_page_rooms .item_wrap .item .content_wrap .price_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
  margin-bottom: 0;
}
#landing_page_rooms .item_wrap .item .content_wrap .description {
  margin-bottom: 1.5em;
}
#landing_page_rooms .item_wrap .item .content_wrap .description + .offers_container {
  margin-top: -1em;
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap {
    overflow: hidden;
    height: 0;
    padding-top: 20px;
    -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) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .offers_container {
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .offers_container {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .offers_container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .offers_container {
    width: auto;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .btn.btnCta {
    width: 100%;
    margin-top: 10px;
  }
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .btn.btnCta a {
  background: var(--highlighted);
  color: var(--highlighted-color-associated);
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .btn.btnCta a:hover {
  background: var(--hover);
  color: var(--highlighted-color-associated);
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .btn + .info {
  margin-left: 10px;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#landing_page_rooms .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;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info.collapsibleContent_btn.open a:before, #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a {
  padding-right: 1em;
  padding-left: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a:before {
  content: "";
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
  border-color: var(--hover);
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a:hover, #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a:focus {
  outline: none;
}
#landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info a {
  color: #fff;
}
@media (max-width: 767px) {
  #landing_page_rooms .item_wrap .item .content_wrap .btns_wrap .info {
    width: auto;
  }
}

#landing_gallery .filters_wrap {
  margin: 40px auto;
}
#landing_gallery .filters_wrap .filters_select {
  margin: 0 auto;
}
#landing_gallery .btns_wrap {
  text-align: center;
  margin-top: 1em;
  clear: both;
}
#landing_gallery .btns_wrap .info {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#landing_gallery .btns_wrap .info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#landing_gallery .btns_wrap .info.collapsibleContent_btn.open a:before, #landing_gallery .btns_wrap .info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#landing_gallery .btns_wrap .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  line-height: 120%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#landing_gallery .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#landing_gallery .btns_wrap .info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
#landing_gallery .btns_wrap .info a:hover {
  color: var(--hover);
  text-decoration: none;
}
#landing_gallery .btns_wrap .info a:hover, #landing_gallery .btns_wrap .info a:focus {
  outline: none;
}
#landing_gallery .btns_wrap .info a {
  color: var(--secondary);
}
#landing_gallery .thumb_wrap {
  float: left;
  position: relative;
  width: 25%;
  margin: 1px 0;
  padding: 0 1px;
}
@media (min-width: 1400px) {
  #landing_gallery .thumb_wrap {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #landing_gallery .thumb_wrap {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  #landing_gallery .thumb_wrap {
    width: 50%;
  }
}
#landing_gallery .thumb_wrap:hover .description {
  cursor: zoom-in;
  opacity: 1;
  filter: Alpha(opacity=100);
}
#landing_gallery .thumb_wrap .thumb_content {
  position: relative;
}
#landing_gallery .thumb_wrap .thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
#landing_gallery .thumb_wrap .thumb:hover .description {
  cursor: zoom-in;
  opacity: 1;
  filter: Alpha(opacity=100);
}
#landing_gallery .thumb_wrap .description {
  display: block;
  position: absolute;
  background: rgba(30, 30, 30, 0.87);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  opacity: 0;
  filter: Alpha(opacity=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;
  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;
}

html.rtl #popup #countdown .countdown_content .item:not(:first-child) .val::before {
  right: -0.3em;
  left: unset;
}
html.rtl #popup .close_popup {
  left: 10px;
  right: auto;
}
html.rtl #popup #countdown .countdown_content .item:first-child {
  padding: 0 0 0 0.5em;
}
html.rtl.fuji_hotel #fbga-popin #close-ga {
  right: auto;
  left: 10px;
}
html.rtl #fbga-popin .fbga-image-overlay {
  float: right;
}
html.rtl .social_connect #main_content {
  padding-left: 4vw;
}
html.rtl .social_connect #main_content .the_title,
html.rtl .social_connect #main_content .the_subtitle {
  text-align: right;
}
html.rtl #header_contacts:after,
html.rtl .page-template-template-single-restaurant .fancybox-close-small,
html.rtl #main_book_wrapper {
  left: 0;
  right: auto;
}
html.rtl #menu_sidebar_wrap.visible .menu_sidebar {
  left: auto;
  right: 0;
}
html.rtl #menu_sidebar_wrap .close_sidebar {
  left: 20px;
  right: auto;
}
html.rtl #menu_sidebar_wrap .menu_sidebar .highlights .item .icon,
html.rtl #itinerary .field label,
html.rtl #main-content-1 #share .label {
  margin: 0 0 0 1em;
}
html.rtl #header_contacts {
  padding: 0 0 0 2em;
  margin: 0 0 0 2em;
}
html.rtl #login {
  padding: 0 0 0 2em;
}
@media (max-width: 767px) {
  html.rtl #login {
    padding: 0;
  }
}
html.rtl .fakeSelect::after,
html.rtl #booking_form .quickbook-form-tab::after {
  left: 15px;
  right: auto;
}
html.rtl #header .wrap .right_col,
html.rtl .section_expandable_contents .wrap .title .date {
  margin-left: 0;
  margin-right: auto;
}
html.rtl .languages > div > ul > li a.lang_sel_sel::before,
html.rtl #footer_bottom .contacts .element::before,
html.rtl #extra_info_section .wrap .content .elem .label,
html.rtl #extra_info_section .wrap .content .elem::before,
html.rtl #map_wrapper #contact_box .wrap .element::before,
html.rtl #guestaccount a::before {
  margin: 0 0 0 0.5em;
}
html.rtl .btns_wrap .price_wrap a .price {
  margin: 0 0.5em 0 0;
}
html.rtl .view_all .info a::before,
html.rtl .social_connect #main_content .btnCta a::before {
  margin: 0 0 0 0.5em;
  transform: rotate(180deg);
}
html.rtl #breadcrumb ul li::before {
  transform: rotate(180deg);
}
html.rtl .offer_wrap .offer .content .btns_wrap .book {
  margin: 0 0 0 5px;
}
html.rtl #header_contacts .element .icon,
html.rtl .btnPdf a::before {
  margin: 0 0 0 10px;
}
html.rtl .de_block_post_preview:not(.grid) .item_wrap .item .content_wrap .btns_wrap .info,
html.rtl #header_contacts .element.email {
  margin: 0 10px 0 0;
}
html.rtl .languages {
  padding: 0 0 0 2em;
}
html.rtl #languages_mobile {
  padding: 0 2em 0 0;
}
html.rtl #languages_mobile > div > ul > li a.lang_sel_sel::after {
  padding: 0 20px 0 0;
}
html.rtl #header_contacts:after {
  left: 0;
}
html.rtl .btn + .btn,
html.rtl .btn_cta_wrap + .btn {
  margin: 20px 20px 0 0;
}
@media (max-width: 991px) {
  html.rtl .btn + .btn,
  html.rtl .btn_cta_wrap + .btn {
    margin: 20px 0 0 0;
  }
}
html.rtl #rooms_amenities #accommodation_features .room_details {
  padding: 0 0 0 20px;
}
@media (min-width: 1400px) {
  html.rtl #rooms_amenities #accommodation_features .room_details {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  html.rtl #rooms_amenities #accommodation_features .room_details {
    padding: 0 0 20px 0;
  }
}
html.rtl #rooms_amenities #accommodation_features .room_features_list {
  border-width: 0 1px 0 0;
  padding: 0 20px 0 0;
}
@media (min-width: 1400px) {
  html.rtl #rooms_amenities #accommodation_features .room_features_list {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 991px) {
  html.rtl #rooms_amenities #accommodation_features .room_features_list {
    padding-top: 20px;
    border-width: 1px 0 0 0;
  }
}
html.rtl .page-template-template-single-restaurant .gform_wrapper form .gform_footer input[type=submit],
html.rtl .hidden_fancybox .fancybox-close-small {
  left: 20px;
  right: auto;
}
html.rtl #rooms_amenities .room_details .elem .label,
html.rtl #rooms_amenities .room_details .elem .text {
  padding: 0 20px 0 0;
}
html.rtl .the_content blockquote::before, html.rtl .description blockquote::before {
  content: "”";
}
html.rtl .the_content blockquote::after, html.rtl .description blockquote::after {
  content: "“";
}
@media (min-width: 992px) {
  html.rtl .opening_hours_section .wrap .content .box {
    border-left: none;
    border-right: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0 2em 0 0;
  }
}
@media (min-width: 992px) {
  html.rtl #extra_info_section .wrap .content .box {
    margin: 0 2em 0 0;
    border-left: none;
    border-right: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0 2em 0 0;
  }
}
html.rtl #meeting_planner_more_info .amenities > li:before,
html.rtl #meeting_planner_more_info .dimensions > li:before {
  margin: 0 -15px 0 10px;
}
html.rtl #meeting_planner_more_info .dimensions > li .label,
html.rtl #meeting_planner_more_info .amenities > li .label {
  margin: 0 0 0 5px;
}
html.rtl .meeting_planner_wrap .meeting_planner_description_col .inner_wrap .services_list {
  padding: 0 20px 0 0;
}
html.rtl .fancybox-container .gform_wrapper form .gform_footer input[type=submit] {
  left: 30px;
}
html.rtl .fancybox-container .gform_wrapper form .gform_heading .gform_title {
  text-align: center !important;
}
html.rtl .gform_wrapper .ginput_recaptcha iframe {
  right: -10px;
}

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

.social_connect .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .social_connect .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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