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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

:root {
  --image_aspect_ratio: 4/2.5;
  --section_padding: 8vh;
  --anchors_height: 60px;
  --anchors_bg: var(--main);
  --anchors_color: var(--main-color-associated);
  --anchors_highlight_color: var(--secondary);
  --anchors_border: var(--main-l-15);
  --arrow_width: 40px;
  --overlay_bg: rgba(0, 0, 0, .5);
  --header_height: 100px;
  --stroke: var(--gray-300);
  --bookingform_inline_height: 120px;
}
@media (max-width: 991px) {
  :root {
    --section_padding: 4vh;
  }
}
@media (max-width: 767px) {
  :root {
    --anchors_height: 50px;
    --header_height: 60px;
  }
}

/*$anchorsHeight: 60px;
$anchorsBg: $alternativeBackground;
$anchorsColor: $fontColor;
$anchorsHighlightColor: $thirdColor;
$anchorsBorder: rgba($anchorsColor, .3);*/
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ca473072f3fe03074fb3)
 * Config saved to config.json and https://gist.github.com/ca473072f3fe03074fb3
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

.col-xs-16 {
  width: 100%;
}

.col-xs-15 {
  width: 93.75%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-13 {
  width: 81.25%;
}

.col-xs-12 {
  width: 75%;
}

.col-xs-11 {
  width: 68.75%;
}

.col-xs-10 {
  width: 62.5%;
}

.col-xs-9 {
  width: 56.25%;
}

.col-xs-8 {
  width: 50%;
}

.col-xs-7 {
  width: 43.75%;
}

.col-xs-6 {
  width: 37.5%;
}

.col-xs-5 {
  width: 31.25%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-3 {
  width: 18.75%;
}

.col-xs-2 {
  width: 12.5%;
}

.col-xs-1 {
  width: 6.25%;
}

.col-xs-pull-16 {
  right: 100%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-12 {
  right: 75%;
}

.col-xs-pull-11 {
  right: 68.75%;
}

.col-xs-pull-10 {
  right: 62.5%;
}

.col-xs-pull-9 {
  right: 56.25%;
}

.col-xs-pull-8 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 43.75%;
}

.col-xs-pull-6 {
  right: 37.5%;
}

.col-xs-pull-5 {
  right: 31.25%;
}

.col-xs-pull-4 {
  right: 25%;
}

.col-xs-pull-3 {
  right: 18.75%;
}

.col-xs-pull-2 {
  right: 12.5%;
}

.col-xs-pull-1 {
  right: 6.25%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-16 {
  left: 100%;
}

.col-xs-push-15 {
  left: 93.75%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-12 {
  left: 75%;
}

.col-xs-push-11 {
  left: 68.75%;
}

.col-xs-push-10 {
  left: 62.5%;
}

.col-xs-push-9 {
  left: 56.25%;
}

.col-xs-push-8 {
  left: 50%;
}

.col-xs-push-7 {
  left: 43.75%;
}

.col-xs-push-6 {
  left: 37.5%;
}

.col-xs-push-5 {
  left: 31.25%;
}

.col-xs-push-4 {
  left: 25%;
}

.col-xs-push-3 {
  left: 18.75%;
}

.col-xs-push-2 {
  left: 12.5%;
}

.col-xs-push-1 {
  left: 6.25%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-16 {
  margin-left: 100%;
}

.col-xs-offset-15 {
  margin-left: 93.75%;
}

.col-xs-offset-14 {
  margin-left: 87.5%;
}

.col-xs-offset-13 {
  margin-left: 81.25%;
}

.col-xs-offset-12 {
  margin-left: 75%;
}

.col-xs-offset-11 {
  margin-left: 68.75%;
}

.col-xs-offset-10 {
  margin-left: 62.5%;
}

.col-xs-offset-9 {
  margin-left: 56.25%;
}

.col-xs-offset-8 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 43.75%;
}

.col-xs-offset-6 {
  margin-left: 37.5%;
}

.col-xs-offset-5 {
  margin-left: 31.25%;
}

.col-xs-offset-4 {
  margin-left: 25%;
}

.col-xs-offset-3 {
  margin-left: 18.75%;
}

.col-xs-offset-2 {
  margin-left: 12.5%;
}

.col-xs-offset-1 {
  margin-left: 6.25%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) 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;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-custom-custom-xs-1, .col-custom-sm-1, .col-custom-md-1, .col-custom-lg-1, .col-custom-xs-2, .col-custom-sm-2, .col-custom-md-2, .col-custom-lg-2, .col-custom-xs-3, .col-custom-sm-3, .col-custom-md-3, .col-custom-lg-3, .col-custom-xs-4, .col-custom-sm-4, .col-custom-md-4, .col-custom-lg-4, .col-custom-xs-5, .col-custom-sm-5, .col-custom-md-5, .col-custom-lg-5, .col-custom-xs-6, .col-custom-sm-6, .col-custom-md-6, .col-custom-lg-6, .col-custom-xs-7, .col-custom-sm-7, .col-custom-md-7, .col-custom-lg-7, .col-custom-xs-8, .col-custom-sm-8, .col-custom-md-8, .col-custom-lg-8, .col-custom-xs-9, .col-custom-sm-9, .col-custom-md-9, .col-custom-lg-9, .col-custom-xs-10, .col-custom-sm-10, .col-custom-md-10, .col-custom-lg-10, .col-custom-xs-11, .col-custom-sm-11, .col-custom-md-11, .col-custom-lg-11, .col-custom-xs-12, .col-custom-sm-12, .col-custom-md-12, .col-custom-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-custom-xs-1, .col-custom-xs-2, .col-custom-xs-3, .col-custom-xs-4, .col-custom-xs-5, .col-custom-xs-6, .col-custom-xs-7, .col-custom-xs-8, .col-custom-xs-9, .col-custom-xs-10, .col-custom-xs-11, .col-custom-xs-12 {
  float: left;
}

.col-custom-xs-12 {
  width: 100%;
}

.col-custom-xs-11 {
  width: 91.66666667%;
}

.col-custom-xs-10 {
  width: 83.33333333%;
}

.col-custom-xs-9 {
  width: 75%;
}

.col-custom-xs-8 {
  width: 66.66666667%;
}

.col-custom-xs-7 {
  width: 58.33333333%;
}

.col-custom-xs-6 {
  width: 50%;
}

.col-custom-xs-5 {
  width: 41.66666667%;
}

.col-custom-xs-4 {
  width: 33.33333333%;
}

.col-custom-xs-3 {
  width: 25%;
}

.col-custom-xs-2 {
  width: 16.66666667%;
}

.col-custom-xs-1 {
  width: 8.33333333%;
}

.col-custom-xs-pull-12 {
  right: 100%;
}

.col-custom-xs-pull-11 {
  right: 91.66666667%;
}

.col-custom-xs-pull-10 {
  right: 83.33333333%;
}

.col-custom-xs-pull-9 {
  right: 75%;
}

.col-custom-xs-pull-8 {
  right: 66.66666667%;
}

.col-custom-xs-pull-7 {
  right: 58.33333333%;
}

.col-custom-xs-pull-6 {
  right: 50%;
}

.col-custom-xs-pull-5 {
  right: 41.66666667%;
}

.col-custom-xs-pull-4 {
  right: 33.33333333%;
}

.col-custom-xs-pull-3 {
  right: 25%;
}

.col-custom-xs-pull-2 {
  right: 16.66666667%;
}

.col-custom-xs-pull-1 {
  right: 8.33333333%;
}

.col-custom-xs-pull-0 {
  right: auto;
}

.col-custom-xs-push-12 {
  left: 100%;
}

.col-custom-xs-push-11 {
  left: 91.66666667%;
}

.col-custom-xs-push-10 {
  left: 83.33333333%;
}

.col-custom-xs-push-9 {
  left: 75%;
}

.col-custom-xs-push-8 {
  left: 66.66666667%;
}

.col-custom-xs-push-7 {
  left: 58.33333333%;
}

.col-custom-xs-push-6 {
  left: 50%;
}

.col-custom-xs-push-5 {
  left: 41.66666667%;
}

.col-custom-xs-push-4 {
  left: 33.33333333%;
}

.col-custom-xs-push-3 {
  left: 25%;
}

.col-custom-xs-push-2 {
  left: 16.66666667%;
}

.col-custom-xs-push-1 {
  left: 8.33333333%;
}

.col-custom-xs-push-0 {
  left: auto;
}

.col-custom-xs-offset-12 {
  margin-left: 100%;
}

.col-custom-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-custom-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-custom-xs-offset-9 {
  margin-left: 75%;
}

.col-custom-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-custom-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-custom-xs-offset-6 {
  margin-left: 50%;
}

.col-custom-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-custom-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-custom-xs-offset-3 {
  margin-left: 25%;
}

.col-custom-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-custom-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-custom-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-custom-sm-1, .col-custom-sm-2, .col-custom-sm-3, .col-custom-sm-4, .col-custom-sm-5, .col-custom-sm-6, .col-custom-sm-7, .col-custom-sm-8, .col-custom-sm-9, .col-custom-sm-10, .col-custom-sm-11, .col-custom-sm-12 {
    float: left;
  }
  .col-custom-sm-12 {
    width: 100%;
  }
  .col-custom-sm-11 {
    width: 91.66666667%;
  }
  .col-custom-sm-10 {
    width: 83.33333333%;
  }
  .col-custom-sm-9 {
    width: 75%;
  }
  .col-custom-sm-8 {
    width: 66.66666667%;
  }
  .col-custom-sm-7 {
    width: 58.33333333%;
  }
  .col-custom-sm-6 {
    width: 50%;
  }
  .col-custom-sm-5 {
    width: 41.66666667%;
  }
  .col-custom-sm-4 {
    width: 33.33333333%;
  }
  .col-custom-sm-3 {
    width: 25%;
  }
  .col-custom-sm-2 {
    width: 16.66666667%;
  }
  .col-custom-sm-1 {
    width: 8.33333333%;
  }
  .col-custom-sm-pull-12 {
    right: 100%;
  }
  .col-custom-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-custom-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-custom-sm-pull-9 {
    right: 75%;
  }
  .col-custom-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-custom-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-custom-sm-pull-6 {
    right: 50%;
  }
  .col-custom-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-custom-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-custom-sm-pull-3 {
    right: 25%;
  }
  .col-custom-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-custom-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-custom-sm-pull-0 {
    right: auto;
  }
  .col-custom-sm-push-12 {
    left: 100%;
  }
  .col-custom-sm-push-11 {
    left: 91.66666667%;
  }
  .col-custom-sm-push-10 {
    left: 83.33333333%;
  }
  .col-custom-sm-push-9 {
    left: 75%;
  }
  .col-custom-sm-push-8 {
    left: 66.66666667%;
  }
  .col-custom-sm-push-7 {
    left: 58.33333333%;
  }
  .col-custom-sm-push-6 {
    left: 50%;
  }
  .col-custom-sm-push-5 {
    left: 41.66666667%;
  }
  .col-custom-sm-push-4 {
    left: 33.33333333%;
  }
  .col-custom-sm-push-3 {
    left: 25%;
  }
  .col-custom-sm-push-2 {
    left: 16.66666667%;
  }
  .col-custom-sm-push-1 {
    left: 8.33333333%;
  }
  .col-custom-sm-push-0 {
    left: auto;
  }
  .col-custom-sm-offset-12 {
    margin-left: 100%;
  }
  .col-custom-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-custom-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-custom-sm-offset-9 {
    margin-left: 75%;
  }
  .col-custom-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-custom-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-custom-sm-offset-6 {
    margin-left: 50%;
  }
  .col-custom-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-custom-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-custom-sm-offset-3 {
    margin-left: 25%;
  }
  .col-custom-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-custom-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-custom-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-custom-md-1, .col-custom-md-2, .col-custom-md-3, .col-custom-md-4, .col-custom-md-5, .col-custom-md-6, .col-custom-md-7, .col-custom-md-8, .col-custom-md-9, .col-custom-md-10, .col-custom-md-11, .col-custom-md-12 {
    float: left;
  }
  .col-custom-md-12 {
    width: 100%;
  }
  .col-custom-md-11 {
    width: 91.66666667%;
  }
  .col-custom-md-10 {
    width: 83.33333333%;
  }
  .col-custom-md-9 {
    width: 75%;
  }
  .col-custom-md-8 {
    width: 66.66666667%;
  }
  .col-custom-md-7 {
    width: 58.33333333%;
  }
  .col-custom-md-6 {
    width: 50%;
  }
  .col-custom-md-5 {
    width: 41.66666667%;
  }
  .col-custom-md-4 {
    width: 33.33333333%;
  }
  .col-custom-md-3 {
    width: 25%;
  }
  .col-custom-md-2 {
    width: 16.66666667%;
  }
  .col-custom-md-1 {
    width: 8.33333333%;
  }
  .col-custom-md-pull-12 {
    right: 100%;
  }
  .col-custom-md-pull-11 {
    right: 91.66666667%;
  }
  .col-custom-md-pull-10 {
    right: 83.33333333%;
  }
  .col-custom-md-pull-9 {
    right: 75%;
  }
  .col-custom-md-pull-8 {
    right: 66.66666667%;
  }
  .col-custom-md-pull-7 {
    right: 58.33333333%;
  }
  .col-custom-md-pull-6 {
    right: 50%;
  }
  .col-custom-md-pull-5 {
    right: 41.66666667%;
  }
  .col-custom-md-pull-4 {
    right: 33.33333333%;
  }
  .col-custom-md-pull-3 {
    right: 25%;
  }
  .col-custom-md-pull-2 {
    right: 16.66666667%;
  }
  .col-custom-md-pull-1 {
    right: 8.33333333%;
  }
  .col-custom-md-pull-0 {
    right: auto;
  }
  .col-custom-md-push-12 {
    left: 100%;
  }
  .col-custom-md-push-11 {
    left: 91.66666667%;
  }
  .col-custom-md-push-10 {
    left: 83.33333333%;
  }
  .col-custom-md-push-9 {
    left: 75%;
  }
  .col-custom-md-push-8 {
    left: 66.66666667%;
  }
  .col-custom-md-push-7 {
    left: 58.33333333%;
  }
  .col-custom-md-push-6 {
    left: 50%;
  }
  .col-custom-md-push-5 {
    left: 41.66666667%;
  }
  .col-custom-md-push-4 {
    left: 33.33333333%;
  }
  .col-custom-md-push-3 {
    left: 25%;
  }
  .col-custom-md-push-2 {
    left: 16.66666667%;
  }
  .col-custom-md-push-1 {
    left: 8.33333333%;
  }
  .col-custom-md-push-0 {
    left: auto;
  }
  .col-custom-md-offset-12 {
    margin-left: 100%;
  }
  .col-custom-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-custom-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-custom-md-offset-9 {
    margin-left: 75%;
  }
  .col-custom-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-custom-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-custom-md-offset-6 {
    margin-left: 50%;
  }
  .col-custom-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-custom-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-custom-md-offset-3 {
    margin-left: 25%;
  }
  .col-custom-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-custom-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-custom-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-custom-lg-1, .col-custom-lg-2, .col-custom-lg-3, .col-custom-lg-4, .col-custom-lg-5, .col-custom-lg-6, .col-custom-lg-7, .col-custom-lg-8, .col-custom-lg-9, .col-custom-lg-10, .col-custom-lg-11, .col-custom-lg-12 {
    float: left;
  }
  .col-custom-lg-12 {
    width: 100%;
  }
  .col-custom-lg-11 {
    width: 91.66666667%;
  }
  .col-custom-lg-10 {
    width: 83.33333333%;
  }
  .col-custom-lg-9 {
    width: 75%;
  }
  .col-custom-lg-8 {
    width: 66.66666667%;
  }
  .col-custom-lg-7 {
    width: 58.33333333%;
  }
  .col-custom-lg-6 {
    width: 50%;
  }
  .col-custom-lg-5 {
    width: 41.66666667%;
  }
  .col-custom-lg-4 {
    width: 33.33333333%;
  }
  .col-custom-lg-3 {
    width: 25%;
  }
  .col-custom-lg-2 {
    width: 16.66666667%;
  }
  .col-custom-lg-1 {
    width: 8.33333333%;
  }
  .col-custom-lg-pull-12 {
    right: 100%;
  }
  .col-custom-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-custom-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-custom-lg-pull-9 {
    right: 75%;
  }
  .col-custom-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-custom-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-custom-lg-pull-6 {
    right: 50%;
  }
  .col-custom-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-custom-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-custom-lg-pull-3 {
    right: 25%;
  }
  .col-custom-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-custom-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-custom-lg-pull-0 {
    right: auto;
  }
  .col-custom-lg-push-12 {
    left: 100%;
  }
  .col-custom-lg-push-11 {
    left: 91.66666667%;
  }
  .col-custom-lg-push-10 {
    left: 83.33333333%;
  }
  .col-custom-lg-push-9 {
    left: 75%;
  }
  .col-custom-lg-push-8 {
    left: 66.66666667%;
  }
  .col-custom-lg-push-7 {
    left: 58.33333333%;
  }
  .col-custom-lg-push-6 {
    left: 50%;
  }
  .col-custom-lg-push-5 {
    left: 41.66666667%;
  }
  .col-custom-lg-push-4 {
    left: 33.33333333%;
  }
  .col-custom-lg-push-3 {
    left: 25%;
  }
  .col-custom-lg-push-2 {
    left: 16.66666667%;
  }
  .col-custom-lg-push-1 {
    left: 8.33333333%;
  }
  .col-custom-lg-push-0 {
    left: auto;
  }
  .col-custom-lg-offset-12 {
    margin-left: 100%;
  }
  .col-custom-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-custom-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-custom-lg-offset-9 {
    margin-left: 75%;
  }
  .col-custom-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-custom-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-custom-lg-offset-6 {
    margin-left: 50%;
  }
  .col-custom-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-custom-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-custom-lg-offset-3 {
    margin-left: 25%;
  }
  .col-custom-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-custom-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-custom-lg-offset-0 {
    margin-left: 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);
  --alert: #ff0000;
  --item-bg: hsla(var(--main-hsl), .95);
}

body, html {
  line-height: 180%;
  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;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--main) var(--bg-d-5);
}

*::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  background: var(--bg);
}

*::-webkit-scrollbar-track {
  background: var(--header-color-associated);
}

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

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

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.hidden {
  display: none;
}

@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%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@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: 1400px) {
  .container {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}

.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: var(--arrow_width);
  height: var(--arrow_width);
  margin-top: calc(var(--arrow_width) / 2 * -1);
  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.absolute_bottom_right, .arrow.absolute_bottom_left, .arrow.absolute_bottom_center {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 200;
}
.arrow.absolute_bottom_right.next {
  right: 0;
}
.arrow.absolute_bottom_right.prev {
  right: var(--arrow_width)2px;
}
.arrow.absolute_bottom_left.next {
  left: var(--arrow_width)2px;
}
.arrow.absolute_bottom_left.prev {
  left: 0;
}
.arrow.absolute_bottom_center.next {
  right: 50%;
  margin-right: -var(--arrow_width);
}
.arrow.absolute_bottom_center.prev {
  left: 50%;
  margin-left: -var(--arrow_width);
}
.arrow.absolute_top_left {
  position: absolute;
  top: 0;
  z-index: 200;
}
.arrow.absolute_top_left.next {
  left: var(--arrow_width)2px;
}
.arrow.absolute_top_left.prev {
  left: 0;
}
@media (max-width: 991px) {
  .arrow.half_phone, .history_section_slider .history_time_line_years .arrow, .gallery_section.carousel .arrow {
    background: var(--bg);
    border-radius: 0 var(--arrow_width) var(--arrow_width) 0;
    border-left: 0;
  }
  .arrow.half_phone.prev, .history_section_slider .history_time_line_years .arrow.prev, .gallery_section.carousel .arrow.prev {
    left: 0;
  }
  .arrow.half_phone.next, .history_section_slider .history_time_line_years .arrow.next, .gallery_section.carousel .arrow.next {
    right: 0;
  }
}
.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: var(--section_padding);
  z-index: 100;
}

.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,
.description {
  font-family: var(--first-font);
}
.the_content h2 + p, .the_content h3 + p, .the_content h4 + p, .the_content h5 + p, .the_content h6 + p,
.description h2 + p,
.description h3 + p,
.description h4 + p,
.description h5 + p,
.description h6 + p {
  margin-top: 1em;
}
.the_content p + p,
.the_content h1 + p,
.the_content p + h1,
.the_content p + h2,
.the_content p + h3,
.the_content p + h4,
.the_content p + h5,
.description p + p,
.description h1 + p,
.description p + h1,
.description p + h2,
.description p + h3,
.description p + h4,
.description p + h5 {
  margin-top: 1em;
}
.the_content strong, .the_content b,
.description strong,
.description b {
  font-weight: bold;
}
.the_content ul, .the_content ol,
.description ul,
.description ol {
  margin: 1em 0 1em 3em;
}
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 gainsboro;
}
.the_content blockquote:before, .the_content blockquote:after,
.description blockquote:before,
.description blockquote:after {
  font-size: 1.2em;
}
.the_content blockquote:before,
.description blockquote:before {
  content: "“";
  padding-right: 5px;
}
.the_content blockquote:after,
.description blockquote:after {
  content: "”";
  padding-left: 5px;
}
.the_content dl,
.description dl {
  margin: 1em 0 1em 2em;
}
.the_content dl dd,
.description dl dd {
  border-left: 5px solid gainsboro;
  padding-left: 1em;
}
body.rtl .the_content dl dd,
body.rtl .description dl dd {
  border-right: 1px solid gainsboro;
  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 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: italic;
}
.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: 1em;
  display: flex;
  align-items: center;
}
.the_content blockquote:before,
.description blockquote:before {
  align-self: flex-start;
}
.the_content blockquote:after,
.description blockquote:after {
  align-self: flex-end;
}
.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: 2.5em;
}
@media (min-width: 1200px) {
  .the_content h1,
  .description h1 {
    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: 2em;
  }
}
.the_content h1 strong,
.description h1 strong {
  font-weight: inherit;
}
.the_content h1 strong,
.description h1 strong {
  color: var(--highlighted);
}
.the_content h1:after,
.description h1:after {
  display: none;
}
.the_content h2,
.description h2 {
  font-size: 2em;
  font-weight: normal;
  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: normal;
  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: normal;
  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: normal;
  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: normal;
  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: #f2f2f2;
  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.alignnone,
.the_content .wp-caption.alignnone {
  margin-top: 1em;
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.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%;
}
.description img.alignleft, .description img.alignright, .description img.aligncenter,
.the_content img.alignleft,
.the_content img.alignright,
.the_content img.aligncenter {
  padding: 0 2em;
  margin: 2em 0;
}
.description img.alignnone,
.the_content img.alignnone {
  margin-top: 1em;
}
.description img.alignleft,
.the_content img.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%;
}
.description img.alignright,
.the_content img.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .description img.alignleft, .description img.alignright,
  .the_content img.alignleft,
  .the_content img.alignright {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.description img.aligncenter,
.the_content img.aligncenter {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .the_subtitle,
  .section_subtitle {
    font-size: 1em;
  }
}
.the_subtitle strong,
.section_subtitle strong {
  font-weight: inherit;
}

.the_title + .the_content,
.the_title + .content_main_wrap,
.section_title + .the_content,
.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(--highlighted);
  color: var(--highlighted-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;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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: var(--font-size);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 1em;
  padding-left: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary);
  color: var(--secondary);
}
.btnPdf a * {
  color: inherit;
  font-weight: inherit;
}
.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: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: var(--font-size);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--secondary);
}
.info:not(.map_section) a *,
.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).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);
}

.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 .btn:not(:only-child) {
  margin: 5px;
  background: red !important;
}
@media (max-width: 767px) {
  .btns_wrap .btn:not(:only-child) {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.btns_wrap .btn:only-child {
  margin: 0;
  background: blue !important;
}
.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: var(--font-size);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--secondary);
}
.view_all .info a * {
  color: inherit;
  font-weight: inherit;
}
.view_all .info a:before {
  content: "⟶";
  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;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  cursor: pointer;
  background: 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:hover, .pager ul li.slick-active {
  background: var(--main);
  width: 9px;
  height: 9px;
}
#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 {
  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,
.group_theme_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,
.group_theme_hotel #fbga-popin #close-ga:before,
.close:after,
.group_theme_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,
.group_theme_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,
.group_theme_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,
.group_theme_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,
.group_theme_hotel #fbga-popin #close-ga:hover:before,
.close:hover:after,
.group_theme_hotel #fbga-popin #close-ga:hover:after {
  background: var(--hover-color-associated);
}

body.fancybox-iosfix {
  position: relative;
}

.overlay {
  background: var(--overlay_bg);
  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;
}

.filter_select {
  padding: 0 20px;
}
.filter_select .filters_select {
  background: var(--bg-l-3);
  color: var(--bg-color-associated);
  height: 50px;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid var(--stroke);
  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;
}
.filter_select .filters_select:after {
  top: 0;
  right: 15px;
  content: "▾";
  position: absolute;
  z-index: 1;
  line-height: 50px;
}
.filter_select .filters_select .label {
  line-height: 30px;
  border-right: 1px solid var(--bg-color-associated);
  padding: 0 1em 0 0;
  white-space: nowrap;
}
.filter_select .filters_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  background: transparent;
  color: var(--bg-color-associated);
  font-family: var(--first-font);
  font-size: inherit;
  position: relative;
  z-index: 100;
  line-height: 50px;
  text-transform: capitalize;
  padding-left: 1em;
}
.filter_select .filters_select select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.filter_select .filters_select select option {
  background: var(--bg-l-3);
}
.filter_select .filters_select select:focus {
  outline: none;
}

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

.extra_content .title {
  font-family: var(--highlight-font);
  font-weight: normal;
  line-height: 110%;
  position: relative;
  color: var(--titles);
  font-size: 2em;
  margin-bottom: 0.2em;
}
.extra_content .title strong {
  font-weight: inherit;
}
.extra_content .title strong {
  color: var(--highlighted);
}
@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;
  margin-bottom: 1em;
}
.extra_content .subtitle strong {
  font-weight: inherit;
}
@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: var(--overlay_bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}
.mega_details_wrapper .close, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .mega_details_wrapper .close, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga {
    width: 60px;
    height: 60px;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper {
  height: 100%;
  overflow: auto;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .mega_details_wrapper .mega_details_inner_wrapper {
    padding: 20px;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
  background: var(--bg);
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
    width: 100%;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
  padding: 60px;
}
@media (max-width: 767px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
    padding: 50px 30px;
  }
}
@media (min-width: 1400px) {
  .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .section_title {
    font-size: 2.66em;
  }
}
.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .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;
}
.mega_details_wrapper .close, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 500;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega_details_wrapper .close:before, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:before, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:before, .mega_details_wrapper .close:after, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:after, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:after {
  width: 70%;
  height: 1px;
  background: var(--bg-color-associated);
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.mega_details_wrapper .close:before, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:before, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:before {
  top: 25%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mega_details_wrapper .close:after, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:after, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:after {
  bottom: 25%;
  top: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mega_details_wrapper .close:hover, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:hover, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:hover {
  background: var(--main);
}
.mega_details_wrapper .close:hover:before, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:hover:before, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:hover:before, .mega_details_wrapper .close:hover:after, .mega_details_wrapper .group_theme_hotel #fbga-popin #close-ga:hover:after, .group_theme_hotel #fbga-popin .mega_details_wrapper #close-ga:hover:after {
  background: var(--main-color-associated);
}

.hidden_fancybox {
  width: 90%;
  max-width: 800px;
  background: var(--bg);
  color: var(--bg-color-associated);
  line-height: 150%;
  font-size: var(--font-size);
  font-family: var(--first-font);
  margin: 0;
  padding: 3em;
}
@media (min-width: 1200px) {
  .hidden_fancybox {
    padding: 4em 4em 3em 4em;
  }
}
@media (max-width: 767px) {
  .hidden_fancybox {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.hidden_fancybox .fancybox-close-small {
  left: auto;
  right: 20px;
  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 .group_theme_hotel #fbga-popin #close-ga, .group_theme_hotel #fbga-popin body#dark_theme #close-ga,
body#darken_theme .fancybox-close-small,
body#darken_theme .close,
body#darken_theme .group_theme_hotel #fbga-popin #close-ga,
.group_theme_hotel #fbga-popin body#darken_theme #close-ga {
  border: 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);
}
.section {
  border-top: 1px solid blue;
}

.gallery_section.slideshow .arrow, .gallery_section.carousel .arrow {
  background: var(--bg-l-3);
}
.gallery_section .filters_select {
  margin-top: 0;
}
.gallery_section .thumb_wrap.filter_360:hover:after,
.gallery_section .thumb_wrap.filter_videos:hover:after {
  opacity: 0;
}
.gallery_section .thumb_wrap.filter_360:after,
.gallery_section .thumb_wrap.filter_videos:after {
  background: var(--overlay_bg);
  color: #fff;
  content: "ꬭ";
  font-family: "fb_additional_set_1";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.history_time_line .year_wrap.no_image_available .thumb_wrap .thumb {
  display: none;
}
.history_time_line .year_wrap .title {
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  line-height: 120%;
  color: var(--titles);
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history_time_line .year_wrap .title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .history_time_line .year_wrap .title {
    font-size: 1.5em;
  }
}
.history_time_line .year_wrap .title strong {
  font-weight: normal;
}
.history_time_line .year_wrap .content .description {
  line-height: 180%;
  font-size: var(--font-size);
  font-style: normal;
}

.history_section_slider .history_time_line_years .arrow.prev {
  left: -20px;
}
.history_section_slider .history_time_line_years .arrow.next {
  right: -20px;
}
@media (min-width: 992px) {
  .history_section_slider .history_time_line_years .pager .year .label {
    font-weight: normal;
    font-style: normal;
    font-family: var(--highlight-font);
    line-height: 120%;
    color: var(--titles);
    font-size: 1.5em;
  }
  .history_section_slider .history_time_line_years .pager .year .label strong {
    font-weight: normal;
  }
}
@media (max-width: 991px) {
  .history_section_slider .history_time_line_years .pager .year .label {
    font-size: var(--font-size);
    font-family: var(--first-font);
    line-height: 130%;
  }
}
.history_section_slider .history_time_line_slider .year_wrap .thumb_wrap .thumb {
  background-color: var(--bg-l-3);
}
.history_section_slider .history_time_line_slider .year_wrap .content {
  background: var(--bg-l-3);
}
@media (max-width: 991px) {
  .history_section_slider .history_time_line_slider .year_wrap .content {
    background: none;
  }
}
.history_section_slider .history_time_line_slider .year_wrap .content .description {
  line-height: 180%;
  font-size: var(--font-size);
  font-style: normal;
}

.section_meeting_table {
  max-width: unset;
}
.section_meeting_table .wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  .section_meeting_table .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_meeting_table .wrap {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section_meeting_table .wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .section_meeting_table .wrap {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}
.section_meeting_table .wrap .content_container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.section_meeting_table .wrap .content_container h2 {
  font-family: var(--highlight-font);
  line-height: 130%;
  position: relative;
  color: var(--titles);
  font-size: 1.8em;
  text-align: center;
}
@media (min-width: 1200px) {
  .section_meeting_table .wrap .content_container h2 {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .section_meeting_table .wrap .content_container h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .section_meeting_table .wrap .content_container h2 {
    font-size: 1.5em;
  }
}
.section_meeting_table .wrap .content_container h2 strong {
  font-weight: inherit;
}
.section_meeting_table .wrap .content_container h2 strong {
  color: var(--highlighted);
}
.section_meeting_table .wrap .icon {
  line-height: 1;
}
.section_meeting_table .wrap .icon:before {
  margin-bottom: 10px;
}
.section_meeting_table .wrap .table select {
  font-family: var(--first-font);
  font-size: 0.95em;
}
.section_meeting_table .wrap .table .table_row .table_cell {
  font-size: 0.95em;
}

.opening_hours_section {
  padding-bottom: 0;
}
.opening_hours_section .opening_content .the_content {
  font-size: var(--font-size);
  font-family: var(--first-font);
  line-height: 180%;
}
.opening_hours_section .opening_content .the_content p strong {
  color: inherit;
}
.opening_hours_section .opening_content .the_content .title {
  font-family: var(--highlight-font);
  line-height: 130%;
  position: relative;
  color: var(--main-color-associated);
  font-size: 1.8em;
}
@media (min-width: 1200px) {
  .opening_hours_section .opening_content .the_content .title {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .opening_hours_section .opening_content .the_content .title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .opening_hours_section .opening_content .the_content .title {
    font-size: 1.5em;
  }
}
.opening_hours_section .opening_content .the_content .title strong {
  font-weight: inherit;
}
.opening_hours_section .opening_content .the_content .title strong {
  color: var(--highlighted);
}
.opening_hours_section .opening_content .the_content .title + p {
  margin-top: 2em;
}

section.menu_section h2 {
  font-family: var(--highlight-font);
  line-height: 130%;
  position: relative;
  color: var(--titles);
  font-size: 1.8em;
  text-align: center;
}
@media (min-width: 1200px) {
  section.menu_section h2 {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  section.menu_section h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  section.menu_section h2 {
    font-size: 1.5em;
  }
}
section.menu_section h2 strong {
  font-weight: inherit;
}
section.menu_section h2 strong {
  color: var(--highlighted);
}
section.menu_section #fb-menus .fbm-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  section.menu_section #fb-menus .fbm-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.menu_section #fb-menus .fbm-container {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.menu_section #fb-menus .fbm-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section.menu_section #fb-menus .fbm-container {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}
section.menu_section #fb-menus .fbm-container .fbm-menu_tabs .fbm-tab {
  font-size: 1.1em;
  color: var(--titles);
  letter-spacing: 0;
}
section.menu_section #fb-menus .fbm-container .fbm-menu_tabs .fbm-tab.fbm-active {
  letter-spacing: 0.05em;
  color: var(--secondary);
}
section.menu_section #fb-menus .fbm-container .fbm-pdf_wrap .fbm-pdf a {
  color: var(--secondary);
  border-color: var(--secondary);
  line-height: 120%;
  font-size: var(--font-size);
  letter-spacing: 0.1em;
}
section.menu_section #fb-menus .fbm-container .fbm-pdf_wrap .fbm-pdf a:after {
  content: "⟶";
  height: auto;
  background: none !important;
}
section.menu_section #fb-menus .fbm-menu_list .fbm-pdf_wrap .fbm-item_wrap .fbm-label,
section.menu_section #fb-menus .fbm-menu_list .fbm-menu_box .fbm-item_wrap .fbm-label {
  font-size: var(--font-size);
  letter-spacing: 0;
}
section.menu_section #fb-menus .fbm-menu_list .fbm-pdf_wrap .fbm-special_pdf .fbm-item_wrap .fbm-item .fbm-description,
section.menu_section #fb-menus .fbm-menu_list .fbm-pdf_wrap .fbm-special_dishes .fbm-item_wrap .fbm-item .fbm-description,
section.menu_section #fb-menus .fbm-menu_list .fbm-menu_box .fbm-special_pdf .fbm-item_wrap .fbm-item .fbm-description,
section.menu_section #fb-menus .fbm-menu_list .fbm-menu_box .fbm-special_dishes .fbm-item_wrap .fbm-item .fbm-description {
  background: var(--main);
  color: var(--main-color-associated);
}
section.menu_section #fb-menus .fbm-food_legend .fbm-label {
  color: var(--bg-color-associated);
}

.sitemap_section .sitemap_wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  .sitemap_section .sitemap_wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap_section .sitemap_wrap {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sitemap_section .sitemap_wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sitemap_section .sitemap_wrap {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}
.sitemap_section .sitemap_wrap h3 {
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  line-height: 120%;
  color: var(--titles);
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap_section .sitemap_wrap h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .sitemap_section .sitemap_wrap h3 {
    font-size: 1.5em;
  }
}
.sitemap_section .sitemap_wrap h3 strong {
  font-weight: normal;
}
.sitemap_section .sitemap_wrap .sitemap + h3 {
  margin-top: 1em;
}
.sitemap_section .sitemap_wrap ul, .sitemap_section .sitemap_wrap li {
  list-style: disc inside none;
}
.sitemap_section .sitemap_wrap .sitemap {
  column-count: 3;
  column-gap: 40px;
  line-height: 150%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap_section .sitemap_wrap .sitemap {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .sitemap_section .sitemap_wrap .sitemap {
    column-count: 1;
  }
}
.sitemap_section .sitemap_wrap .sitemap.post_hotel > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_section .sitemap_wrap .sitemap > li {
  break-inside: avoid;
  list-style: none inside none;
}
.sitemap_section .sitemap_wrap .sitemap li {
  margin-top: 0.5em;
}
.sitemap_section .sitemap_wrap .sitemap li ul {
  margin-top: 0.5em;
}
.sitemap_section .sitemap_wrap .sitemap a {
  color: var(--bg-color-associated);
}

.de_block:empty {
  background: red;
}
.de_block:not(:has(*)) {
  background: purple;
}
.de_block:has(> div:empty) {
  background: green;
}

#header_wrapper {
  position: relative;
  z-index: 900;
  width: 100%;
  height: var(--header_height);
}
@media (max-width: 767px) {
  #header_wrapper {
    height: var(--header_height);
    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: var(--header_height);
  background: var(--header);
  color: var(--header-color-associated);
  font-size: 14px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 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: var(--header_height);
  }
}
@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: var(--header_height);
  line-height: var(--header_height);
  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 (min-width: 992px) {
  #header_wrapper.custom #logo img.original {
    display: none;
  }
}
#logo img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
#logo img.custom {
  display: none;
}
#logo img.original {
  display: inline;
}

#main_book_wrapper {
  height: var(--header_height);
  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: var(--header_height);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#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;
  width: 180px;
  height: var(--header_height);
}
#main_book_wrapper .main_book a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main_book_wrapper .main_book a * {
  color: inherit;
  font-weight: inherit;
}
#main_book_wrapper .main_book a:hover, #main_book_wrapper .main_book a:focus {
  text-decoration: none;
  outline: none;
}
#main_book_wrapper .main_book a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
#main_book_wrapper .main_book a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}
@media (max-width: 767px) {
  #main_book_wrapper .main_book {
    width: 100%;
    height: var(--header_height);
  }
}
#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: var(--header_height);
    height: var(--header_height);
    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 > div {
  display: block;
}
.languages > div a {
  text-decoration: none;
}
.languages > div > ul > li {
  position: relative;
}
.languages > div > ul > li:hover > ul {
  display: block;
}
.languages > div > ul > li a.lang_sel_sel {
  color: var(--header-color-associated);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.languages > div > ul > li a.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 > div > ul > li a.lang_sel_sel:before {
    display: none;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom .languages > div > ul > li a.lang_sel_sel {
    color: #fff;
  }
}
@media (min-width: 992px) {
  #header_wrapper.custom .languages > div > ul > li a.lang_sel_sel:hover, .languages > div > ul > li a.lang_sel_sel:hover {
    color: var(--hover);
  }
}
.languages > div > ul > li a.lang_sel_sel img {
  display: none;
  margin-right: 1em;
  height: 15px;
}
.languages > div > ul > li a.lang_sel_sel.multi_lang:after {
  content: " ▾";
  padding-left: 20px;
}
.languages > div > ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 55%;
  width: auto;
  margin-left: -60px;
  padding: 1em 0;
  z-index: 101;
}
.languages > div > ul ul li {
  background: var(--main);
  color: var(--bg-color-associated);
}
.languages > div > ul ul li:last-child a.lang_sel_other {
  border: none;
}
.languages > div > ul ul li:first-child {
  padding-top: 0.5em;
}
.languages > div > ul ul li:last-child {
  padding-bottom: 0.5em;
}
.languages > div > ul ul li a.lang_sel_other {
  color: var(--white);
  display: block;
  line-height: 130%;
  padding: 0.5em 1em;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.languages > div > ul ul li a.lang_sel_other img {
  display: inline-block;
  height: 15px;
  margin-right: 1em;
}
.languages > div > ul ul li a.lang_sel_other:hover {
  color: var(--highlighted);
  text-decoration: none;
}

.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;
  }
}

@media (min-width: 992px) {
  #header_wrapper.custom .open_menu:hover .icon, .open_menu:hover .icon {
    border-color: var(--bg-color-associated);
  }
  #header_wrapper.custom .open_menu:hover .icon:before, .open_menu:hover .icon:before {
    background: var(--bg-color-associated);
  }
  #header_wrapper.custom .open_menu:hover .label, .open_menu:hover .label {
    color: var(--bg-color-associated);
  }
}
.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: var(--header_height);
  -webkit-transition: all 0.3s 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: var(--header_height);
  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: var(--header_height);
    height: var(--header_height);
  }
}
#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(var(--header_height) / 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: var(--header_height);
  }
}
@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: var(--header_height);
  }
  #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(--header-color-associated);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .custom #header #header_contacts .element.email a {
    color: #fff;
  }
}
#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: var(--header_height);
    line-height: var(--header_height);
    -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 {
  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(--bg-color-associated);
  }
}
#highlight_menu ul.menu > li.current-menu-item > span > a {
  color: var(--bg-color-associated);
}
#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: var(--header_height);
  background: var(--header);
  position: relative;
  width: 100%;
  z-index: 900;
}
#mobile_bar .inner_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header_height);
  background: var(--header);
  padding: 0 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: var(--header_height);
  line-height: var(--header_height);
  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%;
  width: auto;
  height: auto;
}
#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: -100%;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 450px;
  background: var(--header);
  -webkit-transition: all 0.3s 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 {
    background: transparent;
  }
}
#menu_sidebar_wrap.open {
  left: 0;
}
#menu_sidebar_wrap .menu_sidebar {
  left: 0;
  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;
}
@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 {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
#menu_sidebar_wrap .menu_sidebar .highlights {
  padding-left: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
}
#menu_sidebar_wrap .menu_sidebar .highlights .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--third);
}
#menu_sidebar_wrap .menu_sidebar .highlights .item .icon {
  background: var(--third);
  color: var(--third-color-associated);
  display: block;
  margin-right: 1em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#menu_sidebar_wrap .menu_sidebar .highlights .item .label {
  display: block;
  color: var(--third);
}
#menu_sidebar_wrap .menu_sidebar .highlights .item + .item {
  margin-top: 0.5em;
}

#sidebar_menu {
  margin: 2em auto;
}
#sidebar_menu ul, #sidebar_menu li {
  list-style: none inside none;
}
#sidebar_menu ul.menu li {
  color: var(--header-color-associated);
}
#sidebar_menu ul.menu li:not(:last-child) {
  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(--bg-color-associated);
}
#sidebar_menu ul.menu li.current-menu-item > .menu_label > a, #sidebar_menu ul.menu li.current-menu-parent > .menu_label > a {
  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 .dropdown {
  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 .dropdown:before {
  content: "+";
  display: block;
  width: 100%;
}
#sidebar_menu ul.menu li .menu_label .dropdown span {
  display: none;
}
#sidebar_menu ul.menu li .menu_label .dropdown:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
#sidebar_menu ul.menu li.menu-item-has-children.sub-menu-opened > .menu_label .dropdown:before {
  content: "–";
}
#sidebar_menu ul.menu li.menu-item-has-children.sub-menu-opened > .sub-menu {
  display: block;
}
#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(--bg-color-associated);
}
#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);
}
#sidebar_menu .back-to-group-homepage {
  color: var(--header-color-associated);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--header-color-associated);
  padding: 10px;
  margin-top: 20px;
  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;
}
#sidebar_menu .back-to-group-homepage:before {
  content: "→";
  margin-right: 10px;
}
#sidebar_menu .back-to-group-homepage:hover {
  border-color: var(--hover);
  background: var(--hover);
}

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

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

#footer_top_menu {
  padding: 1.5em 0;
  min-height: 60px;
  background: var(--main);
  color: var(--main-color-associated);
  border-bottom: 1px solid color-mix(in srgb, var(--main) 80%, #fff);
}
#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;
}
#footer_bottom .top {
  padding: 2em 0;
}
#footer_bottom .top + .gds {
  border-top: 1px solid color-mix(in srgb, var(--main) 80%, #fff);
}
#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 .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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@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;
}

.footer_hotels_section {
  background: var(--main-d-3);
  padding: 2em 0;
}
.footer_hotels_section .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer_hotels_section .single_hotel {
  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;
  flex-grow: 1;
  padding: 0 2em;
  color: var(--main-color-associated);
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .footer_hotels_section .single_hotel {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer_hotels_section .single_hotel {
    width: 100%;
  }
  .footer_hotels_section .single_hotel + .single_hotel {
    border-top: 1px solid color-mix(in srgb, var(--main-d-3) 80%, #fff);
    padding-top: 10px;
  }
}
.footer_hotels_section .single_hotel .hotel_title,
.footer_hotels_section .single_hotel .hotel_city,
.footer_hotels_section .single_hotel .hotel_country {
  display: block;
}
.footer_hotels_section .single_hotel .hotel_title {
  font-family: var(--highlight-font);
  font-size: 1.4em;
}
.footer_hotels_section .single_hotel .hotel_country {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.footer_hotels_section .single_hotel:hover, .footer_hotels_section .single_hotel.current {
  color: var(--hover);
}

#blog_content {
  padding-top: 120px;
  position: relative;
  z-index: 100;
  background: var(--main-d-10);
}
#blog_content .item_wrap {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_content .item_wrap:nth-child(-n+2) {
    margin-top: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_content .item_wrap:nth-child(-n+2) {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  #blog_content .item_wrap:nth-child(-n+3) {
    margin-top: -70px;
  }
}
#blog_content .item_wrap .item {
  position: relative;
}
#blog_content .item_wrap .item.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#blog_content .item_wrap .item.disabled .thumb .img:before {
  opacity: 1;
  filter: Alpha(opacity=100);
}
#blog_content .item_wrap .item .thumb {
  position: relative;
  z-index: 1;
}
#blog_content .item_wrap .item .thumb .img {
  display: block;
  position: relative;
  z-index: 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;
}
#blog_content .item_wrap .item .thumb .img:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
#blog_content .item_wrap .item .thumb .img img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#blog_content .item_wrap .item .content_wrap {
  position: relative;
  z-index: 100;
  padding: 0 20px;
  margin: -100px auto 0;
}
#blog_content .item_wrap .item .content_wrap .content {
  position: relative;
  min-height: 100px;
  padding: 2em 2em;
  background: var(--bg);
  color: var(--bg-color-associated);
}
@media (min-width: 1400px) and (min-height: 800px) {
  #blog_content .item_wrap .item .content_wrap .content {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
#blog_content .item_wrap .item .content_wrap .content .title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.5em;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blog_content .item_wrap .item .content_wrap .content .title strong {
  font-weight: inherit;
}
#blog_content .item_wrap .item .content_wrap .content .title strong {
  color: var(--secondary);
}
#blog_content .item_wrap .item .content_wrap .content .title:hover {
  color: var(--hover);
}
#blog_content .item_wrap .item .content_wrap .content .description {
  line-height: 150%;
}
#blog_content .item_wrap .item .content_wrap .content .btns {
  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-top: 1em;
}
#blog_content .item_wrap .item .content_wrap .content .entry_meta {
  font-size: 13px;
  padding: 1em 0;
  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;
}
#blog_content .item_wrap .item .content_wrap .content .entry_meta .posted_on time {
  color: var(--titles);
}
#blog_content .item_wrap .item .content_wrap .content .entry_meta .author {
  display: none;
}
#blog_content .item_wrap .item .content_wrap .content a.info {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
  display: block;
}
#blog_content .item_wrap .item .content_wrap .content a.info.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#blog_content .item_wrap .item .content_wrap .content a.info.collapsibleContent_btn.open a:before, #blog_content .item_wrap .item .content_wrap .content a.info.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#blog_content .item_wrap .item .content_wrap .content a.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: var(--font-size);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--titles);
}
#blog_content .item_wrap .item .content_wrap .content a.info a * {
  color: inherit;
  font-weight: inherit;
}
#blog_content .item_wrap .item .content_wrap .content a.info a:before {
  content: "⟶";
  margin-right: 0.5em;
}
#blog_content .item_wrap .item .content_wrap .content a.info a:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_content .item_wrap .item .content_wrap .content a.info a:hover, #blog_content .item_wrap .item .content_wrap .content a.info a:focus {
  outline: none;
}
#blog_content .item_wrap .item .content_wrap .content .title,
#blog_content .item_wrap .item .content_wrap .content .description,
#blog_content .item_wrap .item .content_wrap .content .btns {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#blog_content .pagination {
  margin-top: 40px;
  position: relative;
}
#blog_content .pagination a.prev,
#blog_content .pagination a.next {
  position: absolute;
  display: inline-block;
  width: 20%;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.8em;
  color: #fff;
}
#blog_content .pagination a.prev:hover,
#blog_content .pagination a.next:hover {
  text-decoration: none;
  color: var(--hover);
}
@media (max-width: 767px) {
  #blog_content .pagination a.prev,
  #blog_content .pagination a.next {
    width: 50%;
    float: none;
    position: absolute;
    top: 60px;
  }
}
#blog_content .pagination a.prev {
  left: 0;
}
@media (max-width: 767px) {
  #blog_content .pagination a.prev {
    left: 0;
  }
}
#blog_content .pagination a.next {
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  #blog_content .pagination a.next {
    right: 0;
  }
}
#blog_content .pagination .pages {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #blog_content .pagination .pages {
    width: 100%;
  }
}
#blog_content .pagination .pages .page-numbers:not(.next):not(.prev) {
  display: inline-block;
  line-height: 1;
  padding: 0.8em 1em;
  color: #fff;
  -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;
}
#blog_content .pagination .pages .page-numbers:not(.next):not(.prev):hover {
  text-decoration: none;
  color: var(--secondary-color-associated);
  background: var(--secondary);
  border-color: var(--secondary);
}
#blog_content .pagination .pages .page-numbers:not(.next):not(.prev).current {
  background: var(--secondary);
  color: var(--secondary-color-associated);
}
#blog_content .pagination .pages .page-numbers:not(.next):not(.prev).dots {
  border-color: transparent;
}

main.aside_content #blog_comments {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  main.aside_content #blog_comments {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main.aside_content #blog_comments {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  main.aside_content #blog_comments {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main.aside_content #blog_comments {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}

#blog_comments {
  border-top: 1px solid var(--gray-300);
  padding: 2em 0;
  margin-top: var(--section_padding);
}
#blog_comments .logged-in-as a {
  color: var(--hover);
}
#blog_comments .nav-single {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 2em;
  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;
}
#blog_comments .nav-single .nav-previous a,
#blog_comments .nav-single .nav-next a {
  color: var(--hover);
  text-decoration: none;
}
#blog_comments .nav-single .nav-previous {
  margin-left: 0;
  margin-right: auto;
  padding-right: 1em;
}
#blog_comments .nav-single .nav-previous:before {
  content: "\f104";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-right: 0.5em;
}
#blog_comments .nav-single .nav-next {
  padding-right: 1em;
}
#blog_comments .nav-single .nav-next:after {
  content: "\f105";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-left: 0.5em;
}
#blog_comments .comment {
  clear: both;
  margin: 1em 0;
  padding: 1em 2em;
}
@media (max-width: 991px) {
  #blog_comments .comment {
    padding-left: 0;
    padding-right: 0;
  }
}
#blog_comments .comment .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 1em 1em 0;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#blog_comments .comment .avatar img {
  width: 100%;
  height: auto;
}
#blog_comments .comment .name {
  display: inline-block;
  font-weight: bold;
}
#blog_comments .comment .date {
  font-size: 13px;
  float: right;
  color: var(--titles);
}
#blog_comments .comment .txt {
  font-style: italic;
  margin: 1em 0 1em 3em;
  padding: 1em 2em;
  background-color: #f5f5f5;
  border-left: 5px solid gainsboro;
  background: var(--bg-l-3);
  padding: 1em;
  line-height: 180%;
}
#blog_comments .comment .txt:before, #blog_comments .comment .txt:after {
  font-size: 1.2em;
}
#blog_comments .comment .txt:before {
  content: "“";
  padding-right: 5px;
}
#blog_comments .comment .txt:after {
  content: "”";
  padding-left: 5px;
}
#blog_comments .comment .txt .edit-link {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
#blog_comments .comment .txt .edit-link.collapsibleContent_btn a:before {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free", sans-serif;
}
#blog_comments .comment .txt .edit-link.collapsibleContent_btn.open a:before, #blog_comments .comment .txt .edit-link.open a:before {
  content: "×";
  font-family: var(--first-font);
}
#blog_comments .comment .txt .edit-link 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: var(--font-size);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--titles);
}
#blog_comments .comment .txt .edit-link a * {
  color: inherit;
  font-weight: inherit;
}
#blog_comments .comment .txt .edit-link a:before {
  content: "⟶";
  margin-right: 0.5em;
}
#blog_comments .comment .txt .edit-link a:hover {
  color: var(--hover);
  text-decoration: none;
}
#blog_comments .comment .txt .edit-link a:hover, #blog_comments .comment .txt .edit-link a:focus {
  outline: none;
}
#blog_comments .comment .txt .edit-link:before, #blog_comments .comment .txt .edit-link:after {
  display: none;
}
#blog_comments .comment .txt a {
  color: var(--secondary);
}
#blog_comments #respond {
  margin-top: 40px;
  padding: 40px;
  background: var(--bg-l-3);
  color: var(--bg-color-associated);
}
@media (max-width: 767px) {
  #blog_comments #respond {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#blog_comments #respond .comment-form-cookies-consent {
  display: none;
}
#blog_comments #respond form {
  zoom: 1;
}
#blog_comments #respond form:after {
  clear: both;
}
#blog_comments #respond form:after, #blog_comments #respond form:before {
  content: "";
  display: table;
}
#blog_comments #respond h3.comment-reply-title {
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  line-height: 120%;
  color: var(--titles);
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog_comments #respond h3.comment-reply-title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  #blog_comments #respond h3.comment-reply-title {
    font-size: 1.5em;
  }
}
#blog_comments #respond h3.comment-reply-title strong {
  font-weight: normal;
}
#blog_comments #respond p {
  margin-bottom: 1em;
  zoom: 1;
}
#blog_comments #respond p:after {
  clear: both;
}
#blog_comments #respond p:after, #blog_comments #respond p:before {
  content: "";
  display: table;
}
#blog_comments #respond p label {
  display: inline-block;
  float: left;
  width: 20%;
  line-height: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  #blog_comments #respond p label {
    display: block;
    float: none;
    width: 100%;
  }
}
#blog_comments #respond p input:not(.submit) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#blog_comments #respond p textarea {
  padding: 0.5em;
}
#blog_comments #respond p textarea,
#blog_comments #respond p input:not(.submit) {
  width: 78%;
  float: right;
  border: 1px solid #ddd;
  background-color: var(--bg);
}
@media (max-width: 767px) {
  #blog_comments #respond p textarea,
  #blog_comments #respond p input:not(.submit) {
    display: block;
    float: none;
    width: 100%;
  }
}
#blog_comments #respond .g-recaptcha {
  float: left;
}
@media (max-width: 767px) {
  #blog_comments #respond .g-recaptcha {
    float: none;
    margin-bottom: 20px;
  }
}
#blog_comments #respond .g-recaptcha img {
  max-width: 100%;
}
#blog_comments #respond p.form-submit {
  float: right;
}
@media (max-width: 767px) {
  #blog_comments #respond p.form-submit {
    float: none;
  }
}
#blog_comments #respond p.form-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 1.5em;
  letter-spacing: 0.1em;
  color: var(--highlighted-color-associated);
  background-color: var(--highlighted);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #blog_comments #respond p.form-submit input {
    width: 100%;
  }
}
#blog_comments #respond p.form-submit input:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}

.blog_row.items_list {
  margin-bottom: 40px;
}
/*# sourceMappingURL=main.css.map */
