@charset "UTF-8";
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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;
}

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

body {
  box-sizing: border-box;
}

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,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

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

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

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

button,
input[type='submit'] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

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;
  border-radius: 0;
}

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: none;
  box-sizing: content-box;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  -webkit-transition: color 0.4s ease-out 0s;
  -moz-transition: color 0.4s ease-out 0s;
  -ms-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}

.ws-sgct blockquote {
  background: rgb(248, 248, 248);
  font-size: 16px;
  font-style: italic;
  padding: 10px 15px;
  border-left: 3px solid rgb(220, 224, 232);
  line-height: 1.7;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 16px;
  line-height: 1.5;
}
.ws-sgct a {
  color: var(--primary-color);
}
.ws-sgct .wp-block-image {
  width: 100%;
}

.ws-sgct p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.ws-sgct img {
  margin: 2rem auto 2rem auto;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
  margin: 0px 0px 20px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(236, 236, 236);
  border-collapse: collapse;
  border-radius: 5px;
  border-right-style: hidden;
  border-bottom-style: hidden;
  border-left-style: hidden;
  box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
  overflow: hidden;
  border-top: none !important;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
}
.ws-sgct table p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
}
.ws-sgct table tr:nth-child(2n) {
  background-color: rgb(248, 250, 252);
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 2.1rem;
}

.ws-sgct h4 {
  font-size: 16px;
}

.ws-sgct h3 {
  font-size: 17px;
}

.ws-sgct h2 {
  font-size: 18px;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6,
.ws-sgct h1 {
  margin: 0 0 12px;
  font-weight: 700;
  color: #323232;
}

@media only screen and (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    max-width: 320px;
    background-color: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: 0.5s;
    padding-bottom: 50px;
  }
  .header__menu > ul {
    list-style: none;
    overflow-y: auto;
    max-height: calc(100vh - 85px);
  }
  .header__menu > ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .header__menu > ul li a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px;
    color: #000;
    opacity: 0.85;
  }
  .header__menu > ul li .li-plus {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: var(--primary-color);
    transition: 0.3s;
    border-left: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__menu > ul li .li-plus:after,
  .header__menu > ul li .li-plus:before {
    content: ' ';
    width: 14px;
    height: 2px;
    background-color: #8f8f8f;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
    border-radius: 2px;
  }
  .header__menu > ul li .li-plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header__menu > ul li .li-plus:after {
    transform: translate(-50%, -50%);
  }
  .header__menu > ul li .clicked::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header__menu > ul li .clicked::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }
  .header__menu > ul li > ul {
    margin-top: 0;
    display: none;
  }
  .header__menu > ul li > ul li {
    border: none;
    border-top: 1px solid #ddd;
  }
  .header__menu > ul li > ul li a {
    padding-left: 25px;
    text-transform: none;
    font-weight: 400;
  }
  .header__menu > ul .current-menu-item a {
    color: #fff !important;
    background: var(--primary-color);
  }
  .header__menu > ul .current-menu-item ul a {
    color: var(--primary-color);
  }
  .header__menu > ul .current-menu-parent ul {
    display: block;
  }
  .header__menu .header__menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0px;
  }
  .header__menu .header__menu-close svg {
    color: var(--primary-color);
  }
  .header__menu.header__menu-active {
    transform: translate(0);
  }
}
.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img.img-66 {
  padding-top: 66.72%;
}
.c-img img,
.c-img video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.kmar-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}
.kmar-pagination ul {
  display: flex;
  justify-content: center;
}
.kmar-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}
.kmar-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 20px;
  padding: 0;
  line-height: 50px;
  color: #282828;
  text-decoration: none;
}
.kmar-pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 2px;
}
.kmar-pagination ul li a svg path {
  stroke: var(--primary-color);
}
.kmar-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.kmar-pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.scroll-snap .item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Mulish';
  src: url(../fonts/Mulish-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Mulish';
  src: url(../fonts/Mulish-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: 'Leitura-Roman';
  font-display: swap;
  src: url(../fonts/Leitura-Roman.eot);
  src: url(../fonts/Leitura-Roman.eot#iefix) format('embedded-opentype'),
    url(../fonts/Leitura-Roman.woff2) format('woff2'),
    url(../fonts/Leitura-Roman.woff) format('woff'),
    url(../fonts/Leitura-Roman.otf) format('embedded-opentype'),
    url(../images/Leitura-Roman.svg#svgFontName) format('svg');
}
@font-face {
  font-family: 'DidotLTStd-Italic';
  font-display: swap;
  src: url(../fonts/DidotLTStd-Italic.eot);
  src: url(../fonts/DidotLTStd-Italic.eot#iefix) format('embedded-opentype'),
    url(../fonts/DidotLTStd-Italic.woff2) format('woff2'),
    url(../fonts/DidotLTStd-Italic.woff) format('woff'),
    url(../fonts/DidotLTStd-Italic.otf) format('embedded-opentype'),
    url(../images/DidotLTStd-Italic.svg#svgFontName) format('svg');
}
@font-face {
  font-family: 'Optima';
  font-display: swap;
  src: url(../fonts/Optima.eot);
  src: url(../fonts/Optima.eot#iefix) format('embedded-opentype'),
    url(../fonts/Optima.woff2) format('woff2'),
    url(../fonts/Optima.woff) format('woff'),
    url(../images/Optima.svg#svgFontName) format('svg');
}
@font-face {
  font-family: 'PostGrotesk-Medium';
  font-display: swap;
  src: url(../fonts/PostGrotesk-Medium.eot);
  src: url(../fonts/PostGrotesk-Medium.eot#iefix) format('embedded-opentype'),
    url(../fonts/PostGrotesk-Medium.woff2) format('woff2'),
    url(../fonts/PostGrotesk-Medium.woff) format('woff'),
    url(../images/PostGrotesk-Medium.svg#PostGrotesk-Medium) format('svg');
}
@font-face {
  font-family: 'PostGrotesk-Book';
  font-display: swap;
  src: url(../fonts/PostGrotesk-Book.eot);
  src: url(../fonts/PostGrotesk-Book.eot#iefix) format('embedded-opentype'),
    url(../fonts/PostGrotesk-Book.woff2) format('woff2'),
    url(../fonts/PostGrotesk-Book.woff) format('woff'),
    url(../images/PostGrotesk-Book.svg#PostGrotesk-Book) format('svg');
}
@font-face {
  font-family: 'PostGrotesk-Bold';
  font-display: swap;
  src: url(../fonts/PostGrotesk-Bold.eot);
  src: url(../fonts/PostGrotesk-Bold.eot#iefix) format('embedded-opentype'),
    url(../fonts/PostGrotesk-Bold.woff2) format('woff2'),
    url(../fonts/PostGrotesk-Bold.woff) format('woff'),
    url(../images/PostGrotesk-Bold.svg#PostGrotesk-Bold) format('svg');
}
@font-face {
  font-family: 'DidoRegular';
  font-display: swap;
  src: url(../fonts/DidotLTStd-Roman.eot);
  src: url(../fonts/DidotLTStd-Roman.eot#iefix) format('embedded-opentype'),
    url(../fonts/DidotLTStd-Roman.woff2) format('woff2'),
    url(../fonts/DidotLTStd-Roman.woff) format('woff'),
    url(../images/DidotLTStd-Roman.svg#DidotLTStd-Roman) format('svg');
}
:root {
  --default-font: 'PostGrotesk-Book', sans-serif;
  --title-font-medium: 'PostGrotesk-Medium', serif;
  --title-font: 'DidoRegular', serif;
  --title-font-italic: 'DidotLTStd-italic', serif;
  --subtitle-font: 'DidotLTStd-italic', serif;
  --default-medium: 'PostGrotesk-Medium', sans-serif;
  --menu-font: 'PostGrotesk-Book', sans-serif;
  --citation-font: 'Optima';
  --black-color: 0, 0, 0;
  --white-bg: 255, 255, 255;
  --white-color: #fff;
  --pink-color: #a50f78;
  --primary-color: #041c2c;
  --dark-blue: #041c2c;
  --placeholder: #888888;
  --gold-color: 213, 204, 184;
  --default-color: #4a4a4a;
  --footer-bg: 213, 204, 184;
  --header-bg-fixed: 247, 245, 241;
  --facebook: #3b5998;
  --twitter: #1da1f2;
  --google-plus: #dd4b39;
  --linkedin: #0077b5;
  --line: #00c300;
  --weibo: #df2029;
  --weixin: #7bb32e;
  --vkontakte: #45668e;
  --youtube: #ff0000;
  --tripadvisor: #00a558;
  --fancybox-custom: 50, 58, 70;
  --dirt-brown: #874135;
  --loader-bg: #041c2c;
  --faq-bg: #f4f3ee;
  --beige-color: #f9f8f5;
}

#icl_translation_of_wrap {
  display: inline-block;
  position: relative;
}

#icl_menu_translation_of {
  margin-left: 0 !important;
}

.custom_notice {
  background: #c4deff;
  border-left-color: #1000ff;
}

#select2-acf-field_train_107-field_train_107_1-container .icon {
  font-size: 45px;
}

[class*=' fb_additional_set_1_'],
[class*=' fb_bathroom_'],
[class*=' fb_currency_'],
[class*=' fb_icon_'],
[class*=' fb_meeting_'],
[class*=' fb_places_'],
[class*=' fb_restaurant_'],
[class*=' fb_room_'],
[class*=' fb_service_'],
[class*=' fb_social_'],
[class*=' fb_sport_'],
[class*=' fb_transport_'],
[class*=' fb_wellness_'],
[class^='fb_additional_set_1_'],
[class^='fb_bathroom_'],
[class^='fb_currency_'],
[class^='fb_icon_'],
[class^='fb_meeting_'],
[class^='fb_places_'],
[class^='fb_restaurant_'],
[class^='fb_room_'],
[class^='fb_service_'],
[class^='fb_social_'],
[class^='fb_sport_'],
[class^='fb_transport_'],
[class^='fb_wellness_'] {
  font-size: 45px;
}

.select2-selection {
  height: 100% !important;
}

tr[data-name='has_virtual_tour'] {
  display: none;
}

body.post-type-post_room tr[data-name='has_virtual_tour'] {
  display: grid;
}

.acf-field-mapmore-row:nth-of-type(3),
.acf-field-mapmore-row:nth-of-type(4),
.acf-field-mapmore-row:nth-of-type(5) {
  display: none;
}

#map-field_map_itinerary
  > div
  > div
  > div:nth-child(6)
  > div
  > div:nth-child(2),
#map-field_map_itinerary
  > div
  > div
  > div:nth-child(6)
  > div
  > div:nth-child(3),
#map-field_map_itinerary
  > div
  > div
  > div:nth-child(6)
  > div
  > div:nth-child(4),
#map-field_map_itinerary
  > div
  > div
  > div:nth-child(6)
  > div
  > div:nth-child(6) {
  display: none;
}

html[lang='fr'] .acf-field-map-itinerary,
html[lang='fr'] .acf-field-map-itinerary-zoom,
html[lang='it'] .acf-field-map-itinerary,
html[lang='it'] .acf-field-map-itinerary-zoom {
  display: none;
}

body.train_with_presale_be #acf-group_train_accommodation_additional,
body.train_with_presale_be #acf-group_train_itinerary_additional {
  display: block !important;
}

body.train_with_presale_be #menu-posts-post_be_extras {
  display: none;
}

body.train_with_presale_be tr:has(#booking_defaultadults),
body.train_with_presale_be tr:has(#booking_defaultchildren),
body.train_with_presale_be tr:has(#booking_maxadults),
body.train_with_presale_be tr:has(#booking_maxchildren),
body.train_with_presale_be tr:has(#booking_maxchildrenage),
body.train_with_presale_be tr:has(#hotel_options-booking_currency),
body.train_with_presale_be tr:has(#hotel_options-booking_force_currency),
body.train_with_presale_be tr:has(#hotel_options-booking_maxrooms) {
  display: none;
}

body.post-type-post_itinerary #acf-group_1,
body.post-type-post_itinerary.itinerary_top_map #acf-group_1 {
  display: none !important;
}

body.post-type-post_itinerary.itinerary_top_slideshow #acf-group_1 {
  display: block !important;
}

body.post-type-post_itinerary.itinerary_top_slideshow #acf-group_map_itinerary {
  display: none !important;
}

#acf-group_train_itinerary_additional {
  display: block;
}

body,
html {
  font-size: 15px;
  line-height: 2em;
  font-family: var(--default-font);
  color: var(--default-color);
  background: var(--white-color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body *,
html * {
  box-sizing: border-box;
}

body :focus,
html :focus {
  text-decoration: none;
  outline: 2px dotted var(--default-color);
}

body.no_scroll,
html.no_scroll {
  overflow: hidden;
}

body {
  scroll-behavior: smooth;
}

em {
  font-style: italic;
}

b,
strong {
  font-family: PostGrotesk-Bold;
  font-weight: 700;
}

.no-slideshow #page {
  padding-top: 143px;
}

table,
td,
th {
  border: 1px solid;
  padding: 5px 10px;
}

table {
  width: 100%;
}

html.page-template-template-default-bis.no-slideshow #page,
html.page-template-template-newsletter.no-slideshow #page {
  padding-top: 40px;
}

.single-post_restaurant.no-slideshow #page,
.single-post_room.no-slideshow #page {
  padding-top: 180px;
}

.section {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .section {
    padding: 40px 0;
  }
}
.container,
.container-large,
.container-medium,
.container-small {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .container,
  .container-large,
  .container-medium,
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.container-large {
  max-width: 1400px;
}

@media (max-width: 1024px) {
  .container-large {
    max-width: 98vw;
  }
}
@media (max-width: 992px) {
  .container-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container {
  max-width: 960px;
}

.container-medium {
  max-width: 760px;
}

@media (max-width: 992px) {
  .container-medium {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container-small {
  max-width: 600px;
}

.single-section {
  display: block;
  width: 100%;
  padding: 30px 0;
}

body.page-template-template-default-bis .single-section {
  padding: 40px 0;
}

.single-section.is_video_block {
  padding: 0 0 80px 0;
}

@media (max-width: 1024px) {
  .single-section {
    padding: 40px 0;
  }
}
.description {
  padding-bottom: 1.333em;
}

.dropdown {
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: text-top;
}

.dropdown:after,
.dropdown:before {
  content: '';
  height: 8px;
  width: 1px;
  background: var(--white-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}

.dropdown:after {
  transform: rotate(45deg);
  right: 0;
  left: inherit;
}

.pagination {
  position: relative;
}

@media (max-width: 767px) {
  .pagination {
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.pagination .next-news,
.pagination .prev-news {
  text-decoration: none;
  color: var(--default-color);
  display: inline-block;
  position: absolute;
}

@media (max-width: 767px) {
  .pagination .next-news,
  .pagination .prev-news {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.pagination .next-news .label-container,
.pagination .next-news .next-arrow,
.pagination .next-news .prev-arrow,
.pagination .prev-news .label-container,
.pagination .prev-news .next-arrow,
.pagination .prev-news .prev-arrow {
  display: inline-block;
  max-width: 28vw;
}

@media (max-width: 767px) {
  .pagination .next-news .label-container,
  .pagination .next-news .next-arrow,
  .pagination .next-news .prev-arrow,
  .pagination .prev-news .label-container,
  .pagination .prev-news .next-arrow,
  .pagination .prev-news .prev-arrow {
    max-width: 25vw;
  }
}
.pagination .next-news .next-arrow,
.pagination .next-news .prev-arrow,
.pagination .prev-news .next-arrow,
.pagination .prev-news .prev-arrow {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .pagination .next-news .next-arrow,
  .pagination .next-news .prev-arrow,
  .pagination .prev-news .next-arrow,
  .pagination .prev-news .prev-arrow {
    width: 30px;
    height: 30px;
  }
}
.pagination .next-news .next-arrow,
.pagination .prev-news .next-arrow {
  transform: rotate(180deg);
}

.pagination .next-news .label,
.pagination .next-news .title-news,
.pagination .prev-news .label,
.pagination .prev-news .title-news {
  display: block;
  font-family: var(--title-font);
  font-size: 1em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .pagination .next-news .label,
  .pagination .next-news .title-news,
  .pagination .prev-news .label,
  .pagination .prev-news .title-news {
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .pagination .next-news .title-news,
  .pagination .prev-news .title-news {
    display: none;
  }
}
.pagination .prev-news {
  left: 0;
}

.pagination .next-news {
  right: 0;
  text-align: right;
}

.share {
  text-align: center;
}

.share a {
  width: 32px;
  height: 32px;
  display: inline-block;
  color: var(--white-color);
  border-radius: 100%;
  text-align: center;
}

.share a.facebook {
  background: var(--facebook);
}

.share a.twitter {
  background: var(--twitter);
}

.decoration {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
  background-size: cover;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .decoration {
    display: block;
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .share_post .decoration {
    margin: 20px auto;
  }
}
.decoration-line,
.separator {
  height: 1px;
}

.decoration-line {
  background: rgba(var(--gold-color), 1);
  flex: auto;
}

.separator {
  background: var(--dark-blue);
}

.icon-list,
.icon-table {
  width: 13px;
  height: 13px;
  display: inline-block;
}

.icon-list img,
.icon-table img {
  width: 100%;
  height: auto;
}

.thumb {
  background-attachment: scroll;
  background-size: cover;
  background-color: var(--loader-bg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.video-embed {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(var(--black-color), 1);
  z-index: 10;
  overflow: hidden;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
}

.timeline-section {
  overflow-y: hidden;
}

.timeline-section .video-embed {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  color: var(--dark-blue);
  text-decoration: none;
  transition: width 0.3s ease-in-out;
}

.btn:after {
  content: '';
  display: block;
  position: relative;
  width: 42px;
  height: 1px;
  background: var(--dark-blue);
  transition: width 0.3s ease-in-out;
}

.btn:hover:after {
  width: 0;
}

.book-now,
.book-table,
.view-more {
  font-size: 0.933em;
  line-height: 2.4em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid var(--dark-blue);
  border-radius: 3px;
}

.book-now.lighter,
.book-table.lighter,
.view-more.lighter {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.book-now,
.book-table {
  color: var(--white-color);
  background: var(--dark-blue);
  margin-right: 1.333em;
}

.buttons-container.grid_layout {
  padding: 30px 0 0;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.buttons-container.grid_layout .button_default {
  display: block;
  position: relative;
  font-size: 0.9375em;
  text-transform: capitalize;
  padding: 13px 20px 8px;
  text-decoration: none;
  text-align: center;
  margin: 10px;
  width: calc(33.33% - 20px);
  transition: all 0.3s ease;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: var(--white-color);
  line-height: 118%;
}

.buttons-container.grid_layout .button_default:focus,
.buttons-container.grid_layout .button_default:hover {
  background-color: var(--dark-blue);
  color: var(--white-color) !important;
}

.view-more {
  color: var(--dark-blue);
}

.the_excerpt {
  margin-bottom: 20px;
}

.view-more-items {
  color: var(--white-color);
  font-family: var(--menu-font);
  font-size: 0.933em;
  line-height: 1.867em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
}

.view-more-items .arrow {
  width: 12px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.view-more-items .arrow:after,
.view-more-items .arrow:before {
  content: '';
  height: 1px;
  background: var(--white-color);
  width: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
}

.view-more-items .arrow:after {
  transform: rotate(-45deg);
  left: inherit;
  right: 0;
}

.view-more-items.close .arrow {
  transform: rotate(-180deg);
}

.fancybox-container {
  font-family: var(--default-font);
}

.fancybox-bg {
  background: rgba(var(--fancybox-custom), 1);
}

.fancybox-button {
  background: rgba(var(--fancybox-custom), 1);
}

.fancybox-button--close {
  border-radius: 100%;
  top: 20px;
  right: 20px;
}

.fancybox-button.fancybox-close-small {
  color: var(--white-color);
}

.fancybox-image {
  position: relative;
}

.fancybox-caption {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  top: calc(50% - 25px);
}

.fancybox-content .fancybox-image {
  border: 10px solid var(--white-color);
}

.fb-caption {
  font-size: 1.067em;
  padding-top: 10px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover,
.fancybox-infobar,
.fb-caption {
  color: var(--white-color);
}

.ui-tabs {
  border-radius: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  list-style-type: none;
  background: rgba(var(--white-bg), 0.7);
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 4px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: var(--white-color);
}

#page {
  padding: 20px 0 159px 0;
  position: relative;
  display: block;
}

body.page-template-template-search #page {
  padding-top: 0;
}

.no_localmeasure #page {
  padding: 118px 0 250px 0;
}

@media (max-width: 992px) {
  #page {
    padding: 15px 0 159px 0;
  }
  .no_localmeasure #page {
    padding: 39px 0 250px 0;
  }
}
#page:after {
  content: '';
  display: block;
  width: 290px;
  height: 159px;
  background: url(../images/compass-rose_UPDATE.svg) scroll center bottom
    no-repeat;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -145px;
}

.main-content {
  margin: 0;
}

.page-template-template-contacts .main-content,
.page-template-template-train-contacts .main-content {
  margin: 0;
}

.page-template-template-search .main-content {
  margin-bottom: 0;
}

.page-template-template-search .main-content h1 {
  padding-bottom: 0;
}

.page-template-template-faq .main-content.empty_content,
.page-template-template-gallery .main-content.empty_content {
  margin-bottom: 0;
}

.page-template-template-faq .main-content.empty_content h1,
.page-template-template-gallery .main-content.empty_content h1 {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .main-content {
    margin-top: 0;
  }
}
.the-subtitle,
.the-title,
.title-contacts {
  color: var(--dark-blue);
}

.the-title,
.title-offer,
.title-section {
  font-family: var(--title-font);
  text-transform: uppercase;
}

.the-subtitle,
.title-contacts {
  font-family: var(--subtitle-font);
  font-size: 2.267em;
}

.title-offer,
.title-section {
  line-height: 2em;
}

.the-title {
  font-size: 2.4em;
  line-height: 1.44em;
  text-align: center;
  padding: 40px 0;
}

.the-title.extra_padding {
  padding-top: 170px;
}

@media (max-width: 992px) {
  .the-title {
    font-size: 1.867em;
    line-height: 1.64em;
    padding: 20px 0;
    text-align: left;
  }
}
.title-section {
  font-size: 1.7em;
  padding: 10px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .title-section {
    font-size: 1.6em;
  }
}
a.title_offer_link {
  color: var(--dark-blue);
  text-decoration: none;
}

a.title_offer_link .title-offer {
  font-size: 1.7em;
  line-height: 1.4em;
  margin: 10px 0;
}

@media (max-width: 767px) {
  a.title_offer_link .title-offer {
    font-size: 1.4em;
  }
}
.the-subtitle {
  line-height: 1.29em;
}

@media (max-width: 992px) {
  .the-subtitle {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
.title-contacts {
  line-height: 2.933em;
}

.event-type-wrapper {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.event-type-wrapper div[tracking-name='coming soon'] {
  order: 99;
  border: 2px dashed var(--dark-blue);
}

.event-type-wrapper .event-type {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(var(--gold-color), 0.2);
  padding: 0 10px;
  border-radius: 8px;
  display: inline-block;
}

.event-type-wrapper .category-type {
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: PostGrotesk-Medium, sans-serif;
}

.event-type-wrapper .category-type a {
  text-decoration: none;
  color: var(--dirt-brown);
  border-bottom: 1px solid transparent;
  transition: all 0.3 ease;
}

.event-type-wrapper .category-type a:hover {
  border-bottom-color: var(--dirt-brown);
  padding-bottom: 2px;
}

.date-news-center {
  text-align: center;
  font-style: italic;
  color: var(--default-color);
  margin-bottom: 40px;
}

.date-news {
  font-size: 0.8em;
}

.main-pagination {
  text-align: center;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 182px;
}

.main-pagination a,
.main-pagination span {
  font-size: 1.067em;
  line-height: 3.333em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: var(--dark-blue);
  width: 3.333em;
  height: 3.333em;
  border: 1px solid rgba(var(--gold-color), 0.5);
  display: inline-block;
  vertical-align: middle;
}

.main-pagination .current {
  background: var(--dark-blue);
  color: var(--white-color);
  border-color: var(--dark-blue);
}

.main-pagination .page-numbers span {
  border: 0;
}

#book_now {
  font-size: 0.933em;
  text-transform: uppercase;
  line-height: 2.067em;
  border: 1px solid var(--white-color);
  background: rgba(var(--black-color), 0.65);
  color: var(--white-color);
  text-decoration: none;
  border-radius: 3px;
  height: 32px;
  display: inline-block;
  padding: 2px 25px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #book_now {
    padding: 10px;
  }
}
#book_now:hover {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

@media (max-width: 568px) {
  #book_now {
    font-size: 0.875em;
  }
}
.faq-page #main_content_wrap,
.journeys-page #main_content_wrap,
.page-template-template-contacts #main_content_wrap,
.page-template-template-experiences #main_content_wrap,
.page-template-template-explorations #main_content_wrap,
.page-template-template-rooms.single_train_page #main_content_wrap,
.single-post_experience #main_content_wrap,
.single-post_itinerary #main_content_wrap,
.single-post_journeys #main_content_wrap,
.single-post_room.single_train_page #main_content_wrap,
.single_train_page.page-template-template-gallery #main_content_wrap,
.trains-page #main_content_wrap {
  text-align: center;
}

@media (max-width: 992px) {
  .faq-page #main_content_wrap,
  .journeys-page #main_content_wrap,
  .page-template-template-contacts #main_content_wrap,
  .page-template-template-experiences #main_content_wrap,
  .page-template-template-explorations #main_content_wrap,
  .page-template-template-rooms.single_train_page #main_content_wrap,
  .single-post_experience #main_content_wrap,
  .single-post_itinerary #main_content_wrap,
  .single-post_journeys #main_content_wrap,
  .single-post_room.single_train_page #main_content_wrap,
  .single_train_page.page-template-template-gallery #main_content_wrap,
  .trains-page #main_content_wrap {
    text-align: left;
    padding: 0;
  }
}
.faq-page #main_content_wrap a,
.journeys-page #main_content_wrap a,
.page-template-template-contacts #main_content_wrap a,
.page-template-template-experiences #main_content_wrap a,
.page-template-template-explorations #main_content_wrap a,
.page-template-template-rooms.single_train_page #main_content_wrap a,
.single-post_experience #main_content_wrap a,
.single-post_itinerary #main_content_wrap a,
.single-post_journeys #main_content_wrap a,
.single-post_room.single_train_page #main_content_wrap a,
.single_train_page.page-template-template-gallery #main_content_wrap a,
.trains-page #main_content_wrap a {
  display: block;
  color: var(--default-color);
}

.main_content_wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 60px;
}

body.page-template-template-default-bis .main_content_wrap {
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .main_content_wrap {
    padding: 0 0 30px 0;
  }
}
html.error404 .main_content_wrap {
  padding: 40px 0 20px 0;
}

@media (max-width: 992px) {
  .main_content_wrap {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.main_content_wrap .content-wrapper,
.main_content_wrap .subtitle-wrapper {
  flex: 0 0 50%;
}

@media (max-width: 992px) {
  .main_content_wrap .content-wrapper,
  .main_content_wrap .subtitle-wrapper {
    flex: 0 0 100%;
  }
}
.main_content_wrap .subtitle-wrapper {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 992px) {
  .main_content_wrap .subtitle-wrapper {
    flex-wrap: wrap;
    padding-top: 0;
    text-align: left;
  }
}
.main_content_wrap .subtitle-wrapper .the-subtitle {
  flex: 0 0 80%;
  -ms-align-content: center;
  align-content: center;
  text-align: right;
  word-break: break-word;
}

@media (max-width: 992px) {
  .main_content_wrap .subtitle-wrapper .the-subtitle {
    flex: 0 0 100%;
    text-align: left;
    display: block;
  }
}
.main_content_wrap .subtitle-wrapper .decoration-wrap {
  flex: 0 0 20%;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}

body.page-template-template-default-bis
  .main_content_wrap
  .subtitle-wrapper
  .decoration-wrap {
  padding: 10px 0 20px 0;
}

@media (max-width: 992px) {
  .main_content_wrap .subtitle-wrapper .decoration-wrap {
    text-align: left;
    flex: 0 0 100%;
  }
}
body.page-template-template-default-bis .main_content_wrap .subtitle-wrapper {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

body.page-template-template-default-bis
  .main_content_wrap
  .subtitle-wrapper
  .the-subtitle {
  text-align: left;
}

.main_content_wrap .content-wrapper {
  text-align: justify;
}

.default_page .main_content_wrap .content-wrapper {
  flex: 0 0 100%;
  text-align: inherit;
}

.main_content_wrap .content-wrapper h1 {
  font-size: 2.25em;
}

.main_content_wrap .content-wrapper h2 {
  font-size: 1.875em;
}

.main_content_wrap .content-wrapper h3 {
  font-size: 1.5em;
}

.main_content_wrap .content-wrapper h4 {
  font-size: 1.25em;
}

.main_content_wrap .content-wrapper h5 {
  font-size: 1.125em;
}

.main_content_wrap .content-wrapper h6 {
  font-size: 1em;
}

.main_content_wrap .content-wrapper h1 + p,
.main_content_wrap .content-wrapper h2 + p,
.main_content_wrap .content-wrapper h3 + p,
.main_content_wrap .content-wrapper h4 + p,
.main_content_wrap .content-wrapper h5 + p,
.main_content_wrap .content-wrapper h6 + p {
  margin-top: 1em;
}

.main_content_wrap .content-wrapper h1 + p,
.main_content_wrap .content-wrapper p + h1,
.main_content_wrap .content-wrapper p + h2,
.main_content_wrap .content-wrapper p + h3,
.main_content_wrap .content-wrapper p + h4,
.main_content_wrap .content-wrapper p + h5,
.main_content_wrap .content-wrapper p + p {
  margin-top: 1em;
}

.main_content_wrap .content-wrapper a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.main_content_wrap .content-wrapper b,
.main_content_wrap .content-wrapper strong {
  font-weight: 700;
}

.main_content_wrap .content-wrapper ol,
.main_content_wrap .content-wrapper ul {
  margin: 1em 0 1em 3em;
}

.main_content_wrap .content-wrapper ul {
  list-style: disc outside none;
}

.main_content_wrap .content-wrapper ol {
  list-style: decimal outside none;
}

.main_content_wrap .content-wrapper em,
.main_content_wrap .content-wrapper i {
  font-style: italic;
}

.main_content_wrap .content-wrapper hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0;
}

.main_content_wrap .content-wrapper blockquote {
  font-style: italic;
  margin: 1em 0 1em 3em;
  padding: 1em 2em;
  background-color: #f5f5f5;
  border-left: 5px solid rgb(219.5, 219.5, 219.5);
}

.main_content_wrap .content-wrapper blockquote:after,
.main_content_wrap .content-wrapper blockquote:before {
  font-size: 1.2em;
}

.main_content_wrap .content-wrapper blockquote:before {
  content: '“';
  padding-right: 5px;
}

.main_content_wrap .content-wrapper blockquote:after {
  content: '”';
  padding-left: 5px;
}

.main_content_wrap .content-wrapper dl {
  margin: 1em 0 1em 2em;
}

.main_content_wrap .content-wrapper dl dd {
  border-left: 5px solid rgb(219.5, 219.5, 219.5);
  padding-left: 1em;
}

.main_content_wrap .content-wrapper dl dt + dd {
  margin-top: 0.5em;
}

.main_content_wrap .content-wrapper dl dd + dt {
  margin-top: 0.5em;
}

.main_content_wrap .content-wrapper mark {
  padding: 0 0.5em;
}

.main_content_wrap .content-wrapper img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.main_content_wrap .content-wrapper img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.main_content_wrap .content-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main_content_wrap .content-wrapper .alignright {
  float: right;
}

.main_content_wrap .content-wrapper .alignleft {
  float: left;
}

.main_content_wrap .content-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .main_content_wrap .content-wrapper .sitemap {
    margin: 1em 0 1em 2em;
  }
}
.container-hotels {
  width: 100%;
}

.preview-page-block {
  position: relative;
}

@media (max-width: 992px) {
  .preview-page-block {
    padding: 0;
  }
}
.preview-page-block .thumb-wrap {
  height: 800px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .preview-page-block .thumb-wrap {
    height: 47vw;
  }
}
.preview-page-block .thumb {
  width: 100%;
  height: 100%;
}

.preview-page-block .thumb.img_thumb {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.preview-page-block .block-text-wrapper {
  width: 484px;
  height: 410px;
  background: var(--white-color);
  padding: 55px 48px;
  position: absolute;
  top: calc(50% - 205px);
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: none;
}

@media (max-width: 992px) {
  .preview-page-block .block-text-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 25px;
    bottom: 0;
    top: inherit;
    height: auto;
  }
}
.preview-page-block .block-text-wrapper.right {
  right: 105px;
}

@media (max-width: 992px) {
  .preview-page-block .block-text-wrapper.right {
    right: 0;
  }
}
.preview-page-block .block-text-wrapper.left {
  left: 105px;
}

@media (max-width: 992px) {
  .preview-page-block .block-text-wrapper.left {
    left: 0;
  }
}
.preview-page-block .block-text-wrapper .the-subtitle {
  margin-bottom: 20px;
}

.preview-page-block .block-text-wrapper .btn {
  display: block;
  padding-top: 15px;
}

@media (max-width: 992px) {
  .page-template-template-heritage .preview-page-block .block-text-wrapper {
    background: rgba(var(--gold-color), 0.2);
  }
}
.preview-page-block .offer-price {
  display: block;
  font-size: 2.267em;
  color: var(--dark-blue);
  font-weight: 700;
  padding: 10px 0;
}

.preview-page-block .startingfrom_price {
  padding-top: 25px;
}

.preview-quote-block {
  text-align: center;
}

.preview-quote-block.colored_box {
  background: rgba(var(--gold-color), 0.2);
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .preview-quote-block {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .preview-quote-block {
    padding: 50px 0;
  }
}
.preview-quote-block .preview-quote-wrapper {
  width: 100%;
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

.preview-quote-block .quote-block-text {
  font-size: 1.733em;
  line-height: 1.5333325em;
  font-family: var(--citation-font);
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .preview-quote-block .quote-block-text {
    font-size: 1.4em;
  }
}
.preview-quote-block .quote-block-text:after,
.preview-quote-block .quote-block-text:before {
  font-size: 1.2em;
}

.preview-quote-block .quote-block-text:before {
  content: '«';
  padding-right: 5px;
}

.preview-quote-block .quote-block-text:after {
  content: '»';
  padding-left: 5px;
}

@media (max-width: 992px) {
  .preview-quote-block .quote-block-author,
  .preview-quote-block .quote-block-book-reference,
  .preview-quote-block .quote-block-text {
    padding: 0 25px;
  }
}
.caption_image {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 0 0;
}

@media (max-width: 992px) {
  .caption_image.space_for_shop {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.caption_image.space_for_shop .only_caption {
  width: auto;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .caption_image.space_for_shop .only_caption {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .caption_image {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .caption_image {
    padding: 8px 5px 0;
  }
}
.caption_image .caption_title {
  font-family: var(--subtitle-font);
  font-size: 1.67em;
  line-height: 2em;
}

@media (max-width: 767px) {
  .caption_image .caption_title {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 10px 0;
  }
}
.caption_image .caption_content {
  font-size: 1em;
  line-height: 1.67em;
}

.caption_image .button_show_shop {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.caption_image .button_show_shop.has_caption .btn {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .caption_image .button_show_shop.has_caption .btn {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.caption_image .button_show_shop .btn {
  cursor: pointer;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
}

.caption_image .button_show_shop .btn.btn_close {
  display: none;
}

.two-images-section {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.two-images-section .single-image.half.paragraph {
  padding: 0 2em;
}

@media (max-width: 992px) {
  .two-images-section .single-image.half.paragraph {
    padding: 1em 0;
  }
}
.two-images-section.left_tall {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.two-images-section.left_tall .left-image-wrap .thumb {
  margin-left: auto;
}

.two-images-section.same_height .left-image-wrap,
.two-images-section.same_height .right-image-wrap {
  flex: 0 1 50%;
  height: 469px;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .two-images-section.same_height .left-image-wrap,
  .two-images-section.same_height .right-image-wrap {
    flex: 0 1 100%;
    height: 78vw;
    padding: 20px;
  }
}
.two-images-section.same_height .left-image-wrap .thumb,
.two-images-section.same_height .right-image-wrap .thumb {
  max-width: unset;
  height: 100%;
}

.two-images-section.one_vertical {
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: calc(50vw - 100px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .two-images-section.one_vertical {
    max-width: calc(60vw - 100px);
  }
}
@media (max-width: 992px) {
  .two-images-section.one_vertical {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_vertical {
    max-width: 90vw;
  }
}
.two-images-section.one_vertical .left-image-wrap {
  flex: 0 0 100%;
  width: 100%;
}

.two-images-section.one_vertical .left-image-wrap .thumb {
  max-width: 100%;
  height: 50vw;
  min-height: 800px;
}

@media (max-width: 1024px) {
  .two-images-section.one_vertical .left-image-wrap .thumb {
    height: 30vw;
    min-height: 650px;
  }
}
@media (max-width: 992px) {
  .two-images-section.one_vertical .left-image-wrap .thumb {
    min-height: 760px;
    height: 75vh;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_vertical .left-image-wrap .thumb {
    min-height: 120vw;
  }
}
.two-images-section.one_vertical
  .left-image-wrap
  .do_carousel_here
  .single_product
  .flex_content_product
  .product_thumb {
  height: 45vh;
}

@media (max-width: 1024px) {
  .two-images-section.one_vertical
    .left-image-wrap
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    height: 35vh;
    min-height: 35vh;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_vertical
    .left-image-wrap
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    height: 28vh;
    min-height: 28vh;
  }
}
@media (max-width: 330px) {
  .two-images-section.one_vertical
    .left-image-wrap
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    height: 25vh;
    min-height: 25vh;
  }
}
.two-images-section.one_horizontal {
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 60vw;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .two-images-section.one_horizontal {
    max-width: 80vw;
  }
}
@media (max-width: 1024px) {
  .two-images-section.one_horizontal {
    max-width: 70vw;
  }
}
@media (max-width: 992px) {
  .two-images-section.one_horizontal {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal {
    max-width: 90vw;
  }
}
.two-images-section.one_horizontal .left-image-wrap {
  flex: 0 0 100%;
  width: 100%;
}

.two-images-section.one_horizontal .left-image-wrap .thumb {
  max-width: 100%;
  height: 35vw;
  min-height: 500px;
}

@media (max-width: 1440px) {
  .two-images-section.one_horizontal .left-image-wrap .thumb {
    height: 45vw;
  }
}
@media (max-width: 1024px) {
  .two-images-section.one_horizontal .left-image-wrap .thumb {
    height: 30vw;
    min-height: 420px;
  }
}
@media (max-width: 992px) {
  .two-images-section.one_horizontal .left-image-wrap .thumb {
    min-height: 410px;
    height: 40vh;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal .left-image-wrap .thumb {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal .do_carousel_here {
    width: 95% !important;
  }
}
@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.two-images-section.one_horizontal
  .do_carousel_here
  .single_product
  .flex_content_product
  .product_thumb {
  height: 12vw;
}

.two-images-section.one_horizontal
  .do_carousel_here
  .single_product
  .flex_content_product
  .product_thumb
  img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    width: 48%;
    max-height: unset;
    height: auto;
  }
}
@media (max-width: 992px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_thumb {
    height: 140px;
    width: 42%;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.two-images-section.one_horizontal
  .do_carousel_here
  .single_product
  .flex_content_product
  .product_info {
  max-height: 50%;
}

@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info {
    width: 48%;
    margin: 0 0 0 auto;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-height: unset;
  }
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info {
    width: 54%;
  }
}
@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .container_title:after {
    left: 0;
  }
}
@media (min-width: 1200px) and (max-height: 767px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .product_availability,
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .product_price,
  .two-images-section.one_horizontal
    .do_carousel_here
    .single_product
    .flex_content_product
    .product_info
    .product_type {
    font-size: 1em;
  }
}
.two-images-section.one_horizontal
  .do_carousel_here
  .single_product
  .flex_content_product
  .product_info
  .buttons
  .e_shop {
  padding: 0 15px;
  font-size: 0.8em;
  min-width: 110px;
}

.two-images-section.same_height_shop {
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 90vw;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .two-images-section.same_height_shop {
    max-width: 95vw;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.two-images-section.same_height_shop .left-image-wrap,
.two-images-section.same_height_shop .right-image-wrap {
  flex: 0 0 48%;
}

@media (max-width: 992px) {
  .two-images-section.same_height_shop .left-image-wrap,
  .two-images-section.same_height_shop .right-image-wrap {
    width: 100%;
  }
}
.two-images-section.same_height_shop
  .left-image-wrap
  .do_carousel_here
  .single_product
  .flex_content_product
  .thumb,
.two-images-section.same_height_shop
  .right-image-wrap
  .do_carousel_here
  .single_product
  .flex_content_product
  .thumb {
  height: 45vh;
}

@media (max-width: 1024px) {
  .two-images-section.same_height_shop
    .left-image-wrap
    .do_carousel_here
    .single_product
    .flex_content_product
    .thumb,
  .two-images-section.same_height_shop
    .right-image-wrap
    .do_carousel_here
    .single_product
    .flex_content_product
    .thumb {
    height: 30vh;
    min-height: 30vh;
    max-width: 80%;
  }
}
.two-images-section.same_height_shop .left-image-wrap .thumb,
.two-images-section.same_height_shop .right-image-wrap .thumb {
  max-width: 100%;
  height: 75vh;
  min-height: 756px;
  position: relative;
}

@media (max-width: 1024px) {
  .two-images-section.same_height_shop .left-image-wrap .thumb,
  .two-images-section.same_height_shop .right-image-wrap .thumb {
    min-height: 590px;
  }
}
@media (max-width: 992px) {
  .two-images-section.same_height_shop .left-image-wrap .thumb,
  .two-images-section.same_height_shop .right-image-wrap .thumb {
    min-height: 760px;
    height: 75vh;
  }
}
@media (max-width: 767px) {
  .two-images-section.same_height_shop .left-image-wrap .thumb,
  .two-images-section.same_height_shop .right-image-wrap .thumb {
    height: 82vh;
    min-height: 110vw;
  }
}
.two-images-section.one_horizontal .left-image-wrap .thumb,
.two-images-section.one_horizontal .right-image-wrap .thumb,
.two-images-section.one_vertical .left-image-wrap .thumb,
.two-images-section.one_vertical .right-image-wrap .thumb,
.two-images-section.same_height_shop .left-image-wrap .thumb,
.two-images-section.same_height_shop .right-image-wrap .thumb {
  position: relative;
}

.two-images-section.one_horizontal .dots-container,
.two-images-section.one_vertical .dots-container,
.two-images-section.same_height_shop .dots-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  bottom: 34px;
}

@media (max-width: 1024px) {
  .two-images-section.one_horizontal .dots-container,
  .two-images-section.one_vertical .dots-container,
  .two-images-section.same_height_shop .dots-container {
    bottom: 20px;
  }
}
.two-images-section.one_horizontal .dots-container .slick-dots,
.two-images-section.one_vertical .dots-container .slick-dots,
.two-images-section.same_height_shop .dots-container .slick-dots {
  bottom: 0;
}

@media (max-width: 330px) {
  .two-images-section.one_horizontal .dots-container .slick-dots,
  .two-images-section.one_vertical .dots-container .slick-dots,
  .two-images-section.same_height_shop .dots-container .slick-dots {
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 90%;
  }
}
.two-images-section.one_horizontal .dots-container .slick-dots li,
.two-images-section.one_vertical .dots-container .slick-dots li,
.two-images-section.same_height_shop .dots-container .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  margin: 0 10px;
  background-color: #c5c4c0;
}

@media (max-width: 330px) {
  .two-images-section.one_horizontal .dots-container .slick-dots li,
  .two-images-section.one_vertical .dots-container .slick-dots li,
  .two-images-section.same_height_shop .dots-container .slick-dots li {
    margin: 0 5px 5px 5px;
  }
}
.two-images-section.one_horizontal .dots-container .slick-dots li.slick-active,
.two-images-section.one_vertical .dots-container .slick-dots li.slick-active,
.two-images-section.same_height_shop
  .dots-container
  .slick-dots
  li.slick-active {
  background-color: var(--dark-blue);
}

.two-images-section.one_horizontal .arrows .arrow,
.two-images-section.one_vertical .arrows .arrow,
.two-images-section.same_height_shop .arrows .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-shop.png) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
  background-size: 20px 20px;
  background-position: center center;
}

@media (max-width: 568px) {
  .two-images-section.one_horizontal .arrows .arrow,
  .two-images-section.one_vertical .arrows .arrow,
  .two-images-section.same_height_shop .arrows .arrow {
    height: 35px;
    width: 35px;
    background-size: 16px 16px;
  }
}
.two-images-section.one_horizontal .arrows .arrow.prev,
.two-images-section.one_vertical .arrows .arrow.prev,
.two-images-section.same_height_shop .arrows .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .two-images-section.one_horizontal .arrows .arrow.prev,
  .two-images-section.one_vertical .arrows .arrow.prev,
  .two-images-section.same_height_shop .arrows .arrow.prev {
    left: -5px;
  }
}
@media (max-width: 568px) {
  .two-images-section.one_horizontal .arrows .arrow.prev,
  .two-images-section.one_vertical .arrows .arrow.prev,
  .two-images-section.same_height_shop .arrows .arrow.prev {
    left: -7px;
  }
}
.two-images-section.one_horizontal .arrows .arrow.next,
.two-images-section.one_vertical .arrows .arrow.next,
.two-images-section.same_height_shop .arrows .arrow.next {
  right: 5px;
}

@media (max-width: 767px) {
  .two-images-section.one_horizontal .arrows .arrow.next,
  .two-images-section.one_vertical .arrows .arrow.next,
  .two-images-section.same_height_shop .arrows .arrow.next {
    right: -5px;
  }
}
@media (max-width: 568px) {
  .two-images-section.one_horizontal .arrows .arrow.next,
  .two-images-section.one_vertical .arrows .arrow.next,
  .two-images-section.same_height_shop .arrows .arrow.next {
    right: -7px;
  }
}
.two-images-section.one_horizontal .do_carousel_here,
.two-images-section.one_vertical .do_carousel_here,
.two-images-section.same_height_shop .do_carousel_here {
  height: calc(100% - 80px);
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .two-images-section.one_horizontal .do_carousel_here,
  .two-images-section.one_vertical .do_carousel_here,
  .two-images-section.same_height_shop .do_carousel_here {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .two-images-section.one_horizontal .do_carousel_here,
  .two-images-section.one_vertical .do_carousel_here,
  .two-images-section.same_height_shop .do_carousel_here {
    height: calc(100% - 50px);
  }
}
.two-images-section.one_horizontal .do_carousel_here .single_product,
.two-images-section.one_horizontal .do_carousel_here .slick-list,
.two-images-section.one_horizontal .do_carousel_here .slick-track,
.two-images-section.one_vertical .do_carousel_here .single_product,
.two-images-section.one_vertical .do_carousel_here .slick-list,
.two-images-section.one_vertical .do_carousel_here .slick-track,
.two-images-section.same_height_shop .do_carousel_here .single_product,
.two-images-section.same_height_shop .do_carousel_here .slick-list,
.two-images-section.same_height_shop .do_carousel_here .slick-track {
  height: 100%;
}

.two-images-section.one_horizontal .one_horizontal_hidden_carousel,
.two-images-section.one_horizontal .one_vertical_hidden_carousel,
.two-images-section.one_horizontal .same_height_shop_hidden_carousel,
.two-images-section.one_vertical .one_horizontal_hidden_carousel,
.two-images-section.one_vertical .one_vertical_hidden_carousel,
.two-images-section.one_vertical .same_height_shop_hidden_carousel,
.two-images-section.same_height_shop .one_horizontal_hidden_carousel,
.two-images-section.same_height_shop .one_vertical_hidden_carousel,
.two-images-section.same_height_shop .same_height_shop_hidden_carousel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #f7f5f1;
}

.two-images-section.one_horizontal
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.one_horizontal
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.one_horizontal
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.one_vertical
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.one_vertical
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.one_vertical
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.same_height_shop
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.same_height_shop
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel,
.two-images-section.same_height_shop
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--white-color);
  z-index: 10;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 32px;
  cursor: pointer;
}

.two-images-section.one_horizontal
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.one_horizontal
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.one_horizontal
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.one_vertical
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.one_vertical
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.one_vertical
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.same_height_shop
  .one_horizontal_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.same_height_shop
  .one_vertical_hidden_carousel
  .close_hidden_shop_carousel
  i,
.two-images-section.same_height_shop
  .same_height_shop_hidden_carousel
  .close_hidden_shop_carousel
  i {
  color: var(--dark-blue);
  font-size: 15px;
}

.two-images-section.one_horizontal .single_product .flex_content_product,
.two-images-section.one_vertical .single_product .flex_content_product,
.two-images-section.same_height_shop .single_product .flex_content_product {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 10px;
  height: 100%;
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_thumb,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_thumb,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_thumb {
  width: 95%;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 50%;
  max-height: 50%;
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_thumb
  img,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_thumb
  img,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_thumb
  img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .container_title,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .container_title,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .container_title {
  position: relative;
  width: 100%;
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .container_title:after,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .container_title:after,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .container_title:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--default-color);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
}

.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .container_title
  .product_title,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .container_title
  .product_title,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .container_title
  .product_title {
  font-family: var(--title-font);
  font-size: 2em;
  line-height: 1.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title {
    font-size: 1.5em;
  }
}
.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .product_type,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .product_type,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .product_type {
  font-family: var(--menu-font);
  line-height: 1.6em;
  font-size: 1.2em;
  margin-top: 15px;
  display: block;
  color: var(--default-color);
}

@media (max-width: 1024px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .product_type,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .product_type,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .product_type {
    margin-top: 10px;
  }
}
.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .product_price,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .product_price,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .product_price {
  display: block;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .product_price,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .product_price,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .product_price {
    font-size: 1.5em;
  }
}
@media (max-width: 568px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .product_price,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .product_price,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .product_price {
    font-size: 1em;
  }
}
.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .product_availability,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .product_availability,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .product_availability {
  display: block;
  font-size: 1em;
  line-height: 1.1em;
  color: #b2b1af;
  text-transform: uppercase;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .product_availability,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .product_availability,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .product_availability {
    margin-bottom: 0;
  }
}
.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .buttons,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .buttons,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .buttons {
  display: block;
  position: relative;
  margin-bottom: 0;
  margin-top: auto;
}

@media (max-width: 767px) {
  .two-images-section.one_horizontal
    .single_product
    .flex_content_product
    .product_info
    .buttons,
  .two-images-section.one_vertical
    .single_product
    .flex_content_product
    .product_info
    .buttons,
  .two-images-section.same_height_shop
    .single_product
    .flex_content_product
    .product_info
    .buttons {
    margin-top: 20px;
  }
}
.two-images-section.one_horizontal
  .single_product
  .flex_content_product
  .product_info
  .buttons
  .e_shop,
.two-images-section.one_vertical
  .single_product
  .flex_content_product
  .product_info
  .buttons
  .e_shop,
.two-images-section.same_height_shop
  .single_product
  .flex_content_product
  .product_info
  .buttons
  .e_shop {
  position: relative;
  display: block;
  background: var(--dark-blue);
  color: var(--white-color);
  text-decoration: none;
  padding: 2px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
}

@media (max-width: 992px) {
  .two-images-section {
    flex-wrap: wrap;
  }
}
.two-images-section-wrap .two-images-section .left-image-wrap {
  display: flex;
  flex: 0 0 60%;
  position: relative;
}
.two-images-section-wrap .two-images-section .left-image-wrap .thumb {
    max-width: 90%;
}
.two-images-section .left-image-wrap {
  display: flex;
  flex: 0 0 40%;
  position: relative;
}

.two-images-section .left-image-wrap .play_video {
  left: 194px;
}

@media (max-width: 992px) {
  .two-images-section .left-image-wrap {
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
}
.two-images-section .right-image-wrap {
  display: flex;
  flex: 0 0 60%;
  position: relative;
}

.two-images-section .right-image-wrap .play_video {
  left: 194px;
}

@media (max-width: 992px) {
  .two-images-section .right-image-wrap {
    flex: 0 0 100%;
  }
}
.two-images-section .left-image-wrap .thumb,
.two-images-section .right-image-wrap .thumb {
  height: 800px;
}

@media (max-width: 992px) {
  .two-images-section .left-image-wrap .thumb,
  .two-images-section .right-image-wrap .thumb {
    height: 33.33em;
  }
}
.two-images-section .left-image-wrap .thumb {
  height: 408px;
  max-width: 388px;
}

@media (max-width: 1024px) {
  .two-images-section .left-image-wrap .thumb {
    max-width: 372px;
  }
}
@media (max-width: 992px) {
  .two-images-section .left-image-wrap .thumb {
    max-width: initial;
  }
}
.two-images-section.hasAlmostOneParagraph .right-image-wrap {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (max-width: 992px) {
  .two-images-section.hasAlmostOneParagraph .right-image-wrap {
    flex: 0 0 100%;
  }
}
.two-images-section.hasAlmostOneParagraph .right-image-wrap .thumb {
  height: 580px;
  max-width: 90%;
}

@media (max-width: 992px) {
  .two-images-section.hasAlmostOneParagraph .right-image-wrap .thumb {
    max-width: initial;
    height: 300px;
  }
}
.carousel_fullwidth_products {
  position: relative;
  display: block;
  background: rgba(var(--gold-color), 0.2);
  padding: 88px 75px;
  height: 100%;
  margin: 40px auto;
}

@media (max-width: 1024px) {
  .carousel_fullwidth_products {
    padding: 60px 65px;
  }
}
.carousel_fullwidth_products .main_content_wrap {
  padding-bottom: 45px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  .carousel_fullwidth_products .main_content_wrap {
    padding-bottom: 10px;
  }
}
.carousel_fullwidth_products .main_content_wrap .subtitle-wrapper {
  -moz-flex-direction: column;
  flex-direction: column;
}

.carousel_fullwidth_products .dots-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  bottom: 52px;
}

@media (max-width: 1024px) {
  .carousel_fullwidth_products .dots-container {
    bottom: 32px;
  }
}
.carousel_fullwidth_products .dots-container .slick-dots {
  bottom: 0;
}

.carousel_fullwidth_products .dots-container .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  margin: 0 10px;
  background-color: #c5c4c0;
}

.carousel_fullwidth_products .dots-container .slick-dots li.slick-active {
  background-color: var(--dark-blue);
}

.carousel_fullwidth_products .arrows .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-shop.png) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
  background-size: 20px 20px;
  background-position: center center;
}

.carousel_fullwidth_products .arrows .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

.carousel_fullwidth_products .arrows .arrow.next {
  right: 5px;
}

.carousel_fullwidth_products div[class^='fullwidth_shop_'] {
  margin-bottom: 20px;
}

.carousel_fullwidth_products .single_product {
  padding: 10px 0;
  margin: 10px 0;
  text-decoration: none;
}

@media (max-width: 992px) {
  .carousel_fullwidth_products .single_product {
    padding: 0 10px;
  }
}
.carousel_fullwidth_products .single_product .flex_content_product {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_thumb {
  width: 90%;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_thumb
  img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

@media (max-width: 992px) {
  .carousel_fullwidth_products
    .single_product
    .flex_content_product
    .product_thumb {
    width: 100%;
  }
}
.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_info {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 30px;
}

.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_info
  .container_title {
  position: relative;
  width: 100%;
}

.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_info
  .container_title:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--default-color);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
}

.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_info
  .container_title
  .product_title {
  font-family: var(--title-font);
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
  position: relative;
  color: var(--default-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .carousel_fullwidth_products
    .single_product
    .flex_content_product
    .product_info
    .container_title
    .product_title {
    font-size: 1.6em;
  }
}
.carousel_fullwidth_products
  .single_product
  .flex_content_product
  .product_info
  .product_type {
  font-family: var(--menu-font);
  line-height: 1.6em;
  font-size: 1.2em;
  margin-top: 15px;
  display: block;
  color: var(--default-color);
}

@media (max-width: 1024px) {
  .carousel_fullwidth_products
    .single_product
    .flex_content_product
    .product_info
    .product_type {
    margin-top: 10px;
  }
}
.contact-section-wrap .contact-section-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: rgba(var(--gold-color), 0.2);
  margin: 50px 0 0 118px;
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .contact-section-wrap .contact-section-content {
    margin: 0;
    flex-wrap: wrap;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.contact-section-wrap .contact-content,
.contact-section-wrap .cover-image-wrap {
  flex: 0 0 50%;
  background: var(--white-color);
}

@media (max-width: 992px) {
  .contact-section-wrap .contact-content,
  .contact-section-wrap .cover-image-wrap {
    flex: 0 0 100%;
    background: 0 0;
  }
}
.contact-section-wrap .contact-content {
  position: relative;
  padding: 40px;
}

.contact-section-wrap .contact-content .the_subtitle:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0;
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .contact-section-wrap .contact-content {
    width: 100%;
    padding: 25px;
  }
}
.contact-section-wrap .cover-image-wrap {
  height: 590px;
  position: relative;
  margin-left: -118px;
}

@media (max-width: 992px) {
  .contact-section-wrap .cover-image-wrap {
    margin-left: 0;
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
  }
}
@media (max-width: 767px) {
  .contact-section-wrap .cover-image-wrap {
    height: 400px;
  }
}
.contact-section-wrap .cover-image-wrap .thumb {
  position: absolute;
  bottom: 50px;
}

@media (max-width: 992px) {
  .contact-section-wrap .cover-image-wrap .thumb {
    position: relative;
    bottom: inherit;
  }
}
.contact-section-wrap .address,
.contact-section-wrap .email,
.contact-section-wrap .phone {
  display: block;
}

.contact-section-wrap .email {
  color: var(--dark-blue);
}

.contact-section-wrap .phone {
  color: var(--default-color);
  text-decoration: none;
}

.contact-section-wrap .social-network-hotel {
  padding: 20px 0;
}

.contact-section-wrap .social-network-hotel a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: var(--default-color);
  text-decoration: none;
  line-height: 20px;
  text-align: center;
}

.contact-section-wrap .hotel-ccordinates,
.contact-section-wrap .hotel-ccordinates-wrap {
  border: 1px solid var(--default-color);
  padding: 5px;
  display: inline-block;
}

.contact-section-wrap .hotel-ccordinates {
  padding: 10px;
}

.contact-section-wrap .coordinates {
  font-size: 0.875em;
  line-height: 1.43em;
  display: block;
}

@media (max-width: 992px) {
  .images-section-wrap .container-large {
    padding: 0;
  }
  .images-section-wrap .single-image {
    padding: 15px 0;
  }
}
.images-section-wrap .colored_box {
  background: rgba(var(--gold-color), 0.2);
}

.images-section-wrap .fullwidth_content.transparent .paragraph-content {
  padding: 0 50px;
}

@media (max-width: 992px) {
  .images-section-wrap .fullwidth_content.transparent .paragraph-content {
    padding: 0 25px;
  }
}
.images-section-wrap .fullwidth_content .single-image {
  height: 100% !important;
}

.images-section-wrap .paragraph-content {
  max-width: 50vw;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .images-section-wrap .paragraph-content {
    max-width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 568px) {
  .images-section-wrap .paragraph-content {
    padding: 0 25px;
  }
}
.images-section-wrap .paragraph-content.transparent {
  padding: 0;
}

.images-section-wrap .paragraph-content.colored_box {
  padding: 40px 50px;
}

@media (max-width: 992px) {
  .images-section-wrap .paragraph-content.colored_box {
    padding: 40px 25px;
  }
}
.paragraph-content {
  padding: 88px 75px;
  height: 100%;
}

.paragraph-content .description {
  padding-bottom: 0;
}

.images-flex-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .images-flex-container {
    flex-wrap: wrap;
  }
}
.images-flex-container.have_captions .single-image.half_boxes,
.images-flex-container.have_captions .single-image.three_boxes {
  height: 100%;
}

.images-flex-container.have_captions .single-image.half_boxes .thumb,
.images-flex-container.have_captions .single-image.three_boxes .thumb {
  height: 469px;
}

@media (max-width: 992px) {
  .images-flex-container.have_captions .single-image.half_boxes .thumb,
  .images-flex-container.have_captions .single-image.three_boxes .thumb {
    height: 78vw;
  }
}
.images-flex-container .single-image {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 700px;
}

@media (max-width: 992px) {
  .images-flex-container .single-image {
    height: 300px;
  }
}
.images-flex-container .single-image.three_boxes {
  flex: 0 1 33.33%;
  height: 469px;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .images-flex-container .single-image.three_boxes {
    flex: 0 1 100%;
    height: 78vw;
    padding: 20px;
  }
}
.images-flex-container .single-image.half_boxes {
  flex: 0 1 50%;
  height: 469px;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .images-flex-container .single-image.half_boxes {
    flex: 0 1 100%;
    height: 78vw;
    padding: 20px;
  }
}
.images-section-container {
  width: 100%;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.images-section-container.layout_vertical {
  display: inline-block;
}

.images-section-container .container-large {
  padding: 0;
}

.images-section-container .paragraph .single-paragraph-content {
  background: rgba(var(--gold-color), 0.2);
  padding: 88px 75px;
  height: 100%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .images-section-container .paragraph .single-paragraph-content {
    padding: 50px 34px;
  }
}
@media (max-width: 568px) {
  .images-section-container .paragraph .single-paragraph-content {
    padding: 35px 20px;
  }
}
.images-section-container .paragraph .the-subtitle {
  margin-bottom: 20px;
}

.images-section-container .paragraph.half .single-paragraph-content {
  min-height: 33.33em;
}

.images-section-container.layout_square:not(.fullwidth_content) .single-image,
.images-section-container.layout_vertical .single-image {
  width: 100%;
  min-height: 33.33em;
  display: inline-block;
  position: relative;
  padding: 15px;
  float: left;
}

@media (max-width: 992px) {
  .images-section-container.layout_square:not(.fullwidth_content) .single-image,
  .images-section-container.layout_vertical .single-image {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .images-section-container.layout_square:not(.fullwidth_content) .single-image,
  .images-section-container.layout_vertical .single-image {
    min-height: 26em;
  }
}
.images-section-container.layout_square:not(.fullwidth_content)
  .single-image.paragraph:not(.half-vertical),
.images-section-container.layout_vertical
  .single-image.paragraph:not(.half-vertical) {
  height: 100% !important;
}

.images-section-container.layout_square:not(.fullwidth_content)
  .single-image.paragraph:not(.half-vertical).full.paragraph,
.images-section-container.layout_vertical
  .single-image.paragraph:not(.half-vertical).full.paragraph {
  min-height: unset;
}

.images-section-container.layout_square:not(.fullwidth_content) .half,
.images-section-container.layout_vertical .half {
  width: 50%;
  min-height: 33.33em;
}

@media (max-width: 992px) {
  .images-section-container.layout_square:not(.fullwidth_content) .half,
  .images-section-container.layout_vertical .half {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .images-section-container.layout_square:not(.fullwidth_content) .half,
  .images-section-container.layout_vertical .half {
    min-height: 26em;
  }
}
.images-section-container.layout_square:not(.fullwidth_content) .half.paragraph,
.images-section-container.layout_vertical .half.paragraph {
  display: inline-block;
  position: relative;
  padding: 15px;
  float: left;
}

@media (max-width: 992px) {
  .images-section-container.layout_square:not(.fullwidth_content)
    .half.paragraph,
  .images-section-container.layout_vertical .half.paragraph {
    height: 100%;
    padding: 15px 25px;
  }
}
.images-section-container.layout_vertical.reverse .single-image {
  float: right;
}

.images-section-container.layout_vertical .half-vertical {
  width: 50%;
  height: 66.667em;
}

@media (max-width: 992px) {
  .images-section-container.layout_vertical .half-vertical {
    width: 100%;
    height: 33.33em;
  }
}
.images-section-container.layout_vertical .half {
  height: 33.333em;
}

.images-section-container.layout_vertical .half:nth-child(3n + 1) {
  clear: both;
}

.images-section-container.layout_vertical .full {
  width: 100%;
  height: 33.33em;
}

@media (max-width: 992px) {
  .only_one_image .images-section-container .single-image {
    height: 50vw;
  }
}
.map-wrapper {
  height: 85vh;
}

@media (max-width: 767px) {
  .map-wrapper {
    height: 30em;
  }
}
.map-container {
  width: 100%;
  height: 100%;
  background: var(--dark-blue);
}

.colored_bg {
  background: rgba(var(--header-bg-fixed), 1);
  margin: 60px 0;
}

@media (max-width: 992px) {
  .colored_bg .container-large {
    padding-left: 0;
    padding-right: 0;
  }
  .colored_bg .container_content {
    padding: 0 30px;
  }
  .colored_bg .container_content div,
  .colored_bg .container_content h3 {
    text-align: left !important;
  }
}
.share_post {
  text-align: center;
}

.share_post .default-social-network {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 20px auto 80px;
}

.share_post #copy_link,
.share_post .label_copied {
  display: none;
}

.share_post .label_copied {
  color: var(--default-color);
  line-height: 36px;
  margin-left: 4px;
  background: #90ee90;
  border-radius: 5px;
  padding: 0 5px;
}

.pagination-section {
  position: relative;
  display: block;
  padding-bottom: 170px;
}

.hide_mobile {
  display: inline-block;
}

@media (max-width: 1024px) {
  .hide_mobile {
    display: none;
  }
}
.only_mobile {
  display: none;
}

@media (max-width: 1024px) {
  .only_mobile {
    display: inline-block;
  }
}
.container_flexible_newsletter {
  display: block;
  position: relative;
  padding: 25px;
  background: rgba(var(--gold-color), 0.2);
  margin: 0 15px 80px;
}

.container_flexible_newsletter .container_title {
  padding: 0 15px;
}

.container_flexible_newsletter .label {
  font-family: var(--menu-font);
  color: var(--default-color);
  text-decoration: none;
  text-align: left;
  display: block !important;
  line-height: 22px !important;
}

.container_flexible_newsletter input[type='text'],
.container_flexible_newsletter select {
  background-color: transparent !important;
}

.container_flexible_newsletter .newsletter_form_box {
  margin-bottom: 0;
}

body.page-template-template-newsletter main .container_flexible_newsletter {
  background-color: transparent;
}

@media (max-width: 767px) {
  body.page-template-template-newsletter main .container_flexible_newsletter {
    padding: 0;
  }
}
body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form_box {
  margin-top: 0;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  .fields {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  body.page-template-template-newsletter
    main
    .container_flexible_newsletter
    .newsletter_form
    .fields
    .field {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  .fields
  .field.submit {
  width: 100%;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  .fields
  .field.submit
  input {
  margin: 0 auto;
  width: 250px;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  .country_newsletter {
  max-width: unset;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  #privacy_policy_newsletter {
  max-width: 100%;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  #privacy_policy_newsletter
  .field_input {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  #privacy_policy_newsletter
  input {
  margin: 0 0 5px 0;
}

@media (max-width: 992px) {
  body.page-template-template-newsletter
    main
    .container_flexible_newsletter
    .newsletter_form
    #privacy_policy_newsletter
    input {
    margin-bottom: 0;
  }
}
body.page-template-template-newsletter
  main
  .container_flexible_newsletter
  .newsletter_form
  #privacy_policy_newsletter
  label {
  margin-bottom: 0;
}

#macaron_cookie_box.type_popin .cookie_wrap {
  font-family: var(--default-font) !important;
}

#macaron_cookie_box.type_popin .cookie_wrap .all a {
  background-color: transparent;
  border-color: var(--dark-blue);
  color: var(--macaron-choosecta-text);
  transition: all 0.3s ease;
}

#macaron_cookie_box.type_popin .cookie_wrap .all a:hover {
  color: var(--white-color);
  background-color: var(--dark-blue);
}

#macaron_cookie_box.type_popin
  .cookie_wrap
  #macaron_cookie_box
  span.macaronbtn
  a,
#macaron_cookie_box.type_popin
  .cookie_wrap
  #macaron_cookie_box
  span.macaronbtn.all
  a {
  border: 1px solid #000;
}

#macaron_cookie_box.type_popin
  .cookie_wrap
  .popin_refuse
  span.macaronbtn.refuse
  a {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  text-align: center;
  border-radius: var(--macaron-cta-radius);
  overflow: hidden;
  background: var(--macaron-choosecta-bg);
  color: var(--macaron-choosecta-text);
  border: 1px solid var(--macaron-choosecta-text);
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

#macaron_cookie_box.type_popin
  .cookie_wrap
  .popin_refuse
  span.macaronbtn.refuse
  a:focus,
#macaron_cookie_box.type_popin
  .cookie_wrap
  .popin_refuse
  span.macaronbtn.refuse
  a:hover {
  color: var(--white-color) !important;
  background-color: var(--dark-blue) !important;
}

#macaron_cookie_box.type_popin .cookie_wrap span.macaronbtn.letmechoose a {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  text-align: center;
  border-radius: var(--macaron-cta-radius);
  overflow: hidden;
  background: var(--macaron-choosecta-bg);
  color: var(--macaron-choosecta-text);
  border: 1px solid var(--macaron-choosecta-text);
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

#macaron_cookie_box.type_popin .cookie_wrap span.macaronbtn.letmechoose a:focus,
#macaron_cookie_box.type_popin
  .cookie_wrap
  span.macaronbtn.letmechoose
  a:hover {
  color: var(--white-color) !important;
  background-color: var(--dark-blue) !important;
}

.overflow_scollable {
  position: relative;
  overflow-x: auto;
  padding: 0;
}

.call_center_table {
  display: block;
  padding: 40px 0;
  min-width: 940px;
  overflow-x: auto;
}

body.page-template-template-train-contacts .call_center_table {
  min-width: 740px;
}

@media (max-width: 992px) {
  .call_center_table {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 568px) {
  .call_center_table {
    padding: 0 0 10px 0;
  }
}
.call_center_table .generic_table {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--dark-blue);
  border-radius: 20px;
}

.call_center_table .generic_table .header_row {
  font-family: var(--default-medium);
  text-transform: uppercase;
  border-bottom: 4px double var(--white-color);
  background-color: var(--dark-blue);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: var(--white-color);
}

.call_center_table .generic_table .header_row .single_row .single_column {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.call_center_table
  .generic_table
  .header_row
  .single_row
  .single_column:not(:first-child) {
  border-color: var(--white-color);
}

.call_center_table .generic_table .single_row {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.call_center_table .generic_table .single_row:not(:last-child) {
  border-bottom: 1px solid var(--dark-blue);
}

.call_center_table .generic_table .single_row .single_column {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1;
  padding: 10px;
}

.call_center_table .generic_table .single_row .single_column:not(:first-child) {
  border-left: 1px solid var(--dark-blue);
}

.call_center_table .generic_table .single_row .single_column:first-child {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.form {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

form .field {
  padding: 0 0 30px;
}

form .title_label {
  font-size: 15px;
  line-height: 30px;
}

form .bf_room_container {
  display: none;
}

form .bf_room_container.always_displayed {
  display: block;
}

form #more_options,
form .bf_room_container_inside,
form .dates_container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 1024px) {
  form #more_options,
  form .bf_room_container_inside,
  form .dates_container {
    flex-wrap: wrap;
  }
}
form #more_options .field,
form .bf_room_container_inside .field,
form .dates_container .field {
  flex-grow: 1;
  width: 50%;
}

@media (max-width: 1024px) {
  form #more_options .field,
  form .bf_room_container_inside .field,
  form .dates_container .field {
    width: 100%;
    margin: 0 !important;
    padding-bottom: 10px;
  }
}
form #more_options .field.adults,
form .bf_room_container_inside .field.adults,
form .dates_container .field.adults {
  margin-right: 15px;
}

@media (max-width: 767px) {
  form #more_options .field.adults,
  form .bf_room_container_inside .field.adults,
  form .dates_container .field.adults {
    width: 46%;
  }
}
form #more_options .field.children,
form .bf_room_container_inside .field.children,
form .dates_container .field.children {
  width: 25%;
  margin-left: 15px;
}

@media (max-width: 1024px) {
  form #more_options .field.children,
  form .bf_room_container_inside .field.children,
  form .dates_container .field.children {
    width: 100%;
  }
}
form #more_options .field #checkin-check,
form #more_options .field #checkout-check,
form .bf_room_container_inside .field #checkin-check,
form .bf_room_container_inside .field #checkout-check,
form .dates_container .field #checkin-check,
form .dates_container .field #checkout-check {
  background: url(../images/calendar.svg) no-repeat scroll 96% center;
}

form #more_options .checkin,
form #more_options .loyalty_card,
form .bf_room_container_inside .checkin,
form .bf_room_container_inside .loyalty_card,
form .dates_container .checkin,
form .dates_container .loyalty_card {
  margin-right: 15px;
}

@media (max-width: 767px) {
  form #more_options .checkin,
  form #more_options .loyalty_card,
  form .bf_room_container_inside .checkin,
  form .bf_room_container_inside .loyalty_card,
  form .dates_container .checkin,
  form .dates_container .loyalty_card {
    margin-right: 15px;
  }
}
form #more_options .checkout,
form #more_options .preferential_code,
form .bf_room_container_inside .checkout,
form .bf_room_container_inside .preferential_code,
form .dates_container .checkout,
form .dates_container .preferential_code {
  margin-left: 15px;
}

form input,
form select {
  text-transform: uppercase;
  font-weight: 600;
}

form input[type='checkbox']:after,
form input[type='radio']:after {
  background-color: #fff;
  border: 1px solid var(--default-color);
  border-radius: 2px;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  width: 15px;
  left: -1px;
  top: -1px;
}

form input[type='checkbox'] + label,
form input[type='radio'] + label {
  margin-left: 12px;
}

@media (max-width: 767px) {
  form .bf_room_container_inside {
    flex-wrap: wrap;
  }
}
form .bf_room_container_inside .field {
  padding: 0 0 15px;
}

form .rooms_select {
  padding: 0 0 15px;
}

form .room_prm {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-left: 15px;
  width: 25% !important;
}

form .room_prm label {
  line-height: 12px;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  form .room_prm {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  form .room_prm {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-left: 0;
  }
}
form .room_prm .title_label {
  margin-left: 5px;
}

form #more_options {
  display: none;
}

.open_more_options,
.open_more_options_contacts {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 25px 0;
}

.open_more_options:hover,
.open_more_options_contacts:hover {
  cursor: pointer;
}

.open_more_options .plus_minus,
.open_more_options_contacts .plus_minus {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid var(--default-color);
}

.open_more_options .plus_minus .minus,
.open_more_options .plus_minus .plus,
.open_more_options_contacts .plus_minus .minus,
.open_more_options_contacts .plus_minus .plus {
  font-size: 20px;
  line-height: 20px;
  width: 23px;
  height: 23px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.open_more_options .plus_minus .minus,
.open_more_options_contacts .plus_minus .minus {
  display: none;
}

.open_more_options .title_label,
.open_more_options_contacts .title_label {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px;
}

.page-template-template-contacts .open_more_options .title_label,
.page-template-template-contacts .open_more_options_contacts .title_label {
  display: flex;
  flex: none;
}

.open_more_options .dotted_middle,
.open_more_options_contacts .dotted_middle {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent 55%,
    var(--default-color) 50%
  );
  background-size: 28px 100%;
}

.form label,
form label {
  display: block;
}

.form input:not([type='submit']),
.form select,
.form textarea,
form input:not([type='submit']),
form select,
form textarea {
  border: 1px solid var(--default-color);
  border-radius: 2px;
}

.form input[type='email'],
.form input[type='text'],
.form select,
.form textarea,
form input[type='email'],
form input[type='text'],
form select,
form textarea {
  line-height: 1.5em;
  padding: 10px 6px;
}

.form input:not([type='checkbox']),
.form input:not([type='radio']),
.form input:not([type='submit']),
.form input[type='email'],
.form select,
.form textarea,
form input:not([type='checkbox']),
form input:not([type='radio']),
form input:not([type='submit']),
form input[type='email'],
form select,
form textarea {
  width: 100%;
}

.form input[type='checkbox'],
.form input[type='radio'],
form input[type='checkbox'],
form input[type='radio'] {
  width: 16px;
  height: 16px;
  position: relative;
}

.form input[type='checkbox'],
.form input[type='radio'],
.form input[type='submit'],
.form select,
form input[type='checkbox'],
form input[type='radio'],
form input[type='submit'],
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type='checkbox']::-ms-expand,
.form input[type='radio']::-ms-expand,
.form select::-ms-expand,
form input[type='checkbox']::-ms-expand,
form input[type='radio']::-ms-expand,
form select::-ms-expand {
  display: none;
}

.form select,
form select {
  background: url(../images/arrow-select.svg) no-repeat scroll 98% center;
}

.form textarea,
form textarea {
  height: 11.6em;
  font-family: var(--default-font);
}

.form input[type='checkbox']:checked:after,
.form input[type='radio']:checked:after,
form input[type='checkbox']:checked:after,
form input[type='radio']:checked:after {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  line-height: 0.8;
  color: var(--default-color);
  transition: all 0.2s;
}

.form input[type='submit'],
form input[type='submit'] {
  background: var(--dark-blue);
  color: var(--white-color);
  border: none;
  text-transform: uppercase;
  line-height: 2.4em;
  padding: 0 20px;
}

.form #form_date,
form #form_date {
  background: url(../images/calendar.svg) no-repeat scroll 98% center;
}

.form .col-auto,
form .col-auto {
  width: auto;
  height: 100%;
}

@media (max-width: 992px) {
  .form .col-auto,
  form .col-auto {
    width: 100%;
  }
}
.form .col-50,
form .col-50 {
  width: 50%;
}

@media (max-width: 992px) {
  .form .col-50,
  form .col-50 {
    width: 100%;
  }
}
.form .col-75,
form .col-75 {
  width: 100%;
  max-width: 290px;
}

@media (max-width: 992px) {
  .form .col-75,
  form .col-75 {
    width: 100%;
    max-width: 100%;
  }
}
.form .col-100,
form .col-100 {
  width: 100%;
}

.form .privacy-policy .label,
form .privacy-policy .label {
  vertical-align: text-bottom;
  display: inline-block;
}

#footer-form .label {
  font-family: var(--menu-font);
  font-weight: 300;
  color: var(--default-color);
  text-decoration: none;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  line-height: 22px;
}

#footer-form .field {
  padding: 0 20px 0 0;
}

@media (max-width: 992px) {
  #footer-form .field {
    padding: 0 0 20px 0;
  }
}
#footer-form .field.privacy-policy {
  max-width: 20vw;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  #footer-form .field.privacy-policy {
    max-width: 100%;
  }
}
#footer-form .field.privacy-policy label {
  margin-bottom: 0;
}

#footer-form .field input,
#footer-form .field select {
  text-transform: none;
  font-weight: 300;
  background-color: transparent;
}

#footer-form .field input[type='checkbox'] {
  width: 22px;
  border: 0;
}

#footer-form .field input[type='submit'] {
  width: auto;
  background: var(--default-color);
  border: none;
  padding: 0 10px;
  float: left;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
}

body.page-template-template-newsletter #footer-form {
  display: none;
}

.hide_box {
  display: none;
}

.contact_form_box,
.payment_form_box {
  margin: 50px auto;
}

.contact_form_box .hide,
.payment_form_box .hide {
  display: none !important;
}

.contact_form_box .centered,
.payment_form_box .centered {
  text-align: center;
}

.contact_form_box legend,
.payment_form_box legend {
  display: none;
}

.contact_form_box .mail_error,
.payment_form_box .mail_error {
  display: block;
  padding: 20px;
  background-color: rgba(255, 0, 0, 0.2);
}

.contact_form_box .message_box .mail_sent,
.payment_form_box .message_box .mail_sent {
  display: block;
  padding: 20px;
  background-color: rgba(0, 128, 0, 0.2);
}

.contact_form_box .fields,
.payment_form_box .fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.contact_form_box .fields .divide,
.payment_form_box .fields .divide {
  display: block;
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  text-align: left;
  padding: 30px 0;
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--dark-blue);
}

.contact_form_box .fields .field,
.payment_form_box .fields .field {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 1em;
  min-height: 50px;
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .contact_form_box .fields .field,
  .payment_form_box .fields .field {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact_form_box .fields .field.init_hidden,
.payment_form_box .fields .field.init_hidden {
  display: none;
}

.contact_form_box .fields .field.hidden_field,
.payment_form_box .fields .field.hidden_field {
  display: none !important;
}

.contact_form_box .fields .field.phone_funnel,
.contact_form_box .fields .field.phone_funnel_placeholder,
.contact_form_box .fields .field.phone_train_callback,
.contact_form_box .fields .field.phone_train_callback_placeholder,
.payment_form_box .fields .field.phone_funnel,
.payment_form_box .fields .field.phone_funnel_placeholder,
.payment_form_box .fields .field.phone_train_callback,
.payment_form_box .fields .field.phone_train_callback_placeholder {
  z-index: 205;
}

.contact_form_box .fields .field.input_inline,
.contact_form_box .fields .field.input_inline label,
.payment_form_box .fields .field.input_inline,
.payment_form_box .fields .field.input_inline label {
  display: block !important;
}

.contact_form_box .fields .field.large,
.payment_form_box .fields .field.large {
  width: 100%;
}

.contact_form_box .fields .field.a_third,
.payment_form_box .fields .field.a_third {
  width: 33.33%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.a_third,
  .payment_form_box .fields .field.a_third {
    width: 100%;
  }
}
.contact_form_box .fields .field.small_size,
.payment_form_box .fields .field.small_size {
  width: 20%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.small_size,
  .payment_form_box .fields .field.small_size {
    width: 100%;
  }
}
.contact_form_box .fields .field.side_small,
.payment_form_box .fields .field.side_small {
  width: 37%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.side_small,
  .payment_form_box .fields .field.side_small {
    width: 100%;
  }
}
.contact_form_box .fields .field.large_but_half,
.payment_form_box .fields .field.large_but_half {
  width: 100%;
}

.contact_form_box .fields .field.large_but_half input,
.payment_form_box .fields .field.large_but_half input {
  width: 48% !important;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.large_but_half input,
  .payment_form_box .fields .field.large_but_half input {
    width: 100% !important;
  }
}
.contact_form_box .fields .field.large_but_half .error,
.contact_form_box .fields .field.large_but_half .error_translation,
.payment_form_box .fields .field.large_but_half .error,
.payment_form_box .fields .field.large_but_half .error_translation {
  width: 100%;
}

.contact_form_box .fields .field.train_contact_mode,
.payment_form_box .fields .field.train_contact_mode {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact_form_box .fields .field.train_contact_mode > label,
.payment_form_box .fields .field.train_contact_mode > label {
  width: 100%;
  padding-bottom: 15px;
}

.contact_form_box .fields .field.train_contact_mode .error,
.contact_form_box .fields .field.train_contact_mode .error_translation,
.payment_form_box .fields .field.train_contact_mode .error,
.payment_form_box .fields .field.train_contact_mode .error_translation {
  width: 100%;
}

.contact_form_box .fields .field.train_contact_mode .container_radio,
.payment_form_box .fields .field.train_contact_mode .container_radio {
  display: flex;
  align-items: flex-start;
  width: 23%;
}

.contact_form_box .fields .field.train_contact_mode .container_radio input,
.payment_form_box .fields .field.train_contact_mode .container_radio input {
  margin-right: 10px;
}

.contact_form_box .fields .field.alert input,
.contact_form_box .fields .field.alert select,
.contact_form_box .fields .field.alert textarea,
.payment_form_box .fields .field.alert input,
.payment_form_box .fields .field.alert select,
.payment_form_box .fields .field.alert textarea {
  border: 2px solid red !important;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.contact_form_box .fields .field.alert input[type='checkbox']:after,
.contact_form_box .fields .field.alert input[type='radio']:after,
.payment_form_box .fields .field.alert input[type='checkbox']:after,
.payment_form_box .fields .field.alert input[type='radio']:after {
  border: 2px solid red !important;
}

.contact_form_box .fields .field.alert .error,
.payment_form_box .fields .field.alert .error {
  color: red;
  line-height: 1.3em;
}

.contact_form_box .fields .field.submit input,
.payment_form_box .fields .field.submit input {
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background-color: var(--dark-blue);
  color: var(--white-color);
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.contact_form_box .fields .field.submit input:hover,
.payment_form_box .fields .field.submit input:hover {
  cursor: pointer;
  background-color: var(--white-color);
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}

.contact_form_box .fields .field .field_input,
.payment_form_box .fields .field .field_input {
  display: flex;
  flex-wrap: nowrap;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_form_box .fields .field .field_input.input_inline,
.contact_form_box .fields .field .field_input.input_inline label,
.payment_form_box .fields .field .field_input.input_inline,
.payment_form_box .fields .field .field_input.input_inline label {
  display: block !important;
}

.contact_form_box .fields .field .field_input input,
.payment_form_box .fields .field .field_input input {
  margin: 8px 10px;
}

.contact_form_box .fields .field .simil_label,
.contact_form_box .fields .field label,
.payment_form_box .fields .field .simil_label,
.payment_form_box .fields .field label {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 19px;
}

.contact_form_box .fields .field .simil_label.light,
.contact_form_box .fields .field label.light,
.payment_form_box .fields .field .simil_label.light,
.payment_form_box .fields .field label.light {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 38px;
}

.contact_form_box .fields .field .simil_label.check_privacy_policy,
.contact_form_box .fields .field label.check_privacy_policy,
.payment_form_box .fields .field .simil_label.check_privacy_policy,
.payment_form_box .fields .field label.check_privacy_policy {
  line-height: 30px !important;
}

.contact_form_box .fields .field .simil_label a,
.contact_form_box .fields .field label a,
.payment_form_box .fields .field .simil_label a,
.payment_form_box .fields .field label a {
  text-decoration: underline;
}

.contact_form_box .fields .field .simil_label a:hover,
.contact_form_box .fields .field label a:hover,
.payment_form_box .fields .field .simil_label a:hover,
.payment_form_box .fields .field label a:hover {
  text-decoration: none;
}

.contact_form_box .fields .field textarea,
.payment_form_box .fields .field textarea {
  height: 40px;
  text-indent: 10px;
  background-color: var(--white-color);
  border: 1px solid var(--default-color);
}

.contact_form_box .fields .field textarea:focus,
.payment_form_box .fields .field textarea:focus {
  border-color: var(--default-color);
}

.contact_form_box .fields .field input[type='date'],
.contact_form_box .fields .field input[type='tel'],
.contact_form_box .fields .field input[type='text'],
.payment_form_box .fields .field input[type='date'],
.payment_form_box .fields .field input[type='tel'],
.payment_form_box .fields .field input[type='text'] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  background-color: var(--white-color);
  border: 1px solid var(--default-color);
}

.contact_form_box .fields .field input[type='date']:focus,
.contact_form_box .fields .field input[type='tel']:focus,
.contact_form_box .fields .field input[type='text']:focus,
.payment_form_box .fields .field input[type='date']:focus,
.payment_form_box .fields .field input[type='tel']:focus,
.payment_form_box .fields .field input[type='text']:focus {
  border-color: var(--default-color);
}

.contact_form_box .fields .field input[type='checkbox'],
.payment_form_box .fields .field input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.contact_form_box .fields .field input[type='radio'],
.payment_form_box .fields .field input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.contact_form_box .fields .field select,
.payment_form_box .fields .field select {
  width: 100%;
  height: 40px;
}

.contact_form_box .fields .field textarea,
.payment_form_box .fields .field textarea {
  width: 100%;
  height: 100px;
}

.error_translation {
  display: none;
}

.line_separated {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-top: 1px solid #ddd;
}

.message_box.centered .link.button {
  margin-top: 50px;
}

.placeholder_label {
  color: var(--placeholder);
}

.placeholder_label.one_line {
  display: block;
  padding: 5px 0;
}

@media (max-width: 992px) {
  #newsletter_form_box {
    margin: 25px auto;
  }
}
#newsletter_form_box .mail_sent {
  background-color: rgba(203, 203, 203, 0.2);
}

#newsletter_form_box .field {
  padding-bottom: 15px;
}

#newsletter_form_box .additional_privacy_sentence {
  text-align: left;
  font-size: 13px;
  padding: 0 15px;
}

footer #newsletter_form_box .additional_privacy_sentence {
  padding: 0 0;
}

#newsletter_form_box .additional_privacy_sentence a {
  color: var(--dark-blue);
}

#newsletter_form_box .additional_privacy_sentence a:after,
#newsletter_form_box .additional_privacy_sentence a:hover {
  color: var(--dark-blue);
}

.newsletter_form .fields {
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .newsletter_form .fields {
    flex-wrap: wrap;
  }
}
.newsletter_form .country_newsletter {
  max-width: 200px;
}

@media (max-width: 992px) {
  .newsletter_form .country_newsletter {
    max-width: 100%;
  }
}
.newsletter_form .simil_label,
.newsletter_form label {
  display: none;
}

.newsletter_form #privacy_policy_newsletter {
  max-width: 20vw;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  .newsletter_form #privacy_policy_newsletter {
    max-width: 100%;
  }
}
.newsletter_form input,
.newsletter_form select {
  border: 1px solid rgba(var(--fancybox-custom), 0.6);
  text-transform: none !important;
}

.newsletter_form input[type='submit'] {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0;
  height: auto;
}

.newsletter_form input[type='checkbox'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

@media (max-width: 992px) {
  .newsletter_form .label {
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.train_preferences {
  display: block;
  padding-top: 15px;
}

.page-template-template-train-contacts .content-wrapper {
  text-align: center;
}

#header_wrapper {
  background: rgba(var(--black-color), 0.3);
  width: 100%;
  position: fixed;
  z-index: 250;
}

#header_wrapper.fixed {
  background: rgba(var(--header-bg-fixed), 1);
  box-shadow: 0 0 7px rgba(46, 36, 36, 0.15);
}

#header_wrapper.fixed .default-logo.white,
#header_wrapper.fixed .group-logo-white {
  display: none;
}

#header_wrapper.fixed .default-logo.dark-blue,
#header_wrapper.fixed .group-logo-dark {
  display: inline-block;
}

#header_wrapper.fixed #book_now,
#header_wrapper.fixed #header_menu_container,
#header_wrapper.fixed .hotel-group .logo-group,
#header_wrapper.fixed .language_selector .current_language {
  background: 0 0;
}

#header_wrapper.fixed #book_now,
#header_wrapper.fixed #header_menu_container ul.menu li a,
#header_wrapper.fixed #header_menu_container ul.menu li a:hover,
#header_wrapper.fixed #header_menu_container ul.menu li.current_page_item a,
#header_wrapper.fixed .language_selector .current_language {
  color: var(--default-color);
}

#header_wrapper.fixed #header_menu_container ul.menu li a:hover:after,
#header_wrapper.fixed
  #header_menu_container
  ul.menu
  li.current_page_item
  a:after,
#header_wrapper.fixed .hotel-group .logo-group .dropdown:after,
#header_wrapper.fixed .hotel-group .logo-group .dropdown:before,
#header_wrapper.fixed .language_selector .current_language .dropdown:after,
#header_wrapper.fixed .language_selector .current_language .dropdown:before {
  background: var(--default-color);
}

#header_wrapper.fixed #book_now {
  border-color: var(--default-color);
}

#header_wrapper.fixed #header_menu_container ul.menu li:after {
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
}

#header_wrapper.fixed #header_menu_container ul.menu li a:focus {
  text-decoration: none;
  outline: 2px dotted var(--default-color);
}

#header_wrapper.fixed .submenu-container {
  background: rgba(var(--header-bg-fixed), 1);
}

#header_wrapper.fixed .submenu-container .view-more-items .arrow:after,
#header_wrapper.fixed .submenu-container .view-more-items .arrow:before {
  background: var(--default-color);
}

#header_wrapper.fixed .submenu-container .siblings-container .single-sibling,
#header_wrapper.fixed .submenu-container .view-more-items {
  color: var(--default-color);
}

#header_wrapper.fixed
  .submenu-container
  .siblings-container
  .single-sibling.slick-center
  .thumb-wrap {
  border-color: var(--default-color);
}

#header_wrapper.fixed .skip-to-content.inside_header {
  color: var(--default-color);
}

@media (max-width: 992px) {
  #header_wrapper.fixed .skip-to-content.inside_header {
    left: -9999px;
    top: 22px;
  }
}
#header_wrapper.fixed .skip-to-content.inside_header:after {
  background: var(--default-color);
}

#header_wrapper.fixed
  #header_menu_container
  ul.menu
  li.current-page-ancestor
  a:after {
  background-color: var(--default-color);
}

#header_wrapper.fixed #header_menu_container ul.sub-menu a {
  color: var(--white-color) !important;
}

#header_wrapper.fixed
  #header_menu_container
  ul.menu
  li.current-menu-item
  a:after,
#header_wrapper.fixed
  #header_menu_container
  ul.menu
  li.current_page_item
  a:after {
  background: var(--dark-blue);
}

body.page-template-template-funnel-1 #header_wrapper #book_now,
body.page-template-template-funnel-2 #header_wrapper #book_now,
body.page-template-template-funnel-3 #header_wrapper #book_now,
body.page-template-template-funnel-3b #header_wrapper #book_now,
body.page-template-template-funnel-4 #header_wrapper #book_now {
  display: none;
}

@media (max-width: 992px) {
  #header_wrapper #book_now {
    display: none;
  }
}
#header_container {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  height: 99px;
}

@media (min-width: 993px) {
  #header_container {
    transition: height 1s ease;
  }
}
@media (max-width: 992px) {
  #header_container {
    height: 60px;
  }
}
@media (max-width: 568px) {
  #header_container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#header_container .box {
  flex: 0 0 33.3%;
}

@media (max-width: 1024px) {
  #header_container .box.hotel_logo {
    flex: 0 0 30%;
  }
  #header_container .box:not(.hotel_logo) {
    flex: 0 0 35%;
  }
}
#header_container .left-section {
  text-align: left;
}

#header_container .center-section {
  text-align: center;
}

#header_container .center-section a.logo {
  margin-left: 6px;
}

@media (max-width: 1024px) {
  #header_container .center-section a.logo {
    margin-left: 0;
  }
}
#header_container .right-section {
  text-align: right;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.open_menu_mobile_container {
  display: none;
  position: relative;
}

@media (max-width: 992px) {
  .open_menu_mobile_container {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 1.6em;
  }
}
.open_menu_mobile_container .close,
.open_menu_mobile_container .open_menu_mobile {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .open_menu_mobile_container .open_menu_mobile {
    display: block;
    background: url(../images/hamburger-white.svg) no-repeat scroll center;
    width: 100%;
    height: 100%;
  }
  .fixed .open_menu_mobile_container .open_menu_mobile {
    background: url(../images/hamburger-dark.svg) no-repeat scroll center;
  }
}
.skip-to-content {
  position: absolute;
  left: -9999px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 0.933em;
  line-height: 2.067em;
  text-decoration: none;
  z-index: 9999;
  cursor: pointer;
}

.skip-to-content.inside_header {
  left: auto;
  top: 34px;
}

@media (max-width: 992px) {
  .skip-to-content.inside_header {
    left: -9999px;
    top: 22px;
  }
}
.skip-to-content.inside_header:focus {
  left: auto;
}

.skip-to-content:after {
  content: '';
  display: block;
  height: 1px;
  background: var(--white-color);
}

.skip-to-content:focus {
  top: 34px;
  left: 76px;
}

html.single_train_page .skip-to-content:focus {
  background: rgba(var(--black-color), 0.7);
  left: 12px;
  top: -1px;
  padding: 0 4px;
}

.current_language,
.logo-group {
  background: rgba(var(--black-color), 0.7);
  padding: 10px;
  border-radius: 2px;
}

.hotel-group .hotel-group-nav,
.language_selector .other_languages {
  display: none;
  background: rgba(var(--black-color), 0.7);
  position: absolute;
  padding: 10px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  z-index: 200;
  border-radius: 2px;
}

.hotel-group .hotel-group-nav li,
.language_selector .other_languages li {
  text-align: left;
  padding: 5px;
  display: block;
  white-space: nowrap;
}

.hotel-group .hotel-group-nav li a,
.language_selector .other_languages li a {
  display: block;
  line-height: 1.2em;
  font-size: 0.933em;
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hotel-group {
  display: inline-block;
}

@media (max-width: 992px) {
  .hotel-group {
    display: none;
  }
}
.hotel-group .logo-group {
  display: inline-block;
  line-height: 2.067em;
  padding: 2px 10px;
  text-decoration: none;
  width: 94px;
}

.hotel-group .logo-group img {
  max-height: 18px;
  vertical-align: middle;
}

.hotel-group .logo-group .group-logo-dark {
  display: none;
}

.hotel-group .logo-group .dropdown {
  margin-left: 10px;
}

.hotel-group .hotel-group-nav {
  padding: 10px;
}

.hotel-group:focus .hotel-group-nav,
.hotel-group:focus-within .hotel-group-nav,
.hotel-group:hover .hotel-group-nav {
  display: block;
}

.hotel_logo a img {
  width: 100%;
  height: auto;
  max-width: 234px;
  vertical-align: middle;
  margin: auto;
}

@media (max-width: 992px) {
  .hotel_logo a img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.hotel_logo a img.dark-blue {
  display: none;
}

.language_selector {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .language_selector {
    display: none;
  }
}
.language_selector .current_language {
  text-transform: uppercase;
  color: var(--white-color);
  text-decoration: none;
  font-size: 0.933em;
  line-height: 2.067em;
  white-space: nowrap;
}

.language_selector:focus .other_languages,
.language_selector:focus-within .other_languages,
.language_selector:hover .other_languages {
  display: block;
}

#header_menu_container {
  background: rgba(var(--black-color), 0.65);
}

@media (max-width: 992px) {
  #header_menu_container {
    display: none;
  }
}
body.page-template-template-funnel-1 #header_menu_container,
body.page-template-template-funnel-2 #header_menu_container,
body.page-template-template-funnel-3 #header_menu_container,
body.page-template-template-funnel-3b #header_menu_container,
body.page-template-template-funnel-4 #header_menu_container {
  display: none;
}

#header_menu_container ul.menu {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1024px) {
  #header_menu_container ul.menu {
    flex-wrap: wrap;
  }
}
#header_menu_container ul.menu li {
  list-style: none;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header_menu_container ul.menu li.current-page-ancestor a:after {
  background: var(--white-color);
}

#header_menu_container ul.menu li:hover .sub-menu {
  display: block;
  top: 100%;
}

#header_menu_container ul.menu li:focus .sub-menu,
#header_menu_container ul.menu li:focus-within .sub-menu {
  display: block;
}

#header_menu_container ul.menu li a {
  font-family: var(--menu-font);
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.333em;
  padding: 10px 20px 7px;
  margin-top: 3px;
  display: inline-block;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

#header_menu_container ul.menu li a:hover {
  color: var(--white-color);
}

#header_menu_container ul.menu li a:after {
  content: '';
  display: block;
  margin: 5px auto 0 auto;
  width: 45px;
  height: 1px;
  background: 0 0;
  transition: all 0.3s ease;
}

#header_menu_container ul.menu li a:hover:after {
  background: var(--white-color);
}

#header_menu_container ul.menu li a:focus {
  text-decoration: none;
  outline: 2px dotted var(--white-color);
}

#header_menu_container ul.menu li:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-bottom: 4px;
  background: url(../images/separator-menu-white.svg) scroll center no-repeat;
  background-size: cover;
}

#header_menu_container ul.menu li:last-child:after {
  display: none;
}

#header_menu_container ul.menu li.current-menu-item a,
#header_menu_container ul.menu li.current_page_item a {
  color: var(--white-color);
}

#header_menu_container ul.menu li.current-menu-item a:after,
#header_menu_container ul.menu li.current_page_item a:after {
  background: var(--white-color);
}

#header_menu_container ul.menu li ul.sub-menu {
  display: none;
  background: rgba(var(--black-color), 0.7);
  position: absolute;
  padding: 10px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  z-index: 200;
  border-radius: 2px;
}

#header_menu_container ul.menu li ul.sub-menu li {
  text-align: left;
  padding: 5px;
  display: block;
  white-space: nowrap;
}

#header_menu_container ul.menu li ul.sub-menu li:after {
  content: none;
}

#header_menu_container ul.menu li ul.sub-menu li a {
  display: block;
  text-align: left;
  line-height: 1.2em;
  font-size: 0.933em;
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

#header_menu_container ul.menu li ul.sub-menu li a:after {
  margin: 5px auto 0 0;
}

#header_menu_container ul.menu li ul.sub-menu li a em {
  font-style: unset;
}

#menu_sidebar_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: 0 0;
}

#menu_sidebar_wrap.open {
  display: block;
}

#menu_sidebar_wrap.visible #language_selector_mobile,
#menu_sidebar_wrap.visible .menu_sidebar {
  left: 0;
  transition: width 0.3s ease;
}

#menu_sidebar_wrap .close_sidebar:not(.overlay) {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 15px;
  height: 15px;
  z-index: 500;
}

#menu_sidebar_wrap .close_sidebar:not(.overlay):after,
#menu_sidebar_wrap .close_sidebar:not(.overlay):before {
  position: absolute;
  left: 7.5px;
  content: ' ';
  height: 15px;
  width: 1px;
  background-color: transparent;
}

#menu_sidebar_wrap .close_sidebar:not(.overlay):before {
  transform: rotate(45deg);
}

#menu_sidebar_wrap .close_sidebar:not(.overlay):after {
  transform: rotate(-45deg);
}

#menu_sidebar_wrap .close_sidebar.overlay {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.popin-mobile-menu-wrapper {
  display: none;
  background: var(--dark-blue);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  z-index: 250;
}

.popin-mobile-menu-wrapper .hotel_logo {
  height: 60px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 568px) {
  .popin-mobile-menu-wrapper .hotel_logo {
    padding: 0 10px 0 55px;
  }
}
.popin-mobile-menu-wrapper .popin-mobile-menu-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-content: space-between;
  align-content: space-between;
  height: calc(100vh - 20px);
  padding: 20px 20px 10px;
}

@media (max-width: 1024px) {
  .popin-mobile-menu-wrapper .popin-mobile-menu-content {
    height: calc(100% - 60px);
  }
}
.popin-mobile-menu-wrapper .popin-mobile-menu-content .at_bottom,
.popin-mobile-menu-wrapper .popin-mobile-menu-content .languages,
.popin-mobile-menu-wrapper .popin-mobile-menu-content .menu,
.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  .sidebar_booking_contacts {
  flex: 0 0 100%;
}

.popin-mobile-menu-wrapper .popin-mobile-menu-content nav {
  display: inline-block;
  width: 100%;
}

.popin-mobile-menu-wrapper .popin-mobile-menu-content #mobile_languages select,
.popin-mobile-menu-wrapper .popin-mobile-menu-content ul.menu li a {
  color: var(--white-color);
  font-size: 1.067em;
  line-height: 1.333em;
}

@media (max-width: 767px) {
  .popin-mobile-menu-wrapper
    .popin-mobile-menu-content
    #mobile_languages
    select,
  .popin-mobile-menu-wrapper .popin-mobile-menu-content ul.menu li a {
    font-size: 0.937em;
  }
}
.popin-mobile-menu-wrapper .popin-mobile-menu-content #mobile_languages:before,
.popin-mobile-menu-wrapper .popin-mobile-menu-content ul.menu li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 15px;
  background: url(../images/separator-menu-white.svg) scroll center no-repeat;
  background-size: cover;
}

.popin-mobile-menu-wrapper .popin-mobile-menu-content ul.menu li {
  position: relative;
}

.popin-mobile-menu-wrapper .popin-mobile-menu-content ul.menu li a {
  font-family: var(--menu-font);
  letter-spacing: 1px;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  ul.menu
  li.menu-item-has-children
  .dropdown {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  ul.menu
  li.menu-item-has-children
  .dropdown:before {
  top: 50%;
  left: calc(50% - 3px);
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  ul.menu
  li.menu-item-has-children
  .dropdown:after {
  top: 50%;
  right: calc(50% - 3px);
}

@media (max-width: 1024px) {
  .popin-mobile-menu-wrapper
    .popin-mobile-menu-content
    ul.menu
    li.menu-item-has-children
    .dropdown {
    top: 8px;
  }
}
@media (max-width: 992px) {
  .popin-mobile-menu-wrapper
    .popin-mobile-menu-content
    ul.menu
    li.menu-item-has-children
    .dropdown {
    top: -9px;
  }
}
.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  ul.menu
  li.menu-item-has-children
  .dropdown.rotate {
  transform: rotate(180deg);
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  ul.menu
  li.menu-item-has-children
  .sub-menu {
  display: none;
  margin-left: 10%;
}

.popin-mobile-menu-wrapper .popin-mobile-menu-content .languages {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  .languages
  #mobile_languages {
  padding: 10px 0;
}

.popin-mobile-menu-wrapper
  .popin-mobile-menu-content
  .languages
  #mobile_languages
  select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: url(../images/down-arrow-white.svg) scroll center right no-repeat
    var(--dark-blue);
  width: calc(100% - 30px);
  background-size: 14px;
}

.popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone,
.popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  color: var(--white-color);
  letter-spacing: 0.5px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone,
  .popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking {
    font-size: 0.937em;
    line-height: 110%;
  }
}
.popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone .no_wrap,
.popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking .no_wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone .icon,
.popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking .icon {
  font-size: 20px;
  margin-right: 8px;
}

.popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone .phone,
.popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking .phone {
  font-family: var(--default-medium);
  color: var(--white-color);
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 568px) {
  .popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone .phone,
  .popin-mobile-menu-wrapper .sidebar_booking_contacts .manage-booking .phone {
    margin-left: 30px;
  }
}
.popin-mobile-menu-wrapper .sidebar_booking_contacts .be_phone {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.popin-mobile-menu-wrapper .container_menu_mobile {
  position: relative;
}

.popin-mobile-menu-wrapper .close {
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
  background: url(../images/close-white.svg) no-repeat scroll center;
  width: 30px;
  height: 60px;
}

@media (max-width: 568px) {
  .popin-mobile-menu-wrapper .close {
    background-size: 16px;
    width: 20px;
  }
}
.fixed .popin-mobile-menu-wrapper .close {
  background: url(../images/close-dark.svg) no-repeat scroll center;
}

#slideshow_wrapper {
  height: 100vh;
  position: relative;
}

.error404 #slideshow_wrapper,
.page-template-template-contacts #slideshow_wrapper,
.page-template-template-default-bis #slideshow_wrapper,
.page-template-template-newsletter #slideshow_wrapper,
.page-template-template-train-contacts #slideshow_wrapper,
.sitemap_page #slideshow_wrapper {
  height: 50vh;
}

.single-post_itinerary #slideshow_wrapper {
  height: 80vh;
}

#slideshow_wrapper .slideshow {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#slideshow_wrapper
  .slideshow:not(.slick-initialized)
  > .slide:not(.slick-active) {
  display: none;
}

#slideshow_wrapper .slideshow .slide {
  position: relative;
}

#slideshow_wrapper .slideshow .slide .slide_image {
  background-attachment: scroll;
  background-size: cover;
  background-color: var(--loader-bg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#slideshow_wrapper .slideshow .slick-list,
#slideshow_wrapper .slideshow .slick-track {
  height: 100%;
  overflow: hidden;
}

#slideshow_wrapper .arrow {
  width: 40px;
  height: 40px;
  background: url(../images/left-arrow.svg) no-repeat scroll 0 0 transparent;
  top: 50%;
  margin-top: -20px;
  border: none;
  position: absolute;
  z-index: 10;
}

#slideshow_wrapper .arrow:hover {
  background-color: transparent;
}

#slideshow_wrapper .arrow.prev {
  left: 10px;
}

@media (min-width: 1400px) {
  #slideshow_wrapper .arrow.prev {
    left: 20px;
  }
}
#slideshow_wrapper .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}

@media (min-width: 1400px) {
  #slideshow_wrapper .arrow.next {
    right: 20px;
  }
}
#slideshow_wrapper .dots-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
}

#slideshow_wrapper .dots-container.move_before_select {
  bottom: 70px;
}

#slideshow_wrapper .dots-container .slick-dots {
  right: 20px;
}

#slideshow_wrapper .caption,
#slideshow_wrapper .caption_wrapper {
  position: absolute;
}

#slideshow_wrapper .caption_wrapper {
  top: 0;
  left: 180px;
  right: 180px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (max-width: 992px) {
  #slideshow_wrapper .caption_wrapper {
    left: 20vw;
    right: 20vw;
  }
}
#slideshow_wrapper .caption_wrapper .caption,
#slideshow_wrapper .caption_wrapper .play_video {
  position: relative;
}

#slideshow_wrapper .caption_wrapper .play_video {
  top: auto;
  left: auto;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #slideshow_wrapper .caption_wrapper .play_video {
    width: 40px;
    height: 40px;
    background-size: 90%;
  }
}
#slideshow_wrapper .caption_wrapper .caption {
  width: 700px;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 2.4em;
  line-height: 1.44em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
}

@media (max-width: 992px) {
  #slideshow_wrapper .caption_wrapper .caption {
    width: 600px;
  }
}
@media (max-width: 767px) {
  #slideshow_wrapper .caption_wrapper .caption {
    font-size: 1.5em;
    width: 80%;
  }
}
#slideshow_wrapper .filter_wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(var(--black-color), 0.3);
}

@media (max-width: 992px) {
  #slideshow_wrapper .filter_wrapper .view-more.lighter {
    text-align: center;
    padding: 0 10px;
    height: 36px;
    vertical-align: bottom;
    line-height: 36px;
  }
}
#slideshow_wrapper .filter_wrapper .filters select {
  min-width: 380px;
  padding-right: 20px;
  margin-right: 20px;
  height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  text-indent: 8px;
}

@media (max-width: 992px) {
  #slideshow_wrapper .filter_wrapper .filters select {
    max-width: 60vw;
    min-width: 230px;
  }
}
#slideshow_wrapper .content_under_slider {
  position: absolute;
  width: 800px;
  left: calc(50% - 400px);
  top: 92%;
  background-color: rgba(var(--header-bg-fixed), 1);
  z-index: 11;
}

@media (min-width: 993px) and (max-width: 1199px) {
  #slideshow_wrapper .content_under_slider {
    width: 560px;
    left: calc(50% - 280px);
  }
}
@media (max-width: 992px) {
  #slideshow_wrapper .content_under_slider {
    width: 50%;
    left: 25%;
  }
}
@media (max-width: 767px) {
  #slideshow_wrapper .content_under_slider {
    width: 90%;
    left: 5%;
  }
}
#slideshow_wrapper .content_under_slider .container_block {
  padding: 35px 25%;
}

@media (min-width: 993px) and (max-width: 1199px) {
  #slideshow_wrapper .content_under_slider .container_block {
    padding: 35px 5%;
  }
}
@media (max-width: 992px) {
  #slideshow_wrapper .content_under_slider .container_block {
    padding: 18px;
  }
}
#slideshow_wrapper .content_under_slider .container_block div,
#slideshow_wrapper .content_under_slider .container_block h3 {
  text-align: center;
  line-height: 1.5em;
}

#slideshow_wrapper .container_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: var(--dark-blue);
}

#slideshow_wrapper .container_video #video_slideshow {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}

@supports (-ms-ime-align: auto) {
  #slideshow_wrapper .container_video #video_slideshow {
    width: unset;
  }
}
body.page-template-template-news
  #slideshow_wrapper
  .container_video
  #video_slideshow {
  left: 0;
}

#slideshow_wrapper .scoll_down_slideshow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 22px;
  left: calc(50% - 20px);
  z-index: 99;
  background-color: var(--dark-blue);
  border-radius: 100px;
}

@media (max-width: 992px) {
  #slideshow_wrapper .scoll_down_slideshow {
    width: 30px;
    height: 30px;
    bottom: 10px;
  }
}
#slideshow_wrapper .scoll_down_slideshow .thumb {
  background-size: 20px;
  background-color: transparent;
}

@media (max-width: 992px) {
  #slideshow_wrapper .scoll_down_slideshow .thumb {
    background-size: 15px;
  }
}
.play_video,
.player_container:after,
.player_wrapper,
.player_wrapper .controls {
  position: absolute;
}

.play_video {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -38px;
  background: url(../images/play.svg) scroll center no-repeat;
  cursor: pointer;
  z-index: 10;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  border: 5px solid transparent;
}

.play_virtual_tour {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -38px;
  background: url(../images/360_3.svg) scroll center no-repeat;
  cursor: pointer;
  background-size: contain;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  border: 5px solid transparent;
}

#play_video {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(100% - 52px);
  left: calc(100% - 52px);
  margin-top: -38px;
  margin-left: -38px;
  background: url(../images/play.svg) scroll center no-repeat;
  cursor: pointer;
  z-index: 12;
  background-size: contain;
  display: none;
}

@media (max-width: 767px) {
  #play_video {
    width: 35px;
    height: 35px;
    top: calc(100% - 10px);
    left: calc(100% - 10px);
  }
}
.stop_video {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  top: calc(100% - 52px);
  left: calc(100% - 52px);
  margin-top: -38px;
  margin-left: -38px;
  background: url(../images/stop.svg) scroll center no-repeat;
  cursor: pointer;
  z-index: 11;
  background-size: contain;
  opacity: 0.4;
  display: none;
}

.stop_video:focus,
.stop_video:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .stop_video {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .stop_video {
    width: 30px;
    height: 30px;
    top: calc(100% - 10px);
    left: calc(100% - 10px);
  }
}
#volume_video {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: calc(100% - 52px);
  left: calc(100% - 112px);
  margin-top: -38px;
  margin-left: -38px;
  cursor: pointer;
  z-index: 11;
  background-size: cover;
  opacity: 0.4;
  background-image: url(../images/muted.svg);
}

@media (max-width: 767px) {
  #volume_video {
    top: calc(100% - 20px);
    left: calc(100% - 85px);
  }
}
#volume_video.is_muted {
  background-image: url(../images/volume-button.svg);
}

#volume_video:focus,
#volume_video:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  #volume_video {
    width: 30px;
    height: 30px;
    top: calc(100% - 10px);
    left: calc(100% - 50px);
  }
}
.player_wrapper {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 220;
  display: none;
}

@media (max-width: 992px) {
  .player_wrapper {
    background: #000;
  }
}
.player_wrapper .controls {
  top: 160px;
  right: 20px;
  z-index: 20;
  height: 20px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .player_wrapper .controls {
    top: initial;
    bottom: 20px;
  }
}
.player_wrapper .controls a,
.player_wrapper .controls a:focus,
.player_wrapper .controls a:hover {
  text-decoration: none;
}

.player_wrapper .controls a {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
}

.player_wrapper .controls .far,
.player_wrapper .controls .fas {
  line-height: 20px;
  font-size: 15px;
  color: var(--white-color);
  text-shadow: 0 0 5px var(--default-color);
}

.player_wrapper .player_container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-aspect-ratio: 16/9) {
  .player_wrapper .player_container {
    width: 100%;
    overflow: hidden;
  }
}
.player_wrapper .player_container:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.player_wrapper .player_container iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .player_wrapper .player_container iframe {
    height: 56.25vw;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .player_wrapper .player_container iframe {
    width: 177.7777777778vh;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .player_wrapper .player_container iframe {
    height: 311px;
  }
}
.submenu-container {
  background: rgba(var(--black-color), 0.55);
  text-align: center;
}

.siblings-wrap {
  height: 0;
  overflow-x: hidden;
}

.siblings-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 20px 0;
}

.siblings-container .single-sibling {
  flex: 0 0 20%;
  padding: 0 10px;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
}

@media (max-width: 992px) {
  .siblings-container .single-sibling {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 767px) {
  .siblings-container .single-sibling {
    flex: 0 0 100%;
  }
}
.siblings-container .single-sibling .thumb-wrap {
  height: 13.333em;
}

.siblings-container .single-sibling .single-sibling-title {
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  font-family: var(--menu-font);
}

.siblings-container .single-sibling.slick-slide {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.siblings-container .single-sibling.slick-slide:focus,
.siblings-container .single-sibling.slick-slide:hover {
  opacity: 1;
}

.siblings-container .single-sibling.slick-center {
  opacity: 1;
}

.siblings-container .single-sibling.slick-center .thumb-wrap {
  border: 1px solid var(--white-color);
}

.siblings-container .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-carousel.svg) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  z-index: 50;
  top: 6.666em;
}

.siblings-container .arrow.prev {
  left: 100px;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .siblings-container .arrow.prev {
    left: 25px;
  }
}
.siblings-container .arrow.next {
  right: 100px;
}

@media (max-width: 767px) {
  .siblings-container .arrow.next {
    right: 25px;
  }
}
.breadcrumb ul {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumb li a {
  font-size: 0.8em;
  color: var(--default-color);
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb li:after {
  content: '/';
  display: inline-block;
  padding: 0 10px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.filter_wrapper.train_not_visible {
  display: none;
}

.filter-wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 15px;
  margin-bottom: 0.667em;
}

@media (max-width: 767px) {
  .filter-wrap {
    display: none;
  }
}
body.page-template-template-rooms .filter-wrap {
  padding: 0 30px;
}

@media (max-width: 992px) {
  body.page-template-template-rooms .filter-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .page-template-template-hotels .filter-wrap {
    display: flex;
    padding: 0;
  }
  .page-template-template-hotels .filter-wrap .filter_container {
    padding: 0;
  }
  .page-template-template-hotels .filter-wrap .filter_container a {
    margin: 0 10px 10px 0;
  }
  .page-template-template-hotels .section7 .container-large {
    padding-left: 0;
    padding-right: 0;
  }
}
.filter_container {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 20px;
  max-width: 80%;
}

.filter_container a {
  font-family: var(--menu-font);
  font-size: 0.875em;
  color: var(--dark-blue);
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--dark-blue);
  border-radius: 7px;
  margin: 5px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 18px;
  padding: 8px 10px;
}

.filter_container a.active,
.filter_container a:hover {
  background: var(--dark-blue);
  color: var(--white-color);
}

.filter_container a[tracking-name='coming soon'] {
  order: 99;
  border-width: 2px;
  border-style: dashed;
}

.filter-wrap-mobile {
  display: none;
}

.filter-wrap-mobile select {
  height: 3em;
  border-radius: 3px;
  width: 100%;
  border-color: var(--dark-blue);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .filter-wrap-mobile {
    display: block;
  }
}
#experience .children-wrap,
#explorations .children-wrap,
#itineraries .children-wrap,
#meetings .children-wrap,
#news .children-wrap,
#restaurants .children-wrap,
#rooms .children-wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#experience .single-child-wrap,
#explorations .single-child-wrap,
#itineraries .single-child-wrap,
#meetings .single-child-wrap,
#news .single-child-wrap,
#restaurants .single-child-wrap,
#rooms .single-child-wrap {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 5.333em;
  float: left;
}

@media (max-width: 992px) {
  #experience .single-child-wrap,
  #explorations .single-child-wrap,
  #itineraries .single-child-wrap,
  #meetings .single-child-wrap,
  #news .single-child-wrap,
  #restaurants .single-child-wrap,
  #rooms .single-child-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 4.733em;
  }
}
#experience .single-child-wrap .mini-gallery-wrapper,
#explorations .single-child-wrap .mini-gallery-wrapper,
#itineraries .single-child-wrap .mini-gallery-wrapper,
#meetings .single-child-wrap .mini-gallery-wrapper,
#news .single-child-wrap .mini-gallery-wrapper,
#restaurants .single-child-wrap .mini-gallery-wrapper,
#rooms .single-child-wrap .mini-gallery-wrapper {
  height: 33.333em;
  background: #ccc;
}

@media (max-width: 992px) {
  #experience .single-child-wrap .mini-gallery-wrapper,
  #explorations .single-child-wrap .mini-gallery-wrapper,
  #itineraries .single-child-wrap .mini-gallery-wrapper,
  #meetings .single-child-wrap .mini-gallery-wrapper,
  #news .single-child-wrap .mini-gallery-wrapper,
  #restaurants .single-child-wrap .mini-gallery-wrapper,
  #rooms .single-child-wrap .mini-gallery-wrapper {
    height: 21.067em;
  }
}
#experience .single-child-wrap .mini-gallery-wrapper .slick-list,
#experience .single-child-wrap .mini-gallery-wrapper .slick-track,
#explorations .single-child-wrap .mini-gallery-wrapper .slick-list,
#explorations .single-child-wrap .mini-gallery-wrapper .slick-track,
#itineraries .single-child-wrap .mini-gallery-wrapper .slick-list,
#itineraries .single-child-wrap .mini-gallery-wrapper .slick-track,
#meetings .single-child-wrap .mini-gallery-wrapper .slick-list,
#meetings .single-child-wrap .mini-gallery-wrapper .slick-track,
#news .single-child-wrap .mini-gallery-wrapper .slick-list,
#news .single-child-wrap .mini-gallery-wrapper .slick-track,
#restaurants .single-child-wrap .mini-gallery-wrapper .slick-list,
#restaurants .single-child-wrap .mini-gallery-wrapper .slick-track,
#rooms .single-child-wrap .mini-gallery-wrapper .slick-list,
#rooms .single-child-wrap .mini-gallery-wrapper .slick-track {
  height: 100%;
}

#experience .single-child-wrap .mini-gallery-wrapper .arrow,
#explorations .single-child-wrap .mini-gallery-wrapper .arrow,
#itineraries .single-child-wrap .mini-gallery-wrapper .arrow,
#meetings .single-child-wrap .mini-gallery-wrapper .arrow,
#news .single-child-wrap .mini-gallery-wrapper .arrow,
#restaurants .single-child-wrap .mini-gallery-wrapper .arrow,
#rooms .single-child-wrap .mini-gallery-wrapper .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-carousel.svg) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
}

#experience .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#explorations .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#itineraries .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#meetings .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#news .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#restaurants .single-child-wrap .mini-gallery-wrapper .arrow.prev,
#rooms .single-child-wrap .mini-gallery-wrapper .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

#experience .single-child-wrap .mini-gallery-wrapper .arrow.next,
#explorations .single-child-wrap .mini-gallery-wrapper .arrow.next,
#itineraries .single-child-wrap .mini-gallery-wrapper .arrow.next,
#meetings .single-child-wrap .mini-gallery-wrapper .arrow.next,
#news .single-child-wrap .mini-gallery-wrapper .arrow.next,
#restaurants .single-child-wrap .mini-gallery-wrapper .arrow.next,
#rooms .single-child-wrap .mini-gallery-wrapper .arrow.next {
  right: 5px;
}

#experience .single-child-wrap .mini-gallery-wrapper .slick-dots,
#explorations .single-child-wrap .mini-gallery-wrapper .slick-dots,
#itineraries .single-child-wrap .mini-gallery-wrapper .slick-dots,
#meetings .single-child-wrap .mini-gallery-wrapper .slick-dots,
#news .single-child-wrap .mini-gallery-wrapper .slick-dots,
#restaurants .single-child-wrap .mini-gallery-wrapper .slick-dots,
#rooms .single-child-wrap .mini-gallery-wrapper .slick-dots {
  right: 20px;
}

#experience .single-child-wrap .single-child-content a:has(h2),
#explorations .single-child-wrap .single-child-content a:has(h2),
#itineraries .single-child-wrap .single-child-content a:has(h2),
#meetings .single-child-wrap .single-child-content a:has(h2),
#news .single-child-wrap .single-child-content a:has(h2),
#restaurants .single-child-wrap .single-child-content a:has(h2),
#rooms .single-child-wrap .single-child-content a:has(h2) {
  text-decoration: none;
  color: var(--dark-blue);
  transition: all 0.3s ease;
}

#experience .single-child-wrap .single-child-content a.view-more,
#explorations .single-child-wrap .single-child-content a.view-more,
#itineraries .single-child-wrap .single-child-content a.view-more,
#meetings .single-child-wrap .single-child-content a.view-more,
#news .single-child-wrap .single-child-content a.view-more,
#restaurants .single-child-wrap .single-child-content a.view-more,
#rooms .single-child-wrap .single-child-content a.view-more {
  transition: all 0.3s ease;
}

#experience .single-child-wrap .single-child-content a.view-more:focus,
#experience .single-child-wrap .single-child-content a.view-more:hover,
#explorations .single-child-wrap .single-child-content a.view-more:focus,
#explorations .single-child-wrap .single-child-content a.view-more:hover,
#itineraries .single-child-wrap .single-child-content a.view-more:focus,
#itineraries .single-child-wrap .single-child-content a.view-more:hover,
#meetings .single-child-wrap .single-child-content a.view-more:focus,
#meetings .single-child-wrap .single-child-content a.view-more:hover,
#news .single-child-wrap .single-child-content a.view-more:focus,
#news .single-child-wrap .single-child-content a.view-more:hover,
#restaurants .single-child-wrap .single-child-content a.view-more:focus,
#restaurants .single-child-wrap .single-child-content a.view-more:hover,
#rooms .single-child-wrap .single-child-content a.view-more:focus,
#rooms .single-child-wrap .single-child-content a.view-more:hover {
  color: var(--white-color);
  background-color: var(--dark-blue);
}

#experience .single-child-wrap .single-child-content .title-section,
#explorations .single-child-wrap .single-child-content .title-section,
#itineraries .single-child-wrap .single-child-content .title-section,
#meetings .single-child-wrap .single-child-content .title-section,
#news .single-child-wrap .single-child-content .title-section,
#restaurants .single-child-wrap .single-child-content .title-section,
#rooms .single-child-wrap .single-child-content .title-section {
  margin-top: 10px;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  #experience .single-child-wrap .single-child-content .buttons_container,
  #explorations .single-child-wrap .single-child-content .buttons_container,
  #itineraries .single-child-wrap .single-child-content .buttons_container,
  #meetings .single-child-wrap .single-child-content .buttons_container,
  #news .single-child-wrap .single-child-content .buttons_container,
  #restaurants .single-child-wrap .single-child-content .buttons_container,
  #rooms .single-child-wrap .single-child-content .buttons_container {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #experience .single-child-wrap .single-child-content .buttons_container a,
  #explorations .single-child-wrap .single-child-content .buttons_container a,
  #itineraries .single-child-wrap .single-child-content .buttons_container a,
  #meetings .single-child-wrap .single-child-content .buttons_container a,
  #news .single-child-wrap .single-child-content .buttons_container a,
  #restaurants .single-child-wrap .single-child-content .buttons_container a,
  #rooms .single-child-wrap .single-child-content .buttons_container a {
    width: 100%;
    text-align: center;
  }
}
#experience .single-child-wrap .event-type-wrapper,
#explorations .single-child-wrap .event-type-wrapper,
#itineraries .single-child-wrap .event-type-wrapper,
#meetings .single-child-wrap .event-type-wrapper,
#news .single-child-wrap .event-type-wrapper,
#restaurants .single-child-wrap .event-type-wrapper,
#rooms .single-child-wrap .event-type-wrapper {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#experience .single-child-wrap .room-details,
#explorations .single-child-wrap .room-details,
#itineraries .single-child-wrap .room-details,
#meetings .single-child-wrap .room-details,
#news .single-child-wrap .room-details,
#restaurants .single-child-wrap .room-details,
#rooms .single-child-wrap .room-details {
  padding-bottom: 1.333em;
  padding-right: 7.067em;
}

@media (max-width: 767px) {
  #experience .single-child-wrap .room-details,
  #explorations .single-child-wrap .room-details,
  #itineraries .single-child-wrap .room-details,
  #meetings .single-child-wrap .room-details,
  #news .single-child-wrap .room-details,
  #restaurants .single-child-wrap .room-details,
  #rooms .single-child-wrap .room-details {
    padding-right: 0;
  }
}
#experience .single-child-wrap .room-details,
#explorations .single-child-wrap .room-details,
#itineraries .single-child-wrap .room-details,
#meetings .single-child-wrap .room-details,
#news .single-child-wrap .room-details,
#restaurants .single-child-wrap .room-details,
#rooms .single-child-wrap .room-details {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

#experience .single-child-wrap .room-details .item-wrap,
#explorations .single-child-wrap .room-details .item-wrap,
#itineraries .single-child-wrap .room-details .item-wrap,
#meetings .single-child-wrap .room-details .item-wrap,
#news .single-child-wrap .room-details .item-wrap,
#restaurants .single-child-wrap .room-details .item-wrap,
#rooms .single-child-wrap .room-details .item-wrap {
  flex: 0 0 50%;
}

#experience .single-child-wrap .room-details .item-wrap .item,
#explorations .single-child-wrap .room-details .item-wrap .item,
#itineraries .single-child-wrap .room-details .item-wrap .item,
#meetings .single-child-wrap .room-details .item-wrap .item,
#news .single-child-wrap .room-details .item-wrap .item,
#restaurants .single-child-wrap .room-details .item-wrap .item,
#rooms .single-child-wrap .room-details .item-wrap .item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  #experience .single-child-wrap .room-details .item-wrap .item,
  #explorations .single-child-wrap .room-details .item-wrap .item,
  #itineraries .single-child-wrap .room-details .item-wrap .item,
  #meetings .single-child-wrap .room-details .item-wrap .item,
  #news .single-child-wrap .room-details .item-wrap .item,
  #restaurants .single-child-wrap .room-details .item-wrap .item,
  #rooms .single-child-wrap .room-details .item-wrap .item {
    padding-right: 15px;
  }
}
#experience .single-child-wrap .room-details .item-wrap .meeting-config,
#explorations .single-child-wrap .room-details .item-wrap .meeting-config,
#itineraries .single-child-wrap .room-details .item-wrap .meeting-config,
#meetings .single-child-wrap .room-details .item-wrap .meeting-config,
#news .single-child-wrap .room-details .item-wrap .meeting-config,
#restaurants .single-child-wrap .room-details .item-wrap .meeting-config,
#rooms .single-child-wrap .room-details .item-wrap .meeting-config {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}

#experience .single-child-wrap .room-details .item-wrap .icon,
#experience .single-child-wrap .room-details .item-wrap .label,
#explorations .single-child-wrap .room-details .item-wrap .icon,
#explorations .single-child-wrap .room-details .item-wrap .label,
#itineraries .single-child-wrap .room-details .item-wrap .icon,
#itineraries .single-child-wrap .room-details .item-wrap .label,
#meetings .single-child-wrap .room-details .item-wrap .icon,
#meetings .single-child-wrap .room-details .item-wrap .label,
#news .single-child-wrap .room-details .item-wrap .icon,
#news .single-child-wrap .room-details .item-wrap .label,
#restaurants .single-child-wrap .room-details .item-wrap .icon,
#restaurants .single-child-wrap .room-details .item-wrap .label,
#rooms .single-child-wrap .room-details .item-wrap .icon,
#rooms .single-child-wrap .room-details .item-wrap .label {
  line-height: 1.5em;
}

#experience .single-child-wrap .room-details .item-wrap .label,
#explorations .single-child-wrap .room-details .item-wrap .label,
#itineraries .single-child-wrap .room-details .item-wrap .label,
#meetings .single-child-wrap .room-details .item-wrap .label,
#news .single-child-wrap .room-details .item-wrap .label,
#restaurants .single-child-wrap .room-details .item-wrap .label,
#rooms .single-child-wrap .room-details .item-wrap .label {
  font-weight: 700;
}

#experience .single-child-wrap .room-details .item-wrap .icon,
#explorations .single-child-wrap .room-details .item-wrap .icon,
#itineraries .single-child-wrap .room-details .item-wrap .icon,
#meetings .single-child-wrap .room-details .item-wrap .icon,
#news .single-child-wrap .room-details .item-wrap .icon,
#restaurants .single-child-wrap .room-details .item-wrap .icon,
#rooms .single-child-wrap .room-details .item-wrap .icon {
  font-size: 2.267em;
  margin-right: 0.4em;
}

#experience .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#explorations .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#itineraries .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#meetings .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#news .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#restaurants .single-child-wrap .room-details .item-wrap .icon.customized-icon,
#rooms .single-child-wrap .room-details .item-wrap .icon.customized-icon {
  width: 34px;
}

#experience
  .single-child-wrap
  .room-details
  .item-wrap
  .icon.customized-icon
  img,
#explorations
  .single-child-wrap
  .room-details
  .item-wrap
  .icon.customized-icon
  img,
#itineraries
  .single-child-wrap
  .room-details
  .item-wrap
  .icon.customized-icon
  img,
#meetings .single-child-wrap .room-details .item-wrap .icon.customized-icon img,
#news .single-child-wrap .room-details .item-wrap .icon.customized-icon img,
#restaurants
  .single-child-wrap
  .room-details
  .item-wrap
  .icon.customized-icon
  img,
#rooms .single-child-wrap .room-details .item-wrap .icon.customized-icon img {
  width: 100%;
  height: auto;
}

#experience .single-child-wrap.full,
#explorations .single-child-wrap.full,
#itineraries .single-child-wrap.full,
#meetings .single-child-wrap.full,
#news .single-child-wrap.full,
#restaurants .single-child-wrap.full,
#rooms .single-child-wrap.full {
  width: 100%;
  height: 46.667em;
  position: relative;
}

@media (max-width: 992px) {
  #experience .single-child-wrap.full,
  #explorations .single-child-wrap.full,
  #itineraries .single-child-wrap.full,
  #meetings .single-child-wrap.full,
  #news .single-child-wrap.full,
  #restaurants .single-child-wrap.full,
  #rooms .single-child-wrap.full {
    height: auto;
  }
  #experience .single-child-wrap.full .single-child,
  #explorations .single-child-wrap.full .single-child,
  #itineraries .single-child-wrap.full .single-child,
  #meetings .single-child-wrap.full .single-child,
  #news .single-child-wrap.full .single-child,
  #restaurants .single-child-wrap.full .single-child,
  #rooms .single-child-wrap.full .single-child {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
#experience .single-child-wrap.full .mini-gallery-wrapper,
#experience .single-child-wrap.full .thumb-wrap,
#explorations .single-child-wrap.full .mini-gallery-wrapper,
#explorations .single-child-wrap.full .thumb-wrap,
#itineraries .single-child-wrap.full .mini-gallery-wrapper,
#itineraries .single-child-wrap.full .thumb-wrap,
#meetings .single-child-wrap.full .mini-gallery-wrapper,
#meetings .single-child-wrap.full .thumb-wrap,
#news .single-child-wrap.full .mini-gallery-wrapper,
#news .single-child-wrap.full .thumb-wrap,
#restaurants .single-child-wrap.full .mini-gallery-wrapper,
#restaurants .single-child-wrap.full .thumb-wrap,
#rooms .single-child-wrap.full .mini-gallery-wrapper,
#rooms .single-child-wrap.full .thumb-wrap {
  height: 46.667em;
}

#experience .single-child-wrap.full .single-child-content,
#explorations .single-child-wrap.full .single-child-content,
#itineraries .single-child-wrap.full .single-child-content,
#meetings .single-child-wrap.full .single-child-content,
#news .single-child-wrap.full .single-child-content,
#restaurants .single-child-wrap.full .single-child-content,
#rooms .single-child-wrap.full .single-child-content {
  width: 39.533em;
  background: var(--white-color);
  padding: 3.333em;
  position: absolute;
  right: 5.333em;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  #experience .single-child-wrap.full .single-child-content,
  #explorations .single-child-wrap.full .single-child-content,
  #itineraries .single-child-wrap.full .single-child-content,
  #meetings .single-child-wrap.full .single-child-content,
  #news .single-child-wrap.full .single-child-content,
  #restaurants .single-child-wrap.full .single-child-content,
  #rooms .single-child-wrap.full .single-child-content {
    padding: 0 !important;
  }
}
#experience .single-child-wrap.highlighted_accommodation .single-child-wrap,
#explorations .single-child-wrap.highlighted_accommodation .single-child-wrap,
#itineraries .single-child-wrap.highlighted_accommodation .single-child-wrap,
#meetings .single-child-wrap.highlighted_accommodation .single-child-wrap,
#news .single-child-wrap.highlighted_accommodation .single-child-wrap,
#restaurants .single-child-wrap.highlighted_accommodation .single-child-wrap,
#rooms .single-child-wrap.highlighted_accommodation .single-child-wrap {
  padding: 0 0;
}

#meetings .single-child-content .room-details {
  padding-top: 1.333em;
}

#itineraries .single-child,
.itineraries_carousel .single-child {
  height: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

#itineraries .single-child-content,
.itineraries_carousel .single-child-content {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

#itineraries .single-child-wrap .single-child-content a,
.itineraries_carousel .single-child-wrap .single-child-content a {
  width: 50%;
}

#news .single-child-wrap.large .single-child-content {
  padding: 1em 0 1em 3.333em;
}

#news .single-child-wrap.large.reverse_box .single-child-content {
  padding: 1em 3.333em 1em 0;
}

#experience .single-child-content .event-type-wrapper,
#itineraries .single-child-content .event-type-wrapper,
#news .single-child-content .event-type-wrapper,
.itineraries_carousel .single-child-content .event-type-wrapper {
  margin: 10px 0;
}

#experience .single-child-content .title-section,
#itineraries .single-child-content .title-section,
#news .single-child-content .title-section,
.itineraries_carousel .single-child-content .title-section {
  line-height: 28px;
  letter-spacing: -0.5px;
  padding: 15px 0 2px;
}

#experience .single-child-content .title-section a,
#itineraries .single-child-content .title-section a,
#news .single-child-content .title-section a,
.itineraries_carousel .single-child-content .title-section a {
  text-decoration: none;
  font-family: var(--title-font);
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 10px 0;
  color: var(--dark-blue);
}

#experience .single-child .thumb-wrap,
#itineraries .single-child .thumb-wrap,
#news .single-child .thumb-wrap,
.itineraries_carousel .single-child .thumb-wrap {
  display: block;
  position: relative;
}

#experience .single-child .thumb-wrap a,
#itineraries .single-child .thumb-wrap a,
#news .single-child .thumb-wrap a,
.itineraries_carousel .single-child .thumb-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}

#experience .single-child .thumb-wrap:after,
#itineraries .single-child .thumb-wrap:after,
#news .single-child .thumb-wrap:after,
.itineraries_carousel .single-child .thumb-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(var(--header-bg-fixed), 1);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 6;
}

#experience .single-child:hover .thumb-wrap:after,
#itineraries .single-child:hover .thumb-wrap:after,
#news .single-child:hover .thumb-wrap:after,
.itineraries_carousel .single-child:hover .thumb-wrap:after {
  opacity: 0.2;
}

#experience .last_item_extend,
#itineraries .last_item_extend,
#news .last_item_extend,
.itineraries_carousel .last_item_extend {
  max-height: 46em;
}

#experience .last_item_extend .thumb-wrap,
#itineraries .last_item_extend .thumb-wrap,
#news .last_item_extend .thumb-wrap,
.itineraries_carousel .last_item_extend .thumb-wrap {
  height: 46em;
}

.page-template-template-itineraries h2.title-section {
  font-family: var(--default-font);
}

#experience .single-child-wrap,
#explorations .single-child-wrap,
#itineraries .single-child-wrap,
#news .single-child-wrap {
  width: 33.3%;
}

@media (max-width: 992px) {
  #experience .single-child-wrap,
  #explorations .single-child-wrap,
  #itineraries .single-child-wrap,
  #news .single-child-wrap {
    width: calc(50% - 2em);
    margin: 0 1em 2.73297em 1em;
  }
}
@media (max-width: 767px) {
  #experience .single-child-wrap,
  #explorations .single-child-wrap,
  #itineraries .single-child-wrap,
  #news .single-child-wrap {
    width: 100%;
    margin: 0 0 2.73em 0;
  }
}
#experience .single-child-wrap .event-type-wrapper .event-type,
#explorations .single-child-wrap .event-type-wrapper .event-type,
#itineraries .single-child-wrap .event-type-wrapper .event-type,
#news .single-child-wrap .event-type-wrapper .event-type {
  margin-right: 10px;
}

#experience .thumb-wrap,
#explorations .thumb-wrap,
#itineraries .thumb-wrap,
#news .thumb-wrap {
  width: 100%;
  height: 21.333em;
  transition: all 0.3s ease-in-out;
}

html.oe_group_site #experience .single-child-wrap.small_small_box,
html.oe_group_site #explorations .single-child-wrap.small_small_box,
html.oe_group_site #itineraries .single-child-wrap.small_small_box,
html.oe_group_site #news .single-child-wrap.small_small_box {
  width: 30%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.small_small_box,
  html.oe_group_site #explorations .single-child-wrap.small_small_box,
  html.oe_group_site #itineraries .single-child-wrap.small_small_box,
  html.oe_group_site #news .single-child-wrap.small_small_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.small_small_box .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.small_small_box .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.small_small_box .thumb-wrap,
html.oe_group_site #news .single-child-wrap.small_small_box .thumb-wrap {
  height: 25em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.small_small_box .thumb-wrap,
  html.oe_group_site
    #explorations
    .single-child-wrap.small_small_box
    .thumb-wrap,
  html.oe_group_site
    #itineraries
    .single-child-wrap.small_small_box
    .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.small_small_box .thumb-wrap {
    height: 25em;
  }
}
html.oe_group_site #experience .single-child-wrap.small_box,
html.oe_group_site #explorations .single-child-wrap.small_box,
html.oe_group_site #itineraries .single-child-wrap.small_box,
html.oe_group_site #news .single-child-wrap.small_box {
  width: 35%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.small_box,
  html.oe_group_site #explorations .single-child-wrap.small_box,
  html.oe_group_site #itineraries .single-child-wrap.small_box,
  html.oe_group_site #news .single-child-wrap.small_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.small_box.little .thumb-wrap,
html.oe_group_site
  #explorations
  .single-child-wrap.small_box.little
  .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.small_box.little .thumb-wrap,
html.oe_group_site #news .single-child-wrap.small_box.little .thumb-wrap {
  height: 23.75em;
}

@media (max-width: 992px) {
  html.oe_group_site
    #experience
    .single-child-wrap.small_box.little
    .thumb-wrap,
  html.oe_group_site
    #explorations
    .single-child-wrap.small_box.little
    .thumb-wrap,
  html.oe_group_site
    #itineraries
    .single-child-wrap.small_box.little
    .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.small_box.little .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.small_box.medium .thumb-wrap,
html.oe_group_site
  #explorations
  .single-child-wrap.small_box.medium
  .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.small_box.medium .thumb-wrap,
html.oe_group_site #news .single-child-wrap.small_box.medium .thumb-wrap {
  height: 17.188em;
}

@media (max-width: 992px) {
  html.oe_group_site
    #experience
    .single-child-wrap.small_box.medium
    .thumb-wrap,
  html.oe_group_site
    #explorations
    .single-child-wrap.small_box.medium
    .thumb-wrap,
  html.oe_group_site
    #itineraries
    .single-child-wrap.small_box.medium
    .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.small_box.medium .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.medium_box,
html.oe_group_site #explorations .single-child-wrap.medium_box,
html.oe_group_site #itineraries .single-child-wrap.medium_box,
html.oe_group_site #news .single-child-wrap.medium_box {
  width: 42%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.medium_box,
  html.oe_group_site #explorations .single-child-wrap.medium_box,
  html.oe_group_site #itineraries .single-child-wrap.medium_box,
  html.oe_group_site #news .single-child-wrap.medium_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.medium_box .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.medium_box .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.medium_box .thumb-wrap,
html.oe_group_site #news .single-child-wrap.medium_box .thumb-wrap {
  height: 32.333em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.medium_box .thumb-wrap,
  html.oe_group_site #explorations .single-child-wrap.medium_box .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.medium_box .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.medium_box .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_box,
html.oe_group_site #explorations .single-child-wrap.tall_box,
html.oe_group_site #itineraries .single-child-wrap.tall_box,
html.oe_group_site #news .single-child-wrap.tall_box {
  width: 30%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_box,
  html.oe_group_site #explorations .single-child-wrap.tall_box,
  html.oe_group_site #itineraries .single-child-wrap.tall_box,
  html.oe_group_site #news .single-child-wrap.tall_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_box .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.tall_box .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.tall_box .thumb-wrap,
html.oe_group_site #news .single-child-wrap.tall_box .thumb-wrap {
  height: 30.375em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_box .thumb-wrap,
  html.oe_group_site #explorations .single-child-wrap.tall_box .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.tall_box .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.tall_box .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_box_large,
html.oe_group_site #explorations .single-child-wrap.tall_box_large,
html.oe_group_site #itineraries .single-child-wrap.tall_box_large,
html.oe_group_site #news .single-child-wrap.tall_box_large {
  width: 45%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_box_large,
  html.oe_group_site #explorations .single-child-wrap.tall_box_large,
  html.oe_group_site #itineraries .single-child-wrap.tall_box_large,
  html.oe_group_site #news .single-child-wrap.tall_box_large {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_box_large .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.tall_box_large .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.tall_box_large .thumb-wrap,
html.oe_group_site #news .single-child-wrap.tall_box_large .thumb-wrap {
  height: 29.688em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_box_large .thumb-wrap,
  html.oe_group_site
    #explorations
    .single-child-wrap.tall_box_large
    .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.tall_box_large .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.tall_box_large .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_small_box,
html.oe_group_site #explorations .single-child-wrap.tall_small_box,
html.oe_group_site #itineraries .single-child-wrap.tall_small_box,
html.oe_group_site #news .single-child-wrap.tall_small_box {
  width: 25%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_small_box,
  html.oe_group_site #explorations .single-child-wrap.tall_small_box,
  html.oe_group_site #itineraries .single-child-wrap.tall_small_box,
  html.oe_group_site #news .single-child-wrap.tall_small_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.tall_small_box .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.tall_small_box .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.tall_small_box .thumb-wrap,
html.oe_group_site #news .single-child-wrap.tall_small_box .thumb-wrap {
  height: 29.688em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.tall_small_box .thumb-wrap,
  html.oe_group_site
    #explorations
    .single-child-wrap.tall_small_box
    .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.tall_small_box .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.tall_small_box .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.square_box,
html.oe_group_site #explorations .single-child-wrap.square_box,
html.oe_group_site #itineraries .single-child-wrap.square_box,
html.oe_group_site #news .single-child-wrap.square_box {
  width: 50%;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.square_box,
  html.oe_group_site #explorations .single-child-wrap.square_box,
  html.oe_group_site #itineraries .single-child-wrap.square_box,
  html.oe_group_site #news .single-child-wrap.square_box {
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.square_box .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.square_box .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.square_box .thumb-wrap,
html.oe_group_site #news .single-child-wrap.square_box .thumb-wrap {
  height: 32.333em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.square_box .thumb-wrap,
  html.oe_group_site #explorations .single-child-wrap.square_box .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.square_box .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.square_box .thumb-wrap {
    height: 28em;
  }
}
html.oe_group_site #experience .single-child-wrap.large,
html.oe_group_site #explorations .single-child-wrap.large,
html.oe_group_site #itineraries .single-child-wrap.large,
html.oe_group_site #news .single-child-wrap.large {
  width: 100%;
}

html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .single-child,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .single-child,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .single-child,
html.oe_group_site #news .single-child-wrap.large.reverse_box .single-child {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
}

@media (max-width: 992px) {
  html.oe_group_site
    #experience
    .single-child-wrap.large.reverse_box
    .single-child,
  html.oe_group_site
    #explorations
    .single-child-wrap.large.reverse_box
    .single-child,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large.reverse_box
    .single-child,
  html.oe_group_site #news .single-child-wrap.large.reverse_box .single-child {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
html.oe_group_site #experience .single-child-wrap.large.reverse_box .btn,
html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .description,
html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .title-section,
html.oe_group_site #explorations .single-child-wrap.large.reverse_box .btn,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .description,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .title-section,
html.oe_group_site #itineraries .single-child-wrap.large.reverse_box .btn,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .description,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .title-section,
html.oe_group_site #news .single-child-wrap.large.reverse_box .btn,
html.oe_group_site #news .single-child-wrap.large.reverse_box .description,
html.oe_group_site #news .single-child-wrap.large.reverse_box .title-section {
  text-align: right;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.large.reverse_box .btn,
  html.oe_group_site
    #experience
    .single-child-wrap.large.reverse_box
    .description,
  html.oe_group_site
    #experience
    .single-child-wrap.large.reverse_box
    .title-section,
  html.oe_group_site #explorations .single-child-wrap.large.reverse_box .btn,
  html.oe_group_site
    #explorations
    .single-child-wrap.large.reverse_box
    .description,
  html.oe_group_site
    #explorations
    .single-child-wrap.large.reverse_box
    .title-section,
  html.oe_group_site #itineraries .single-child-wrap.large.reverse_box .btn,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large.reverse_box
    .description,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large.reverse_box
    .title-section,
  html.oe_group_site #news .single-child-wrap.large.reverse_box .btn,
  html.oe_group_site #news .single-child-wrap.large.reverse_box .description,
  html.oe_group_site #news .single-child-wrap.large.reverse_box .title-section {
    text-align: left;
  }
}
html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .event-type-wrapper,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .event-type-wrapper,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .event-type-wrapper,
html.oe_group_site
  #news
  .single-child-wrap.large.reverse_box
  .event-type-wrapper {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media (max-width: 992px) {
  html.oe_group_site
    #experience
    .single-child-wrap.large.reverse_box
    .event-type-wrapper,
  html.oe_group_site
    #explorations
    .single-child-wrap.large.reverse_box
    .event-type-wrapper,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large.reverse_box
    .event-type-wrapper,
  html.oe_group_site
    #news
    .single-child-wrap.large.reverse_box
    .event-type-wrapper {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .buttons-container,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .buttons-container,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .buttons-container,
html.oe_group_site
  #news
  .single-child-wrap.large.reverse_box
  .buttons-container {
  text-align: right;
}

html.oe_group_site
  #experience
  .single-child-wrap.large.reverse_box
  .buttons-container
  .btn,
html.oe_group_site
  #explorations
  .single-child-wrap.large.reverse_box
  .buttons-container
  .btn,
html.oe_group_site
  #itineraries
  .single-child-wrap.large.reverse_box
  .buttons-container
  .btn,
html.oe_group_site
  #news
  .single-child-wrap.large.reverse_box
  .buttons-container
  .btn {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 992px) {
  html.oe_group_site
    #experience
    .single-child-wrap.large.reverse_box
    .buttons-container
    .btn,
  html.oe_group_site
    #explorations
    .single-child-wrap.large.reverse_box
    .buttons-container
    .btn,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large.reverse_box
    .buttons-container
    .btn,
  html.oe_group_site
    #news
    .single-child-wrap.large.reverse_box
    .buttons-container
    .btn {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
html.oe_group_site #experience .single-child-wrap.large .single-child,
html.oe_group_site #explorations .single-child-wrap.large .single-child,
html.oe_group_site #itineraries .single-child-wrap.large .single-child,
html.oe_group_site #news .single-child-wrap.large .single-child {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
}

html.oe_group_site #experience .single-child-wrap.large .thumb-wrap,
html.oe_group_site #explorations .single-child-wrap.large .thumb-wrap,
html.oe_group_site #itineraries .single-child-wrap.large .thumb-wrap,
html.oe_group_site #news .single-child-wrap.large .thumb-wrap {
  width: 75%;
  height: 46.2em;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.large .thumb-wrap,
  html.oe_group_site #explorations .single-child-wrap.large .thumb-wrap,
  html.oe_group_site #itineraries .single-child-wrap.large .thumb-wrap,
  html.oe_group_site #news .single-child-wrap.large .thumb-wrap {
    height: 28em;
    width: 100%;
  }
}
html.oe_group_site #experience .single-child-wrap.large .single-child-content,
html.oe_group_site #explorations .single-child-wrap.large .single-child-content,
html.oe_group_site #itineraries .single-child-wrap.large .single-child-content,
html.oe_group_site #news .single-child-wrap.large .single-child-content {
  width: 25%;
  position: relative;
  top: auto;
  right: auto;
  transform: unset;
}

@media (max-width: 992px) {
  html.oe_group_site #experience .single-child-wrap.large .single-child-content,
  html.oe_group_site
    #explorations
    .single-child-wrap.large
    .single-child-content,
  html.oe_group_site
    #itineraries
    .single-child-wrap.large
    .single-child-content,
  html.oe_group_site #news .single-child-wrap.large .single-child-content {
    width: 100%;
    padding: 25px 0;
  }
}
.itineraries_carousel {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .itineraries_carousel .container-large {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .itineraries_carousel .container-large {
    max-width: 100vw;
  }
}
.itineraries_carousel .container-large .the-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.itineraries_carousel .children-wrap:not(.slick-initialized) {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.itineraries_carousel
  .children-wrap:not(.slick-initialized).nSlides_1
  .single-child-wrap,
.itineraries_carousel
  .children-wrap:not(.slick-initialized).nSlides_2
  .single-child-wrap {
  width: 50%;
}

@media (max-width: 767px) {
  .itineraries_carousel
    .children-wrap:not(.slick-initialized).nSlides_1
    .single-child-wrap,
  .itineraries_carousel
    .children-wrap:not(.slick-initialized).nSlides_2
    .single-child-wrap {
    width: 100%;
  }
}
.itineraries_carousel .single-child-wrap {
  width: 426.6666666667px;
  padding: 0 20px;
  float: left;
}

@media (max-width: 1200px) {
  .itineraries_carousel .single-child-wrap {
    width: calc(50vw - 25px);
  }
}
@media (max-width: 992px) {
  .itineraries_carousel .single-child-wrap {
    width: calc(47.5vw - 25px);
  }
}
@media (max-width: 767px) {
  .itineraries_carousel .single-child-wrap {
    width: calc(100vw - 70px);
  }
}
.itineraries_carousel .single-child-wrap .thumb-wrap {
  width: 100%;
  height: 21.333em;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .itineraries_carousel .single-child-wrap .thumb-wrap {
    height: 18em;
  }
}
@media (max-width: 767px) {
  .itineraries_carousel .single-child-wrap .thumb-wrap {
    height: 21em;
  }
}
.itineraries_carousel .single-child-wrap .single-child-content a {
  text-decoration: none;
  color: var(--dark-blue);
  transition: all 0.3s ease;
}

.itineraries_carousel
  .single-child-wrap
  .single-child-content
  a.view-more:focus,
.itineraries_carousel
  .single-child-wrap
  .single-child-content
  a.view-more:hover {
  color: var(--white-color);
  background-color: var(--dark-blue);
}

.itineraries_carousel .single-child-wrap .single-child-content .title-section {
  line-height: 1.2em;
}

@media (max-width: 992px) {
  .itineraries_carousel
    .single-child-wrap
    .single-child-content
    .title-section {
    font-size: 1.6em;
  }
}
.itineraries_carousel
  .single-child-wrap
  .single-child-content
  .startingfrom_price {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 15px;
}

.itineraries_carousel
  .single-child-wrap
  .single-child-content
  .startingfrom_price.hidden {
  display: none;
}

.itineraries_carousel
  .single-child-wrap
  .single-child-content
  .startingfrom_price
  .item {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  gap: 5px;
}

.itineraries_carousel
  .single-child-wrap
  .single-child-content
  .startingfrom_price
  .item
  .offer-price {
  display: block;
  font-size: 24px;
  color: var(--dark-blue);
  font-weight: 700;
}

@media (max-width: 468px) {
  .itineraries_carousel
    .single-child-wrap
    .single-child-content
    .startingfrom_price {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .itineraries_carousel
    .single-child-wrap
    .single-child-content
    .startingfrom_price
    .item {
    width: 100%;
  }
}
.itineraries_carousel .dots-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  bottom: 34px;
}

@media (max-width: 1024px) {
  .itineraries_carousel .dots-container {
    bottom: 20px;
  }
}
.itineraries_carousel .dots-container .slick-dots {
  bottom: 0;
}

@media (max-width: 330px) {
  .itineraries_carousel .dots-container .slick-dots {
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 90%;
  }
}
.itineraries_carousel .dots-container .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  margin: 0 10px;
  background-color: #c5c4c0;
}

@media (max-width: 330px) {
  .itineraries_carousel .dots-container .slick-dots li {
    margin: 0 5px 5px 5px;
  }
}
.itineraries_carousel .dots-container .slick-dots li.slick-active {
  background-color: var(--dark-blue);
}

.itineraries_carousel .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-shop.png) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
  background-size: 20px 20px;
  background-position: center center;
}

.itineraries_carousel .arrow.prev {
  left: -45px;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .itineraries_carousel .arrow.prev {
    left: -25px;
  }
}
.itineraries_carousel .arrow.next {
  right: -45px;
}

@media (max-width: 767px) {
  .itineraries_carousel .arrow.next {
    right: -25px;
  }
}
#experience .single-child-wrap.full .thumb-wrap {
  height: 46.667em;
}

@media (max-width: 992px) {
  .children-tabs,
  .children_tabs {
    padding: 50px 12px;
  }
  .children-tabs .main_content_wrap.left,
  .children-tabs .main_content_wrap.right,
  .children-tabs .single-event .excerpt,
  .children-tabs .single-event h2,
  .children-tabs .ui-tabs-nav,
  .children-tabs h1,
  .children-tabs h1 + .main_content_wrap,
  .children_tabs .main_content_wrap.left,
  .children_tabs .main_content_wrap.right,
  .children_tabs .single-event .excerpt,
  .children_tabs .single-event h2,
  .children_tabs .ui-tabs-nav,
  .children_tabs h1,
  .children_tabs h1 + .main_content_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .children-tabs .single-event .container,
  .children_tabs .single-event .container {
    padding: 0;
  }
  .children-tabs .single-event .description,
  .children_tabs .single-event .description {
    padding: 25px;
  }
  .children-tabs .description,
  .children-tabs .excerpt,
  .children_tabs .description,
  .children_tabs .excerpt {
    text-align: left;
  }
}
.children-tabs ul.ui-widget-header,
.children-tabs.ui-widget.ui-widget-content,
.children_tabs ul.ui-widget-header,
.children_tabs.ui-widget.ui-widget-content {
  border: none;
}

.children-tabs ul,
.children_tabs ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 0;
  background: 0 0;
}

@media (max-width: 992px) {
  .children-tabs ul,
  .children_tabs ul {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.children-tabs ul li.false_tab a,
.children_tabs ul li.false_tab a {
  color: var(--default-color);
  text-decoration: none;
  margin: 20px;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .children-tabs ul li.false_tab a,
  .children_tabs ul li.false_tab a {
    margin: 0 14px;
    font-size: 0.9em;
  }
}
.children-tabs ul li.false_tab a.active,
.children_tabs ul li.false_tab a.active {
  opacity: 1;
  border-bottom: 1px solid var(--default-color);
}

.children-tabs ul li.ui-state-default,
.children_tabs ul li.ui-state-default {
  background: 0 0;
  border: none;
}

.children-tabs ul li.ui-state-default a,
.children_tabs ul li.ui-state-default a {
  opacity: 0.6;
}

@media (max-width: 992px) {
  .children-tabs ul li.ui-state-default a,
  .children_tabs ul li.ui-state-default a {
    padding: 0.5em 3em 0.5em 0 !important;
  }
}
.children-tabs ul li.ui-state-active a,
.children_tabs ul li.ui-state-active a {
  color: var(--default-color);
  opacity: 1;
}

.children-tabs ul li.ui-state-active a:after,
.children_tabs ul li.ui-state-active a:after {
  content: '';
  display: block;
  height: 1px;
  background: var(--dark-blue);
  margin-top: 3px;
}

.children-tabs ul li a,
.children_tabs ul li a {
  font-size: 1.067em;
  text-transform: uppercase;
}

html.oe_group_site .children-tabs .block-tab,
html.oe_group_site .children_tabs .block-tab {
  margin-top: 40px;
}

.slideshow_highlited .single-hotel-highlited {
  padding: 0 15px;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .slideshow_highlited .single-hotel-highlited {
    padding: 60px 0;
    margin: 0;
  }
}
.slideshow_highlited.half-width .single-hotel-highlited {
  flex: 0 0 50%;
}

.slideshow_highlited.half-width .single-hotel-highlited .thumb-wrap {
  height: 33.333em;
}

.slideshow_highlited.do_slideshow .thumb-wrap {
  height: 46.667em !important;
}

@media (max-width: 767px) {
  .slideshow_highlited.do_slideshow .thumb-wrap {
    height: 16.667em !important;
  }
}
.slideshow_highlited.do_slideshow .single-hotel-highlited {
  padding: 0;
}

@media (max-width: 992px) {
  .slideshow_highlited.do_slideshow .single-hotel-highlited {
    padding: 0 0 60px;
    margin: 0;
  }
}
.slideshow_highlited.do_slideshow .single-hotel-highlited .title-section {
  text-align: center;
}

.slideshow_highlited.do_slideshow .single-hotel-highlited .the-excerpt {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.slideshow_highlited.do_slideshow .single-hotel-highlited .buttons {
  text-align: center;
  margin: 20px auto 0;
}

.slideshow_highlited.do_slideshow .slick-list,
.slideshow_highlited.do_slideshow .slick-track {
  height: 100%;
}

.slideshow_highlited.do_slideshow .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-carousel.svg) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: calc(50% - 60px);
  margin-top: -24px;
  z-index: 50;
}

.slideshow_highlited.do_slideshow .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

.slideshow_highlited.do_slideshow .arrow.next {
  right: 5px;
}

.description h1 {
  font-size: 26px;
}

.description h2 {
  font-size: 24px;
}

.description h3 {
  font-size: 22px;
}

.description h4 {
  font-size: 18px;
}

#itineraries .categories_wrapper,
.itineraries_carousel .categories_wrapper {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  line-height: 140%;
  padding: 10px 0;
  border-bottom: 1px solid #d1cebe;
  margin-bottom: 20px;
}

#itineraries .categories_wrapper .item_wrap,
.itineraries_carousel .categories_wrapper .item_wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 5px 8px;
}

#itineraries .categories_wrapper .item_wrap:first-child,
.itineraries_carousel .categories_wrapper .item_wrap:first-child {
  padding-left: 0;
}

#itineraries .categories_wrapper .item_wrap:last-child,
.itineraries_carousel .categories_wrapper .item_wrap:last-child {
  padding-right: 0;
}

#itineraries .categories_wrapper .item_wrap .icon,
.itineraries_carousel .categories_wrapper .item_wrap .icon {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  color: var(--dark-blue);
  font-size: 30px;
  line-height: 100%;
}

#itineraries .categories_wrapper .item_wrap .label,
.itineraries_carousel .categories_wrapper .item_wrap .label {
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  font-weight: 500;
  font-family: var(--default-font);
}

#itineraries .itinerary_stations,
.itineraries_carousel .itinerary_stations {
  display: block;
  text-transform: uppercase;
  line-height: 140%;
  padding: 10px 0;
  border-bottom: 1px solid #d1cebe;
}

#itineraries .itinerary_stations .single_station,
.itineraries_carousel .itinerary_stations .single_station {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

#itineraries .itinerary_stations .single_station:first-child,
.itineraries_carousel .itinerary_stations .single_station:first-child {
  padding-left: 0;
}

#itineraries .itinerary_stations .single_station:not(:last-child):after,
.itineraries_carousel
  .itinerary_stations
  .single_station:not(:last-child):after {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: 10px auto;
  mask-size: 10px auto;
  mask-image: url(../images/separator-menu-dark.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/separator-menu-dark.svg);
  overflow: hidden;
  background-color: var(--dark-blue);
}

.preview-details-section {
  position: relative;
  background-size: cover;
  padding: 80px 80px 80px 0;
  min-height: 46.667em;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 60px 0;
}

@media (max-width: 992px) {
  .preview-details-section {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .preview-details-section {
    padding: 25px;
  }
}
.page-template-template-contacts .preview-details-section,
.page-template-template-train-contacts .preview-details-section {
  margin-bottom: 100px;
}

.preview-details-section .title-section.italic_title {
  font-family: var(--title-font-italic);
  color: var(--dark-blue);
  font-size: 2.375em;
  text-transform: none;
  padding-bottom: 20px;
}

.preview-details-section .preview-details-wrap {
  width: 39.533em;
  background: var(--white-color);
  padding: 40px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 0 0 auto;
  min-height: 350px;
  box-shadow: 0 0 20px rgba(4, 28, 44, 0.2);
}

@media (max-width: 992px) {
  .preview-details-section .preview-details-wrap {
    width: 100%;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .preview-details-section .preview-details-wrap {
    padding: 0;
  }
}
.preview-details-section .preview-details-wrap .preview-details-content {
  flex: 0 0 100%;
}

@media (max-width: 767px) {
  .preview-details-section .preview-details-wrap .preview-details-content {
    padding: 40px;
    background: var(--white-color);
  }
}
.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 25px;
  width: 100%;
}

.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .buttons_container {
  gap: 10%;
}

.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .buttons_container
  .be_phone {
  width: 100%;
}

.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .buttons_container
  .blue_button {
  width: 70%;
}

@media (max-width: 767px) {
  .preview-details-section
    .preview-details-wrap
    .preview-details-content
    .container_booking_info
    .buttons_container
    .blue_button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .preview-details-section
    .preview-details-wrap
    .preview-details-content
    .container_booking_info
    .buttons_container {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }
  .preview-details-section
    .preview-details-wrap
    .preview-details-content
    .container_booking_info
    .buttons_container
    a {
    width: 100%;
    text-align: center;
  }
}
.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .be_phone {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .preview-details-section
    .preview-details-wrap
    .preview-details-content
    .container_booking_info
    .be_phone {
    width: 100%;
    margin-top: 15px;
  }
}
.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .be_phone
  .icon {
  font-size: 32px;
}

.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .be_phone
  .container_phone_infos {
  line-height: 24px;
  margin-left: 15px;
}

.preview-details-section
  .preview-details-wrap
  .preview-details-content
  .container_booking_info
  .be_phone
  .container_phone_infos
  .phone {
  display: block;
  font-family: var(--default-medium);
  color: var(--dark-blue);
  text-decoration: none;
}

.preview-details-section .preview-details-wrap .service-details {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .preview-details-section .preview-details-wrap .service-details {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.preview-details-section .preview-details-wrap .service-details .item-wrap {
  flex: 0 0 50%;
  line-height: 2.267em;
  margin-bottom: 20px;
  padding-right: 15px;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .item {
  display: flex;
  -ms-align-content: center;
  align-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .icon {
  font-size: 2.267em;
  margin-right: 0.4em;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .icon.customized-icon {
  width: 34px;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .icon.customized-icon
  img {
  width: 100%;
  height: auto;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .label {
  font-weight: 700;
  line-height: 100%;
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .label
  a {
  color: var(--dark-blue);
}

.preview-details-section
  .preview-details-wrap
  .service-details
  .item-wrap
  .label
  .title_row {
  display: block;
  margin-bottom: 7px;
}

.preview-details-section .preview-details-wrap .first_departure,
.preview-details-section .preview-details-wrap .offer-price {
  display: block;
  font-size: 1.5em;
  color: var(--dark-blue);
  padding-bottom: 10px;
  text-transform: capitalize;
}

.preview-details-section .preview-details-wrap .first_departure .offer-unit,
.preview-details-section .preview-details-wrap .offer-price .offer-unit {
  font-size: 15px;
  line-height: 1em;
  font-family: var(--default-font);
  color: var(--default-color);
  text-transform: none;
}

.preview-details-section .preview-details-wrap .available-dates-container {
  padding-bottom: 20px;
}

.preview-details-section .preview-details-wrap .available-dates,
.preview-details-section .preview-details-wrap .stays-dates {
  font-size: 0.8em;
  line-height: 1.333em;
}

.preview-details-section .preview-details-wrap .startingfrom_price {
  padding-top: 10px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}

.preview-details-section .preview-details-wrap .startingfrom_price.hidden {
  display: none;
}

.preview-details-section .preview-details-wrap .startingfrom_price .item {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  width: 50%;
}

@media (max-width: 468px) {
  .preview-details-section .preview-details-wrap .startingfrom_price {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .preview-details-section .preview-details-wrap .startingfrom_price .item {
    width: 100%;
  }
}
.preview-details-section .preview-details-wrap .details-contacts-section .email,
.preview-details-section
  .preview-details-wrap
  .details-contacts-section
  .phone {
  color: var(--dark-blue);
  display: block;
}

.preview-details-section
  .preview-details-wrap
  .details-contacts-section
  .phone {
  text-decoration: none;
}

.amenities-section {
  padding: 100px 0;
}

.amenities-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.amenities-wrap .amenities-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 80px;
  border: 1px solid rgba(var(--gold-color), 1);
  position: relative;
}

@media (max-width: 767px) {
  .amenities-wrap .amenities-content {
    padding: 40px;
  }
}
.amenities-wrap .title-contacts {
  position: absolute;
  top: -1.467em;
  background: var(--white-color);
  padding: 0 20px;
}

.amenities-wrap .single-amenities {
  flex: 0 0 20%;
  padding: 20px 5px;
}

@media (max-width: 767px) {
  .amenities-wrap .single-amenities {
    flex: 0 0 33.3%;
  }
}
.amenities-wrap .single-amenities .icon,
.amenities-wrap .single-amenities .label {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.amenities-wrap .single-amenities .icon {
  font-size: 2.667em;
  margin-bottom: 10px;
}

.contacts-section {
  text-align: center;
  margin-bottom: 123px;
}

.contacts-section .email,
.contacts-section .phone {
  color: var(--dark-blue);
  display: block;
}

.contacts-section .phone {
  text-decoration: none;
  margin-bottom: 20px;
}

.single-post_restaurant .preview-details-section .preview-details-wrap,
.single-spa-page .preview-details-section .preview-details-wrap {
  top: 2em;
  bottom: 2em;
}

.contact-us-content,
.opening-hours-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-us-content .title-section,
.opening-hours-content .title-section {
  flex: 0 0 100%;
}

.opening-hours-content {
  margin-bottom: 20px;
}

.opening-hours-content .description {
  flex: 0 0 60%;
  padding-bottom: 20px;
}

.opening-hours-content .restaurant-logo {
  flex: 0 0 40%;
}

.title-section-small {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

html.oe_group_site .contact-us-content {
  margin-top: 15px;
}

html.oe_group_site .contact-us-content .address {
  margin: 20px 0;
}

.contact-us-content .description {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.contact-us-content .description .address,
.contact-us-content .description .city,
.contact-us-content .description .email,
.contact-us-content .description .phone {
  flex: 0 0 100%;
}

.contact-us-content .description .email,
.contact-us-content .description .phone {
  color: var(--default-color);
}

.contact-us-content .description .phone {
  text-decoration: none;
}

.restaurant-logo-content {
  height: 6em;
}

.restaurant-logo-content img {
  width: 100%;
  height: auto;
}

.default-social-network {
  margin-bottom: 20px;
}

.default-social-network,
.restaurant-social-network {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.default-social-network a,
.restaurant-social-network a {
  color: var(--default-color);
  width: 35px;
  height: 35px;
  line-height: 2.333em;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--default-color);
  margin-right: 5px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
}

.menu-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-container .single-menu {
  flex: 0 0 33.3%;
  padding: 0 15px;
  margin-bottom: 60px;
}

html.oe_group_site .menu-container .single-menu {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .menu-container .single-menu {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .menu-container .single-menu {
    flex: 0 0 100%;
  }
}
.menu-container .single-menu .thumb-wrap {
  height: 21.333em;
}

.menu-container.half-width .single-menu {
  flex: 0 0 50%;
}

.menu-container.half-width .single-menu .thumb-wrap {
  height: 33.333em;
}

.chef-section .chef-section-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
}

.chef-section .chef-details,
.chef-section .thumb-wrap {
  flex: 0 0 50%;
  padding: 0 15px;
}

.chef-section .thumb-wrap {
  height: 33.333em;
}

.chef-section .chef-details {
  padding: 60px 100px 56px 24px;
}

@media (max-width: 992px) {
  .highlight-section {
    padding: 40px 0 150px;
  }
  .highlight-section .container-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .highlight-section .container-large {
    padding-left: 0;
    padding-right: 0;
  }
}
.highlight-section.experiences-highlight {
  padding: 60px 0 0;
}

.highlight-section.experiences-highlight .the-title {
  padding: 0;
}

@media (max-width: 767px) {
  .highlight-section.experiences-highlight .the-title {
    padding: 0 25px;
  }
}
.highlight-section.experiences-highlight .highlight-content-wrap {
  background: 0 0;
  position: relative;
  padding: 0 60px 0 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .highlight-section.experiences-highlight .highlight-content-wrap {
    padding: 0 40px 70px 0;
  }
}
.highlight-section.experiences-highlight .highlight-content-wrap:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: rgba(var(--footer-bg), 0.3);
  top: 60px;
  left: 120px;
}

@media (max-width: 992px) {
  .highlight-section.experiences-highlight .highlight-content-wrap:before {
    top: 20px;
    left: 110px;
  }
}
.highlight-section.experiences-highlight .arrow {
  height: 35px;
  width: 35px;
  background-image: url(../images/arrow-shop.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 55% 50%;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -90px;
  z-index: 50;
  border: 1px solid var(--dark-blue);
  border-radius: 100px;
}

@media (max-width: 767px) {
  .highlight-section.experiences-highlight .arrow {
    width: 25px;
    height: 25px;
  }
}
.highlight-section.experiences-highlight .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

@media (max-width: 992px) {
  .highlight-section.experiences-highlight .arrow.prev {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .highlight-section.experiences-highlight .arrow.prev {
    left: 5px;
  }
}
.highlight-section.experiences-highlight .arrow.next {
  right: 70px;
}

@media (max-width: 992px) {
  .highlight-section.experiences-highlight .arrow.next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .highlight-section.experiences-highlight .arrow.next {
    right: 5px;
  }
}
.highlight-section.experiences-highlight .slick-dots {
  bottom: 95px;
  left: calc(50% - 50px);
}

@media (max-width: 992px) {
  .highlight-section.experiences-highlight .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .highlight-section.experiences-highlight .slick-dots {
    bottom: 0;
  }
}
.highlight-section.experiences-highlight .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
  background-size: cover;
  vertical-align: middle;
  opacity: 0.2;
}

.highlight-section.experiences-highlight .slick-dots li.slick-active {
  opacity: 1;
}

.highlight-section .highlight-section-wrapper {
  display: block;
  position: relative;
  padding: 50px 0 0;
}

@media (max-width: 992px) {
  .highlight-section .highlight-section-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .highlight-section .highlight-section-wrapper {
    padding-bottom: 50px 0 0;
  }
}
.highlight-section .highlight-content-wrap {
  background: rgba(var(--footer-bg), 0.2);
  margin: 15px 15px 15px 80px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content-wrap {
    margin: 0;
  }
}
.highlight-section .highlight-margin-carousel {
  position: relative;
  display: block;
  margin: 60px 0 0 60px;
}

@media (max-width: 767px) {
  .highlight-section .highlight-margin-carousel {
    margin: 0 0 0 40px;
  }
}
.highlight-section .highlight-content-carousel {
  background: var(--white-color);
  margin: 0 25px 80px 0;
  display: block;
  left: 60px;
  position: relative;
  display: flex;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content-carousel {
    -moz-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0 0;
  }
}
.highlight-section .highlight-content-carousel .description-content,
.highlight-section .highlight-content-carousel .thumb-wrap {
  flex: 0 0 50%;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content-carousel .description-content,
  .highlight-section .highlight-content-carousel .thumb-wrap {
    flex: 0 1 auto;
  }
}
.highlight-section .highlight-content-carousel .thumb-wrap {
  height: 37.333em;
  position: relative;
  top: -60px;
  left: -60px;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content-carousel .thumb-wrap {
    height: 25.333em;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .highlight-section .highlight-content-carousel .thumb-wrap {
    height: 14.333em;
  }
}
.highlight-section .highlight-content-carousel .description-content {
  position: relative;
  padding: 60px 120px 50px 0;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content-carousel .description-content {
    padding: 60px 25px;
    background: rgba(var(--gold-color), 0.2);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .highlight-section .highlight-content-carousel .description-content {
    padding: 25px;
  }
}
.highlight-section .highlight-content-carousel .description {
  padding-bottom: 10px;
}

.highlight-section .highlight-content {
  background: var(--white-color);
  margin: 0 80px 80px 0;
  display: flex;
  min-width: 90%;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
  }
}
.highlight-section .highlight-content .description-content,
.highlight-section .highlight-content .thumb-wrap {
  flex: 0 0 50%;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content .description-content,
  .highlight-section .highlight-content .thumb-wrap {
    flex: 0 1 auto;
  }
}
.highlight-section .highlight-content .thumb-wrap {
  height: 39.333em;
  position: relative;
  top: -60px;
  left: -60px;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content .thumb-wrap {
    height: 25.333em;
    top: auto;
    left: auto;
  }
}
.highlight-section .highlight-content .description-content {
  padding: 60px 100px 40px 0;
}

@media (max-width: 992px) {
  .highlight-section .highlight-content .description-content {
    padding: 60px 25px;
    background: rgba(var(--gold-color), 0.2);
    margin-top: 0;
  }
}
.highlight-section .highlight-content .description {
  padding-bottom: 10px;
}

#events .single-child-wrap {
  padding: 45px 0;
}

#events .single-child-wrap .block-text-wrapper {
  right: 170px;
}

#events .single-child-wrap:nth-child(even) .block-text-wrapper {
  left: 170px;
  right: auto;
}

ul.filter-event {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.meeting-table {
  width: 100%;
  margin-top: 80px;
  display: block;
}

@media (max-width: 992px) {
  .meeting-table {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.meeting-table .icon {
  font-size: 2.267em;
  padding-bottom: 20px;
}

.meeting-table .label {
  display: inline-block;
  font-size: 0.933em;
}

.meeting-table thead tr th {
  padding: 20px 10px;
}

.meeting-table .label,
.meeting-table tbody tr td {
  font-weight: 700;
}

.meeting-table tbody tr td {
  padding: 10px;
  text-align: center;
}

.meeting-table tbody tr td:nth-child(1) {
  text-align: left;
}

.meeting-table tbody tr:nth-child(odd) {
  background: rgba(var(--gold-color), 0.2);
  border-top: 1px solid rgba(var(--gold-color), 0.5);
  border-bottom: 1px solid rgba(var(--gold-color), 0.5);
}

.meeting-details-information,
.meeting-details-wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.meeting-details-wrap .meeting-details-information {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.meeting-details-wrap .meeting-details-content,
.meeting-details-wrap .meeting-floor-plan-content,
.meeting-details-wrap .single-detail {
  flex: 0 0 50%;
}

.meeting-details-wrap .meeting-details-content,
.meeting-details-wrap .meeting-floor-plan-content {
  padding: 0 15px;
}

.meeting-details-wrap .meeting-floor-plan {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid rgba(var(--gold-color), 1);
  height: 100%;
}

.meeting-details-wrap .meeting-details-container {
  background: rgba(var(--gold-color), 0.2);
  padding: 20px 40px;
}

.meeting-details-wrap .single-detail {
  margin-bottom: 20px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.meeting-details-wrap .single-detail .icon,
.meeting-details-wrap .single-detail .meeting-config {
  display: inline-block;
}

.meeting-details-wrap .single-detail .icon {
  font-size: 30px;
  margin-right: 10px;
}

.meeting-details-wrap .single-detail .label {
  display: block;
  font-weight: 700;
}

.single-post_meeting #equipments {
  padding-top: 0;
}

body.page-template-template-default-bis .minigallery-section {
  padding: 40px 0;
  display: block;
  position: relative;
}

body.page-template-template-default-bis
  .minigallery-section
  .single-image-wrap
  .single-image {
  height: 35em;
}

.minigallery-section .container-large {
  padding: 0 25px;
}

.minigallery-section.cards .container-large {
  max-width: 1320px;
  padding: 0 15px;
}

.minigallery-section.cards .arrow.prev {
  left: 25px;
}

.minigallery-section.cards .arrow.next {
  right: 25px;
}

.minigallery-section.cards .slick-dots {
  bottom: 20px;
  right: 40px;
}

.minigallery-wrapper .single-image-wrap {
  position: relative;
}

.minigallery-wrapper .single-image-wrap .title-section {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: var(--white-color);
  background: rgba(var(--black-color), 0.7);
}

.minigallery-wrapper .single-image-wrap .single-image {
  height: 42.467em;
}

@media (max-width: 992px) {
  .minigallery-wrapper .single-image-wrap .single-image {
    height: 21.067em;
  }
}
.minigallery-wrapper .video-embed {
  height: calc(42.467em - 30px);
}

@media (max-width: 992px) {
  .minigallery-wrapper .video-embed {
    height: calc(21.067em - 30px);
  }
}
.minigallery-wrapper .single-image-wrap .video-embed {
  background: rgba(var(--black-color), 1);
}

.minigallery-wrapper .slick-list,
.minigallery-wrapper .slick-track {
  height: 100%;
}

.minigallery-wrapper .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-carousel.svg) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
}

.minigallery-wrapper .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

.minigallery-wrapper .arrow.next {
  right: 5px;
}

.minigallery-wrapper .arrow.slick-disabled {
  opacity: 0.25;
}

.minigallery-wrapper .slick-dots {
  bottom: 20px;
  right: 20px;
}

.minigallery-wrapper.cards .single-image-wrap {
  padding: 0 20px;
}

.minigallery-wrapper.cards .single-image-wrap .single-image {
  height: 469px;
}

@media (max-width: 992px) {
  .minigallery-wrapper.cards .single-image-wrap .single-image {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .minigallery-wrapper.cards .single-image-wrap .single-image {
    height: 45vw;
  }
}
@media (max-width: 568px) {
  .minigallery-wrapper.cards .single-image-wrap .single-image {
    height: 21.067em;
  }
}
.minigallery-wrapper.cards .video-embed {
  height: 439px;
}

@media (max-width: 992px) {
  .minigallery-wrapper.cards .video-embed {
    height: calc(30vw - 30px);
  }
}
@media (max-width: 767px) {
  .minigallery-wrapper.cards .video-embed {
    height: calc(45vw - 30px);
  }
}
@media (max-width: 568px) {
  .minigallery-wrapper.cards .video-embed {
    height: calc(21.067em - 30px);
  }
}
.hotels-section .hotels-wrapper,
.hotels-section .itineraries-wrapper,
.hotels-section .offers-wrapper,
.hotels-section .pages-wrapper,
.itineraries-section .hotels-wrapper,
.itineraries-section .itineraries-wrapper,
.itineraries-section .offers-wrapper,
.itineraries-section .pages-wrapper,
.offers-section .hotels-wrapper,
.offers-section .itineraries-wrapper,
.offers-section .offers-wrapper,
.offers-section .pages-wrapper,
.pages-section .hotels-wrapper,
.pages-section .itineraries-wrapper,
.pages-section .offers-wrapper,
.pages-section .pages-wrapper {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  .hotels-section .hotels-wrapper,
  .hotels-section .itineraries-wrapper,
  .hotels-section .offers-wrapper,
  .hotels-section .pages-wrapper,
  .itineraries-section .hotels-wrapper,
  .itineraries-section .itineraries-wrapper,
  .itineraries-section .offers-wrapper,
  .itineraries-section .pages-wrapper,
  .offers-section .hotels-wrapper,
  .offers-section .itineraries-wrapper,
  .offers-section .offers-wrapper,
  .offers-section .pages-wrapper,
  .pages-section .hotels-wrapper,
  .pages-section .itineraries-wrapper,
  .pages-section .offers-wrapper,
  .pages-section .pages-wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .hotels-section .hotels-wrapper,
  .hotels-section .itineraries-wrapper,
  .hotels-section .offers-wrapper,
  .hotels-section .pages-wrapper,
  .itineraries-section .hotels-wrapper,
  .itineraries-section .itineraries-wrapper,
  .itineraries-section .offers-wrapper,
  .itineraries-section .pages-wrapper,
  .offers-section .hotels-wrapper,
  .offers-section .itineraries-wrapper,
  .offers-section .offers-wrapper,
  .offers-section .pages-wrapper,
  .pages-section .hotels-wrapper,
  .pages-section .itineraries-wrapper,
  .pages-section .offers-wrapper,
  .pages-section .pages-wrapper {
    padding: 0 15px;
  }
}
.hotels-section .single-hotel,
.hotels-section .single-itinerary,
.hotels-section .single-offer,
.hotels-section .single-page,
.itineraries-section .single-hotel,
.itineraries-section .single-itinerary,
.itineraries-section .single-offer,
.itineraries-section .single-page,
.offers-section .single-hotel,
.offers-section .single-itinerary,
.offers-section .single-offer,
.offers-section .single-page,
.pages-section .single-hotel,
.pages-section .single-itinerary,
.pages-section .single-offer,
.pages-section .single-page {
  flex: 0 0 33.3%;
  padding: 0 15px 30px;
}

@media (max-width: 992px) {
  .hotels-section .single-hotel,
  .hotels-section .single-itinerary,
  .hotels-section .single-offer,
  .hotels-section .single-page,
  .itineraries-section .single-hotel,
  .itineraries-section .single-itinerary,
  .itineraries-section .single-offer,
  .itineraries-section .single-page,
  .offers-section .single-hotel,
  .offers-section .single-itinerary,
  .offers-section .single-offer,
  .offers-section .single-page,
  .pages-section .single-hotel,
  .pages-section .single-itinerary,
  .pages-section .single-offer,
  .pages-section .single-page {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}
.hotels-section .single-hotel .thumb-wrap,
.hotels-section .single-itinerary .thumb-wrap,
.hotels-section .single-offer .thumb-wrap,
.hotels-section .single-page .thumb-wrap,
.itineraries-section .single-hotel .thumb-wrap,
.itineraries-section .single-itinerary .thumb-wrap,
.itineraries-section .single-offer .thumb-wrap,
.itineraries-section .single-page .thumb-wrap,
.offers-section .single-hotel .thumb-wrap,
.offers-section .single-itinerary .thumb-wrap,
.offers-section .single-offer .thumb-wrap,
.offers-section .single-page .thumb-wrap,
.pages-section .single-hotel .thumb-wrap,
.pages-section .single-itinerary .thumb-wrap,
.pages-section .single-offer .thumb-wrap,
.pages-section .single-page .thumb-wrap {
  height: 21.333em;
}

@media (max-width: 767px) {
  .hotels-section .single-hotel .thumb-wrap,
  .hotels-section .single-itinerary .thumb-wrap,
  .hotels-section .single-offer .thumb-wrap,
  .hotels-section .single-page .thumb-wrap,
  .itineraries-section .single-hotel .thumb-wrap,
  .itineraries-section .single-itinerary .thumb-wrap,
  .itineraries-section .single-offer .thumb-wrap,
  .itineraries-section .single-page .thumb-wrap,
  .offers-section .single-hotel .thumb-wrap,
  .offers-section .single-itinerary .thumb-wrap,
  .offers-section .single-offer .thumb-wrap,
  .offers-section .single-page .thumb-wrap,
  .pages-section .single-hotel .thumb-wrap,
  .pages-section .single-itinerary .thumb-wrap,
  .pages-section .single-offer .thumb-wrap,
  .pages-section .single-page .thumb-wrap {
    height: 14em;
  }
}
.hotels-section .single-hotel .event-type-wrapper,
.hotels-section .single-itinerary .event-type-wrapper,
.hotels-section .single-offer .event-type-wrapper,
.hotels-section .single-page .event-type-wrapper,
.itineraries-section .single-hotel .event-type-wrapper,
.itineraries-section .single-itinerary .event-type-wrapper,
.itineraries-section .single-offer .event-type-wrapper,
.itineraries-section .single-page .event-type-wrapper,
.offers-section .single-hotel .event-type-wrapper,
.offers-section .single-itinerary .event-type-wrapper,
.offers-section .single-offer .event-type-wrapper,
.offers-section .single-page .event-type-wrapper,
.pages-section .single-hotel .event-type-wrapper,
.pages-section .single-itinerary .event-type-wrapper,
.pages-section .single-offer .event-type-wrapper,
.pages-section .single-page .event-type-wrapper {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.hotels-section .single-hotel .event-type-wrapper .event-type,
.hotels-section .single-itinerary .event-type-wrapper .event-type,
.hotels-section .single-offer .event-type-wrapper .event-type,
.hotels-section .single-page .event-type-wrapper .event-type,
.itineraries-section .single-hotel .event-type-wrapper .event-type,
.itineraries-section .single-itinerary .event-type-wrapper .event-type,
.itineraries-section .single-offer .event-type-wrapper .event-type,
.itineraries-section .single-page .event-type-wrapper .event-type,
.offers-section .single-hotel .event-type-wrapper .event-type,
.offers-section .single-itinerary .event-type-wrapper .event-type,
.offers-section .single-offer .event-type-wrapper .event-type,
.offers-section .single-page .event-type-wrapper .event-type,
.pages-section .single-hotel .event-type-wrapper .event-type,
.pages-section .single-itinerary .event-type-wrapper .event-type,
.pages-section .single-offer .event-type-wrapper .event-type,
.pages-section .single-page .event-type-wrapper .event-type {
  margin-right: 10px;
}

.hotels-section .single-hotel .description,
.hotels-section .single-itinerary .description,
.hotels-section .single-offer .description,
.hotels-section .single-page .description,
.itineraries-section .single-hotel .description,
.itineraries-section .single-itinerary .description,
.itineraries-section .single-offer .description,
.itineraries-section .single-page .description,
.offers-section .single-hotel .description,
.offers-section .single-itinerary .description,
.offers-section .single-offer .description,
.offers-section .single-page .description,
.pages-section .single-hotel .description,
.pages-section .single-itinerary .description,
.pages-section .single-offer .description,
.pages-section .single-page .description {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .hotels-section .arrow,
  .itineraries-section .arrow,
  .offers-section .arrow,
  .pages-section .arrow {
    height: 35px;
    width: 35px;
    background-image: url(../images/arrow-shop.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 55% 50%;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -90px;
    z-index: 50;
  }
  .hotels-section .arrow.prev,
  .itineraries-section .arrow.prev,
  .offers-section .arrow.prev,
  .pages-section .arrow.prev {
    left: 0;
    transform: rotate(-180deg);
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .hotels-section .arrow.prev,
  .itineraries-section .arrow.prev,
  .offers-section .arrow.prev,
  .pages-section .arrow.prev {
    left: -22px;
  }
}
@media (max-width: 992px) {
  .hotels-section .arrow.next,
  .itineraries-section .arrow.next,
  .offers-section .arrow.next,
  .pages-section .arrow.next {
    right: 0;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .hotels-section .arrow.next,
  .itineraries-section .arrow.next,
  .offers-section .arrow.next,
  .pages-section .arrow.next {
    right: -22px;
  }
}
@media (max-width: 992px) {
  .hotels-section .slick-dots,
  .itineraries-section .slick-dots,
  .offers-section .slick-dots,
  .pages-section .slick-dots {
    bottom: 0;
    position: relative;
  }
  .hotels-section .slick-dots li,
  .itineraries-section .slick-dots li,
  .offers-section .slick-dots li,
  .pages-section .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/separator-menu-white.svg) scroll center no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .hotels-section .slick-dots li.slick-active,
  .itineraries-section .slick-dots li.slick-active,
  .offers-section .slick-dots li.slick-active,
  .pages-section .slick-dots li.slick-active {
    background-image: url(../images/separator-menu-dark.svg);
  }
}
.grid-sizer {
  display: none;
  width: 200px;
}

.special-offers-wrapper {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
}

.special-offers-wrapper .single-offer,
.special-offers-wrapper .single-offer-wrap {
  width: 100%;
  height: 46.667em;
}

.special-offers-wrapper .single-offer-wrap {
  margin-bottom: 90px;
}

.special-offers-wrapper .single-offer {
  position: relative;
}

.special-offers-wrapper .single-offer .single-offer-content {
  background: var(--white-color);
  position: absolute;
  top: 50%;
  right: 107px;
  margin-top: -13.667em;
  width: 30.25em;
  height: 27.333em;
  padding: 40px 48px;
}

.special-offers-wrapper .single-offer .single-offer-content .the-subtitle {
  padding-bottom: 20px;
}

.special-offers-wrapper .single-offer .single-offer-content .offer-price {
  font-size: 2.267em;
  color: var(--dark-blue);
  font-weight: 700;
  padding-bottom: 10px;
}

.special-offers-wrapper
  .single-offer
  .single-offer-content
  .available-dates-container {
  padding-bottom: 20px;
}

.special-offers-wrapper .single-offer .single-offer-content .available-dates,
.special-offers-wrapper .single-offer .single-offer-content .stays-dates {
  font-size: 0.8em;
  line-height: 1.333em;
}

.special-offers-wrapper
  .single-offer-wrap:nth-child(even)
  .single-offer-content {
  right: auto;
  left: 107px;
}

#terms_conditions_wrapper {
  display: none;
}

.photo-gallery-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.photo-gallery-container .single-image-wrap {
  width: 33.3%;
  padding: 1em;
}

@media (max-width: 992px) {
  .photo-gallery-container .single-image-wrap {
    width: 100%;
  }
}
.photo-gallery-container .single-image-wrap a,
.photo-gallery-container .single-image-wrap img {
  display: block;
}

.photo-gallery-container .single-image-wrap img {
  width: 100%;
}

.preview-instagram-section {
  padding: 60px 0 80px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .preview-instagram-section {
    padding: 35px 0;
  }
}
.preview-instagram-section .the-subtitle:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto 10px auto;
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .preview-instagram-section .the-subtitle:after {
    display: block;
    margin: 20px auto 20px auto;
  }
}
.preview-instagram-section .instagram-feed-container {
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: flex-start;
  flex-direction: flex-start;
}

.preview-instagram-section .instagram-feed-container .single-instagram-feed {
  width: 33.3%;
  height: 100%;
  padding: 25px;
}

@media (max-width: 992px) {
  .preview-instagram-section .instagram-feed-container .single-instagram-feed {
    width: 50%;
  }
}
.preview-instagram-section .instagram-feed-container .single-instagram-feed a {
  display: block;
  width: 100%;
  height: 100%;
}

.preview-instagram-section
  .instagram-feed-container
  .single-instagram-feed
  a
  img {
  width: 100%;
  height: 100%;
}

.sbi_inner_wrap:has(a:focus) {
  outline: 2px dotted var(--default-color);
}

@media (max-width: 992px) {
  #sb_instagram #sbi_images {
    padding: 0 !important;
  }
}
#sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
  width: 50%;
  padding: 10px !important;
}

.single-event h2 {
  font-family: var(--title-font);
  font-size: 2.125em;
  line-height: 1.06em;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.single-event .excerpt {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.single-event .description {
  background: rgba(var(--header-bg-fixed), 1);
  padding: 44px 40px;
}

.single-event .cover-image {
  width: 100%;
  height: 375px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .single-event .cover-image {
    height: auto;
  }
}
.single-event .cover-image img {
  width: 100%;
  height: auto;
}

.single-event .has_cover_image {
  position: relative;
}

.single-event .has_cover_image .custom-bg {
  display: block;
  width: 560px;
  height: 487px;
  background: rgba(var(--header-bg-fixed), 1);
  position: absolute;
  top: 150px;
  z-index: 0;
}

@media (max-width: 992px) {
  .single-event .has_cover_image .custom-bg {
    display: none;
  }
}
.single-event .single-event-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .single-event .single-event-wrapper:after {
    content: '';
    display: block;
    background: url(../images/timeline-arrow-down.svg) scroll no-repeat center;
    background-size: cover;
    width: 30px;
    height: 14px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
  }
}
.single-event .single-event-wrapper.has_cover_image .description {
  background: var(--white-color);
}

.single-event .single-event-wrap {
  width: 50%;
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 30px;
  z-index: 10;
}

@media (max-width: 992px) {
  .single-event .single-event-wrap {
    width: 100%;
  }
}
.single-event .single-event-wrap:after {
  content: '';
  display: block;
  background: url(../images/timeline-arrow-down.svg) scroll no-repeat center;
  background-size: cover;
  width: 30px;
  height: 14px;
  position: absolute;
  bottom: -24px;
}

@media (max-width: 992px) {
  .single-event .single-event-wrap:after {
    height: 108px;
    left: 50%;
    background: 0 0;
    bottom: 0;
    margin-left: -1px;
    border-left: 2px dotted var(--default-color);
  }
}
.single-event:nth-child(odd) .custom-bg {
  left: 40px;
  right: inherit;
}

.single-event:nth-child(odd) .single-event-wrap {
  left: 0;
  padding-right: 24px;
  border-right: 2px dotted var(--default-color);
}

@media (max-width: 992px) {
  .single-event:nth-child(odd) .single-event-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.single-event:nth-child(odd) .single-event-wrap:after {
  right: -17.5px;
}

.single-event:nth-child(even) .custom-bg {
  right: 40px;
  left: inherit;
}

.single-event:nth-child(even) .single-event-wrap {
  left: 50%;
  padding-left: 24px;
  border-left: 2px dotted var(--default-color);
}

@media (max-width: 992px) {
  .single-event:nth-child(even) .single-event-wrap {
    left: 0;
    border-left: none;
    padding-left: 0;
  }
}
.single-event:nth-child(even) .single-event-wrap:after {
  left: -15px;
}

@media (max-width: 992px) {
  .single-event:nth-child(even) .single-event-wrap:after {
    left: 50%;
  }
}
@media (max-width: 992px) {
  .single-event:last-child .single-event-wrapper:after {
    display: none;
  }
}
.single-event:last-child .single-event-wrap {
  border-right: none;
  border-left: none;
}

.single-event:last-child .single-event-wrap:after {
  display: none;
}

.single-post .event-type-wrapper {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .single-post .event-type-wrapper {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-bottom: 0;
  }
}
.single-post .event-type-wrapper .event-type {
  margin-right: 10px;
}

.single-post .date-news {
  text-align: center;
}

@media (max-width: 992px) {
  .single-post .date-news-center {
    text-align: left;
  }
}
.single-post .main-content .the-title {
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .single-post .the-title {
    padding: 20px 0 0 0;
  }
}
.popup_newsletter_already_subscribed,
.popup_newsletter_success {
  max-width: 600px;
  text-align: center;
  padding: 110px 70px;
}

body.page-template-template-contacts .popup_newsletter_already_subscribed,
body.page-template-template-contacts .popup_newsletter_success,
body.page-template-template-newsletter .popup_newsletter_already_subscribed,
body.page-template-template-newsletter .popup_newsletter_success,
body.page-template-template-train-contacts .popup_newsletter_already_subscribed,
body.page-template-template-train-contacts .popup_newsletter_success {
  max-width: unset;
  padding: unset;
}

@media (max-width: 992px) {
  .popup_newsletter_already_subscribed,
  .popup_newsletter_success {
    max-width: 70vw;
    padding: 70px 30px;
  }
}
.popup_newsletter_already_subscribed .mail_sent,
.popup_newsletter_success .mail_sent {
  font-family: var(--subtitle-font);
  font-size: 2.267em;
  line-height: 1.29em;
  color: var(--dark-blue);
}

body.page-template-template-newsletter
  .popup_newsletter_already_subscribed
  .mail_sent,
body.page-template-template-newsletter .popup_newsletter_success .mail_sent {
  background-color: rgba(0, 128, 0, 0.2) !important;
}

body.page-template-template-contacts
  .popup_newsletter_already_subscribed
  .mail_sent,
body.page-template-template-contacts .popup_newsletter_success .mail_sent,
body.page-template-template-newsletter
  .popup_newsletter_already_subscribed
  .mail_sent,
body.page-template-template-newsletter .popup_newsletter_success .mail_sent,
body.page-template-template-train-contacts
  .popup_newsletter_already_subscribed
  .mail_sent,
body.page-template-template-train-contacts
  .popup_newsletter_success
  .mail_sent {
  font-family: var(--default-font);
  font-size: 15px;
}

@media (max-width: 992px) {
  .popup_newsletter_already_subscribed .mail_sent,
  .popup_newsletter_success .mail_sent {
    font-size: 1.67em;
  }
}
.popup_newsletter_already_subscribed .mail_sent:before,
.popup_newsletter_success .mail_sent:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto 40px auto;
  background: url(../images/separator-menu-dark.svg) scroll center no-repeat;
  background-size: cover;
}

.popup_newsletter_already_subscribed .fancybox-button.fancybox-close-small,
.popup_newsletter_success .fancybox-button.fancybox-close-small {
  border-radius: 50px;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background: #f7f5f1;
  color: var(--dark-blue);
  padding: 5px;
}

body.page-template-template-newsletter
  .popup_newsletter_already_subscribed
  .mail_sent {
  background-color: rgba(255, 182, 182, 0.2) !important;
}

.explorations-page .filter_wrapper {
  padding-bottom: 70px;
}

.single-post_exploration .preview-details-section .meeting-config .label {
  display: block;
}

.error404 .the-subtitle,
.error404 .the-title {
  padding-bottom: 20px;
}

.error404 .main_content_wrap .content-wrapper,
.error404 .the-subtitle {
  text-align: center;
}

.error404 .main_content_wrap .content-wrapper {
  flex: 0 0 100%;
}

.error404 a.go_to_home {
  font-size: 0.933em;
  line-height: 2em;
  background: var(--dark-blue);
  color: var(--white-color);
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
}

#menu_sidebar_wrap,
#open_bookingform_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-color), 0.7);
}

#menu_sidebar_wrap.open,
#open_bookingform_wrap.open {
  display: block;
}

#menu_sidebar_wrap.visible #language_selector_mobile,
#menu_sidebar_wrap.visible .menu_sidebar,
#open_bookingform_wrap.visible #language_selector_mobile,
#open_bookingform_wrap.visible .menu_sidebar {
  left: 0;
  transition: all 0.3s ease-in-out;
}

#menu_sidebar_wrap.visible #language_selector_mobile.right_menu,
#menu_sidebar_wrap.visible .menu_sidebar.right_menu,
#open_bookingform_wrap.visible #language_selector_mobile.right_menu,
#open_bookingform_wrap.visible .menu_sidebar.right_menu {
  left: auto;
  right: 0;
}

#menu_sidebar_wrap .menu_sidebar .container_menu_mobile,
#open_bookingform_wrap .menu_sidebar .container_menu_mobile {
  display: none;
}

@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar .container_menu_mobile,
  #open_bookingform_wrap .menu_sidebar .container_menu_mobile {
    display: flex;
    height: 60px;
    position: absolute;
    background: rgba(232, 231, 212, 0.2);
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
#menu_sidebar_wrap .close_sidebar:not(.overlay),
#open_bookingform_wrap .close_sidebar:not(.overlay) {
  position: absolute;
  right: 32px;
  top: 32px;
  height: 20px;
  width: 20px;
  z-index: 500;
}

@media (max-width: 767px) {
  #menu_sidebar_wrap .close_sidebar:not(.overlay),
  #open_bookingform_wrap .close_sidebar:not(.overlay) {
    top: 20px;
  }
}
#menu_sidebar_wrap .close_sidebar:not(.overlay):after,
#menu_sidebar_wrap .close_sidebar:not(.overlay):before,
#open_bookingform_wrap .close_sidebar:not(.overlay):after,
#open_bookingform_wrap .close_sidebar:not(.overlay):before {
  position: absolute;
  left: 7.5px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: var(--default-color);
}

#menu_sidebar_wrap .close_sidebar:not(.overlay):before,
#open_bookingform_wrap .close_sidebar:not(.overlay):before {
  transform: rotate(45deg);
}

#menu_sidebar_wrap .close_sidebar:not(.overlay):after,
#open_bookingform_wrap .close_sidebar:not(.overlay):after {
  transform: rotate(-45deg);
}

#menu_sidebar_wrap .close_sidebar.overlay,
#open_bookingform_wrap .close_sidebar.overlay {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#menu_sidebar_wrap .menu_sidebar,
#open_bookingform_wrap .menu_sidebar {
  background: rgba(var(--white-bg), 1);
  position: absolute;
  left: -100%;
  width: 50%;
  min-width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  #menu_sidebar_wrap .menu_sidebar,
  #open_bookingform_wrap .menu_sidebar {
    width: 40%;
  }
}
#menu_sidebar_wrap .menu_sidebar.right_menu,
#open_bookingform_wrap .menu_sidebar.right_menu {
  left: auto;
  right: -100%;
}

@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar,
  #open_bookingform_wrap .menu_sidebar {
    max-width: 100%;
    width: 100%;
  }
}
#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content,
#open_bookingform_wrap .menu_sidebar .menu_sidebar_inner_content {
  padding: 60px 12%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  #menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content,
  #open_bookingform_wrap .menu_sidebar .menu_sidebar_inner_content {
    padding: 70px 5%;
  }
}
#menu_sidebar_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown,
#open_bookingform_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown {
  width: 15px;
  height: 8px;
  display: block;
  position: absolute;
  top: 26px;
  right: 0;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  #menu_sidebar_wrap
    .menu_sidebar
    .menu_sidebar_inner_content
    .menu-item-has-children
    .dropdown,
  #open_bookingform_wrap
    .menu_sidebar
    .menu_sidebar_inner_content
    .menu-item-has-children
    .dropdown {
    top: 23px;
  }
}
#menu_sidebar_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown.rotate,
#open_bookingform_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown.rotate {
  transform: rotate(180deg);
}

#menu_sidebar_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:after,
#menu_sidebar_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:before,
#open_bookingform_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:after,
#open_bookingform_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:before {
  content: '';
  height: 8px;
  width: 1px;
  background: var(--default-color);
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
  transform: rotate(-45deg);
}

#menu_sidebar_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:after,
#open_bookingform_wrap
  .menu_sidebar
  .menu_sidebar_inner_content
  .menu-item-has-children
  .dropdown:after {
  transform: rotate(45deg);
  right: 5px;
  left: inherit;
}

#menu_sidebar_wrap .menu_sidebar .menu_sidebar_inner_content ul.sub-menu,
#open_bookingform_wrap .menu_sidebar .menu_sidebar_inner_content ul.sub-menu {
  display: none;
  margin-left: 10%;
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-track,
#open_bookingform_wrap .menu_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar,
#open_bookingform_wrap .menu_sidebar::-webkit-scrollbar {
  width: 5px;
}

#menu_sidebar_wrap .menu_sidebar::-webkit-scrollbar-thumb,
#open_bookingform_wrap .menu_sidebar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--default-color);
}

.is_hidden {
  display: none !important;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

#footer {
  background: rgba(var(--footer-bg), 0.2);
  padding: 30px 0;
  text-align: center;
}

.footer-section-title {
  font-family: PostGrotesk-Bold, sans-serif;
  font-weight: 900;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-section-title {
    text-align: center;
  }
}
.footer_logo {
  width: 184px;
  height: 40px;
  line-height: 2.667em;
  display: inline-block;
  margin-bottom: 20px;
}

.footer_logo .logo {
  display: block;
  margin-left: 6px;
}

.footer_logo .logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.footer-middle-box .menu,
.footer_menu .menu {
  margin-bottom: 20px;
}

.footer-middle-box .menu li,
.footer_menu .menu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-middle-box .menu li,
  .footer_menu .menu li {
    text-align: center;
  }
}
.footer-middle-box .menu li a,
.footer_menu .menu li a {
  font-family: var(--menu-font);
  font-weight: 300;
  color: var(--default-color);
  text-decoration: none;
}

.social {
  padding: 40px 0;
}

.social a {
  display: inline-block;
  width: 33px;
  height: 33px;
  color: var(--default-color);
  text-decoration: none;
  line-height: 33px;
  text-align: center;
  border: 1px solid var(--default-color);
  border-radius: 100%;
}

.footer-all-logo-wrapper,
.footer-middle-menu,
.footer-top-menu {
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  flex-direction: row;
}

.footer-middle-menu .footer-middle-box,
.footer-top-menu .footer-middle-box {
  flex: 0 0 50%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .footer-middle-menu .footer-middle-box,
  .footer-top-menu .footer-middle-box {
    flex: 0 0 100%;
    padding: 0;
  }
}
.footer-top-menu {
  border-top: 1px solid rgba(var(--gold-color), 0.4);
  padding: 45px 0 50px 0;
}

@media (max-width: 767px) {
  .footer-top-menu {
    padding: 25px 0;
  }
}
.footer-top-menu #footer-form {
  flex: 0 0 100%;
}

@media (max-width: 767px) {
  .footer-top-menu #footer-form {
    flex: 0 0 100%;
    border-bottom: 0;
  }
}
.footer-middle-menu {
  padding-top: 38px;
}

.footer-middle-menu .footer-middle-box {
  flex: 1;
}

@media (max-width: 767px) {
  .footer-middle-menu .footer-middle-box {
    flex: 0 0 100%;
  }
}
.footer-all-logo-wrapper {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-all-logo-wrapper .separator {
  flex: auto;
}

.footer-all-logo-wrapper .footer-all-logo {
  width: 126px;
  height: 39px;
  margin: 0 50px;
}

.footer-all-logo-wrapper .footer-all-logo .logo,
.footer-all-logo-wrapper .footer-all-logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.footer-all-logo-wrapper .footer-all-logo .logo img,
.footer-all-logo-wrapper .footer-all-logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.brands-wrapper {
  display: none;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .brands-wrapper {
    padding: 25px 0;
  }
}
.brands-wrapper .brand-logo-type {
  position: relative;
}

.brands-wrapper .brand-logo-type-content {
  width: calc(100% - 160px);
  margin: 0 auto;
}

@media (max-width: 568px) {
  .brands-wrapper .brand-logo-type-content {
    width: calc(100% - 50px);
  }
}
.brands-wrapper .brand-logo-type-content .brand-single-logo {
  height: 30px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.brands-wrapper .arrows .arrow {
  height: 48px;
  width: 48px;
  background: url(../images/arrow-shop.png) no-repeat scroll 0 0;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
  background-size: 20px 20px;
  background-position: center center;
}

.brands-wrapper .arrows .arrow.prev {
  left: 5px;
  transform: rotate(-180deg);
}

@media (max-width: 568px) {
  .brands-wrapper .arrows .arrow.prev {
    left: -16px;
  }
}
.brands-wrapper .arrows .arrow.next {
  right: 5px;
}

@media (max-width: 568px) {
  .brands-wrapper .arrows .arrow.next {
    right: -16px;
  }
}
#copyright span {
  font-size: 0.867em;
}

.back-to-top {
  font-size: 0.733em;
  color: var(--default-color);
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 200;
  display: none;
  background-color: #d5ccb8;
  border-radius: 8px;
  width: 60px;
  padding: 5px 2px 2px;
}

@media (max-width: 992px) {
  .back-to-top {
    bottom: 10px;
    right: 10px;
  }
}
.back-to-top.show {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 992px) {
  body.page-template-template-funnel-1 .back-to-top.show,
  body.page-template-template-funnel-2 .back-to-top.show,
  body.page-template-template-funnel-3 .back-to-top.show,
  body.page-template-template-funnel-3b .back-to-top.show,
  body.page-template-template-funnel-4 .back-to-top.show {
    display: none;
  }
}
.back-to-top .icon {
  width: 24px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 992px) {
  .back-to-top .icon {
    width: 20px;
    height: 15px;
  }
}
.back-to-top .label {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  padding: 5px 0;
}

#footer-pinkbox .footer-title {
  display: block;
  font-family: var(--menu-font);
  font-weight: 300;
  color: var(--default-color);
  text-align: left;
  margin-bottom: 10px;
}

#footer-pinkbox .pinkbox {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 250px;
  text-decoration: none;
}

#footer-pinkbox .pinkbox .footer_phone,
#footer-pinkbox .pinkbox .info_telephone {
  width: 100%;
  padding: 12px;
  line-height: 20px;
  font-size: 14px;
}

#footer-pinkbox .pinkbox .footer_phone {
  color: var(--pink-color);
  background: var(--white-color);
  position: relative;
  font-weight: 600;
}

#footer-pinkbox .pinkbox .footer_phone:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--white-color);
  content: '';
  position: absolute;
  bottom: -10px;
  left: 12px;
}

#footer-pinkbox .pinkbox .info_telephone {
  background: var(--pink-color);
  color: var(--white-color);
}

#footer_copyright {
  margin-top: 30px;
}

.otgs-development-site-front-end {
  display: none;
}

.select_service_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 1% 0;
}

@media (max-width: 992px) {
  .select_service_container {
    padding: 50px 15px 0;
  }
}
.select_service_container .label_choice {
  font-size: 1em;
  line-height: 19px;
  margin-bottom: 5px;
}

.select_service_container #select_service {
  position: relative;
  margin: 0 auto;
  display: block;
  height: 50px;
  border: 1px solid var(--default-color);
  width: 100%;
  font-size: 1em;
  line-height: 22px;
  color: var(--default-color);
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .select_service_container #select_service {
    padding: 0 25px 0 10px;
    font-size: 0.9em;
  }
}
#hotels_infos .single_option .more_options {
  display: none;
  margin-left: 35px;
}

#hotels_infos .the-excerpt {
  text-align: center;
}

#hotels_infos a {
  display: block;
  color: var(--default-color);
}

#hotels_infos a.phone {
  text-decoration: none;
}

#hotels_infos .street {
  margin: 10px 0;
}

.single_train_page .preview-details-wrap .buttons {
  margin-top: 40px;
}

svg.H_icon {
  left: 10px;
}

#map {
  width: 100%;
  margin: 0;
  position: relative;
}

#map .zoomOut {
  width: 50px;
  height: 50px;
  padding: 0;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 135px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 767px) {
  #map .zoomOut {
    display: none;
  }
}
#map .zoomOut i {
  margin: auto;
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 30px;
}

.H_ui {
  top: 0;
  display: block;
}

.H_ctl.H_grp {
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
}

.H_btn {
  width: 31px !important;
  height: 31px !important;
  padding: 0;
  background: #fff;
  border-radius: 100%;
}

.H_grp .H_btn,
.H_rdo_buttons .H_btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.H_l_horizontal .H_zoom .H_el {
  margin-right: 10px;
  background: url(../images/plus.svg) no-repeat center center #fff;
  background-size: 100% auto;
}

.H_l_horizontal .H_zoom .H_el:first-child {
  background-image: url(../images/minus.svg);
}

.H_btn svg {
  display: none !important;
}

.H_l_horizontal .H_zoom .H_el:after {
  display: none;
}

.H_ib_close {
  position: absolute;
  background: url(../images/plus.svg) no-repeat center center #eee !important;
  transform: rotate(45deg);
  background-size: 26px !important;
  z-index: 9;
  border-radius: 100% !important;
  top: 0 !important;
  right: auto !important;
}

.H_ib_body {
  position: relative !important;
  box-shadow: none;
  left: 45px;
  right: initial;
  margin: 0 !important;
}

.H_ib {
  top: -30%;
  left: -145% !important;
}

.H_ib_tail {
  display: none;
  width: 0 !important;
  height: 0 !important;
}

.H_ib_content {
  width: 350px;
  max-width: 350px;
  padding: 10px;
  margin: 0 !important;
  background-color: rgba(var(--white-bg), 1);
}

.H_ib_content .item_wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 18px;
}

.H_ib_content .item_wrap .item {
  width: 100%;
  height: 100%;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 992px) {
  .H_ib_content .item_wrap .item {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.H_ib_content .item_wrap .item .cover-image {
  height: 200px;
  width: 100%;
  position: relative;
  display: block;
}

.H_ib_content .item_wrap .item .content {
  font-family: var(--default-font);
}

.H_ib_content .item_wrap .item .content .destination-wrapper {
  text-align: center;
  margin-top: 20px;
}

.H_ib_content .item_wrap .item .content .destination-wrapper a {
  color: var(--default-color);
  text-decoration: none;
}

.H_ib_content .item_wrap .item .content .destination-wrapper a:hover {
  color: var(--white-color);
}

.H_ib_content .item_wrap .item .content .destination-wrapper .separator {
  content: '|';
  color: var(--default-color);
  background-color: transparent;
  margin: 0 5px;
}

.H_ib_content .item_wrap .item .content .title {
  color: var(--dark-blue);
  text-decoration: none;
  display: block;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 10px;
  text-align: left;
  font-family: var(--subtitle-font);
  font-size: 2.267em;
  line-height: 1.2em;
}

.H_ib_content .item_wrap .item .buttons-container {
  display: flex;
}

.H_ib_content .item_wrap .item .btns_wrap {
  align-self: center;
  margin-top: auto;
  margin-bottom: 30px;
  font-family: var(--default-font);
}

.H_ib_content .item_wrap .item .event-type-wrapper {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 5px 0;
}

.H_ib_content .item_wrap .item .description {
  line-height: 1.6em;
}

#hotels_list,
#trains_list {
  position: absolute;
  top: 170px;
  right: 18vw;
}

.single_hotel,
.single_train {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 10px 0;
  font-family: var(--default-font);
  text-decoration: none;
}

.single_hotel .name_hotel,
.single_train .name_hotel {
  display: block;
  font-size: 1em;
}

.single_hotel .country_hotel,
.single_hotel .country_train,
.single_train .country_hotel,
.single_train .country_train {
  display: block;
  font-size: 0.7em;
  line-height: 0.5em;
}

.label_name_click,
.label_name_pointer {
  left: -108.7% !important;
  width: 350px;
  top: -6%;
}

.label_name_click .H_ib_body,
.label_name_pointer .H_ib_body {
  left: 0;
  transform: translate(-10px, -8px);
  background: 0 0 !important;
  box-shadow: none;
}

.label_name_click .H_ib_close,
.label_name_pointer .H_ib_close {
  display: none;
}

.label_name_click .H_ib_content,
.label_name_pointer .H_ib_content {
  width: 350px;
  background: 0 0;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.label_name_click .single_hotel,
.label_name_pointer .single_hotel {
  line-height: 1.2em;
  padding: 0;
}

#itinerary_map {
  width: 100%;
  margin: 0;
  position: relative;
  height: 80vh;
}

.marker {
  background-image: url(../images/marker.svg);
  background-size: contain;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 2px;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact {
  display: none;
}

.mapboxgl-popup-content {
  padding: 20px 15px 15px;
}

.mapboxgl-popup-content .title {
  color: var(--dark-blue);
  text-decoration: none;
  display: block;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 10px;
  text-align: left;
  font-family: var(--subtitle-font);
  font-size: 2.267em;
  line-height: 1.2em;
}

.mapboxgl-popup-content .content {
  font-family: var(--default-font);
}

.mapboxgl-popup-content .content .destination-wrapper {
  text-align: center;
  margin-top: 20px;
}

.mapboxgl-popup-content .content .destination-wrapper a {
  color: var(--default-color);
  text-decoration: none;
}

.mapboxgl-popup-content .content .destination-wrapper a:hover {
  color: var(--white-color);
}

.mapboxgl-popup-content .content .destination-wrapper .separator {
  content: '|';
  color: var(--default-color);
  background-color: transparent;
  margin: 0 5px;
}

@media (min-width: 993px) {
  .mapboxgl-popup-content {
    height: auto;
    position: absolute;
    transform: translate(-30vw, 25vh);
    padding: 28px;
    width: 350px;
    max-width: 350px;
  }
  .mapboxgl-popup-content .item {
    width: 100%;
    height: 100%;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 993px) and (max-width: 992px) {
  .mapboxgl-popup-content .item {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 993px) {
  .mapboxgl-popup-content .item .cover-image {
    height: 200px;
    width: 100%;
    position: relative;
    display: block;
  }
  .mapboxgl-popup-content .item .buttons-container {
    display: flex;
  }
  .mapboxgl-popup-content .item .btns_wrap {
    align-self: center;
    margin-top: auto;
    margin-bottom: 30px;
    font-family: var(--default-font);
  }
  .mapboxgl-popup-content .item .event-type-wrapper {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding: 5px 0;
  }
  .mapboxgl-popup-content .item .description {
    line-height: 1.6em;
  }
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    display: none;
  }
}
.mapboxgl-popup-close-button {
  cursor: pointer;
  position: absolute;
  background-size: 26px;
  border-radius: 100%;
  top: 0;
  right: auto;
  z-index: 1;
  box-shadow: none;
  font-size: 1.8em;
  left: 0;
  width: 32px;
  height: 32px;
  background: #eee;
}

[class*='loader-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: var(--white-color);
  vertical-align: middle;
  pointer-events: none;
}

.loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em currentcolor;
  position: relative;
  animation: loader-14 0.5s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  top: 2em;
  left: calc(50% - 7px);
}

.loader-14:after,
.loader-14:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  box-shadow: inherit;
  animation: inherit;
}

.loader-14:before {
  left: -2em;
  animation-delay: 0.48s;
}

.loader-14:after {
  right: -2em;
  animation-delay: 0.16s;
}

.loading_all_loyalty .loader-14 {
  top: -25px;
  color: #d5ccb8;
}

.loading_all_loyalty .loader-14:after,
.loading_all_loyalty .loader-14:before {
  width: 15px;
  height: 15px;
}

.loading_all_loyalty .loader-14:before {
  left: -1.5em;
}

.loading_all_loyalty .loader-14:after {
  right: -1.5em;
}

.loading_all_loyalty.blue_color {
  width: 100%;
}

.loading_all_loyalty.blue_color .loader-14 {
  color: var(--dark-blue);
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em currentcolor;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em currentcolor;
  }
}
#loader_css {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--loader-bg);
  z-index: 999;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}

body:not(.home) #loader_css {
  display: none;
}

#loader_css .hotel_logo img {
  max-width: 20vw;
}

@media (max-width: 992px) {
  #loader_css .hotel_logo img {
    max-width: 50vw;
  }
}
#faq_section {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  #faq_section .container-large {
    max-width: 100vw;
    padding: 0 10px;
  }
}
#faq_section .padding_faq {
  padding: 50px 35px;
}

@media (max-width: 992px) {
  #faq_section .padding_faq {
    padding: 10px 0;
  }
}
#faq_section .group_faq {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--white-color);
  background-color: var(--faq-bg);
  margin: 30px 0;
  padding: 30px 20px;
}

@media (max-width: 992px) {
  #faq_section .group_faq {
    margin: 20px 0;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  #faq_section .group_faq {
    padding: 20px 0;
  }
}
#faq_section .group_faq .title_group {
  font-size: 1.867em;
  text-transform: uppercase;
  font-family: var(--default-font);
  color: var(--dark-blue);
  margin: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: 0;
}

#faq_section .group_faq .title_group:hover {
  cursor: pointer;
}

#faq_section .group_faq .title_group:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  font-weight: 700;
  position: absolute;
  font-size: 0.7em;
  color: rgba(4, 28, 44, 0.8);
  right: 15px;
  height: 30px;
  width: 30px;
  top: 14px;
  transition: all 0.3s ease;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  #faq_section .group_faq .title_group:after {
    top: 8px;
  }
}
#faq_section .group_faq .title_group.ui-state-active:after {
  transform: rotate(180deg);
}

#faq_section .group_faq .title_group:focus {
  outline: 0;
}

@media (max-width: 992px) {
  #faq_section .group_faq .title_group {
    font-size: 1.4em;
    width: auto;
  }
}
#faq_section .group_faq .faq_questions {
  display: none;
  position: relative;
  background-color: transparent;
  padding: 40px 60px;
  border: 0;
}

@media (max-width: 992px) {
  #faq_section .group_faq .faq_questions {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  #faq_section .group_faq .faq_questions {
    padding: 15px 25px;
  }
}
#faq_section .group_faq .faq_questions .single_question {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark-blue);
}

#faq_section .group_faq .faq_questions .single_question:last-child {
  border-bottom: 0;
}

#faq_section .group_faq .faq_questions .single_question .title_question {
  display: block;
  position: relative;
  font-family: var(--title-font-italic);
  color: var(--dark-blue);
  padding: 20px 50px 0 0;
  background: 0 0;
  border: 0;
  font-size: 1.4em;
  margin: 0;
}

#faq_section .group_faq .faq_questions .single_question .title_question:focus {
  outline: 0;
  cursor: pointer;
}

#faq_section .group_faq .faq_questions .single_question .title_question:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  font-weight: 700;
  position: absolute;
  font-size: 0.7em;
  right: 15px;
  height: 30px;
  width: 30px;
  top: 14px;
  color: rgba(4, 28, 44, 0.8);
  transition: all 0.3s ease;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #faq_section
    .group_faq
    .faq_questions
    .single_question
    .title_question:after {
    top: 11px;
    right: 0;
  }
}
#faq_section
  .group_faq
  .faq_questions
  .single_question
  .title_question.ui-state-active:after {
  transform: rotate(180deg);
}

#faq_section .group_faq .faq_questions .single_question .title_question:focus {
  outline: 0;
}

@media (max-width: 767px) {
  #faq_section .group_faq .faq_questions .single_question .title_question {
    font-size: 1.2em;
    padding: 15px 28px 0 0;
  }
}
#faq_section .group_faq .faq_questions .single_question .answer {
  display: none;
  position: relative;
  color: var(--default-color);
  background: 0 0;
  padding: 30px 0 10px 0;
  border: 0;
}

#faq_section .group_faq .ui-icon,
#faq_section .group_faq .ui-widget-content .ui-icon {
  display: none;
}

#faq_section .group_faq .ui-accordion .ui-accordion-content {
  overflow: hidden;
}

@keyframes loader {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
@keyframes loaderSubImage {
  0% {
    background-color: rgba(247, 245, 241, 0.2);
  }
  50% {
    background-color: rgba(247, 245, 241, 0.4);
  }
  100% {
    background-color: rgba(247, 245, 241, 0.2);
  }
}
@keyframes loaderBorder {
  0% {
    border-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    border-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    border-color: rgba(165, 165, 165, 0.1);
  }
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}

.page-template-template-funnel-1 #slideshow_wrapper,
.page-template-template-funnel-2 #slideshow_wrapper,
.page-template-template-funnel-3 #slideshow_wrapper,
.page-template-template-funnel-3b #slideshow_wrapper,
.page-template-template-funnel-4 #slideshow_wrapper {
  height: 450px;
}

@media (max-width: 767px) {
  .page-template-template-funnel-1 #slideshow_wrapper,
  .page-template-template-funnel-2 #slideshow_wrapper,
  .page-template-template-funnel-3 #slideshow_wrapper,
  .page-template-template-funnel-3b #slideshow_wrapper,
  .page-template-template-funnel-4 #slideshow_wrapper {
    height: 300px;
  }
}
.be-search-page #slideshow_wrapper {
  height: calc(100vh - 120px);
}

@media (max-width: 992px) {
  .be-search-page #slideshow_wrapper {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .be-search-page #slideshow_wrapper {
    height: 311px;
  }
}
.description ul {
  list-style: inside disc;
}

form input,
form select {
  text-transform: uppercase;
  font-family: var(--title-font-medium);
  font-weight: 300;
  font-size: 1em;
  color: var(--default-color);
  height: 40px;
}

form input:hover,
form select:hover {
  cursor: pointer;
}

form input#copy_data,
form select#copy_data {
  margin-left: 0;
}

form input:disabled,
form select:disabled {
  opacity: 0.45;
}

form select {
  padding: 10px 20px 10px 6px;
  font-size: 0.9375em;
}

.buttons_container.vertical {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.buttons_container.vertical.padding_top {
  padding-top: 25px;
}

.buttons_container.vertical.inline {
  -moz-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  body.page-template-template-funnel-1 .buttons_container.vertical.inline,
  body.page-template-template-funnel-2 .buttons_container.vertical.inline,
  body.page-template-template-funnel-3 .buttons_container.vertical.inline,
  body.page-template-template-funnel-3b .buttons_container.vertical.inline,
  body.page-template-template-funnel-4 .buttons_container.vertical.inline {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.buttons_container.vertical.inline_separated {
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: auto;
}

.buttons_container.vertical.inline_separated.stretch {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.buttons_container.vertical.inline_separated.stretch a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767px) {
  .buttons_container.vertical.inline_separated.stretch {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.buttons_container.vertical.inline_separated .blue_button {
  width: -moz-fit-content;
  width: fit-content;
}

body.single-post_itinerary
  .buttons_container.vertical.inline_separated
  .only_border {
  width: 40%;
  margin-left: 0;
}

body.single-post_itinerary
  .buttons_container.vertical.inline_separated
  .be_phone {
  width: 50%;
}

@media (max-width: 767px) {
  body.single-post_itinerary .buttons_container.vertical.inline_separated {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  body.single-post_itinerary
    .buttons_container.vertical.inline_separated
    .be_phone,
  body.single-post_itinerary
    .buttons_container.vertical.inline_separated
    .only_border {
    width: 100%;
  }
}
.buttons_container.vertical .button {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.9375em;
  line-height: 1.65em;
  text-transform: uppercase;
  padding: 7px 20px 4px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  transition: all 0.3s ease;
}

.buttons_container.vertical .button.blue_button {
  background-color: #041c2c;
  color: var(--white-color);
}

.buttons_container.vertical .button.blue_button a {
  color: var(--white-color);
  text-decoration: none;
}

.buttons_container.vertical .button.blue_button:focus,
.buttons_container.vertical .button.blue_button:hover {
  border-color: #041c2c;
  color: #041c2c;
  background-color: var(--white-color);
}

.buttons_container.vertical .button.blue_button:focus .fb_icon,
.buttons_container.vertical .button.blue_button:focus a,
.buttons_container.vertical .button.blue_button:hover .fb_icon,
.buttons_container.vertical .button.blue_button:hover a {
  color: #041c2c;
}

.buttons_container.vertical .button.one_line_button {
  white-space: nowrap;
  text-transform: none;
}

.buttons_container.vertical .button.one_line_button .fb_icon {
  color: var(--white-color);
  transform: rotate(90deg);
  margin: 0 5px 0 0;
}

.buttons_container.vertical .button.one_line_button .icon {
  color: var(--white-color);
  transform: rotate(90deg);
  margin: 0 10px;
  font-size: 20px;
  vertical-align: sub;
}

.buttons_container.vertical .button.only_border {
  border-color: #041c2c;
  color: #041c2c;
  background-color: var(--white-color);
}

.buttons_container.vertical .button.only_border:focus,
.buttons_container.vertical .button.only_border:hover {
  background-color: #041c2c;
  color: var(--white-color) !important;
}

.be_phone.button.one_line_button.blue_button:focus .icon,
.be_phone.button.one_line_button.blue_button:hover .icon {
  color: var(--dark-blue);
}

.tooltip_badge {
  background-color: var(--dark-blue);
  color: var(--white-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: self-end;
  -ms-align-items: self-end;
  align-items: self-end;
}

.hoverable_tooltip {
  padding: 10px;
  color: var(--white-color);
  background: var(--default-color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.hoverable_tooltip:hover {
  cursor: pointer;
}

.hoverable_tooltip .tootlip_icon {
  font-family: var(--title-font-medium);
  line-height: 10px;
  margin-top: 3px;
}

.hoverable_tooltip .tooltip_text {
  background: var(--dark-blue);
  color: var(--white-color);
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  min-width: 200px;
  max-width: 350px;
  display: none;
  line-height: 150%;
  z-index: 2;
}

@media (max-width: 992px) {
  .hoverable_tooltip .tooltip_text {
    min-width: 120px;
    left: 20px;
  }
}
.hoverable_tooltip .tooltip_text:before {
  content: '';
  height: 3px;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #1d1d1d;
  position: absolute;
  top: -16px;
  left: calc(50% - 7px);
}

.hoverable_tooltip .tooltip_text:before a {
  color: var(--white-color);
  text-decoration: underline;
}

#book_now {
  background-color: var(--white-color);
  color: var(--dark-blue);
}

#book_now:focus,
#book_now:hover {
  background-color: rgba(var(--black-color), 0.7);
  color: var(--white-color);
}

#header_wrapper.fixed #book_now {
  background-color: var(--dark-blue);
  color: var(--white-color);
}

#header_wrapper.fixed #book_now:focus,
#header_wrapper.fixed #book_now:hover {
  background-color: var(--white-color);
  color: var(--dark-blue);
}

#header_wrapper .left-section {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  flex-direction: row;
}

#header_wrapper .header_booking_contacts {
  display: block;
}

@media (max-width: 992px) {
  #header_wrapper .header_booking_contacts {
    display: none;
  }
}
#header_wrapper .header_booking_contacts .container_header_contacts {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: var(--white-color);
  font-size: 0.9375em;
}

#header_wrapper .header_booking_contacts .container_header_contacts .be_email,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking,
#header_wrapper .header_booking_contacts .container_header_contacts .be_phone {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 3px 0;
}

#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_email
  .icon,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking
  .icon,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_phone
  .icon {
  font-size: 20px;
  margin-right: 10px;
}

#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_email
  .email,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_email
  .phone,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking
  .email,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking
  .phone,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_phone
  .email,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_phone
  .phone {
  font-family: var(--title-font-medium);
  text-decoration: none;
  color: var(--white-color);
  display: block;
  margin-left: 5px;
}

#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_email
  .manage_booking,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking
  .manage_booking,
#header_wrapper
  .header_booking_contacts
  .container_header_contacts
  .be_phone
  .manage_booking {
  text-decoration: underline;
  color: var(--white-color);
  display: block;
}

#header_wrapper.fixed .header_booking_contacts .container_header_contacts {
  color: var(--dark-blue);
}

#header_wrapper.fixed
  .header_booking_contacts
  .container_header_contacts
  .be_email,
#header_wrapper.fixed
  .header_booking_contacts
  .container_header_contacts
  .be_phone {
  border-color: rgba(74, 74, 74, 0.3);
}

#header_wrapper.fixed
  .header_booking_contacts
  .container_header_contacts
  .be_manage_booking
  .manage_booking,
#header_wrapper.fixed
  .header_booking_contacts
  .container_header_contacts
  .email,
#header_wrapper.fixed
  .header_booking_contacts
  .container_header_contacts
  .phone {
  color: var(--dark-blue);
}

#header_wrapper .container_loyalty_login {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.933em;
  line-height: 2.067em;
  background: rgba(var(--black-color), 0.7);
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
  min-width: 120px;
}

@media (max-width: 992px) {
  #header_wrapper .container_loyalty_login {
    margin-right: 0;
    min-width: 40px;
  }
  #header_wrapper .container_loyalty_login > i.fa-user {
    display: none;
  }
}
#header_wrapper .container_loyalty_login .dal_login_container {
  line-height: 18px;
}

@media (max-width: 992px) {
  #header_wrapper
    .container_loyalty_login
    .dal_login_container.dal_logged_out
    .dal_dropdown_trigger {
    margin: 0;
  }
  #header_wrapper
    .container_loyalty_login
    .dal_login_container.dal_logged_out
    .dal_dropdown_trigger
    .dal_my_account {
    display: none;
  }
}
#header_wrapper
  .container_loyalty_login
  .dal_login_container.dal_logged_out
  .dal_dropdown_container
  li {
  border-color: rgba(4, 28, 44, 0.05);
}

@media (max-width: 992px) {
  #header_wrapper .container_loyalty_login .dal_login_container.dal_logged_in {
    display: block;
  }
}
#header_wrapper
  .container_loyalty_login
  .dal_login_container.dal_logged_in
  .dal_dropdown_container {
  width: 300px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_trigger {
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 10px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_trigger
  i.only_mobile {
  display: none;
}

@media (max-width: 992px) {
  #header_wrapper
    .container_loyalty_login
    .dal_login_container
    .dal_dropdown_trigger
    i.only_mobile {
    display: inline-block;
  }
}
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_trigger
  .dal_trigger_logged_in
  .dal_my_account {
  display: flex;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_trigger
  .dal_trigger_logged_in
  .dal_my_account
  .dal_user_name {
  text-overflow: ellipsis;
  width: 70px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 3px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container {
  font-family: var(--default-font);
  text-transform: none;
  top: calc(100% + 20px);
  left: -110px;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 10px rgba(var(--black-color), 0.2);
  background-color: #f7f5f1;
}

@media (max-width: 992px) {
  #header_wrapper
    .container_loyalty_login
    .dal_login_container
    .dal_dropdown_container {
    left: -218px;
  }
}
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f7f5f1;
  border-top: 0;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
}

@media (max-width: 992px) {
  #header_wrapper
    .container_loyalty_login
    .dal_login_container
    .dal_dropdown_container:before {
    left: 80%;
  }
}
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container
  li {
  padding: 15px 40px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f7f5f1;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container
  li:last-child {
  border-bottom: 0;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container
  li
  i {
  color: var(--dark-blue);
  margin-right: 10px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_container
  li
  a {
  color: var(--dark-blue);
  font-size: 15px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in {
  background-color: var(--white-color);
  color: var(--dark-blue);
  width: 300px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items {
  background-color: #f7f5f1;
  padding: 20px 0;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li {
  border-color: transparent;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li.dal_item_status {
  padding-bottom: 0;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li.dal_item_points {
  padding-top: 6px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_account_status {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_account_status
  .dal_label {
  width: 70%;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_my_account {
  display: block;
  margin-bottom: 4px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_label,
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_my_account {
  color: var(--default-color);
  font-size: 15px;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_points_value,
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_status_value,
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_status_items
  li
  .dal_user_name {
  font-family: var(--default-medium);
  text-transform: uppercase;
  font-size: 1em;
  white-space: break-spaces;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_dropdown_menu_items
  .dal_item_points_history {
  border-color: transparent;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_logout_trigger {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  display: block;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_logout_trigger:focus,
#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_in
  .dal_logout_trigger:hover {
  cursor: pointer;
  background-color: var(--dark-blue);
  color: var(--white-color);
}

#header_wrapper
  .container_loyalty_login
  .dal_login_container
  .dal_dropdown_logged_out {
  padding: 15px 0;
}

#header_wrapper .container_loyalty_login .all-accor-logo-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 38px;
}

#header_wrapper .container_loyalty_login .all-accor-logo-container .all-logo {
  margin-right: 10px;
  width: 41px;
  height: 25px;
}

#header_wrapper
  .container_loyalty_login
  .all-accor-logo-container
  .all-accor-slogan {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--dark-blue);
  white-space: nowrap;
}

.box_in_overlay_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.box_in_overlay_wrap.visible .box_in_overlay {
  opacity: 1;
}

.box_in_overlay_wrap.popup_box .box_in_overlay {
  padding: 75px 100px;
  max-width: 860px;
  background-color: var(--white-color);
  max-height: 90vh;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay {
    padding: 35px 20px;
  }
}
.box_in_overlay_wrap.popup_box .box_in_overlay.popup_calendar_container {
  padding: 60px 40px;
  width: 90vw;
  max-width: 1200px;
}

.box_in_overlay_wrap.popup_box .box_in_overlay.small_popup {
  padding: 50px;
  max-width: 500px;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay.small_popup {
    max-width: 90vw;
  }
}
@media (max-width: 568px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay.small_popup {
    padding: 50px 30px;
  }
}
.box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup {
  padding: 50px;
  max-width: 730px;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup {
    max-width: 90vw;
  }
}
@media (max-width: 568px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup {
    padding: 50px 30px;
  }
}
.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .container_message:before {
  content: unset;
}

.box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .main_popup,
.box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .popup_newsletter {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .main_popup,
  .box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .popup_newsletter {
    width: 100%;
  }
}
.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .main_popup
  .buttons_container.vertical,
.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .popup_newsletter
  .buttons_container.vertical {
  padding-top: 15px;
}

.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .main_popup
  .buttons_container.vertical
  .button,
.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .popup_newsletter
  .buttons_container.vertical
  .button {
  width: -moz-fit-content;
  width: fit-content;
}

.box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .separator {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--dark-blue);
  margin-top: 30px;
}

.box_in_overlay_wrap.popup_box .box_in_overlay.mid_popup .popup_newsletter {
  display: block;
  padding-top: 30px;
}

.box_in_overlay_wrap.popup_box
  .box_in_overlay.mid_popup
  .popup_newsletter
  .popup_newsletter_title {
  display: block;
  text-align: center;
  font-family: var(--title-font);
  font-size: 1.75em;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap.popup_box
    .box_in_overlay.mid_popup
    .popup_newsletter
    .popup_newsletter_title {
    font-size: 1.3em;
  }
}
.box_in_overlay_wrap .close_popup {
  top: 20px;
  right: 20px;
  background: url(../images/close-dark.svg) no-repeat scroll center;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  display: block;
  z-index: 999;
}

.box_in_overlay_wrap .box_in_overlay_inner_wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.box_in_overlay_wrap .box_in_overlay {
  background-color: var(--white-color);
  color: var(--default-color);
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 35px 50px;
  opacity: 0;
  transition: all 0.3s ease;
}

.box_in_overlay_wrap .popup_wrapper .content_wrap {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: var(--dark-blue);
}

.box_in_overlay_wrap .popup_wrapper .content_wrap .popup_days {
  font-family: var(--title-font-medium);
  font-size: 0.875em;
}

.box_in_overlay_wrap .popup_wrapper .content_wrap .popup_title {
  display: block;
  text-align: center;
  font-family: var(--title-font);
  font-size: 2em;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap .popup_wrapper .content_wrap .popup_title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
}
.box_in_overlay_wrap .popup_wrapper .content_wrap .container_change_itinerary {
  display: block;
  padding: 20px 0;
}

.box_in_overlay_wrap
  .popup_wrapper
  .content_wrap
  .container_change_itinerary
  .change_itinerary {
  color: var(--dark-blue);
  font-size: 0.9375em;
}

.box_in_overlay_wrap .popup_wrapper .content_wrap .container_message {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: var(--default-color);
}

@media (max-width: 568px) {
  .box_in_overlay_wrap .popup_wrapper .content_wrap .container_message {
    padding: 0 0;
  }
}
.box_in_overlay_wrap .popup_wrapper .content_wrap .container_message:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--default-color);
}

.box_in_overlay_wrap
  .popup_wrapper
  .content_wrap
  .container_message
  .calendar_message {
  display: block;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  width: 80%;
  padding: 0 40px;
  background-color: var(--white-color);
  z-index: 2;
}

@media (max-width: 767px) {
  .box_in_overlay_wrap
    .popup_wrapper
    .content_wrap
    .container_message
    .calendar_message {
    width: 80%;
    padding: 0 10px;
    line-height: 150%;
  }
}
.box_in_overlay_wrap .popup_wrapper .content_wrap .prices_message_container {
  position: relative;
  display: block;
  text-align: center;
  color: #6e6e6e;
}

.box_in_overlay_wrap
  .popup_wrapper
  .content_wrap
  .prices_message_container
  .change_itinerary {
  color: var(--default-color);
  font-size: 0.9375em;
}

.box_in_overlay_wrap .popup_incrementors_container {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  #open_popup_calendar .box_in_overlay {
    max-height: 95vh;
    max-width: 95vw;
    margin-top: 2vh;
  }
}
.contact_form_box .fields .field.three_inline_smaller {
  width: 25%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.three_inline_smaller {
    width: 100%;
  }
}
.contact_form_box .fields .field.three_inline_medium {
  width: 35%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.three_inline_medium {
    width: 100%;
  }
}
.contact_form_box .fields .field.fields_inline_checkbox {
  width: 10%;
}

html[lang='fr'] .contact_form_box .fields .field.fields_inline_checkbox {
  width: 16%;
}

@media (max-width: 992px) {
  html[lang='fr'] .contact_form_box .fields .field.fields_inline_checkbox {
    width: 19%;
  }
}
.contact_form_box .fields .field.fields_inline_checkbox.disabledInput {
  opacity: 0.4;
}

.contact_form_box .fields .field.fields_inline_checkbox.disabledInput input {
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.fields_inline_checkbox {
    width: 100%;
  }
  html[lang='fr'] .contact_form_box .fields .field.fields_inline_checkbox {
    width: 100%;
  }
}
.contact_form_box .fields .field.fields_inline_checkbox input {
  height: 40px;
  width: 100%;
  margin: 0;
}

.contact_form_box .fields .field.fields_inline_select {
  width: 22%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.fields_inline_select {
    width: 100%;
  }
}
.contact_form_box .fields .field.fields_inline_text {
  width: 34%;
}

html[lang='fr'] .contact_form_box .fields .field.fields_inline_text {
  width: 31%;
}

@media (max-width: 992px) {
  html[lang='fr'] .contact_form_box .fields .field.fields_inline_text {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .contact_form_box .fields .field.fields_inline_text {
    width: 100%;
  }
  html[lang='fr'] .contact_form_box .fields .field.fields_inline_text {
    width: 100%;
  }
}
.contact_form_box .fields .field.fields_three_equal {
  width: 33.33%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.fields_three_equal {
    width: 100%;
  }
}
.contact_form_box .fields .field.submit input {
  height: 36px;
  margin-right: 0;
  min-width: 160px;
  width: auto;
}

@media (max-width: 568px) {
  .contact_form_box .fields .field.submit input {
    min-width: 150px;
    font-size: 14px;
    padding: 0 8px;
  }
}
@media (max-width: 468px) {
  .contact_form_box .fields .field.submit input {
    min-width: 130px;
    font-size: 12px;
    padding: 0 5px;
  }
}
.contact_form_box .fields .field.switch {
  position: relative;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  -moz-flex-direction: row;
  flex-direction: row;
  padding: 0 1% 25px;
  width: 100%;
}

@media (max-width: 767px) {
  .contact_form_box .fields .field.switch {
    width: 100%;
    padding: 0 15px;
  }
}
.contact_form_box .fields .field.switch.hidden {
  display: none;
}

.contact_form_box .fields .field.switch label {
  line-height: 23px;
  margin-bottom: 0;
}

.contact_form_box .fields .field.switch .container_checkbox_switch {
  display: block;
  position: relative;
  height: 40px;
  margin-left: 20px;
}

.contact_form_box .fields .field.switch input {
  opacity: 0;
  position: absolute;
  z-index: 9;
}

.contact_form_box .fields .field.switch input:checked + .slider {
  background-color: var(--dark-blue);
}

.contact_form_box .fields .field.switch input:focus + .slider {
  outline: 1px dashed var(--default-color);
}

.contact_form_box .fields .field.switch input:checked + .slider:before {
  transform: translateX(25px);
}

.contact_form_box .fields .field.switch .slider {
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 60px;
  background-color: rgba(var(--gold-color), 1);
  border-radius: 22px;
  transition: 0.4s;
  opacity: 0.6;
}

.contact_form_box .fields .field.switch .slider:before {
  position: absolute;
  content: '';
  height: 30px;
  width: 28px;
  left: 3px;
  bottom: 5px;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.4s;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#funnel_form_wrapper #funnel_form_box {
  margin: 20px 0 50px;
}

#funnel_form_wrapper #funnel_form_box.approved_customer_details {
  margin: 0;
  display: none;
}

#funnel_form_wrapper .form_customer_details {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 60px 40px 10px;
  border: 1px solid #d5ccb8;
  margin-top: 40px;
}

#funnel_form_wrapper .form_customer_details.visible {
  display: flex;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .form_customer_details {
    padding: 35px 20px 10px;
  }
}
#funnel_form_wrapper .form_customer_details .big_label {
  width: 100%;
  margin-bottom: 20px;
}

#funnel_form_wrapper .form_customer_details .field.alert .error_translation {
  display: block;
  color: red;
  line-height: 1.3em;
}

#funnel_form_wrapper .submit_funnel {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 568px) {
  #funnel_form_wrapper .submit_funnel {
    padding: 0;
  }
}
#funnel_form_wrapper .cabin_divider {
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  font-size: 1.125em;
  color: var(--dark-blue);
  min-height: unset;
  padding-bottom: 10px;
}

#funnel_form_wrapper .container_row {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

#funnel_form_wrapper .container_row .label_passenger {
  display: block;
  width: 100%;
  padding: 0 1% 20px;
  text-transform: uppercase;
  font-family: var(--title-font-medium);
  font-size: 14px;
  color: var(--dark-blue);
}

#funnel_form_wrapper .container_row .label_passenger.with_border {
  padding: 20px 1% 20px;
  border-top: 1px solid #d5ccb8;
}

#funnel_form_wrapper div[class*='additional_cabin_']:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5ccb8;
}

#funnel_form_wrapper div[class*='additional_cabin_']:first-of-type {
  margin-top: 30px;
}

#funnel_form_wrapper div[class*='additional_cabin_'] .error {
  display: none;
}

#funnel_form_wrapper div[class*='additional_cabin_'] .alert .error {
  display: block;
}

#funnel_form_wrapper .big_label {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 1.75em;
  color: var(--dark-blue);
  padding: 0 10px 10px 0;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .big_label {
    font-size: 1.6em;
    line-height: 25px;
  }
}
#funnel_form_wrapper .checkboxes_form_funnel {
  margin: 5px 0;
  padding-bottom: 0;
  min-height: unset;
}

#funnel_form_wrapper .checkboxes_form_funnel#consent_extras_oe_funnel {
  display: none;
}

#funnel_form_wrapper .checkboxes_form_funnel label a {
  color: var(--dark-blue);
}

#funnel_form_wrapper .checkboxes_form_funnel .error {
  display: none;
}

#funnel_form_wrapper .checkboxes_form_funnel.alert .error {
  display: block;
}

#funnel_form_wrapper .container_terms_policies {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0;
}

#funnel_form_wrapper .section_policy {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #d5ccb8;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .section_policy {
    padding: 15px 0;
  }
}
#funnel_form_wrapper .section_policy .ui-accordion-header-icon.ui-icon {
  position: absolute;
  right: 10px;
}

#funnel_form_wrapper .section_policy h4 {
  display: block;
  color: var(--dark-blue);
  font-size: 0.875em;
  letter-spacing: 0.7px;
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  background: 0 0;
  border: 0;
  padding: 0;
}

#funnel_form_wrapper .section_policy .term_text {
  line-height: 1.5625em;
  font-size: 0.9375em;
  color: #6e6e6e;
  padding: 20px 0;
  border: 0;
}

#funnel_form_wrapper .section_policy .term_text ul {
  list-style: inside disc;
}

#funnel_form_wrapper .section_policy a {
  color: var(--dark-blue);
}

#funnel_form_wrapper .divider_funnel {
  position: relative;
  display: block;
  border-top: 1px solid #d5ccb8;
  width: 100%;
  margin: 60px 0;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .divider_funnel {
    margin: 30px 0;
  }
}
#funnel_form_wrapper .passengers_info_container {
  overflow: hidden;
  padding: 60px 40px 10px;
  border: 1px solid #d5ccb8;
  width: 100%;
}

@media (max-width: 767px) {
  #funnel_form_wrapper .passengers_info_container {
    padding: 30px 20px 10px;
  }
}
#funnel_form_wrapper .ui-button:active .ui-icon,
#funnel_form_wrapper .ui-icon-triangle-1-e,
#funnel_form_wrapper .ui-state-active .ui-icon {
  transition: all 0.3s ease;
  background: url(../images/arrow-select.svg) no-repeat scroll 98% center;
}

#funnel_form_wrapper .ui-button:active .ui-icon,
#funnel_form_wrapper .ui-state-active .ui-icon {
  transform: rotate(180deg);
}

#funnel_form_wrapper .form_customer_logged.form_customer_saved {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#funnel_form_wrapper .form_customer_logged.form_customer_saved.hide {
  display: none;
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary {
  display: block;
  position: relative;
  padding: 30px;
  background: #f7f5f1;
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  .labelUserInfo {
  font-family: var(--title-font-medium);
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  .customer_summary_name {
  display: block;
  padding-top: 20px;
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  .name {
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  display: block;
  font-size: 1.125em;
  color: var(--dark-blue);
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  p {
  display: block;
  padding: 10px 0;
  line-height: 170%;
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  p.address {
  text-transform: capitalize;
}

#funnel_form_wrapper
  .form_customer_logged.form_customer_saved
  .customer_details_summary
  .btn {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: 10px;
}

#funnel_form_wrapper #funnel_payment_box {
  display: none;
  position: relative;
  width: 100%;
}

#funnel_form_wrapper #funnel_payment_box .step_divider:not(:last-of-type) {
  width: 100%;
  border-bottom: 1px solid #d5ccb8;
}

#funnel_form_wrapper #funnel_payment_box .payment_conditions {
  display: block;
  position: relative;
  padding: 50px 0;
}

#funnel_form_wrapper #funnel_payment_box .container_payment_conditions {
  display: block;
  position: relative;
  padding: 20px 0;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_conditions
  .payment_editable_js {
  list-style: inside disc;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_conditions
  .payment_editable_js
  b {
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  margin-right: 10px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_conditions
  .payment_editable_js
  .balance,
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_conditions
  .payment_editable_js
  .deposit {
  font-family: var(--title-font-medium);
}

#funnel_form_wrapper #funnel_payment_box .payment_method,
#funnel_form_wrapper #funnel_payment_box .promo_code {
  display: block;
  position: relative;
  padding: 30px 0;
  width: 100%;
}

#funnel_form_wrapper
  #funnel_payment_box
  .collapsible_fields
  .collapsible_label {
  display: flex;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 0;
}

#funnel_form_wrapper
  #funnel_payment_box
  .collapsible_fields
  .collapsible_label
  .title_collaps {
  margin-left: 0;
  margin-right: 20px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .collapsible_fields
  .content_collapsible {
  padding: 0;
  margin: 20px 0 0 0;
  border: 0;
  -moz-flex-direction: row;
  flex-direction: row;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    #points_or_card {
    flex-wrap: wrap;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .button
  .tick:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 900;
  position: relative;
  font-size: 0.9em;
  padding-right: 10px;
  color: var(--default-color);
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .button.only_border {
  display: none;
  text-transform: none;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 50%;
  padding: 30px;
  margin: 10px;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    #points_or_card
    .field_input_custom_radio {
    width: 100%;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio:last-of-type {
  margin-right: 0;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    #points_or_card
    .field_input_custom_radio:last-of-type {
    margin-left: 0;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio:first-of-type {
  margin-left: 0;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    #points_or_card
    .field_input_custom_radio:first-of-type {
    margin-right: 0;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio'] {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0;
  left: 0;
  border-color: rgba(213, 204, 184, 0.5);
  margin: 0;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']
  + .title_radio,
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']
  ~ .buttons_container {
  opacity: 0.5;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked {
  border-color: #d5ccb8;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked:after {
  content: unset;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked
  + .title_radio {
  opacity: 1;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked
  ~ .buttons_container {
  opacity: 1;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked
  ~ .buttons_container
  .blue_button {
  display: none;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  input[type='radio']:checked
  ~ .buttons_container
  .only_border {
  display: block;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  .title_radio
  .all_logo {
  display: inline-block;
  width: 50px;
  height: 30px;
  background-size: contain;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  .title_radio
  .fb_service_credit_card {
  display: inline-block;
  width: 40px;
  height: 30px;
  font-size: 36px;
  vertical-align: sub;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  .title_radio
  .big_label {
  padding: 0 0 0 15px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  #points_or_card
  .field_input_custom_radio
  .title_radio
  label {
  line-height: 1.5625em;
  font-size: 0.9375em;
  display: block;
  margin: 20px 0;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 40px;
  border: 1px solid #d5ccb8;
  margin: 20px 0;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity {
    flex-wrap: wrap;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description {
  display: block;
  width: 35%;
  padding-right: 20px;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity
    .left_description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description
  .title_points {
  display: block;
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description
  .description_points {
  display: block;
  line-height: 1em;
  color: #6e6e6e;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description
  .balanace_points {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 35px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description
  .balanace_points
  .fb_icon {
  font-size: 26px;
  margin-right: 15px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .left_description
  .balanace_points
  .payment_balance {
  display: block;
  margin-left: 5px;
  font-family: var(--title-font-medium);
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 65%;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity
    .right_description {
    width: 100%;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .row {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 20px;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity
    .right_description
    .row {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .row
  .buttons_container {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .row
  .buttons_container
  .button {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity
    .right_description
    .row
    .buttons_container
    .button {
    width: 100%;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points {
  display: block;
  padding-right: 30px;
  width: inherit;
}

@media (max-width: 992px) {
  #funnel_form_wrapper
    #funnel_payment_box
    .container_payment_method
    .points_quantity
    .right_description
    .container_incrementor_payment_points {
    padding-right: 0;
  }
}
#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  input {
  padding: 10px 0;
  font-family: var(--title-font-medium);
  font-size: 1.75em;
  color: var(--dark-blue);
  letter-spacing: 1.4px;
  width: 100px;
  display: inline-block;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  .points_in_cash {
  display: inline-block;
  color: #6e6e6e;
  margin-left: 10px;
  white-space: nowrap;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  .first_line {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 20px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  .points_left {
  display: block;
  position: relative;
  padding: 0 20px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  .points_left_amount {
  display: inline-block;
  font-family: var(--title-font-medium);
  margin-right: 5px;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_payment_method
  .points_quantity
  .right_description
  .container_incrementor_payment_points
  .points_descr
  .fixed_string {
  color: #6e6e6e;
}

#funnel_form_wrapper #funnel_payment_box .payment_loading {
  position: relative;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px;
  border: 1px solid #d5ccb8;
  margin: 20px 0;
}

#funnel_form_wrapper #funnel_payment_box .container_point_used {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px;
  border: 1px solid #d5ccb8;
  margin: 20px 0;
}

#funnel_form_wrapper #funnel_payment_box .container_point_used .points_used {
  font-family: var(--title-font-medium);
  font-size: 1.75em;
  display: block;
  margin-right: 10px;
}

#funnel_form_wrapper #funnel_payment_box .container_card_payment {
  display: block;
  padding: 40px;
  border: 1px solid #d5ccb8;
  margin: 20px 0;
}

#funnel_form_wrapper
  #funnel_payment_box
  .container_card_payment
  .payment_amount {
  display: block;
  text-align: center;
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  color: var(--dark-blue);
  letter-spacing: 0.8px;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 40px;
}

#funnel_payment_redirect {
  width: 70%;
}

#funnel_payment_redirect .container_card_payment {
  display: block;
  padding: 40px;
  border: 1px solid #d5ccb8;
  margin: 20px 0;
}

#funnel_payment_redirect .container_card_payment .payment_amount {
  display: block;
  text-align: center;
  font-family: var(--title-font-medium);
  text-transform: uppercase;
  color: var(--dark-blue);
  letter-spacing: 0.8px;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 40px;
}

#funnel_payment_redirect
  .container_card_payment:has(.error_card_payment.active) {
  border-color: red;
}

#funnel_payment_redirect
  .container_card_payment:has(.success_card_payment.active) {
  border-color: green;
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment.active
  + .proceed_with_payment {
  display: none;
}

#funnel_payment_redirect .container_card_payment .error_card_payment,
#funnel_payment_redirect .container_card_payment .success_card_payment {
  display: none;
  text-align: center;
}

#funnel_payment_redirect .container_card_payment .error_card_payment.active,
#funnel_payment_redirect .container_card_payment .success_card_payment.active {
  display: block;
}

#funnel_payment_redirect .container_card_payment .error_card_payment .fb_icon,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .fb_icon {
  font-size: 3.125em;
  display: block;
  margin-bottom: 20px;
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .fixed_string,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .fixed_string {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5em;
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .fixed_string
  .be_phone,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .fixed_string
  .be_phone {
  display: inline-block;
  margin-top: 15px;
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .fixed_string
  .be_phone
  a,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .fixed_string
  .be_phone
  a {
  color: var(--dark-blue);
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .error_payment_type,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .error_payment_type {
  display: block;
  font-size: 1.5em;
}

#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .buttons_container,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .buttons_container {
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  #funnel_payment_redirect
    .container_card_payment
    .error_card_payment
    .buttons_container,
  #funnel_payment_redirect
    .container_card_payment
    .success_card_payment
    .buttons_container {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
#funnel_payment_redirect
  .container_card_payment
  .error_card_payment
  .buttons_container
  .button,
#funnel_payment_redirect
  .container_card_payment
  .success_card_payment
  .buttons_container
  .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px;
}

@media (max-width: 992px) {
  #funnel_payment_redirect
    .container_card_payment
    .error_card_payment
    .buttons_container
    .button,
  #funnel_payment_redirect
    .container_card_payment
    .success_card_payment
    .buttons_container
    .button {
    width: 100%;
  }
}
#funnel_payment_redirect .payment_method {
  display: none;
}

#funnel_payment_redirect .payment_method.failed .container_card_payment,
#funnel_payment_redirect .payment_method.loading .container_card_payment {
  border: 0;
  background-color: #f7f5f1;
  box-shadow: 2px 2px 6px rgba(46, 36, 36, 0.14);
}

#funnel_payment_redirect .payment_method.failed .fb_icon {
  margin-bottom: 0;
}

#funnel_payment_redirect .payment_method.failed svg {
  display: block;
  height: 70px;
  margin: 0 auto;
}

#open_popup_generic_booking_msg .content_wrap,
#open_popup_modify_booking .content_wrap {
  text-align: center;
}

#open_popup_generic_booking_msg .logo-container,
#open_popup_modify_booking .logo-container {
  max-width: 160px;
  width: 100%;
  height: 50px;
  display: inline-block;
}

#open_popup_generic_booking_msg .logo-container img,
#open_popup_modify_booking .logo-container img {
  max-width: 100%;
  max-height: 100%;
}

#open_popup_generic_booking_msg .container_message,
#open_popup_modify_booking .container_message {
  margin-top: 30px;
  position: relative;
}

#open_popup_generic_booking_msg .container_message:after,
#open_popup_generic_booking_msg .container_message:before,
#open_popup_modify_booking .container_message:after,
#open_popup_modify_booking .container_message:before {
  content: '';
  height: 1px;
  width: 30px;
  background: var(--dark-blue);
  display: inline-block;
  position: absolute;
  top: 50%;
}

@media (max-width: 568px) {
  #open_popup_generic_booking_msg .container_message:after,
  #open_popup_generic_booking_msg .container_message:before,
  #open_popup_modify_booking .container_message:after,
  #open_popup_modify_booking .container_message:before {
    content: unset !important;
  }
}
#open_popup_generic_booking_msg .container_message:before,
#open_popup_modify_booking .container_message:before {
  left: 0;
}

#open_popup_generic_booking_msg .container_message:after,
#open_popup_modify_booking .container_message:after {
  right: 0;
}

#open_popup_generic_booking_msg .container_message .calendar_message,
#open_popup_generic_booking_msg .container_message .popup_message,
#open_popup_modify_booking .container_message .calendar_message,
#open_popup_modify_booking .container_message .popup_message {
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

#open_popup_generic_booking_msg .buttons,
#open_popup_modify_booking .buttons {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
}

#open_popup_generic_booking_msg .cancel-cta,
#open_popup_generic_booking_msg .ok-cta,
#open_popup_modify_booking .cancel-cta,
#open_popup_modify_booking .ok-cta {
  text-decoration: none;
  color: var(--dark-blue);
  display: inline-block;
}

#open_popup_generic_booking_msg .ok-cta,
#open_popup_modify_booking .ok-cta {
  border: 1px solid var(--dark-blue);
  text-transform: uppercase;
  padding: 8px 18px;
  transition: all 0.3s ease;
}

#open_popup_generic_booking_msg .ok-cta:hover,
#open_popup_modify_booking .ok-cta:hover {
  cursor: pointer;
  background: var(--dark-blue);
  color: var(--white-color);
}

#open_popup_generic_booking_msg .cancel-cta,
#open_popup_modify_booking .cancel-cta {
  margin-left: 40px;
  border-bottom: 1px solid var(--dark-blue);
}

#open_popup_generic_booking_msg.payment_error .container_message,
#open_popup_modify_booking.payment_error .container_message {
  margin-top: 0;
}

#open_popup_generic_booking_msg.payment_error .error_payment,
#open_popup_modify_booking.payment_error .error_payment {
  border: 1px solid red;
  padding: 10px 20px;
  margin-top: 30px;
}

#open_popup_generic_booking_msg.payment_error .error_payment .fb_icon,
#open_popup_modify_booking.payment_error .error_payment .fb_icon {
  display: block;
  font-size: 2.2em;
}

#open_popup_generic_booking_msg.payment_error .error_payment .error_label,
#open_popup_modify_booking.payment_error .error_payment .error_label {
  line-height: 150%;
  display: block;
  margin-top: 12px;
}

#open_popup_generic_booking_msg.payment_error .buttons,
#open_popup_modify_booking.payment_error .buttons {
  margin-top: 20px;
}

.bookingform_sidebar_wrap_mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 950;
  padding: 60px 25px 70px 25px;
  background: var(--white-color);
  overflow-y: scroll;
  transition: left 0.3s ease;
}

.bookingform_sidebar_wrap_mobile .close_sidebar_bookingform {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}

.bookingform_sidebar_wrap_mobile .close_sidebar_bookingform .closer {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bookingform_sidebar_wrap_mobile .close_sidebar_bookingform .closer:after,
.bookingform_sidebar_wrap_mobile .close_sidebar_bookingform .closer:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 15px;
  background: var(--dark-blue);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.bookingform_sidebar_wrap_mobile .close_sidebar_bookingform .closer:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .bookingform_sidebar_wrap_mobile
    .bookingform_sidebar_inner_content
    .the-title {
    font-size: 1.6em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bookingform_sidebar_wrap_mobile form.bookingform fieldset {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .bookingform_sidebar_wrap_mobile
    form.bookingform
    .form_row.passengers_month_selection {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .bookingform_sidebar_wrap_mobile
    form.bookingform
    .form_row.passengers_month_selection
    .month_selection,
  .bookingform_sidebar_wrap_mobile
    form.bookingform
    .form_row.passengers_month_selection
    .passengers_selection {
    width: 100%;
  }
  .bookingform_sidebar_wrap_mobile
    form.bookingform
    .form_row.passengers_month_selection
    .passengers_selection {
    padding-right: 0;
  }
  .bookingform_sidebar_wrap_mobile
    form.bookingform
    .form_row.passengers_month_selection
    .month_selection {
    padding-left: 0;
    padding-top: 10px;
  }
}
.bookingform_sidebar_wrap_mobile.open {
  left: 0;
}

.bookingform_sidebar_wrap_mobile.visible .close_sidebar_bookingform {
  position: fixed;
  background: var(--white-color);
  z-index: 10;
}

.js-snackbar-container--fixed {
  z-index: 10000000 !important;
}

.layer_no_interactions {
  display: none;
}

.layer_no_interactions.enable {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: var(--beige-color);
  opacity: 0.9;
}

.loaderDots {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px;
}

.loaderDots.hidden {
  display: none;
}

.loaderDots .message_loading {
  display: block;
  z-index: 999;
  color: var(--dark-blue);
  font-size: 1.35rem;
  max-width: 50vw;
  margin: 0 auto;
  background: var(--beige-color);
  padding: 20px 40px;
  border-radius: 5px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  .loaderDots .message_loading {
    max-width: 70vw;
  }
}
@media (max-width: 767px) {
  .loaderDots .message_loading {
    max-width: 90vw;
  }
}
.loaderDots .message_loading .tick-added {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.loaderDots .message_loading .tick-added svg {
  position: relative;
  width: 100%;
  height: 100%;
  stroke-dasharray: 35;
  stroke-dashoffset: 35;
  animation-delay: 0.8s;
  animation: tick 1.2s ease-out;
  animation-fill-mode: forwards;
}

@keyframes tick {
  from {
    stroke-dashoffset: 35;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.loaderDots #svg_oe_train_loader {
  margin: 20px 50px;
  width: 180px;
  height: auto;
  position: relative;
}

@media (max-width: 767px) {
  .loaderDots #svg_oe_train_loader {
    width: 130px;
  }
}
.loaderDots #svg_oe_train_loader .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  overflow: hidden;
  animation: OELoaderMask alternate cubic-bezier(0.73, 0.27, 0.26, 0.73) 3s
    infinite both;
}

.loaderDots #svg_oe_train_loader #logo_shade {
  z-index: 100;
  position: absolute;
  bottom: 11px;
  left: 0;
}

.loaderDots #svg_oe_train_loader #logo_edge {
  z-index: 100;
  position: relative;
}

.loaderDots #svg_oe_train_loader svg {
  width: 100%;
  height: auto;
}

.loaderDots #svg_oe_train_loader svg .edge {
  fill: none;
  stroke: var(--dark-blue);
  stroke-miterlimit: 10;
  stroke-width: 1;
}

.loaderDots #svg_oe_train_loader svg .shade {
  fill: var(--dark-blue);
}

@keyframes OELoaderMask {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.current_cabin_occupancy {
  font-size: 1em;
  line-height: 20px;
  padding-top: 12px;
  display: block;
}

@media (max-width: 992px) {
  .current_cabin_occupancy {
    text-align: center;
  }
}
.message_mailchimp_newsletter {
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 20px 30px;
}

.message_mailchimp_newsletter.visible {
  display: block;
  box-shadow: 0 0 4px rgba(46, 36, 36, 0.05);
}

.message_mailchimp_newsletter.success {
  background-color: #eef4ee;
}

.message_mailchimp_newsletter.already_subscribed {
  background-color: #fffbe0;
}

.message_create_booking {
  display: none;
  position: relative;
  width: 100%;
  padding: 40px;
  background: #eef4ee;
}

.message_create_booking.visible {
  display: block;
  box-shadow: 0 0 4px rgba(46, 36, 36, 0.1);
}

.message_create_booking .create_booking_message_details {
  display: block;
  text-align: center;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 767px) {
  .message_create_booking .create_booking_message_details {
    -moz-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.message_create_booking
  .create_booking_message_details
  .create_booking_message {
  width: auto;
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 12px;
  font-size: 1.25em;
}

.message_create_booking
  .create_booking_message_details
  .create_booking_message
  .scrollToStripe {
  color: var(--dark-blue);
}

.message_create_booking .create_booking_message_details .fb_icon {
  transform: rotate(90deg);
}

.message_create_booking .create_booking_message_details .phone {
  color: var(--default-color);
}

.message_create_booking .reservation-details {
  white-space: nowrap;
}

.message_create_booking .reservation-details .item {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .message_create_booking .reservation-details .item {
    width: 100%;
    padding: 15px 0;
  }
}
.message_create_booking .reservation-details .item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  background: #d5ccb8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .message_create_booking .reservation-details .item:not(:last-child):after {
    width: 40px;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.message_create_booking .reservation-details .item .icon,
.message_create_booking .reservation-details .item .info,
.message_create_booking .reservation-details .item .label {
  display: inline-block;
  text-align: center;
  color: var(--dark-blue);
}

.message_create_booking .reservation-details .item .icon {
  font-size: 2.667em;
  margin-bottom: 15px;
}

.message_create_booking .reservation-details .item .label {
  font-size: 1.25em;
}

.message_create_booking .reservation-details .item .info {
  line-height: 25px;
  font-family: var(--title-font-medium);
}

.message_create_booking
  .reservation-details
  .item
  .booking-reference-departure
  .date {
  margin: 0 2px;
}

.message_create_booking
  .reservation-details
  .item.booking-reference-code
  .info {
  font-family: var(--title-font-medium);
  font-size: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
}

.container_flexible_itinerary_resume {
  display: block;
  position: relative;
  padding: 60px;
  background: rgba(var(--gold-color), 0.2);
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .container_flexible_itinerary_resume {
    padding: 35px;
  }
}
@media (max-width: 568px) {
  .container_flexible_itinerary_resume {
    padding: 30px 0;
  }
}
.container_flexible_itinerary_resume .container_title {
  padding: 0 15px;
  text-align: center;
  text-transform: capitalize;
}

.container_flexible_itinerary_resume .label {
  font-family: var(--menu-font);
  color: var(--default-color);
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 22px;
}

.container_flexible_itinerary_resume .container_itinerary_resume {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .container_flexible_itinerary_resume .container_itinerary_resume {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .container_flexible_itinerary_resume .container_itinerary_resume {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.container_flexible_itinerary_resume .container_itinerary_resume .item {
  position: relative;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .container_flexible_itinerary_resume .container_itinerary_resume .item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .container_flexible_itinerary_resume .container_itinerary_resume .item {
    margin: 0;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d5ccb8;
}

@media (max-width: 992px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:not(:last-child):after {
    width: 100%;
    height: 1px;
    top: auto;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item:not(:first-child):not(:last-child) {
  padding: 0 40px;
}

html[lang='it']
  .container_flexible_itinerary_resume
  .container_itinerary_resume
  .item:not(:first-child):not(:last-child) {
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:not(:first-child):not(:last-child) {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:not(:first-child):not(:last-child) {
    padding: 30px;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item:last-child {
  padding: 0 0 0 40px;
}

@media (max-width: 1024px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:last-child {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 992px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:last-child {
    padding: 30px;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item:first-child {
  padding: 0 40px 0 0;
}

@media (max-width: 1024px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:first-child {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 992px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item:first-child {
    padding: 30px;
  }
}
@media (max-width: 568px) {
  .container_flexible_itinerary_resume .container_itinerary_resume .item {
    padding: 20px 10px !important;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .first_departure,
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .offer-price {
  color: var(--dark-blue);
  font-size: 1.125em;
}

.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .first_departure
  .offer-unit,
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .offer-price
  .offer-unit {
  font-size: 15px;
  line-height: 1em;
  font-family: var(--default-font);
  color: var(--default-color);
  text-transform: none;
}

.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .be_phone {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .container_flexible_itinerary_resume
    .container_itinerary_resume
    .item
    .be_phone {
    width: 100%;
    margin-top: 15px;
  }
}
.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .be_phone
  .icon {
  font-size: 32px;
}

.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .be_phone
  .container_phone_infos {
  line-height: 24px;
  margin-left: 15px;
  text-align: left;
}

.container_flexible_itinerary_resume
  .container_itinerary_resume
  .item
  .be_phone
  .container_phone_infos
  .phone {
  display: block;
  font-family: var(--default-medium);
  color: var(--dark-blue);
  text-decoration: none;
}

@media (max-width: 992px) {
  .back-to-top {
    bottom: 70px;
  }
}
.spinner_loading {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  background-size: contain;
  margin: 0 auto 30px;
  background-image: url(../images/spinner_2-01.svg);
}

@media (max-width: 992px) {
  main .the-title {
    text-align: center;
  }
}
.bookingform_sidebar_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 1004;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 568px) {
  .bookingform_sidebar_wrap {
    width: 100%;
  }
}
.bookingform_sidebar_wrap.visible #bookingform_sidebar_dialog,
.bookingform_sidebar_wrap.visible .bookingform_sidebar {
  right: 0;
}

@media (max-width: 568px) {
  .bookingform_sidebar_wrap.visible #bookingform_sidebar_dialog,
  .bookingform_sidebar_wrap.visible .bookingform_sidebar {
    width: 95%;
  }
}
.bookingform_sidebar_wrap .close_sidebar_bookingform {
  top: 20px;
  left: 20px;
  background: url(../images/close-dark.svg) no-repeat scroll center;
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  display: block;
  z-index: 999;
}

.bookingform_sidebar_wrap #bookingform_sidebar_dialog,
.bookingform_sidebar_wrap .bookingform_sidebar {
  background: #fff;
  position: absolute;
  right: -100%;
  width: 60vw;
  min-width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  transition: all 0.3s ease;
}

@media (max-width: 1150px) {
  .bookingform_sidebar_wrap #bookingform_sidebar_dialog,
  .bookingform_sidebar_wrap .bookingform_sidebar {
    width: 70vw;
  }
}
@media (max-width: 992px) {
  .bookingform_sidebar_wrap #bookingform_sidebar_dialog,
  .bookingform_sidebar_wrap .bookingform_sidebar {
    width: 80vw;
  }
}
.bookingform_sidebar_wrap
  #bookingform_sidebar_dialog
  .bookingform_sidebar_inner_content,
.bookingform_sidebar_wrap
  .bookingform_sidebar
  .bookingform_sidebar_inner_content {
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  width: 75%;
}

.bookingform_sidebar_wrap #bookingform_sidebar_dialog .title,
.bookingform_sidebar_wrap .bookingform_sidebar .title {
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  color: var(--default-color);
}

.bookingform_sidebar_wrap #bookingform_sidebar_dialog .title strong,
.bookingform_sidebar_wrap .bookingform_sidebar .title strong {
  font-weight: 700;
}

.bookingform_sidebar_wrap #bookingform_sidebar_dialog .bookingform,
.bookingform_sidebar_wrap .bookingform_sidebar .bookingform {
  box-shadow: none;
}

.bookingform_sidebar_wrap #bookingform_sidebar_dialog .bookingform_wrapper,
.bookingform_sidebar_wrap .bookingform_sidebar .bookingform_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  left: 0;
  height: 100%;
}

.bookingform_sidebar_wrap
  #bookingform_sidebar_dialog
  .bookingform_wrapper
  input[type='submit'],
.bookingform_sidebar_wrap
  .bookingform_sidebar
  .bookingform_wrapper
  input[type='submit'] {
  max-width: 100%;
}

.horizontal_searchbar {
  display: block;
  position: relative;
  height: 120px;
  background-color: #f7f5f1;
  padding: 20px 0;
}

.horizontal_searchbar.sticky_bar {
  position: sticky;
  top: 99px;
  z-index: 252;
  box-shadow: 0 5px 8px rgba(46, 36, 36, 0.1);
  border-top: 1px solid #ddd;
}

.horizontal_searchbar.errorMessage {
  margin-bottom: 120px;
  height: auto;
}

.horizontal_searchbar.errorMessage fieldset {
  flex-wrap: wrap;
}

.horizontal_searchbar.errorMessage
  fieldset
  .form_row.passengers_month_selection {
  border-right: 0 !important;
}

@media (max-width: 992px) {
  .horizontal_searchbar {
    display: none;
  }
}
.horizontal_searchbar form.bookingform fieldset {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  max-width: 1250px;
  margin: 0 auto;
}

.horizontal_searchbar form.bookingform fieldset .label_container {
  display: block;
  position: relative;
  padding: 0 5px 10px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .horizontal_searchbar form.bookingform fieldset .label_container {
    padding-left: 15px;
  }
}
.horizontal_searchbar form.bookingform fieldset .label_container .search_label {
  display: block;
  position: relative;
  font-size: 1em;
  line-height: 1.5em;
  color: #041c2c;
  letter-spacing: 0.8px;
  font-family: var(--title-font-medium);
  text-transform: uppercase;
}

.horizontal_searchbar form.bookingform fieldset .form_row {
  padding: 0 20px 10px;
  border-right: 1px solid #d5ccb8;
}

.horizontal_searchbar form.bookingform fieldset .form_row:first-child {
  padding-left: 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .horizontal_searchbar form.bookingform fieldset .form_row:first-child {
    padding-left: 15px;
  }
}
.horizontal_searchbar form.bookingform fieldset .form_row:last-child {
  border: 0;
  padding-right: 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .horizontal_searchbar form.bookingform fieldset .form_row:last-child {
    padding-right: 15px;
  }
  .horizontal_searchbar form.bookingform fieldset .form_row:last-child input {
    white-space: break-spaces;
    height: 100%;
    text-align: center;
    line-height: 130%;
    padding: 10px;
  }
}
.horizontal_searchbar form.bookingform fieldset .form_row.itinerary_selection {
  width: 210px;
}

.horizontal_searchbar
  form.bookingform
  fieldset
  .form_row.passengers_month_selection {
  padding: 0 20px 0 0;
}

.horizontal_searchbar
  form.bookingform
  fieldset
  .form_row.passengers_month_selection
  .passengers_selection {
  padding: 0 20px 10px;
  border-right: 1px solid #d5ccb8;
  width: 400px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .horizontal_searchbar
    form.bookingform
    fieldset
    .form_row.passengers_month_selection
    .passengers_selection {
    width: 325px;
  }
}
.horizontal_searchbar
  form.bookingform
  fieldset
  .form_row.passengers_month_selection
  .month_selection {
  width: 210px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .horizontal_searchbar
    form.bookingform
    fieldset
    .form_row.passengers_month_selection
    .month_selection {
    width: 190px;
  }
}
.payment_method fieldset,
.popup_incrementors_container fieldset,
form.bookingform fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payment_method fieldset legend,
.popup_incrementors_container fieldset legend,
form.bookingform fieldset legend {
  display: none;
}

.payment_method .form_row,
.popup_incrementors_container .form_row,
form.bookingform .form_row {
  display: block;
  padding: 10px 0;
}

.payment_method .form_row.submit_wrap,
.popup_incrementors_container .form_row.submit_wrap,
form.bookingform .form_row.submit_wrap {
  padding-top: 30px;
}

.payment_method .form_row.train_selection,
.popup_incrementors_container .form_row.train_selection,
form.bookingform .form_row.train_selection {
  display: none;
}

.payment_method .form_row.passengers_month_selection,
.popup_incrementors_container .form_row.passengers_month_selection,
form.bookingform .form_row.passengers_month_selection {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
}

.payment_method .form_row.passengers_month_selection .passengers_selection,
.popup_incrementors_container
  .form_row.passengers_month_selection
  .passengers_selection,
form.bookingform .form_row.passengers_month_selection .passengers_selection {
  display: block;
  width: 66.66%;
  padding-right: 15px;
}

.payment_method .form_row.passengers_month_selection .month_selection,
.popup_incrementors_container
  .form_row.passengers_month_selection
  .month_selection,
form.bookingform .form_row.passengers_month_selection .month_selection {
  display: block;
  width: 33.33%;
  padding-left: 15px;
}

.payment_method
  .form_row.passengers_month_selection
  .month_selection
  select
  option,
.popup_incrementors_container
  .form_row.passengers_month_selection
  .month_selection
  select
  option,
form.bookingform
  .form_row.passengers_month_selection
  .month_selection
  select
  option {
  text-transform: capitalize;
}

.payment_method
  .form_row.passengers_month_selection
  .month_selection
  select
  option:disabled,
.payment_method
  .form_row.passengers_month_selection
  .month_selection
  select
  option[disabled],
.popup_incrementors_container
  .form_row.passengers_month_selection
  .month_selection
  select
  option:disabled,
.popup_incrementors_container
  .form_row.passengers_month_selection
  .month_selection
  select
  option[disabled],
form.bookingform
  .form_row.passengers_month_selection
  .month_selection
  select
  option:disabled,
form.bookingform
  .form_row.passengers_month_selection
  .month_selection
  select
  option[disabled] {
  opacity: 0.4;
  display: none;
}

.payment_method .form_row .label,
.payment_method .form_row label,
.popup_incrementors_container .form_row .label,
.popup_incrementors_container .form_row label,
form.bookingform .form_row .label,
form.bookingform .form_row label {
  display: block;
  color: var(--default-color);
  padding-bottom: 5px;
}

.payment_method span.select2,
.popup_incrementors_container span.select2,
form.bookingform span.select2 {
  width: 100% !important;
}

.payment_method span.select2 .select2-selection--single,
.popup_incrementors_container span.select2 .select2-selection--single,
form.bookingform span.select2 .select2-selection--single {
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(var(--fancybox-custom), 0.6);
  background: url(../images/arrow-select.svg) no-repeat scroll 98% center;
}

.payment_method
  span.select2
  .select2-selection--single
  .select2-selection__arrow,
.popup_incrementors_container
  span.select2
  .select2-selection--single
  .select2-selection__arrow,
form.bookingform
  span.select2
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.payment_method span.select2 .select2-selection__rendered,
.popup_incrementors_container span.select2 .select2-selection__rendered,
form.bookingform span.select2 .select2-selection__rendered {
  text-transform: uppercase;
  height: 100%;
  line-height: 38px;
  font-family: var(--title-font-medium);
}

.payment_method .passengers_dropdown,
.popup_incrementors_container .passengers_dropdown,
form.bookingform .passengers_dropdown {
  position: relative;
}

.payment_method .passengers_dropdown .placeholder_passengers,
.popup_incrementors_container .passengers_dropdown .placeholder_passengers,
form.bookingform .passengers_dropdown .placeholder_passengers {
  display: block;
  position: relative;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: var(--title-font-medium);
  border-radius: 2px;
  border: 1px solid rgba(var(--fancybox-custom), 0.6);
  padding: 0 10px;
  background: url(../images/arrow-select.svg) no-repeat scroll 98% center;
}

.payment_method .passengers_dropdown .placeholder_passengers:hover,
.popup_incrementors_container
  .passengers_dropdown
  .placeholder_passengers:hover,
form.bookingform .passengers_dropdown .placeholder_passengers:hover {
  cursor: pointer;
}

.payment_method .passengers_dropdown .dropdown_passengers,
.popup_incrementors_container .passengers_dropdown .dropdown_passengers,
form.bookingform .passengers_dropdown .dropdown_passengers {
  position: absolute;
  z-index: 99;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  max-height: 0;
  background-color: var(--white-color);
  overflow: hidden;
}

.payment_method .passengers_dropdown .dropdown_passengers.open,
.popup_incrementors_container .passengers_dropdown .dropdown_passengers.open,
form.bookingform .passengers_dropdown .dropdown_passengers.open {
  max-height: 40vh;
  border-color: grey;
  overflow-y: auto;
}

.payment_method .passengers_dropdown .dropdown_passengers .passengers_steppers,
.popup_incrementors_container
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers,
form.bookingform
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers {
  width: 100%;
}

.payment_method
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .confirm_field
  .buttons_container,
.popup_incrementors_container
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .confirm_field
  .buttons_container,
form.bookingform
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .confirm_field
  .buttons_container {
  width: 190px;
  padding: 5px 0 15px 15px;
}

.payment_method
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap,
.popup_incrementors_container
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap,
form.bookingform
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 20px;
  border-top: 1px solid #d5ccb8;
}

.payment_method
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap.hidden,
.popup_incrementors_container
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap.hidden,
form.bookingform
  .passengers_dropdown
  .dropdown_passengers
  .passengers_steppers
  .cabin_wrap.hidden {
  display: none;
}

.payment_method .inner_wrap,
.popup_incrementors_container .inner_wrap,
form.bookingform .inner_wrap {
  width: 100%;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .payment_method .inner_wrap,
  .popup_incrementors_container .inner_wrap,
  form.bookingform .inner_wrap {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.payment_method .inner_wrap .row_column,
.popup_incrementors_container .inner_wrap .row_column,
form.bookingform .inner_wrap .row_column {
  display: block;
  width: 66.66%;
}

@media (max-width: 767px) {
  .payment_method .inner_wrap .row_column,
  .popup_incrementors_container .inner_wrap .row_column,
  form.bookingform .inner_wrap .row_column {
    width: 100%;
  }
}
.payment_method .inner_wrap .row_column.title_field,
.popup_incrementors_container .inner_wrap .row_column.title_field,
form.bookingform .inner_wrap .row_column.title_field {
  width: 33.33%;
}

.payment_method .inner_wrap .row_column.title_field .label,
.popup_incrementors_container .inner_wrap .row_column.title_field .label,
form.bookingform .inner_wrap .row_column.title_field .label {
  font-family: var(--title-font-medium);
  font-size: 0.9375em;
  text-transform: uppercase;
  color: #041c2c;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .payment_method .inner_wrap .row_column.title_field,
  .popup_incrementors_container .inner_wrap .row_column.title_field,
  form.bookingform .inner_wrap .row_column.title_field {
    width: 100%;
  }
}
.payment_method .inner_wrap .row_column .adults_field,
.payment_method .inner_wrap .row_column .children_field,
.payment_method .inner_wrap .row_column .infants_field,
.popup_incrementors_container .inner_wrap .row_column .adults_field,
.popup_incrementors_container .inner_wrap .row_column .children_field,
.popup_incrementors_container .inner_wrap .row_column .infants_field,
form.bookingform .inner_wrap .row_column .adults_field,
form.bookingform .inner_wrap .row_column .children_field,
form.bookingform .inner_wrap .row_column .infants_field {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1em;
}

.payment_method .inner_wrap .row_column .adults_field .label_title,
.payment_method .inner_wrap .row_column .children_field .label_title,
.payment_method .inner_wrap .row_column .infants_field .label_title,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .adults_field
  .label_title,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .children_field
  .label_title,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .infants_field
  .label_title,
form.bookingform .inner_wrap .row_column .adults_field .label_title,
form.bookingform .inner_wrap .row_column .children_field .label_title,
form.bookingform .inner_wrap .row_column .infants_field .label_title {
  font-size: 0.9375em;
  color: var(--default-color);
}

.payment_method .inner_wrap .row_column .adults_field .label_title i,
.payment_method .inner_wrap .row_column .children_field .label_title i,
.payment_method .inner_wrap .row_column .infants_field .label_title i,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .adults_field
  .label_title
  i,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .children_field
  .label_title
  i,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .infants_field
  .label_title
  i,
form.bookingform .inner_wrap .row_column .adults_field .label_title i,
form.bookingform .inner_wrap .row_column .children_field .label_title i,
form.bookingform .inner_wrap .row_column .infants_field .label_title i {
  margin-right: 5px;
}

.payment_method .inner_wrap .row_column .children_field,
.payment_method .inner_wrap .row_column .infants_field,
.popup_incrementors_container .inner_wrap .row_column .children_field,
.popup_incrementors_container .inner_wrap .row_column .infants_field,
form.bookingform .inner_wrap .row_column .children_field,
form.bookingform .inner_wrap .row_column .infants_field {
  padding-top: 15px;
}

.payment_method .inner_wrap .row_column .children_field .label_subtitle,
.payment_method .inner_wrap .row_column .infants_field .label_subtitle,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .children_field
  .label_subtitle,
.popup_incrementors_container
  .inner_wrap
  .row_column
  .infants_field
  .label_subtitle,
form.bookingform .inner_wrap .row_column .children_field .label_subtitle,
form.bookingform .inner_wrap .row_column .infants_field .label_subtitle {
  display: block;
  color: rgba(74, 74, 74, 0.7);
  font-size: 0.875em;
}

.payment_method .cabin_stepper,
.payment_method .stepper,
.popup_incrementors_container .cabin_stepper,
.popup_incrementors_container .stepper,
form.bookingform .cabin_stepper,
form.bookingform .stepper {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-flex-direction: row;
  flex-direction: row;
}

.payment_method .cabin_stepper .label_title,
.payment_method .stepper .label_title,
.popup_incrementors_container .cabin_stepper .label_title,
.popup_incrementors_container .stepper .label_title,
form.bookingform .cabin_stepper .label_title,
form.bookingform .stepper .label_title {
  display: block;
  text-transform: uppercase;
  color: #041c2c;
  font-family: var(--title-font-medium);
  font-size: 0.9375em;
}

.payment_method .cabin_stepper button,
.payment_method .stepper button,
.popup_incrementors_container .cabin_stepper button,
.popup_incrementors_container .stepper button,
form.bookingform .cabin_stepper button,
form.bookingform .stepper button {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid grey;
  border-radius: 2px;
  opacity: 1;
  color: #041c2c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white-color);
}

.payment_method .cabin_stepper button:hover,
.payment_method .stepper button:hover,
.popup_incrementors_container .cabin_stepper button:hover,
.popup_incrementors_container .stepper button:hover,
form.bookingform .cabin_stepper button:hover,
form.bookingform .stepper button:hover {
  cursor: pointer;
}

.payment_method .cabin_stepper button:disabled,
.payment_method .cabin_stepper button[disabled],
.payment_method .stepper button:disabled,
.payment_method .stepper button[disabled],
.popup_incrementors_container .cabin_stepper button:disabled,
.popup_incrementors_container .cabin_stepper button[disabled],
.popup_incrementors_container .stepper button:disabled,
.popup_incrementors_container .stepper button[disabled],
form.bookingform .cabin_stepper button:disabled,
form.bookingform .cabin_stepper button[disabled],
form.bookingform .stepper button:disabled,
form.bookingform .stepper button[disabled] {
  opacity: 0.6;
}

.payment_method .cabin_stepper button:disabled:hover,
.payment_method .cabin_stepper button[disabled]:hover,
.payment_method .stepper button:disabled:hover,
.payment_method .stepper button[disabled]:hover,
.popup_incrementors_container .cabin_stepper button:disabled:hover,
.popup_incrementors_container .cabin_stepper button[disabled]:hover,
.popup_incrementors_container .stepper button:disabled:hover,
.popup_incrementors_container .stepper button[disabled]:hover,
form.bookingform .cabin_stepper button:disabled:hover,
form.bookingform .cabin_stepper button[disabled]:hover,
form.bookingform .stepper button:disabled:hover,
form.bookingform .stepper button[disabled]:hover {
  cursor: default;
}

.payment_method .cabin_stepper button i:before,
.payment_method .stepper button i:before,
.popup_incrementors_container .cabin_stepper button i:before,
.popup_incrementors_container .stepper button i:before,
form.bookingform .cabin_stepper button i:before,
form.bookingform .stepper button i:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: relative;
  font-size: 0.8em;
  color: #041c2c;
}

.payment_method .cabin_stepper input,
.payment_method .stepper input,
.popup_incrementors_container .cabin_stepper input,
.popup_incrementors_container .stepper input,
form.bookingform .cabin_stepper input,
form.bookingform .stepper input {
  height: 35px;
  width: 35px;
  font-family: var(--title-font-medium);
  font-size: 0.875em;
  border: none;
  padding: 10px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.payment_method .dropdown_row,
.popup_incrementors_container .dropdown_row,
form.bookingform .dropdown_row {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.payment_method .dropdown_row:last-child,
.popup_incrementors_container .dropdown_row:last-child,
form.bookingform .dropdown_row:last-child {
  border-bottom: 0;
}

.payment_method .dropdown_row.cabins_counter_container,
.popup_incrementors_container .dropdown_row.cabins_counter_container,
form.bookingform .dropdown_row.cabins_counter_container {
  padding: 20px;
  background-color: #f7f5f1;
}

.payment_method .dropdown_row.cabins_counter_container .label,
.popup_incrementors_container .dropdown_row.cabins_counter_container .label,
form.bookingform .dropdown_row.cabins_counter_container .label {
  font-family: var(--title-font-medium);
  font-size: 0.9375em;
  text-transform: uppercase;
  color: #041c2c;
}

.payment_method .dropdown_row.cabins_counter_container .cabin_stepper button,
.payment_method .dropdown_row.cabins_counter_container .cabin_stepper input,
.popup_incrementors_container
  .dropdown_row.cabins_counter_container
  .cabin_stepper
  button,
.popup_incrementors_container
  .dropdown_row.cabins_counter_container
  .cabin_stepper
  input,
form.bookingform .dropdown_row.cabins_counter_container .cabin_stepper button,
form.bookingform .dropdown_row.cabins_counter_container .cabin_stepper input {
  background-color: #f7f5f1;
}

.payment_method .error_search_container,
.popup_incrementors_container .error_search_container,
form.bookingform .error_search_container {
  position: relative;
  display: none;
  padding: 50px 0;
  text-align: center;
}

.payment_method .error_search_container.visible,
.popup_incrementors_container .error_search_container.visible,
form.bookingform .error_search_container.visible {
  display: block;
}

html.page-template-template-search .payment_method .error_search_container,
html.page-template-template-search
  .popup_incrementors_container
  .error_search_container,
html.page-template-template-search form.bookingform .error_search_container {
  width: 100%;
  padding: 50px 0;
  background-color: #f7f5f1;
  border: 0;
}

html.page-template-template-search
  .payment_method
  .error_search_container
  .error,
html.page-template-template-search
  .popup_incrementors_container
  .error_search_container
  .error,
html.page-template-template-search
  form.bookingform
  .error_search_container
  .error {
  background-color: #f7f5f1;
}

.payment_method .error_search_container:before,
.popup_incrementors_container .error_search_container:before,
form.bookingform .error_search_container:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--default-color);
}

.payment_method .error_search_container .error,
.popup_incrementors_container .error_search_container .error,
form.bookingform .error_search_container .error {
  display: block;
  line-height: 30px;
  position: relative;
  margin: 0 auto;
  width: 380px;
  padding: 0 40px;
  background-color: var(--white-color);
  z-index: 2;
}

@media (max-width: 767px) {
  .payment_method .error_search_container .error,
  .popup_incrementors_container .error_search_container .error,
  form.bookingform .error_search_container .error {
    width: 300px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .bookingform_vertical .error_search_container {
    background-color: var(--white-color) !important;
  }
  .bookingform_vertical .error_search_container .error {
    background-color: var(--white-color) !important;
  }
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 40vh;
}

.select2-container--default
  .select2-results
  > .select2-results__options[id^='select2-month_departure_']
  .select2-results__option {
  padding: 3px;
  line-height: 26px;
  font-size: 0.9375em;
}

.select2-container--default ul.select2-results__options {
  padding: 15px 20px;
}

.select2-container--default .select2-results__group {
  text-transform: uppercase;
  font-family: var(--title-font-medium);
  padding: 0 20px;
  border-bottom: 1px solid #d5ccb8;
}

.select2-container--default .select2-results__group:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-weight: 700;
  position: relative;
  font-size: 0.8em;
  margin-left: 10px;
  color: var(--default-color);
}

.select2-container--default .select2-results__option[aria-selected] {
  padding: 5px 6px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #d5ccb8;
  color: var(--default-color);
}

.funnel_sidebar {
  display: block;
  width: 30%;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 140px;
  padding: 20px 0 50px 40px;
  margin: 0 0 0 auto;
}

body.page-template-template-funnel-1 .funnel_sidebar {
  padding-top: 0;
}

@media (max-width: 992px) {
  .funnel_sidebar {
    display: none;
  }
}
.funnel_sidebar .hidden {
  display: none !important;
}

.funnel_sidebar .buttons_container:last-of-type .button.only_border {
  margin-bottom: 0;
  margin-top: 30px;
}

.funnel_sidebar .buttons_container:first-of-type .button.only_border {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .funnel_sidebar .buttons_container {
    display: none;
  }
}
.funnel_sidebar .sidebar_container {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.funnel_sidebar .sidebar_container .call-center,
.funnel_sidebar .sidebar_container .cart_total,
.funnel_sidebar .sidebar_container .payment-system,
.funnel_sidebar .sidebar_container .sidebar_content {
  width: 100%;
}

.funnel_sidebar .sidebar_container .cart_total,
.funnel_sidebar .sidebar_container .sidebar_content {
  padding: 40px 0;
  background-color: #f7f5f1;
  box-shadow: 2px 2px 6px rgba(46, 36, 36, 0.14);
}

.funnel_sidebar .sidebar_container .cart_row {
  padding: 15px 30px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.funnel_sidebar .sidebar_container .cart_row .arrow-select {
  display: none;
}

.funnel_sidebar .sidebar_container .cart_row .extra-info,
.funnel_sidebar .sidebar_container .cart_row .extra-label,
.funnel_sidebar .sidebar_container .cart_row .info_cart,
.funnel_sidebar .sidebar_container .cart_row .label_cart {
  color: #041c2c;
}

.funnel_sidebar .sidebar_container .cart_row.passengers .label_cart {
  text-transform: capitalize;
}

.funnel_sidebar .sidebar_container .cart_row .info_cart {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-left: auto;
  text-align: right;
  padding-left: 20px;
}

.funnel_sidebar .sidebar_container .cart_row .info_cart .date {
  display: block;
  text-transform: capitalize;
}

.funnel_sidebar .sidebar_container .cart_row:not(.cabin-to-select):after,
.funnel_sidebar .sidebar_container .cart_row:not(.earn_points):after {
  content: '';
  background: var(--dark-blue);
  height: 1px;
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.funnel_sidebar .sidebar_container .cart_row.cabin-to-select {
  background: var(--dark-blue);
  color: var(--white-color);
  margin-top: -1px;
}

.funnel_sidebar .sidebar_container .cart_row.cabin-to-select .arrow-select {
  border-style: solid;
  border-width: 30px 20px 30px 0;
  border-color: transparent var(--dark-blue) transparent transparent;
  position: absolute;
  left: -20px;
  display: block;
  height: 100%;
}

.funnel_sidebar
  .sidebar_container
  .cart_row.cabin-to-select
  .arrow-select.bigger {
  border-width: 40px 20px 40px 0;
}

.funnel_sidebar .sidebar_container .cart_row.cabin-to-select .info_cart,
.funnel_sidebar .sidebar_container .cart_row.cabin-to-select .label_cart {
  color: var(--white-color);
}

.funnel_sidebar .sidebar_container .cart_row.earn_points {
  padding: 15px 0;
  margin-top: 15px;
}

.funnel_sidebar .sidebar_container .cart_row.earn_points:after {
  content: '';
  background: var(--dark-blue);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.funnel_sidebar .sidebar_container .cart_row.earn_points .all_logo {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 18px;
  text-align: center;
  background-size: cover;
}

.funnel_sidebar .sidebar_container .cart_row.extras .fas {
  margin-left: 10px;
  transition: all 0.3s ease;
}

.funnel_sidebar .sidebar_container .cart_row.extras .info_cart.opened .fas {
  transform: rotate(180deg);
}

.funnel_sidebar .sidebar_container .cart_row.extras .extras-details {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}

.funnel_sidebar
  .sidebar_container
  .cart_row.extras
  .extras-details
  .extras-details-content
  .single-extra {
  text-align: right;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.funnel_sidebar
  .sidebar_container
  .cart_row.extras
  .extras-details
  .extras-details-content
  .single-extra:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.funnel_sidebar
  .sidebar_container
  .cart_row.extras
  .extras-details
  .extras-details-content
  .single-extra
  .extra-info,
.funnel_sidebar
  .sidebar_container
  .cart_row.extras
  .extras-details
  .extras-details-content
  .single-extra
  .extra-label {
  display: block;
}

.funnel_sidebar
  .sidebar_container
  .cart_row.extras
  .extras-details
  .extras-details-content
  .single-extra
  .extra-label {
  font-family: var(--title-font-medium);
}

.funnel_sidebar .sidebar_container .sidebar_title {
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--dark-blue);
  font-size: 1.6em;
  line-height: 35px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 40px;
  display: block;
}

.funnel_sidebar .sidebar_container .modify-booking {
  color: var(--dark-blue);
  display: block;
  text-align: center;
  margin-top: 40px;
}

.funnel_sidebar .sidebar_container .cart_total {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.funnel_sidebar .sidebar_container .cart_total .cart_promo_code_content,
.funnel_sidebar .sidebar_container .cart_total .cart_total_content,
.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_plus_discount_content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_plus_discount_content {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_content
  + .cart_promo_code_content {
  padding-bottom: 15px;
}

.funnel_sidebar .sidebar_container .cart_total .cart_promo_code_label,
.funnel_sidebar .sidebar_container .cart_total .cart_promo_code_price,
.funnel_sidebar .sidebar_container .cart_total .cart_total_label,
.funnel_sidebar .sidebar_container .cart_total .cart_total_plus_discount_label,
.funnel_sidebar .sidebar_container .cart_total .cart_total_plus_discount_price,
.funnel_sidebar .sidebar_container .cart_total .cart_total_price,
.funnel_sidebar .sidebar_container .cart_total .cart_vat_label {
  color: var(--dark-blue);
}

.funnel_sidebar .sidebar_container .cart_total .cart_total_label,
.funnel_sidebar .sidebar_container .cart_total .cart_total_plus_discount_label,
.funnel_sidebar .sidebar_container .cart_total .cart_total_price,
.funnel_sidebar .sidebar_container .cart_total .cart_vat_label {
  text-transform: uppercase;
}

.funnel_sidebar .sidebar_container .cart_total .cart_total_label,
.funnel_sidebar .sidebar_container .cart_total .cart_total_plus_discount_label {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  letter-spacing: 0.7px;
  line-height: 20px;
}

.funnel_sidebar .sidebar_container .cart_total .cart_total_label:after,
.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_plus_discount_label:after {
  content: ':';
  display: inline-block;
}

.funnel_sidebar .sidebar_container .cart_total .cart_total_plus_discount_price,
.funnel_sidebar .sidebar_container .cart_total .cart_total_price {
  font-size: 1.6em;
  letter-spacing: 1.2px;
  margin-right: 0;
  margin-left: auto;
}

.funnel_sidebar .sidebar_container .cart_total .cart_vat_label {
  font-size: 0.8em;
  text-transform: lowercase;
  display: block;
  text-align: right;
  margin-top: 5px;
}

.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_promo_code_content
  .cart_promo_code_price {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  letter-spacing: 0.7px;
  margin-left: auto;
}

.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_plus_discount_content {
  padding-top: 15px;
  position: relative;
}

.funnel_sidebar
  .sidebar_container
  .cart_total
  .cart_total_plus_discount_content:before {
  content: '';
  background: var(--dark-blue);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.funnel_sidebar .sidebar_container .payment-system {
  margin-top: 30px;
}

.funnel_sidebar .sidebar_container .payment-system .percent-deposit,
.funnel_sidebar .sidebar_container .payment-system .secure-payment {
  display: block;
  color: var(--dark-blue);
}

.funnel_sidebar .sidebar_container .payment-system .percent-deposit .fas,
.funnel_sidebar .sidebar_container .payment-system .secure-payment .fas {
  margin-right: 12px;
  color: var(--dark-blue);
}

.funnel_sidebar .sidebar_container .payment-system .payment-logos {
  margin-top: 15px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.funnel_sidebar .sidebar_container .payment-system .payment-logos img {
  padding-right: 3px;
}

.funnel_sidebar
  .sidebar_container
  .payment-system
  .payment-logos
  img:last-child {
  padding-right: 0;
}

.funnel_sidebar .sidebar_container .buttons_container.bottom .button {
  margin: 40px 0 0 0;
}

.title_divided {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 60px;
}

.title_divided .container_funnel_title {
  width: 70%;
}

.title_divided .call-center {
  flex-grow: 1;
}

.call-center {
  margin-top: 45px;
}

.call-center.top_position {
  margin-top: 0;
  padding-bottom: 35px;
}

.call-center .call-center-content {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.call-center .fa-phone {
  font-size: 2em;
  color: var(--dark-blue);
  transform: rotate(90deg);
  margin-right: 20px;
}

.call-center .label {
  font-size: 1.133em;
  line-height: 20px;
  color: var(--dark-blue);
}

.call-center .label a {
  font-family: var(--title-font-medium);
  color: var(--dark-blue);
  text-decoration: none;
}

.select2-results__option[aria-disabled='true'] {
  display: none !important;
}

.select2-search--dropdown:before {
  content: '\f002';
  position: absolute;
  width: 50px;
  font-size: 22px;
  height: 50px;
  z-index: 2;
  font-family: 'Font Awesome 6 Pro';
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  text-indent: 50px;
  height: 50px;
}

.container_search_itineraries {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.container_search_itineraries.hidden {
  display: none;
}

.single_card {
  position: relative;
  display: block;
  padding: 70px 0;
}

@media (max-width: 992px) {
  .single_card {
    padding: 20px 0;
  }
}
.single_card.card_cabin,
.single_card.card_itinerary {
  display: none;
}

.single_card.card_cabin.not_bookable_cabin,
.single_card.card_itinerary.not_bookable_cabin {
  display: block;
  opacity: 0.5;
  order: 9999;
  pointer-events: none;
}

.single_card.card_cabin.not_bookable_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_wrap,
.single_card.card_itinerary.not_bookable_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_wrap {
  display: none;
}

.single_card.card_cabin.bookable_cabin,
.single_card.card_cabin.bookable_itinerary,
.single_card.card_itinerary.bookable_cabin,
.single_card.card_itinerary.bookable_itinerary {
  display: block;
  border-bottom: 1px solid #d5ccb8;
}

@media (max-width: 992px) {
  .single_card.card_cabin.bookable_cabin,
  .single_card.card_cabin.bookable_itinerary,
  .single_card.card_itinerary.bookable_cabin,
  .single_card.card_itinerary.bookable_itinerary {
    border-bottom: 0;
  }
}
.single_card.card_cabin.bookable_cabin.lastVisible,
.single_card.card_cabin.bookable_itinerary.lastVisible,
.single_card.card_itinerary.bookable_cabin.lastVisible,
.single_card.card_itinerary.bookable_itinerary.lastVisible {
  border-bottom: 0;
}

.single_card.card_cabin.bookable_cabin.firstVisible,
.single_card.card_cabin.bookable_itinerary.firstVisible,
.single_card.card_itinerary.bookable_cabin.firstVisible,
.single_card.card_itinerary.bookable_itinerary.firstVisible {
  padding-top: 0;
}

.single_card.card_cabin.bookable_cabin .event-type-wrapper,
.single_card.card_cabin.bookable_itinerary .event-type-wrapper,
.single_card.card_itinerary.bookable_cabin .event-type-wrapper,
.single_card.card_itinerary.bookable_itinerary .event-type-wrapper {
  padding: 10px 0;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  gap: 5px;
}

@media (max-width: 992px) {
  .single_card.card_cabin.bookable_cabin .event-type-wrapper,
  .single_card.card_cabin.bookable_itinerary .event-type-wrapper,
  .single_card.card_itinerary.bookable_cabin .event-type-wrapper,
  .single_card.card_itinerary.bookable_itinerary .event-type-wrapper {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.single_card.card_cabin.bookable_cabin .event-type-wrapper .event-type,
.single_card.card_cabin.bookable_itinerary .event-type-wrapper .event-type,
.single_card.card_itinerary.bookable_cabin .event-type-wrapper .event-type,
.single_card.card_itinerary.bookable_itinerary .event-type-wrapper .event-type {
  text-transform: capitalize;
  border-radius: 3px;
  padding: 0 15px;
  background: rgba(213, 204, 184, 0.5);
}

.single_card.card_cabin.highlighted_itinerary .highlighted_ribbon,
.single_card.card_itinerary.highlighted_itinerary .highlighted_ribbon {
  position: absolute;
  top: 90px;
  display: block;
  z-index: 1;
}

@media (max-width: 992px) {
  .single_card.card_cabin.highlighted_itinerary .highlighted_ribbon,
  .single_card.card_itinerary.highlighted_itinerary .highlighted_ribbon {
    top: 60px;
  }
}
.single_card.card_cabin.highlighted_itinerary .highlighted_ribbon span,
.single_card.card_itinerary.highlighted_itinerary .highlighted_ribbon span {
  display: block;
  margin-top: -3px;
}

.single_card.card_cabin.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon,
.single_card.card_itinerary.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon {
  position: relative;
  background: var(--dark-blue);
  color: var(--white-color);
  padding: 10px 20px;
  height: 40px;
}

.single_card.card_cabin.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:after,
.single_card.card_cabin.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:before,
.single_card.card_itinerary.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:after,
.single_card.card_itinerary.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:before {
  content: '';
  position: absolute;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: var(--dark-blue) transparent;
  display: block;
  width: 0;
}

.single_card.card_cabin.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:before,
.single_card.card_itinerary.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:before {
  left: 100%;
  bottom: -3px;
  transform: translateX(-50%) rotate(45deg);
}

.single_card.card_cabin.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:after,
.single_card.card_itinerary.highlighted_itinerary
  .highlighted_ribbon
  .container_ribbon:after {
  left: 100%;
  top: -3px;
  transform: translateX(-50%) rotate(135deg);
}

.single_card.card_cabin.highlighted_itinerary .bordered_card,
.single_card.card_itinerary.highlighted_itinerary .bordered_card {
  border: 1px solid var(--dark-blue);
  padding: 40px 0 0;
}

@media (max-width: 992px) {
  .single_card.card_cabin.highlighted_itinerary .bordered_card,
  .single_card.card_itinerary.highlighted_itinerary .bordered_card {
    padding: 20px 0 20px 20px;
  }
}
.single_card.card_cabin.highlighted_itinerary .container_card_elements,
.single_card.card_itinerary.highlighted_itinerary .container_card_elements {
  width: calc(100% - 40px);
}

@media (max-width: 992px) {
  .single_card.card_cabin.highlighted_itinerary .container_card_elements,
  .single_card.card_itinerary.highlighted_itinerary .container_card_elements {
    width: calc(100% - 20px);
  }
}
.single_card .container_card_elements {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 992px) {
  .single_card .container_card_elements {
    -moz-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d5ccb8;
  }
}
.single_card .container_card_elements .thumb-wrap {
  display: block;
  position: relative;
  width: 420px;
  height: 300px;
  padding: 0 0 40px 40px;
}

@media (max-width: 1024px) {
  .single_card .container_card_elements .thumb-wrap {
    width: 340px;
    height: 250px;
    padding: 0 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .single_card .container_card_elements .thumb-wrap {
    padding: 0;
    width: 100%;
  }
}
.single_card .container_card_elements .thumb-wrap:before {
  content: '';
  display: block;
  position: absolute;
  background: #f7f5f1;
  left: 0;
  bottom: 0;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}

@media (max-width: 992px) {
  .single_card .container_card_elements .thumb-wrap:before {
    display: none;
  }
}
.single_card .container_card_elements .thumb-wrap .thumb {
  position: relative;
  display: block;
}

.single_card .container_card_elements .thumb-wrap .thumb.placeholder {
  background-size: 50%;
}

.single_card .container_card_elements .container_card_infos {
  display: block;
  position: relative;
  width: calc(100% - 420px);
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .single_card .container_card_elements .container_card_infos {
    width: calc(100% - 340px);
  }
}
@media (max-width: 992px) {
  .single_card .container_card_elements .container_card_infos {
    width: 100%;
    padding: 30px 25px;
  }
}
.single_card .container_card_elements .container_card_infos .card_title {
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1.5em;
  text-align: left;
  color: var(--dark-blue);
}

@media (max-width: 992px) {
  .single_card .container_card_elements .container_card_infos .card_title {
    font-size: 1.6em;
    text-align: center;
  }
}
.single_card .container_card_elements .container_card_infos .container_infos {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.9375em;
  line-height: 1.875em;
  color: var(--dark-blue);
}

@media (max-width: 992px) {
  .single_card .container_card_elements .container_card_infos .container_infos {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side {
  width: 60%;
}

@media (max-width: 767px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side {
    width: 100%;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabins_left {
  display: none;
  position: relative;
  font-size: 0.875em;
  color: var(--dark-blue);
  background-color: #f7f5f1;
  padding: 4px 12px;
  margin: 0 0 18px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .cabins_left {
    margin: 0 auto 18px auto;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_wrap {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: nowrap;
  -moz-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .price_wrap {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 12px;
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .price_container {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 767px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .price_container {
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding-top: 10px;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container
  .label_from {
  display: block;
  text-transform: uppercase;
  font-family: var(--title-font-medium);
  font-size: 0.875em;
  line-height: 1.25em;
  letter-spacing: 0.7px;
  color: var(--dark-blue);
}

@media (max-width: 767px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .price_container
    .label_from {
    width: 100%;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container
  .price {
  font-size: 1.75em;
  line-height: 2.18em;
  color: var(--dark-blue);
  padding: 0 5px 0 10px;
}

.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container
  .price_unit {
  text-transform: lowercase;
  line-height: 1.25em;
}

.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .duration {
  display: block;
  position: relative;
  color: var(--dark-blue);
  font-family: var(--title-font-medium);
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .duration {
    text-align: center;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .description {
  color: #6e6e6e;
  display: block;
  position: relative;
  padding-bottom: 15px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .description {
    text-align: center;
    padding: 20px 0;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .right_side {
  width: 40%;
  padding: 10px 0 10px 40px;
  border-left: 1px solid #d5ccb8;
}

@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .right_side {
    width: 100%;
    border-left: 0;
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .single_card
    .container_card_elements
    .container_card_infos
    .container_infos
    .right_side
    .first_departure {
    text-align: center;
    margin: 30px 0;
  }
}
.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .right_side
  .first_departure
  .departure_label {
  display: inline-block;
}

.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .right_side
  .first_departure
  .departure_month {
  display: inline-block;
  text-transform: uppercase;
  color: var(--dark-blue);
  font-family: var(--title-font-medium);
}

.single_card
  .container_card_elements
  .container_card_infos
  .container_infos
  .right_side
  .btn {
  padding-top: 10px;
  width: 100%;
  text-align: left;
}

.single_card.card_cabin .thumb-wrap {
  padding: 0;
}

.single_card.card_cabin .thumb-wrap:before {
  display: none;
}

.single_card.card_cabin .thumb-wrap.has-carousel.slick-initialized .slick-list,
.single_card.card_cabin
  .thumb-wrap.has-carousel.slick-initialized
  .slick-track {
  height: 100%;
}

.single_card.card_cabin
  .thumb-wrap.has-carousel.slick-initialized
  .slick-track {
  height: 100%;
  min-width: 420px;
}

@media (max-width: 1024px) {
  .single_card.card_cabin
    .thumb-wrap.has-carousel.slick-initialized
    .slick-track {
    min-width: 340px;
  }
}
.single_card.card_cabin
  .thumb-wrap.has-carousel.slick-initialized
  .slick-arrow {
  width: 35px;
  height: 35px;
  background: url(../images/arrow-carousel.svg) no-repeat center;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  border-radius: 100%;
}

.single_card.card_cabin
  .thumb-wrap.has-carousel.slick-initialized
  .slick-arrow.slick-prev {
  left: 10px;
  transform: rotate(180deg);
}

.single_card.card_cabin
  .thumb-wrap.has-carousel.slick-initialized
  .slick-arrow.slick-next {
  left: 55px;
}

.single_card.card_cabin .thumb-wrap.has-carousel .thumb {
  width: 420px;
  min-width: 420px;
  height: 300px;
  padding: 0;
}

@media (max-width: 1024px) {
  .single_card.card_cabin .thumb-wrap.has-carousel .thumb {
    width: 340px;
    min-width: 340px;
    height: 250px;
    padding: 0 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .single_card.card_cabin .thumb-wrap.has-carousel .thumb {
    padding: 0;
    width: 100%;
  }
}
.single_card.card_cabin .container_card_elements {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 20px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side {
  width: 100%;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container {
  flex-wrap: wrap;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 992px) {
  .single_card.card_cabin
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .price_container {
    max-width: unset;
  }
}
.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container:after {
  content: '';
  display: inline-block;
  background: var(--dark-blue);
  width: 100%;
  height: 1px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container
  .price {
  padding-left: 0;
  line-height: 30px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .price_container
  .price_unit {
  line-height: 20px;
}

@media (max-width: 992px) {
  .single_card.card_cabin
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .description {
    display: block;
  }
}
.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabin-services {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 28px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabin-services
  .single-service {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  padding-bottom: 15px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabin-services
  .single-service:nth-child(odd) {
  padding-right: 20px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabin-services
  .single-service
  .icon {
  width: 25px;
  height: 25px;
  font-size: 1.667em;
  line-height: 25px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .cabin-services
  .single-service
  .icon
  + .label {
  margin-left: 10px;
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .button {
  background: var(--dark-blue);
  color: var(--white-color);
  border: 1px solid var(--dark-blue);
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .single_card.card_cabin
    .container_card_elements
    .container_card_infos
    .container_infos
    .left_side
    .button {
    display: block;
    text-align: center;
  }
}
.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .button.selected,
.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .button:hover {
  color: var(--dark-blue);
  background: var(--white-color);
}

.single_card.card_cabin
  .container_card_elements
  .container_card_infos
  .container_infos
  .left_side
  .button.selected:before {
  content: '✔';
  display: inline-block;
  margin-right: 10px;
}

.container_funnel_title {
  position: relative;
  display: block;
  padding: 0 15px 35px;
}

@media (max-width: 992px) {
  .container_funnel_title .the-subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .container_funnel_title {
    padding: 0 15px 25px;
  }
}
.container_steps {
  position: relative;
  display: block;
  padding: 20px 0 40px;
}

@media (max-width: 992px) {
  .container_steps {
    padding: 20px 0;
  }
}
.container_steps .hidden_title {
  display: none;
}

@media (max-width: 992px) {
  .container_steps .the-title {
    text-align: center;
    padding-top: 0;
  }
}
.itinerary-mobile {
  display: none;
}

@media (max-width: 992px) {
  .itinerary-mobile {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.itinerary-mobile .duration-trip,
.itinerary-mobile .itinerary {
  width: 100%;
  text-align: center;
  color: var(--dark-blue);
  font-size: 0.933em;
  line-height: 25px;
  letter-spacing: 0.7px;
}

.itinerary-mobile .itinerary .to-content .label {
  text-transform: lowercase;
}

.itinerary-mobile .duration-trip {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.itinerary-mobile .duration-trip .arrival .label,
.itinerary-mobile .duration-trip .departure .label {
  text-transform: lowercase;
}

.itinerary-mobile .duration-trip .arrival .arrival-data,
.itinerary-mobile .duration-trip .arrival .departure-data,
.itinerary-mobile .duration-trip .departure .arrival-data,
.itinerary-mobile .duration-trip .departure .departure-data {
  text-transform: capitalize;
}

.itinerary-mobile .duration-trip .departure {
  margin-right: 5px;
}

.container_funnel_steps {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 992px) {
  .container_funnel_steps {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.container_funnel_steps .single_step {
  position: relative;
  display: block;
  width: 25%;
  margin: 25px;
  border-bottom: 1px solid #d5ccb8;
  font-family: var(--title-font-medium);
  font-size: 0.875em;
  text-transform: uppercase;
  color: #041c2c;
  letter-spacing: 0.7px;
  line-height: 1.25em;
  text-decoration: none;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step {
    border: 0;
    width: auto;
    margin: 0;
    padding: 0 30px 0 10px;
  }
}
.container_funnel_steps .single_step:after {
  content: '';
  display: block;
  position: relative;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #041c2c;
  transition: width 0.6s ease;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step:after {
    width: 30px;
    height: 1px;
    background: #d5ccb8;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
  }
}
.container_funnel_steps .single_step:last-child:after {
  display: none;
}

.container_funnel_steps .single_step:first-child {
  padding-left: 0;
}

.container_funnel_steps .single_step:last-child {
  padding-right: 0;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step:last-child .number_step {
    margin-right: 0;
  }
}
.container_funnel_steps .single_step:focus,
.container_funnel_steps .single_step:hover {
  cursor: pointer;
}

.container_funnel_steps .single_step:focus:after,
.container_funnel_steps .single_step:hover:after {
  width: 100%;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step:focus:after,
  .container_funnel_steps .single_step:hover:after {
    width: 30px;
  }
}
@media (max-width: 992px) {
  .container_funnel_steps .single_step.current_step .number_step {
    border: 1px solid var(--dark-blue);
  }
}
.container_funnel_steps .single_step.current_step:after {
  width: 100%;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step.current_step:after {
    width: 30px;
  }
}
.container_funnel_steps .single_step.disabled_step {
  opacity: 0.5;
  cursor: default;
}

.container_funnel_steps .single_step.disabled_step:focus:after,
.container_funnel_steps .single_step.disabled_step:hover:after {
  width: 0;
}

.container_funnel_steps .single_step .number_step {
  font-size: 1.5em;
  line-height: 1.875em;
  letter-spacing: 1.2px;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step .number_step {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
  }
}
.container_funnel_steps .single_step .number_step:after {
  content: '.';
  display: inline-block;
}

@media (max-width: 992px) {
  .container_funnel_steps .single_step .number_step:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .container_funnel_steps .single_step .step_label {
    display: none;
  }
}
.container_funnel_steps.steps_no_extras .single_step {
  width: 33.33%;
}

@media (max-width: 992px) {
  .container_funnel_steps.steps_no_extras .single_step {
    width: auto;
  }
}
.container_funnel_steps.steps_no_extras .single_step.step_2 {
  display: none;
}

.title_category {
  font-family: var(--title-font);
  font-size: 1.75em;
  color: var(--dark-blue);
  text-transform: uppercase;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .title_category {
    font-size: 1.6em;
    text-align: center;
  }
}
.funnel_divided {
  display: flex;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
}

@media (max-width: 992px) {
  .funnel_divided {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.be-funnel-1-page .funnel_divided {
  padding-top: 10px;
}

.booking_engine_extras {
  display: none;
  position: relative;
  width: 70%;
}

@media (max-width: 992px) {
  .booking_engine_extras {
    width: 100%;
  }
}
.booking_engine_extras.visible {
  display: block;
}

.booking_engine_extras.visible .buttons_container.only_mobile {
  display: none;
}

@media (max-width: 992px) {
  .booking_engine_extras.visible .buttons_container.only_mobile {
    display: flex;
  }
}
.booking_engine_extras .category_extras {
  display: none;
}

.booking_engine_extras .category_extras.visible {
  display: block;
}

.container_error_create_booking,
.container_error_extras,
.no_extras,
.page-template-template-funnel-1 .container_search_empty {
  display: none;
  position: relative;
  width: 70%;
}

.container_error_create_booking.visible,
.container_error_extras.visible,
.no_extras.visible,
.page-template-template-funnel-1 .container_search_empty.visible {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.container_error_create_booking.visible .container_extras_error,
.container_error_extras.visible .container_extras_error,
.no_extras.visible .container_extras_error,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 100%;
  border-top: 1px solid #d5ccb8;
  border-bottom: 1px solid #d5ccb8;
  margin-top: 25px;
  padding-bottom: 25px;
}

.container_error_create_booking.visible
  .container_extras_error
  .inline_separated,
.container_error_extras.visible .container_extras_error .inline_separated,
.no_extras.visible .container_extras_error .inline_separated,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error
  .inline_separated {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.container_error_create_booking.visible
  .container_extras_error
  .inline_separated
  .be_phone,
.container_error_create_booking.visible
  .container_extras_error
  .inline_separated
  .blue_button,
.container_error_create_booking.visible
  .container_extras_error
  .inline_separated
  .only_border,
.container_error_extras.visible
  .container_extras_error
  .inline_separated
  .be_phone,
.container_error_extras.visible
  .container_extras_error
  .inline_separated
  .blue_button,
.container_error_extras.visible
  .container_extras_error
  .inline_separated
  .only_border,
.no_extras.visible .container_extras_error .inline_separated .be_phone,
.no_extras.visible .container_extras_error .inline_separated .blue_button,
.no_extras.visible .container_extras_error .inline_separated .only_border,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error
  .inline_separated
  .be_phone,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error
  .inline_separated
  .blue_button,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error
  .inline_separated
  .only_border {
  width: 49%;
}

@media (max-width: 767px) {
  .container_error_create_booking.visible
    .container_extras_error
    .inline_separated
    .be_phone,
  .container_error_create_booking.visible
    .container_extras_error
    .inline_separated
    .blue_button,
  .container_error_create_booking.visible
    .container_extras_error
    .inline_separated
    .only_border,
  .container_error_extras.visible
    .container_extras_error
    .inline_separated
    .be_phone,
  .container_error_extras.visible
    .container_extras_error
    .inline_separated
    .blue_button,
  .container_error_extras.visible
    .container_extras_error
    .inline_separated
    .only_border,
  .no_extras.visible .container_extras_error .inline_separated .be_phone,
  .no_extras.visible .container_extras_error .inline_separated .blue_button,
  .no_extras.visible .container_extras_error .inline_separated .only_border,
  .page-template-template-funnel-1
    .container_search_empty.visible
    .container_extras_error
    .inline_separated
    .be_phone,
  .page-template-template-funnel-1
    .container_search_empty.visible
    .container_extras_error
    .inline_separated
    .blue_button,
  .page-template-template-funnel-1
    .container_search_empty.visible
    .container_extras_error
    .inline_separated
    .only_border {
    width: 100%;
  }
}
.container_error_create_booking.visible
  .container_extras_error
  .inline_separated
  .be_phone.only_border,
.container_error_extras.visible
  .container_extras_error
  .inline_separated
  .be_phone.only_border,
.no_extras.visible
  .container_extras_error
  .inline_separated
  .be_phone.only_border,
.page-template-template-funnel-1
  .container_search_empty.visible
  .container_extras_error
  .inline_separated
  .be_phone.only_border {
  display: none;
}

.container_error_create_booking.visible .no_extras_available,
.container_error_extras.visible .no_extras_available,
.no_extras.visible .no_extras_available,
.page-template-template-funnel-1
  .container_search_empty.visible
  .no_extras_available {
  width: 100%;
}

.container_error_create_booking.centered,
.container_error_extras.centered,
.no_extras.centered,
.page-template-template-funnel-1 .container_search_empty.centered {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

@media (max-width: 992px) {
  .container_error_create_booking,
  .container_error_extras,
  .no_extras,
  .page-template-template-funnel-1 .container_search_empty {
    width: 100%;
  }
}
.booking_engine_cabins {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 70%;
}

.booking_engine_cabins.hidden {
  display: none;
}

@media (max-width: 992px) {
  .booking_engine_cabins {
    width: 100%;
  }
}
.page-template-template-funnel-1 .container_error_create_booking,
.page-template-template-funnel-1 .container_error_extras,
.page-template-template-funnel-1 .container_search_empty,
.page-template-template-funnel-2 .container_error_create_booking,
.page-template-template-funnel-2 .container_error_extras,
.page-template-template-funnel-2 .container_search_empty,
.page-template-template-funnel-3 .container_error_create_booking,
.page-template-template-funnel-3 .container_error_extras,
.page-template-template-funnel-3 .container_search_empty,
.page-template-template-funnel-4 .container_error_create_booking,
.page-template-template-funnel-4 .container_error_extras,
.page-template-template-funnel-4 .container_search_empty,
.page-template-template-search .container_error_create_booking,
.page-template-template-search .container_error_extras,
.page-template-template-search .container_search_empty {
  display: none;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  border: 1px solid var(--dark-blue);
  padding: 40px;
  margin: 20px 0;
  font-size: 1.5em;
}

.page-template-template-funnel-1 .container_error_create_booking.hiiiide,
.page-template-template-funnel-1 .container_error_extras.hiiiide,
.page-template-template-funnel-1 .container_search_empty.hiiiide,
.page-template-template-funnel-2 .container_error_create_booking.hiiiide,
.page-template-template-funnel-2 .container_error_extras.hiiiide,
.page-template-template-funnel-2 .container_search_empty.hiiiide,
.page-template-template-funnel-3 .container_error_create_booking.hiiiide,
.page-template-template-funnel-3 .container_error_extras.hiiiide,
.page-template-template-funnel-3 .container_search_empty.hiiiide,
.page-template-template-funnel-4 .container_error_create_booking.hiiiide,
.page-template-template-funnel-4 .container_error_extras.hiiiide,
.page-template-template-funnel-4 .container_search_empty.hiiiide,
.page-template-template-search .container_error_create_booking.hiiiide,
.page-template-template-search .container_error_extras.hiiiide,
.page-template-template-search .container_search_empty.hiiiide {
  display: none !important;
}

.page-template-template-funnel-1 .container_error_create_booking.visible,
.page-template-template-funnel-1 .container_error_extras.visible,
.page-template-template-funnel-1 .container_search_empty.visible,
.page-template-template-funnel-2 .container_error_create_booking.visible,
.page-template-template-funnel-2 .container_error_extras.visible,
.page-template-template-funnel-2 .container_search_empty.visible,
.page-template-template-funnel-3 .container_error_create_booking.visible,
.page-template-template-funnel-3 .container_error_extras.visible,
.page-template-template-funnel-3 .container_search_empty.visible,
.page-template-template-funnel-4 .container_error_create_booking.visible,
.page-template-template-funnel-4 .container_error_extras.visible,
.page-template-template-funnel-4 .container_search_empty.visible,
.page-template-template-search .container_error_create_booking.visible,
.page-template-template-search .container_error_extras.visible,
.page-template-template-search .container_search_empty.visible {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.page-template-template-funnel-1 .container_error_create_booking.centered,
.page-template-template-funnel-1 .container_error_extras.centered,
.page-template-template-funnel-1 .container_search_empty.centered,
.page-template-template-funnel-2 .container_error_create_booking.centered,
.page-template-template-funnel-2 .container_error_extras.centered,
.page-template-template-funnel-2 .container_search_empty.centered,
.page-template-template-funnel-3 .container_error_create_booking.centered,
.page-template-template-funnel-3 .container_error_extras.centered,
.page-template-template-funnel-3 .container_search_empty.centered,
.page-template-template-funnel-4 .container_error_create_booking.centered,
.page-template-template-funnel-4 .container_error_extras.centered,
.page-template-template-funnel-4 .container_search_empty.centered,
.page-template-template-search .container_error_create_booking.centered,
.page-template-template-search .container_error_extras.centered,
.page-template-template-search .container_search_empty.centered {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.page-template-template-funnel-1 .container_error_create_booking .fb_icon,
.page-template-template-funnel-1 .container_error_extras .fb_icon,
.page-template-template-funnel-1 .container_search_empty .fb_icon,
.page-template-template-funnel-2 .container_error_create_booking .fb_icon,
.page-template-template-funnel-2 .container_error_extras .fb_icon,
.page-template-template-funnel-2 .container_search_empty .fb_icon,
.page-template-template-funnel-3 .container_error_create_booking .fb_icon,
.page-template-template-funnel-3 .container_error_extras .fb_icon,
.page-template-template-funnel-3 .container_search_empty .fb_icon,
.page-template-template-funnel-4 .container_error_create_booking .fb_icon,
.page-template-template-funnel-4 .container_error_extras .fb_icon,
.page-template-template-funnel-4 .container_search_empty .fb_icon,
.page-template-template-search .container_error_create_booking .fb_icon,
.page-template-template-search .container_error_extras .fb_icon,
.page-template-template-search .container_search_empty .fb_icon {
  margin-bottom: 20px;
}

.page-template-template-funnel-1
  .container_error_create_booking
  .buttons_container,
.page-template-template-funnel-1 .container_error_extras .buttons_container,
.page-template-template-funnel-1 .container_search_empty .buttons_container,
.page-template-template-funnel-2
  .container_error_create_booking
  .buttons_container,
.page-template-template-funnel-2 .container_error_extras .buttons_container,
.page-template-template-funnel-2 .container_search_empty .buttons_container,
.page-template-template-funnel-3
  .container_error_create_booking
  .buttons_container,
.page-template-template-funnel-3 .container_error_extras .buttons_container,
.page-template-template-funnel-3 .container_search_empty .buttons_container,
.page-template-template-funnel-4
  .container_error_create_booking
  .buttons_container,
.page-template-template-funnel-4 .container_error_extras .buttons_container,
.page-template-template-funnel-4 .container_search_empty .buttons_container,
.page-template-template-search
  .container_error_create_booking
  .buttons_container,
.page-template-template-search .container_error_extras .buttons_container,
.page-template-template-search .container_search_empty .buttons_container {
  font-size: 0.875em;
}

.page-template-template-funnel-1
  .container_error_create_booking
  .pending_booking_id_container,
.page-template-template-funnel-1
  .container_error_extras
  .pending_booking_id_container,
.page-template-template-funnel-1
  .container_search_empty
  .pending_booking_id_container,
.page-template-template-funnel-2
  .container_error_create_booking
  .pending_booking_id_container,
.page-template-template-funnel-2
  .container_error_extras
  .pending_booking_id_container,
.page-template-template-funnel-2
  .container_search_empty
  .pending_booking_id_container,
.page-template-template-funnel-3
  .container_error_create_booking
  .pending_booking_id_container,
.page-template-template-funnel-3
  .container_error_extras
  .pending_booking_id_container,
.page-template-template-funnel-3
  .container_search_empty
  .pending_booking_id_container,
.page-template-template-funnel-4
  .container_error_create_booking
  .pending_booking_id_container,
.page-template-template-funnel-4
  .container_error_extras
  .pending_booking_id_container,
.page-template-template-funnel-4
  .container_search_empty
  .pending_booking_id_container,
.page-template-template-search
  .container_error_create_booking
  .pending_booking_id_container,
.page-template-template-search
  .container_error_extras
  .pending_booking_id_container,
.page-template-template-search
  .container_search_empty
  .pending_booking_id_container {
  display: block;
  position: relative;
  width: 100%;
}

.page-template-template-funnel-1
  .container_error_create_booking
  .pending_booking_id_container.hidden,
.page-template-template-funnel-1
  .container_error_extras
  .pending_booking_id_container.hidden,
.page-template-template-funnel-1
  .container_search_empty
  .pending_booking_id_container.hidden,
.page-template-template-funnel-2
  .container_error_create_booking
  .pending_booking_id_container.hidden,
.page-template-template-funnel-2
  .container_error_extras
  .pending_booking_id_container.hidden,
.page-template-template-funnel-2
  .container_search_empty
  .pending_booking_id_container.hidden,
.page-template-template-funnel-3
  .container_error_create_booking
  .pending_booking_id_container.hidden,
.page-template-template-funnel-3
  .container_error_extras
  .pending_booking_id_container.hidden,
.page-template-template-funnel-3
  .container_search_empty
  .pending_booking_id_container.hidden,
.page-template-template-funnel-4
  .container_error_create_booking
  .pending_booking_id_container.hidden,
.page-template-template-funnel-4
  .container_error_extras
  .pending_booking_id_container.hidden,
.page-template-template-funnel-4
  .container_search_empty
  .pending_booking_id_container.hidden,
.page-template-template-search
  .container_error_create_booking
  .pending_booking_id_container.hidden,
.page-template-template-search
  .container_error_extras
  .pending_booking_id_container.hidden,
.page-template-template-search
  .container_search_empty
  .pending_booking_id_container.hidden {
  display: none;
}

.no_extras_available {
  padding: 30px 0;
  display: block;
  position: relative;
  margin-top: 20px;
}

.container_extras {
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .container_extras {
    padding-bottom: 25px;
  }
}
.container_extras .card_extra {
  display: none;
  position: relative;
  width: calc(50% - 20px);
  margin: 40px 20px 0 20px;
  border: 1px solid #d5ccb8;
  overflow: hidden;
}

@media (max-width: 767px) {
  .container_extras .card_extra {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.container_extras .card_extra.bookable_extra {
  display: block;
}

.container_extras .card_extra.bookable_extra.left_side {
  margin-left: 0;
}

.container_extras .card_extra.bookable_extra.right_side {
  margin-right: 0;
}

.container_extras .card_extra .card_title {
  display: block;
  font-family: var(--title-font);
  color: var(--dark-blue);
  font-size: 1.75em;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0 10px;
}

@media (max-width: 767px) {
  .container_extras .card_extra .card_title {
    font-size: 1.6em;
    padding: 0 0 20px 0;
  }
}
.container_extras .card_extra .container_elements {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .container_extras .card_extra .container_elements {
    padding: 0;
  }
}
.container_extras .card_extra .container_elements.no-thumb .container_infos {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.container_extras .card_extra .container_elements .thumb-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16vw;
  min-height: 220px;
}

.container_extras .card_extra .container_elements .thumb-wrap .thumb {
  position: relative;
  display: block;
}

.container_extras .card_extra .container_elements .container_infos {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .container_extras .card_extra .container_elements .container_infos {
    padding: 30px 25px;
  }
}
.container_extras
  .card_extra
  .container_elements
  .container_infos
  .end_container,
.container_extras
  .card_extra
  .container_elements
  .container_infos
  .start_container {
  position: relative;
  width: 100%;
}

.container_extras
  .card_extra
  .container_elements
  .container_infos
  .price_container {
  position: relative;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #041c2c;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.container_extras
  .card_extra
  .container_elements
  .container_infos
  .price_container
  .price {
  font-size: 1.5em;
  color: #041c2c;
}

.container_extras
  .card_extra
  .container_elements
  .container_infos
  .price_container
  .price_unit {
  display: block;
  margin-left: 10px;
}

.container_extras
  .card_extra
  .container_elements
  .container_infos
  .description {
  display: block;
  color: #6e6e6e;
  line-height: 25px;
  padding: 10px 0;
}

.container_extras .card_extra .container_elements .container_buttons a {
  width: 100%;
}

.container_extras .card_extra select {
  position: relative;
  margin: 2px auto;
  display: block;
  height: 36px;
  border: 1px solid var(--default-color);
  width: 100%;
  font-size: 1em;
  line-height: 22px;
  color: var(--default-color);
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .container_extras .card_extra select {
    padding: 0 25px 0 10px;
    font-size: 0.9em;
  }
}
.container_extras .card_extra .layer_added {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--white-color);
  z-index: 9;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}

.container_extras .card_extra .layer_added .container_layer {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}

.container_extras .card_extra .layer_added .container_layer .buttons_container,
.container_extras .card_extra .layer_added .container_layer .check_added,
.container_extras .card_extra .layer_added .container_layer .container_title {
  height: 33.33%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
}

.container_extras .card_extra .layer_added .container_layer .buttons_container {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.container_extras .card_extra .layer_added .container_layer .check_added {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: var(--default-color);
}

.container_extras .card_extra.addedCart .layer_added {
  transform: translateY(0);
}

.funnel-sidebar-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f7f5f1;
  z-index: 800;
  padding: 50px 35px 70px 35px;
  overflow-y: scroll;
  transition: right 0.3s ease;
}

.funnel-sidebar-mobile .close_sidebar_funnel_sidebar_mobile {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.funnel-sidebar-mobile .close_sidebar_funnel_sidebar_mobile .close_funnel {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.funnel-sidebar-mobile .close_sidebar_funnel_sidebar_mobile .close_funnel:after,
.funnel-sidebar-mobile
  .close_sidebar_funnel_sidebar_mobile
  .close_funnel:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 15px;
  background: var(--dark-blue);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.funnel-sidebar-mobile
  .close_sidebar_funnel_sidebar_mobile
  .close_funnel:after {
  transform: rotate(-45deg);
}

.funnel-sidebar-mobile .funnel_sidebar {
  display: block;
  width: 100%;
  padding: 0;
}

.funnel-sidebar-mobile .funnel_sidebar .sidebar_container .cart_total,
.funnel-sidebar-mobile .funnel_sidebar .sidebar_container .sidebar_content {
  box-shadow: none;
  background: 0 0;
  border-bottom: 6px solid var(--white-color);
}

.funnel-sidebar-mobile.open {
  display: block;
  right: 0;
}

.funnel-sidebar-mobile.visible .close_sidebar_funnel_sidebar_mobile {
  position: fixed;
}

.mobile-bottom-bar {
  display: none;
}

@media (max-width: 992px) {
  .mobile-bottom-bar {
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    height: 56px;
    width: 100%;
    z-index: 900;
    box-shadow: 0 0 7px rgba(46, 36, 36, 0.15);
  }
}
.mobile-bottom-bar .contact-us,
.mobile-bottom-bar .refine-search {
  text-decoration: none;
  text-align: center;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

html.page-template-template-funnel-1 .mobile-bottom-bar .contact-us,
html.page-template-template-funnel-1 .mobile-bottom-bar .refine-search,
html.page-template-template-funnel-2 .mobile-bottom-bar .contact-us,
html.page-template-template-funnel-2 .mobile-bottom-bar .refine-search,
html.page-template-template-funnel-3 .mobile-bottom-bar .contact-us,
html.page-template-template-funnel-3 .mobile-bottom-bar .refine-search,
html.page-template-template-funnel-3b .mobile-bottom-bar .contact-us,
html.page-template-template-funnel-3b .mobile-bottom-bar .refine-search {
  display: none;
}

.mobile-bottom-bar .refine-search {
  background: var(--dark-blue);
  width: calc(100% - 90px);
  color: var(--white-color);
  text-transform: uppercase;
}

.mobile-bottom-bar .contact-us {
  width: 90px;
  background: #f7f5f1;
  padding: 5px;
}

.mobile-bottom-bar .contact-us .fas,
.mobile-bottom-bar .contact-us .label {
  color: var(--dark-blue);
}

.mobile-bottom-bar .contact-us .fas {
  margin-bottom: 5px;
}

.mobile-bottom-bar .contact-us .label {
  font-size: 0.8em;
  line-height: 13px;
  letter-spacing: 0.6px;
}

@media (max-width: 568px) {
  .mobile-bottom-bar .contact-us .label {
    font-size: 0.7em;
    line-height: 10px;
  }
}
.mobile-bottom-bar.funnel-progress {
  background: var(--dark-blue);
}

.mobile-bottom-bar.funnel-progress .booking-info-container,
.mobile-bottom-bar.funnel-progress .total-price-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: var(--white-color);
  padding: 0 30px;
}

.mobile-bottom-bar.funnel-progress .total-price-container {
  width: 60%;
}

.mobile-bottom-bar.funnel-progress .total-price-container .label {
  text-transform: uppercase;
  margin-right: 5px;
}

.mobile-bottom-bar.funnel-progress .total-price-container .label:after {
  content: ':';
  display: inline-block;
  padding-left: 2px;
}

.mobile-bottom-bar.funnel-progress .booking-info-container {
  width: 40%;
  padding: 0 20px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}

@media (max-width: 468px) {
  .mobile-bottom-bar.funnel-progress .booking-info-container {
    padding: 0 16px;
  }
}
.mobile-bottom-bar.funnel-progress .booking-info-container:before {
  content: '';
  width: 1px;
  height: 30px;
  background: rgba(var(--white-bg), 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-bottom-bar.funnel-progress .booking-info-container .booking-info {
  font-size: 0.933em;
  color: var(--white-color);
  white-space: nowrap;
}

@media (max-width: 568px) {
  .mobile-bottom-bar.funnel-progress .booking-info-container .booking-info {
    font-size: 0.875em;
    white-space: normal;
    line-height: 17px;
  }
}
.mobile-bottom-bar.funnel-progress
  .booking-info-container
  .booking-info.opened
  .fas {
  transform: rotate(180deg);
}

.mobile-bottom-bar.funnel-progress .booking-info-container .fas {
  transition: all 0.3s ease;
  margin-left: 5px;
}

.tick-removed:before {
  content: '✖';
  display: inline-block;
  margin-right: 10px;
}

.tick-warning:before {
  content: '!';
  display: inline-block;
  margin-right: 10px;
}

.stripe_main_container .spinner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em currentcolor;
  position: relative;
  animation: spinner-stripe 0.5s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  top: -22px;
  left: calc(50% - 7px);
}

.stripe_main_container .spinner:after,
.stripe_main_container .spinner:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: inherit;
  box-shadow: inherit;
  animation: inherit;
}

.stripe_main_container .spinner:before {
  left: -2em;
  animation-delay: 0.48s;
}

.stripe_main_container .spinner:after {
  right: -2em;
  animation-delay: 0.16s;
}

.stripe_main_container .spinner.hidden {
  display: none;
}

.stripe_main_container .spinner.hidden ~ #button-text {
  display: block;
}

.stripe_main_container .spinner ~ #button-text {
  display: none;
}

@keyframes spinner-stripe {
  0% {
    box-shadow: 0 2em 0 -0.2em currentcolor;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em currentcolor;
  }
}
.stripe_main_container #submit {
  display: block;
  position: relative;
  min-width: 220px;
  margin: 25px auto 0;
  height: 40px;
  font-size: 0.9375em;
  line-height: 1.875em;
  text-transform: uppercase;
  padding: 4px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #041c2c;
  color: var(--white-color);
}

.stripe_main_container #submit:focus,
.stripe_main_container #submit:hover {
  border-color: #041c2c;
  color: #041c2c;
  background-color: var(--white-color);
  cursor: pointer;
}

.payment_form_box {
  margin: 20px auto;
}

.all-logo {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.all-logo img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 992px) {
  .all-logo img {
    width: 100%;
    height: 100%;
  }
}
#confirmation_container.container {
  max-width: 858px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  #confirmation_container.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  #confirmation_container.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.confirmation-section {
  border: 1px solid #d5ccb8;
}

@media print {
  .confirmation-section {
    margin-top: 10px;
  }
}
.confirmation-section .reservation-content {
  background: #f7f5f1;
  padding: 60px 100px 40px 100px;
  border-bottom: 1px solid #d5ccb8;
}

@media (max-width: 992px) {
  .confirmation-section .reservation-content {
    padding: 30px 50px 20px 50px;
  }
}
@media (max-width: 767px) {
  .confirmation-section .reservation-content {
    padding: 15px 25px 10px 25px;
  }
}
@media print {
  .confirmation-section .reservation-content {
    padding: 30px 50px 20px 50px;
  }
}
.confirmation-section .the-title {
  font-size: 2.533em;
  line-height: 52px;
  padding: 0 0 20px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .confirmation-section .the-title {
    font-size: 1.867em;
    line-height: 1.64em;
  }
}
@media (max-width: 767px) {
  .confirmation-section .the-title {
    font-size: 1.7em;
    line-height: 1.2em;
  }
}
.confirmation-section .message {
  text-align: center;
  line-height: 25px;
}

.confirmation-section .reservation-details {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .confirmation-section .reservation-details {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .confirmation-section .reservation-details {
    margin-top: 20px;
  }
}
.confirmation-section .reservation-details .item {
  width: 33.3%;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .confirmation-section .reservation-details .item {
    width: 100%;
    padding: 15px 0;
  }
}
@media print {
  .confirmation-section .reservation-details .item {
    width: 33.3%;
    padding: 0 15px;
    position: relative;
  }
}
.confirmation-section .reservation-details .item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  background: #d5ccb8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .confirmation-section .reservation-details .item:not(:last-child):after {
    width: 40px;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print {
  .confirmation-section .reservation-details .item:not(:last-child):after {
    width: 1px;
    height: 40px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.confirmation-section .reservation-details .item .icon,
.confirmation-section .reservation-details .item .info,
.confirmation-section .reservation-details .item .label {
  display: block;
  text-align: center;
  color: var(--dark-blue);
}

.confirmation-section .reservation-details .item .icon {
  font-size: 2.667em;
  margin-bottom: 15px;
}

.confirmation-section .reservation-details .item .label {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  text-transform: uppercase;
}

.confirmation-section .reservation-details .item .info {
  line-height: 25px;
}

.confirmation-section .reservation-details .item.booking-reference-code .info {
  font-family: var(--title-font-medium);
  font-size: 1.2em;
  text-transform: uppercase;
}

.confirmation-section .confirmation-single-section {
  padding: 60px 100px;
}

@media (max-width: 992px) {
  .confirmation-section .confirmation-single-section {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .confirmation-section .confirmation-single-section {
    padding: 30px 25px;
  }
}
@media print {
  .confirmation-section .confirmation-single-section {
    padding: 30px 50px;
  }
}
.confirmation-section .confirmation-single-section .the-subtitle {
  font-size: 2.133em;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .confirmation-section .confirmation-single-section .the-subtitle {
    font-size: 1.75em;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .confirmation-section .confirmation-single-section .the-subtitle {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}
@media print {
  .confirmation-section .confirmation-single-section .the-subtitle {
    margin-bottom: 15px;
  }
}
.confirmation-section .confirmation-single-section .label {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--dark-blue);
}

.confirmation-section .confirmation-single-section .price {
  font-family: var(--title-font-medium);
  font-weight: 700;
  color: var(--dark-blue);
}

.confirmation-section .confirmation-single-section .manage-booking {
  background: var(--dark-blue);
  color: var(--white-color);
  border: 1px solid var(--dark-blue);
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.confirmation-section .confirmation-single-section .manage-booking:hover {
  color: var(--dark-blue);
  background: var(--white-color);
}

@media (max-width: 767px) {
  .confirmation-section .confirmation-single-section .manage-booking {
    margin-top: 20px;
  }
}
.confirmation-section .confirmation-single-section:not(:last-child) {
  border-bottom: 1px solid #d5ccb8;
}

.confirmation-section .confirmation-single-section.total-price-section {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0;
  background: var(--dark-blue);
}

@media (max-width: 767px) {
  .confirmation-section .confirmation-single-section.total-price-section {
    padding-top: 30px;
    padding-bottom: 30px;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .confirmation-section .confirmation-single-section.total-price-section {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.confirmation-section .confirmation-single-section.total-price-section .label,
.confirmation-section .confirmation-single-section.total-price-section .price {
  color: var(--white-color);
}

.confirmation-section .confirmation-single-section.total-price-section .price {
  margin-left: auto;
}

@media (max-width: 767px) {
  .confirmation-section
    .confirmation-single-section.total-price-section
    .price {
    margin-left: 0;
  }
}
@media print {
  .confirmation-section
    .confirmation-single-section.total-price-section
    .price {
    margin-left: auto;
  }
}
.confirmation-section
  .confirmation-single-section.all-benefits-section
  .all-logo {
  margin-right: 10px;
}

.confirmation-section .amount-container .amount-paid-section,
.confirmation-section .booking_details_content .departure-date,
.confirmation-section .booking_details_content .nights,
.confirmation-section .booking_details_content .passengers,
.confirmation-section .booking_details_content .reservation-name,
.confirmation-section .cabins-container .single-cabin:not(:last-child),
.confirmation-section .extra-services-container .single-extra:not(:last-child) {
  border-bottom: 1px solid #d5ccb8;
}

.confirmation-section .booking_details_content .arrival-date,
.confirmation-section .booking_details_content .departure-date {
  text-transform: capitalize;
}

.confirmation-section .booking_details_content .arrival-date,
.confirmation-section .booking_details_content .departure-date,
.confirmation-section .booking_details_content .nights,
.confirmation-section .booking_details_content .passengers,
.confirmation-section .booking_details_content .reservation-name {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

@media (max-width: 767px) {
  .confirmation-section .booking_details_content .arrival-date,
  .confirmation-section .booking_details_content .departure-date,
  .confirmation-section .booking_details_content .nights,
  .confirmation-section .booking_details_content .passengers,
  .confirmation-section .booking_details_content .reservation-name {
    padding: 10px 0;
  }
}
.confirmation-section .booking_details_content .arrival-date .label,
.confirmation-section .booking_details_content .departure-date .label,
.confirmation-section .booking_details_content .nights .label,
.confirmation-section .booking_details_content .passengers .label,
.confirmation-section .booking_details_content .reservation-name .label {
  min-width: 200px;
  padding-right: 13px;
}

.confirmation-section .booking_details_content .arrival-date .info,
.confirmation-section .booking_details_content .departure-date .info,
.confirmation-section .booking_details_content .nights .info,
.confirmation-section .booking_details_content .passengers .info,
.confirmation-section .booking_details_content .reservation-name .info {
  line-height: 25px;
}

@media (max-width: 767px) {
  .confirmation-section .other-passengers-section .the-subtitle {
    margin-bottom: 20px;
  }
}
.confirmation-section
  .other-passengers-section
  .cabins-passengers
  .single-cabin-passengers:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid #d5ccb8;
}

.confirmation-section
  .other-passengers-section
  .cabins-passengers
  .single-cabin-passengers
  .cabin-title {
  font-family: var(--subtitle-font);
  font-size: 1.3em;
  line-height: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .confirmation-section
    .other-passengers-section
    .cabins-passengers
    .single-cabin-passengers
    .cabin-title {
    font-size: 1.2em;
    line-height: 20px;
  }
}
.confirmation-section
  .other-passengers-section
  .cabins-passengers
  .single-cabin-passengers
  .info
  .passenger {
  margin-left: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .confirmation-section
    .other-passengers-section
    .cabins-passengers
    .single-cabin-passengers
    .info
    .passenger {
    margin-left: 0;
  }
}
.confirmation-section
  .other-passengers-section
  .cabins-passengers
  .single-cabin-passengers
  .info
  .passenger
  .passenger-name {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .confirmation-section
    .other-passengers-section
    .cabins-passengers
    .single-cabin-passengers
    .info
    .passenger
    .passenger-name {
    display: block;
  }
}
.confirmation-section .cabins-container .single-cabin {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}

.confirmation-section .cabins-container .single-cabin .thumb-wrap {
  width: 120px;
  height: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .confirmation-section .cabins-container .single-cabin .thumb-wrap {
    width: 100%;
    padding-top: 56.25%;
  }
  .confirmation-section .cabins-container .single-cabin .thumb-wrap .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print {
  .confirmation-section .cabins-container .single-cabin .thumb-wrap {
    display: none;
  }
}
.confirmation-section .cabins-container .single-cabin .cabin-details {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 18px 0 18px 30px;
  width: calc(100% - 120px);
}

@media (max-width: 767px) {
  .confirmation-section .cabins-container .single-cabin .cabin-details {
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 18px 0;
  }
}
@media print {
  .confirmation-section .cabins-container .single-cabin .cabin-details {
    -moz-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 18px 0;
  }
}
.confirmation-section .cabins-container .single-cabin .cabin-details .price {
  margin-left: auto;
}

@media (max-width: 767px) {
  .confirmation-section .cabins-container .single-cabin .cabin-details .price {
    margin-left: 0;
    order: 3;
  }
}
@media print {
  .confirmation-section .cabins-container .single-cabin .cabin-details .price {
    margin-left: auto;
    order: 2;
  }
}
.confirmation-section
  .cabins-container
  .single-cabin
  .cabin-details
  .number-guest {
  width: 100%;
}

.confirmation-section
  .cabins-container
  .single-cabin
  .cabin-details
  .number-guest
  .children_nb_0 {
  display: none;
}

@media print {
  .confirmation-section
    .cabins-container
    .single-cabin
    .cabin-details
    .number-guest {
    order: 3;
  }
}
.confirmation-section
  .cabins-container
  .single-cabin
  .cabin-details
  .cabin-name {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: var(--dark-blue);
}

.confirmation-section .extra-services-container .single-extra {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .confirmation-section .extra-services-container .single-extra {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .confirmation-section .extra-services-container .single-extra {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.confirmation-section .extra-services-container .single-extra .price {
  margin-left: auto;
}

@media (max-width: 767px) {
  .confirmation-section .extra-services-container .single-extra .price {
    margin-left: 0;
    order: 3;
  }
}
@media print {
  .confirmation-section .extra-services-container .single-extra .price {
    margin-left: auto;
    order: 2;
  }
}
.confirmation-section .extra-services-container .single-extra .quantity {
  width: 100%;
}

@media print {
  .confirmation-section .extra-services-container .single-extra .quantity {
    order: 3;
  }
}
.confirmation-section .promotional-code-section {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .confirmation-section .promotional-code-section {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .confirmation-section .promotional-code-section {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.confirmation-section .promotional-code-section .price {
  margin-left: auto;
}

@media (max-width: 767px) {
  .confirmation-section .promotional-code-section .price {
    margin-left: 0;
    order: 3;
  }
}
@media print {
  .confirmation-section .promotional-code-section .price {
    margin-left: auto;
    order: 2;
  }
}
.confirmation-section .promotional-code-section .promo-code {
  width: 100%;
  text-transform: uppercase;
}

@media print {
  .confirmation-section .promotional-code-section .promo-code {
    order: 3;
  }
}
.confirmation-section .amount-container .amount-paid-section,
.confirmation-section .amount-container .left-pay-section,
.confirmation-section .amount-container .points-used-section {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .confirmation-section .amount-container .amount-paid-section,
  .confirmation-section .amount-container .left-pay-section,
  .confirmation-section .amount-container .points-used-section {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .confirmation-section .amount-container .amount-paid-section,
  .confirmation-section .amount-container .left-pay-section,
  .confirmation-section .amount-container .points-used-section {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.confirmation-section .amount-container .amount-paid-section .price,
.confirmation-section .amount-container .left-pay-section .price,
.confirmation-section .amount-container .points-used-section .price {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 767px) {
  .confirmation-section .amount-container .amount-paid-section .price,
  .confirmation-section .amount-container .left-pay-section .price,
  .confirmation-section .amount-container .points-used-section .price {
    margin-left: 0;
    order: 3;
  }
}
@media print {
  .confirmation-section .amount-container .amount-paid-section .price,
  .confirmation-section .amount-container .left-pay-section .price,
  .confirmation-section .amount-container .points-used-section .price {
    margin-left: auto;
    order: 2;
  }
}
.confirmation-section .amount-container .amount-paid-section .info,
.confirmation-section .amount-container .left-pay-section .info,
.confirmation-section .amount-container .points-used-section .info {
  width: 100%;
}

@media print {
  .confirmation-section .amount-container .amount-paid-section .info,
  .confirmation-section .amount-container .left-pay-section .info,
  .confirmation-section .amount-container .points-used-section .info {
    order: 3;
  }
}
.confirmation-section .amount-container .points-used-section .info {
  text-transform: lowercase;
}

.print-page-section {
  margin: 40px 0 50px 0;
}

.print-page-section .print-cta {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: var(--dark-blue);
  text-decoration: none;
}

.print-page-section .print-cta .icon {
  font-size: 2.3em;
  line-height: 35px;
  margin-right: 10px;
}

@media print {
  html.page-template-template-funnel-4 #footer,
  html.page-template-template-funnel-4 #header_wrapper,
  html.page-template-template-funnel-4 #page:after,
  html.page-template-template-funnel-4 #slideshow_wrapper,
  html.page-template-template-funnel-4 .back-to-top,
  html.page-template-template-funnel-4 .container_steps,
  html.page-template-template-funnel-4 .mobile-bottom-bar,
  html.page-template-template-funnel-4 .print-page-section {
    display: none;
  }
}
@media print {
  html.page-template-template-funnel-4 #page {
    padding: 20px 0;
  }
}
#cabins-section .the-subtitle {
  text-transform: capitalize;
}

.calendar {
  display: block;
  position: relative;
  height: 100%;
  min-height: 400px;
  width: 100%;
}

.calendar .ui-widget.ui-widget-content {
  width: 100%;
  border: 0;
}

.calendar .ui-widget-header {
  border: 0;
  background: 0 0;
  color: var(--dark-blue);
  font-weight: 700;
}

.oe_booking_submit {
  opacity: 1;
}

.oe_booking_submit:disabled {
  opacity: 0.3;
}

.calendar_container {
  position: relative;
  padding: 20px 0;
}

.calendar_container .oe_calendar_monthpicker,
.calendar_container .oe_calendar_monthpicker + .select2 {
  position: absolute;
  width: 50% !important;
  margin: 0 auto;
  left: 25%;
  z-index: 9;
  height: 38px;
  background-color: var(--white-color);
  line-height: 18px;
}

.calendar_container .loader_calendar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(4, 28, 44, 0.8);
  z-index: 99;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
}

.calendar_container .loader_calendar.hidden {
  display: none;
}

.calendar_container .loader_calendar .hotel_logo img {
  max-width: 20vw;
}

@media (max-width: 992px) {
  .calendar_container .loader_calendar .hotel_logo img {
    max-width: 50vw;
  }
}
.oe_calendar_wrapper {
  position: relative;
  display: block;
}

.oe_calendar_wrapper form {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 568px) {
  .oe_calendar_wrapper form {
    padding-top: 20px;
  }
}
.oe_calendar_wrapper .main_col {
  padding-top: 40px;
  padding-bottom: 40px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .oe_calendar_wrapper .passengers_selection {
    text-align: center;
  }
}
.oe_calendar_wrapper fieldset {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 992px) {
  .oe_calendar_wrapper fieldset {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.oe_calendar_wrapper fieldset .half_popup {
  width: 50%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 40px;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .oe_calendar_wrapper fieldset .half_popup {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .oe_calendar_wrapper fieldset .half_popup {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .oe_calendar_wrapper fieldset .half_popup {
    padding: 0;
  }
}
.oe_calendar_wrapper fieldset .half_popup .form_row.submit_wrap {
  padding: 0;
  width: 100%;
}

.oe_calendar_wrapper fieldset .half_popup .calendar_container,
.oe_calendar_wrapper fieldset .half_popup .passengers_selection {
  width: 100%;
}

@media (max-width: 992px) {
  .oe_calendar_wrapper fieldset .half_popup .calendar_container,
  .oe_calendar_wrapper fieldset .half_popup .passengers_selection {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 993px) {
  .oe_calendar_wrapper fieldset .half_popup .dropdown_passengers {
    bottom: 100%;
    border-width: 1px 1px 0 1px;
  }
}
.oe_calendar_wrapper .oe_booking_calendar {
  width: 100%;
  height: auto;
}

.oe_calendar_wrapper .oe_booking_calendar * {
  box-shadow: none;
  text-shadow: none;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker.ui-datepicker-inline {
  width: 100% !important;
  border: none;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-group {
  width: 49%;
  margin-right: 0;
  margin-left: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-group.ui-datepicker-group-first {
  float: left;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-group.ui-datepicker-group-last {
  float: right;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header {
  border: 0;
  margin: 0;
  padding: 0;
  height: 40px;
  background: 0 0;
  position: relative;
  border-radius: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-datepicker-title {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-corner-all {
  background: 0 0;
  height: 40px;
  width: 40px;
  top: 0;
  position: absolute;
  border-radius: 0;
  transition: all 0.3s ease;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-corner-all:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-corner-all.ui-state-hover {
  border: none;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-corner-all:not(.ui-state-disabled) {
  cursor: pointer;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-corner-all
  span {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: 0 0;
  text-indent: -9999px;
  border-top: 2px solid var(--dark-blue);
  border-left: 2px solid var(--dark-blue);
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
  top: 22px;
  left: 25px;
  transition: all 0.3s ease;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-datepicker-prev {
  left: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-datepicker-prev.ui-datepicker-prev-hover.ui-state-hover {
  left: 0;
  top: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-datepicker-next {
  right: 0;
  transform: rotate(180deg);
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-datepicker-next.ui-datepicker-next-hover.ui-state-hover {
  right: 0;
  top: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker.ui-datepicker-inline
  .ui-datepicker-header
  .ui-state-disabled {
  opacity: 0.3;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar {
  width: 100%;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  .ui-state-disabled {
  pointer-events: auto !important;
  opacity: 0.5;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar thead {
  background: 0 0;
  border-bottom: 0;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar thead th {
  padding: 37px 2px 8px;
  text-align: center;
  border: none;
  border-collapse: collapse;
  text-transform: uppercase;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar tbody tr,
.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar thead tr {
  border: none;
}

.oe_calendar_wrapper .oe_booking_calendar .ui-datepicker-calendar tbody td {
  border: none;
  padding: 1px;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: transparent none;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.date-selected
  .ui-state-default {
  background-color: #041c2c;
  color: #fff;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.date-selected
  span.data {
  color: #fff;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.zeroed
  .ui-state-default:before {
  content: '0';
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-unselectable:hover
  .ui-state-default {
  cursor: default;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-unselectable:not(.no-rooms-available)
  .ui-state-default {
  background: var(--white-color);
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.no-rooms-available
  span.data {
  text-decoration: line-through;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.best-price:after,
.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.last-room-available:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 1px;
  top: 1px;
  content: '';
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.last-room-available:after {
  border-top-color: red;
  border-right-color: red;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.best-price:after {
  border-top-color: green;
  border-right-color: green;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.last-room-available.best-price:after {
  border-top-color: green;
  border-right-color: red;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.min-stay
  > .ui-state-default:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: 0 0;
  left: 0;
  display: block;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.date-in-range.range-end {
  opacity: 0.6;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.date-in-range
  .price {
  display: none;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.date-in-range
  .price_pn {
  display: block;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td:not(.ui-state-disabled):hover
  .ui-state-default {
  background-color: #041c2c;
  color: #fff;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td:not(.ui-state-disabled):hover
  span.data {
  color: #fff;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default {
  border: 0;
  text-align: center;
  width: 100%;
  height: 55px;
  display: block;
  font-size: 0.9375em;
  position: relative;
  background-color: #f7f5f1;
  color: var(--dark-blue);
  transition: all 0.3s ease;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td
  span.data {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  height: auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1em;
  cursor: pointer;
  background: 0 0;
  transition: all 0.3s ease;
}

.oe_calendar_wrapper .ui-state-disabled .ui-state-active {
  color: var(--default-color);
}

.oe_calendar_wrapper .legend_wrap .legend {
  margin: 30px auto 0;
  width: 95%;
  text-align: center;
}

.oe_calendar_wrapper .legend_wrap .legend .best,
.oe_calendar_wrapper .legend_wrap .legend .last,
.oe_calendar_wrapper .legend_wrap .legend .minimum_stay {
  font-size: 13px;
  margin: 0;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

.oe_calendar_wrapper .legend_wrap .legend .best:before,
.oe_calendar_wrapper .legend_wrap .legend .last:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}

.oe_calendar_wrapper .legend_wrap .legend .minimum_stay:before {
  margin-bottom: 3px;
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 12px;
  background: #000;
  height: 3px;
}

.oe_calendar_wrapper .legend_wrap .legend .best {
  margin-right: 20px;
}

.oe_calendar_wrapper .legend_wrap .legend .best:before {
  border-top-color: green;
  border-right-color: green;
}

.oe_calendar_wrapper .legend_wrap .legend .last:before {
  border-top-color: red;
  border-right-color: red;
}

.oe_calendar_wrapper #children-ages {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.oe_calendar_wrapper #children-ages .label {
  display: block;
  margin-bottom: 20px;
}

.oe_calendar_wrapper #children-ages .child-list ul {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.oe_calendar_wrapper #children-ages .child-list ul li {
  margin-left: 20px;
  position: relative;
  max-width: 100px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.oe_calendar_wrapper #children-ages .child-list ul li:first-child {
  margin-left: 0;
}

.oe_calendar_wrapper #children-ages .child-list ul li label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 130%;
  white-space: nowrap;
}

.oe_calendar_wrapper #children-ages .child-list ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  line-height: 30px;
  height: 30px;
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  padding: 0 25px 0 10px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  border: 1px solid #ccc;
}

.oe_calendar_wrapper #children-ages .child-list ul li select::-ms-expand {
  opacity: 0;
}

.oe_calendar_wrapper #children-ages .child-list ul li select option {
  direction: rtl;
  background: #fff;
  color: #333;
}

.oe_calendar_wrapper #children-ages .child-list ul li > span {
  display: block;
  position: relative;
  height: 30px;
}

.oe_calendar_wrapper #children-ages .child-list ul li > span:after {
  content: '▾';
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 30px;
  height: 30px;
  width: 20px;
  font-size: 18px;
  text-align: right;
  z-index: 1;
}

.oe_calendar_wrapper
  .oe_booking_calendar
  .ui-datepicker-calendar
  tbody
  td.zeroed
  .ui-state-default:before {
  content: unset;
}

.js-snackbar-container {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 100%;
  z-index: 999;
  overflow: hidden;
}

.js-snackbar-container--top-left {
  bottom: unset;
  right: unset;
  top: 0;
  left: 0;
}

.js-snackbar-container--top-center {
  top: 0;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}

.js-snackbar-container--top-right {
  bottom: unset;
  right: 0;
  left: unset;
  top: 0;
}

.js-snackbar-container--bottom-left {
  bottom: 0;
  right: unset;
  left: 0;
  top: unset;
}

.js-snackbar-container--bottom-center {
  bottom: 0;
  right: unset;
  left: 50%;
  top: unset;
  transform: translateX(-50%);
}

.js-snackbar-container--fixed {
  position: fixed;
}

.js-snackbar-container * {
  box-sizing: border-box;
}

.js-snackbar__wrapper {
  overflow: hidden;
  height: auto;
  margin: 0;
  border-radius: 3px;
  display: flex;
  min-width: auto;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  text-align: center;
}

.js-snackbar {
  display: inline-flex;
  box-sizing: border-box;
  border-radius: 3px;
  color: #eee;
  font-size: 16px;
  background-color: var(--dark-blue);
  vertical-align: bottom;
  box-shadow: 0 0 4px 0 #000;
  margin: 0 10px;
  flex-grow: 1;
}

.js-snackbar__close,
.js-snackbar__message-wrapper,
.js-snackbar__status {
  position: relative;
}

.js-snackbar__message-wrapper {
  flex: 1;
  padding: 12px;
}

.js-snackbar__message {
  display: inline-block;
}

.js-snackbar__status {
  display: none;
  min-width: 15px;
  margin-right: 5px;
  border-radius: 3px 0 0 3px;
  background-color: transparent;
}

.js-snackbar__status.js-snackbar--danger,
.js-snackbar__status.js-snackbar--info,
.js-snackbar__status.js-snackbar--success,
.js-snackbar__status.js-snackbar--warning {
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-snackbar__status.js-snackbar--success {
  background-color: #4caf50;
}

.js-snackbar__status.js-snackbar--warning {
  background-color: #ff9800;
}

.js-snackbar__status.js-snackbar--danger {
  background-color: #b90909;
}

.js-snackbar__status.js-snackbar--info {
  background-color: #2196f3;
}

.js-snackbar__icon {
  display: block;
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 0 5px;
  font-family: monospace;
}

.js-snackbar__action {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #838cff;
  cursor: pointer;
}

.js-snackbar__action:hover {
  background-color: #333;
}

.js-snackbar__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #bbb;
}

.js-snackbar__close:hover {
  background-color: #444;
}

.bookingform.loading {
  opacity: 0.5;
}

.loading_animation {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

body.page-template-template-funnel-2 .loading_animation {
  width: 70%;
}

@media (max-width: 992px) {
  body.page-template-template-funnel-2 .loading_animation {
    width: 100%;
  }
}
.d-flex {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 992px) {
  .d-flex {
    -moz-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eee;
  }
}
.item_loader {
  padding: 70px 0;
  border-bottom: 1px solid var(--default-color);
  display: block;
  width: 100%;
  animation: loaderBorder 2s infinite ease-in-out;
  -webkit-animation: loaderBorder 2s infinite ease-in-out;
}

@media (max-width: 992px) {
  .item_loader {
    padding: 20px 0;
    border-bottom: 0;
  }
}
.item_loader:first-of-type {
  padding-top: 0;
}

.item_loader .all_placeholder,
.item_loader .amenities_placeholder span,
.item_loader .buttons_placeholder span,
.item_loader .departure_placeholder,
.item_loader .item-image .image,
.item_loader .lines_descr_placeholder span,
.item_loader .nights_placeholder,
.item_loader .price_placeholder,
.item_loader .short-title,
.item_loader .title {
  animation: loader 2s infinite ease-in-out;
  -webkit-animation: loader 2s infinite ease-in-out;
  border-radius: 2px;
}

.item_loader .item-image {
  display: block;
  position: relative;
  width: 420px;
  height: 300px;
  padding: 0 0 40px 40px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .item_loader .item-image {
    width: 350px;
    height: 270px;
  }
}
@media (max-width: 992px) {
  .item_loader .item-image {
    padding: 0;
    width: 100%;
  }
}
.item_loader .item-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  animation: loaderSubImage 2s infinite ease-in-out;
  -webkit-animation: loaderSubImage 2s infinite ease-in-out;
}

.item_loader .item-image .image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.item_loader .content {
  width: calc(100% - 460px);
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 40px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .item_loader .content {
    width: calc(100% - 350px);
  }
}
@media (max-width: 992px) {
  .item_loader .content {
    width: 100%;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px;
    margin-left: 0;
  }
  body.page.template-template-funnel-2 .item_loader .content {
    padding: 30px 0;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  body.page.template-template-funnel-2 .item_loader .content {
    padding: 10px;
  }
}
.item_loader .content .title {
  height: 34px;
  margin-bottom: 10px;
  width: 70%;
}

@media (max-width: 992px) {
  .item_loader .content .title {
    margin-left: auto;
    margin-right: auto;
  }
}
.item_loader .content .short-title {
  height: 12px;
  margin: 8px 0 30px;
  width: 300px;
}

@media (max-width: 992px) {
  .item_loader .content .short-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.item_loader .content .nights_placeholder {
  height: 12px;
  margin: 30px 0 8px;
  width: 100px;
}

@media (max-width: 992px) {
  .item_loader .content .nights_placeholder {
    margin-left: auto;
    margin-right: auto;
  }
}
.item_loader .content .price_placeholder {
  height: 20px;
  margin: 20px 0;
  width: 200px;
}

@media (max-width: 992px) {
  .item_loader .content .price_placeholder {
    margin-left: auto;
    margin-right: auto;
  }
}
.item_loader .content .all_placeholder {
  height: 16px;
  margin: 25px 0 0;
  width: 200px;
}

@media (max-width: 992px) {
  .item_loader .content .all_placeholder {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .item_loader .content .lines_descr_placeholder {
    display: none;
  }
}
.item_loader .content .lines_descr_placeholder span {
  display: block;
  height: 12px;
  margin: 12px 0;
  width: 250px;
}

@media (max-width: 992px) {
  .item_loader .content .lines_descr_placeholder span {
    width: 85%;
  }
}
.item_loader .content .lines_descr_placeholder span:nth-child(2) {
  width: 200px;
}

@media (max-width: 992px) {
  .item_loader .content .lines_descr_placeholder span:nth-child(2) {
    width: 70%;
  }
}
.item_loader .content .lines_descr_placeholder span:nth-child(3) {
  width: 300px;
}

@media (max-width: 992px) {
  .item_loader .content .lines_descr_placeholder span:nth-child(3) {
    width: 100%;
  }
}
.item_loader .content .lines_descr_placeholder span:last-of-type {
  margin-bottom: 0;
}

.item_loader .content .departure_placeholder {
  height: 12px;
  margin: 10px 0;
  width: 150px;
}

@media (max-width: 992px) {
  .item_loader .content .departure_placeholder {
    margin-left: auto;
    margin-right: auto;
  }
}
.item_loader .content .buttons_placeholder span {
  display: block;
  height: 40px;
  margin: 12px 0;
  width: 100%;
}

.item_loader .content .left-side {
  width: 60%;
}

@media (max-width: 992px) {
  .item_loader .content .left-side {
    width: 100%;
  }
}
.item_loader .content .right-side {
  width: 40%;
  padding: 10px 0 10px 40px;
  border-left: 1px solid #eee;
}

@media (max-width: 992px) {
  .item_loader .content .right-side {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
.item_loader.extra_placeholder {
  position: relative;
  width: calc(50% - 20px);
  margin: 20px;
  border: 1px solid #d5ccb8;
  padding: 0;
}

@media (max-width: 767px) {
  .item_loader.extra_placeholder {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
.item_loader.extra_placeholder:nth-child(odd) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .item_loader.extra_placeholder:nth-child(odd) {
    margin-left: 20px;
  }
}
.item_loader.extra_placeholder:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .item_loader.extra_placeholder:nth-child(even) {
    margin-right: 20px;
  }
}
.item_loader.extra_placeholder .d-flex {
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 30px;
}

.item_loader.extra_placeholder .item-image {
  width: 100%;
  height: 16vw;
  min-height: 220px;
  padding: 0;
}

.item_loader.extra_placeholder .item-image:after {
  content: unset;
}

.item_loader.extra_placeholder .content {
  width: 100%;
  flex-direction: column;
  margin: 30px 0 0 0;
}

.item_loader.extra_placeholder .content .price_placeholder {
  margin: 12px 0;
  width: 130px;
}

.item_loader.extra_placeholder .content .buttons_placeholder,
.item_loader.extra_placeholder .content .lines_descr_placeholder {
  display: block;
  width: 100%;
}

.item_loader.extra_placeholder .content .buttons_placeholder {
  margin-top: 12px;
}

@media (max-width: 992px) {
  .item_loader.cabin_placeholder {
    padding: 20px 0;
    border-bottom: 0;
  }
}
@media (max-width: 992px) {
  .item_loader.cabin_placeholder .d-flex {
    -moz-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eee;
  }
}
.item_loader.cabin_placeholder .item-image {
  padding: 0;
}

@media (max-width: 992px) {
  .item_loader.cabin_placeholder .item-image {
    width: 100%;
  }
}
.item_loader.cabin_placeholder .item-image:after {
  content: unset;
}

.item_loader.cabin_placeholder .content {
  width: calc(100% - 500px);
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .item_loader.cabin_placeholder .content {
    width: calc(100% - 350px);
  }
}
@media (max-width: 992px) {
  .item_loader.cabin_placeholder .content {
    width: 100%;
    padding: 30px 25px;
    margin-left: 0;
  }
}
.item_loader.cabin_placeholder .content .title {
  width: 85%;
}

.item_loader.cabin_placeholder .content .price_placeholder {
  margin-bottom: 10px;
}

.item_loader.cabin_placeholder .content .buttons_placeholder,
.item_loader.cabin_placeholder .content .lines_descr_placeholder {
  display: block;
  width: 100%;
}

.item_loader.cabin_placeholder .content .buttons_placeholder > span,
.item_loader.cabin_placeholder .content .lines_descr_placeholder > span {
  width: 100%;
}

.item_loader.cabin_placeholder .content .amenities_placeholder {
  width: 100%;
  margin-top: 10px;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.item_loader.cabin_placeholder .content .amenities_placeholder span {
  display: block;
  position: relative;
  width: calc(50% - 12px);
  height: 12px;
  margin: 8px 12px;
}

.item_loader.cabin_placeholder
  .content
  .amenities_placeholder
  span:nth-child(odd) {
  margin-left: 0;
}

.item_loader.cabin_placeholder
  .content
  .amenities_placeholder
  span:nth-child(even) {
  margin-right: 0;
}

.item_loader.cabin_placeholder .content .buttons_placeholder {
  width: 40%;
  margin-top: 12px;
}

.countdown_container {
  position: absolute;
  bottom: 40px;
  z-index: 99;
  display: block;
  left: 0;
  width: 100%;
}

.countdown_container.alarm {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 30px;
  border-radius: 18px;
  left: 0;
}

@media (max-width: 767px) {
  .countdown_container.alarm {
    height: -moz-fit-content;
    height: fit-content;
    bottom: 5px;
    padding: 8px;
    border-radius: 16px;
  }
}
.countdown_container.hidden {
  display: none !important;
}

.countdown_container .centered_container {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  border: 2px solid #cec3a3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.7);
}

.countdown_container .countdown_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.countdown_container .countdown_content .title_countdown {
  font-family: var(--title-font);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .countdown_container .countdown_content .title_countdown {
    font-size: 1em;
    padding-bottom: 0;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flip-clock-wrapper {
  font-family: var(--title-font);
  font-size: 1em;
  -webkit-user-select: none;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px auto;
}

.flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 5px;
  line-height: 87px;
  border-radius: 2px;
  background: #000;
  width: 35px;
  height: 56px;
  font-size: 65px;
}

@media (max-width: 767px) {
  .flip-clock-wrapper ul {
    width: 25px;
    height: 38px;
    font-size: 54px;
  }
}
@media (max-width: 568px) {
  .flip-clock-wrapper ul {
    margin: 5px 1px;
  }
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  outline: 1px solid rgba(4, 28, 44, 0.3);
  font-size: 65px;
}

@media (max-width: 767px) {
  .flip-clock-wrapper ul li a div {
    font-size: 54px;
  }
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: var(--dark-blue);
  text-align: center;
  border-radius: 2px;
  line-height: 135%;
  background: #fefcf2;
  background: linear-gradient(180deg, #fefcf2 0, #fefcf2 30%, #e5dfc3 100%);
  font-size: 45px;
}

@media (max-width: 767px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
  }
}
.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

@media (max-width: 568px) {
  .flip-clock-wrapper {
    margin: 0 auto 5px auto;
  }
}
.flip-clock-wrapper:before {
  content: ' ';
  display: table;
}

.flip-clock-wrapper:after {
  content: ' ';
  display: table;
  clear: both;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper.clearfix:before {
  content: ' ';
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

.flip-clock-meridium {
  background: 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 60px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-divider:first-child .flip-clock-label {
  left: 5px;
}

@media (max-width: 767px) {
  .flip-clock-divider {
    width: 12px;
    height: 55px;
  }
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  font-family: var(--default-font);
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  right: unset;
  text-align: center;
  left: 25px;
  font-size: 13px;
  top: 4.8em;
  width: 80px;
}

@media (max-width: 767px) {
  .flip-clock-divider .flip-clock-label {
    top: 4.5em;
    font-size: 9px;
    width: 58px;
    left: 18px;
  }
}
.flip-clock-dot {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 6px;
  background: #fefcf2;
  background: linear-gradient(180deg, #fefcf2 0, #fefcf2 30%, #e5dfc3 100%);
}

@media (max-width: 767px) {
  .flip-clock-dot {
    width: 5px;
    height: 5px;
  }
}
.flip-clock-dot.top {
  top: 38px;
}

@media (max-width: 992px) {
  .flip-clock-dot.top {
    top: 16px;
  }
}
.flip-clock-dot.bottom {
  bottom: 30px;
}

@media (max-width: 992px) {
  .flip-clock-dot.bottom {
    bottom: 22px;
  }
}
#countdown_screenreader {
  visibility: hidden;
  height: 0;
}

.join-all-accor {
  display: none;
}

.card_cabin .join-all-accor {
  margin-bottom: 25px;
}

.join-all-accor.logged-in {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 992px) {
  .join-all-accor.logged-in {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .join-all-accor.logged-in {
    -moz-flex-direction: column;
    flex-direction: column;
    background: rgba(74, 74, 74, 0.1);
    padding: 5px;
    border-radius: 2px;
  }
}
.join-all-accor .all-logo {
  margin-right: 5px;
  width: 30px;
  height: 18px;
  text-align: center;
}

@media (max-width: 992px) {
  .join-all-accor .all-logo {
    margin-right: 20px;
    width: 60px;
    height: 40px;
  }
}
.join-all-accor .all-read-more,
.join-all-accor .points-container {
  line-height: 25px;
}

.join-all-accor .all-join,
.join-all-accor .all-read-more,
.join-all-accor .points-container .points {
  font-family: var(--default-medium);
  margin: 0 5px;
  color: var(--dark-blue);
}

@media (max-width: 992px) {
  .join-all-accor .all-join,
  .join-all-accor .all-read-more,
  .join-all-accor .points-container .points {
    margin: 5px 0 0;
  }
}
.join-all-accor .points-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.join-all-accor .points-container .points {
  font-family: var(--title-font-medium);
  font-weight: 700;
  margin-right: 8px;
}

.join-all-accor .all-read-more {
  margin-left: 5px;
}

#open_popup_all_accor_member .container_message .message-subtitle,
#open_popup_all_accor_member .container_message .message-title {
  text-align: center;
}

#open_popup_all_accor_member .container_message .message-title {
  font-family: var(--title-font-medium);
  font-size: 1.2em;
  color: var(--dark-blue);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#open_popup_all_accor_member .container_message .message-subtitle {
  line-height: 25px;
}

#open_popup_all_accor_member .container_message .all-accor-advantages {
  margin: 20px auto 0 auto;
  max-width: 320px;
  width: 100%;
}

#open_popup_all_accor_member
  .container_message
  .all-accor-advantages
  li
  .fa-check-circle {
  font-size: 1.333em;
  line-height: 25px;
  margin-right: 10px;
  color: var(--dark-blue);
}

#open_popup_all_accor_member .container_message .all-accor-logo-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
}

#open_popup_all_accor_member .container_message .all-accor-logo-container:after,
#open_popup_all_accor_member
  .container_message
  .all-accor-logo-container:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 64px;
  background: var(--dark-blue);
}

#open_popup_all_accor_member
  .container_message
  .all-accor-logo-container:before {
  margin-right: auto;
}

#open_popup_all_accor_member
  .container_message
  .all-accor-logo-container:after {
  margin-left: auto;
}

#open_popup_all_accor_member
  .container_message
  .all-accor-logo-container
  .all-logo {
  margin-right: 20px;
  width: 41px;
  height: 25px;
}

#open_popup_all_accor_member
  .container_message
  .all-accor-logo-container
  .all-accor-slogan {
  font-family: var(--title-font-medium);
  font-size: 0.933em;
  line-height: 23px;
  text-transform: uppercase;
}

#open_popup_all_accor_member
  .container_message
  .buttons_container
  .loyalty_button {
  max-width: 320px;
  margin: 0 auto;
}

.all-accor-banner {
  background: #f7f5f1;
  padding: 25px 40px;
  border-radius: 5px;
  margin: 50px 0;
  width: 100%;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 992px) {
  .all-accor-banner {
    margin: 20px 0;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .all-accor-banner {
    padding: 25px 20px;
  }
}
.all-accor-banner.hidden {
  display: none;
}

.page-template-template-search .all-accor-banner {
  order: 2;
}

.all-accor-banner .all-accor-banner-container {
  width: 70%;
}

@media (max-width: 992px) {
  .all-accor-banner .all-accor-banner-container {
    width: 100%;
  }
}
.all-accor-banner .all-accor-banner-cta {
  width: 30%;
  text-align: right;
}

@media (max-width: 992px) {
  .all-accor-banner .all-accor-banner-cta {
    width: 100%;
  }
}
.all-accor-banner .all-accor-message,
.all-accor-banner .all-accor-message-logged,
.all-accor-banner .all-accor-slogan,
.all-accor-banner .become-member {
  color: var(--dark-blue);
}

.all-accor-banner .all-accor-slogan,
.all-accor-banner .become-member {
  text-transform: uppercase;
  border: 1px solid var(--dark-blue);
}

.all-accor-banner .all-accor-slogan {
  font-size: 0.8em;
  line-height: 16px;
  border-radius: 8px;
  padding: 6px 8px;
  display: inline-block;
}

.all-accor-banner .all-accor-message,
.all-accor-banner .all-accor-message-logged {
  font-size: 1.6em;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .all-accor-banner .all-accor-message,
  .all-accor-banner .all-accor-message-logged {
    font-size: 1.333em;
    margin: 20px 0;
  }
}
.all-accor-banner .all-accor-message-logged {
  display: none;
}

.all-accor-banner .become-member {
  padding: 8px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .all-accor-banner .become-member {
    display: block;
    text-align: center;
  }
}
.all-accor-banner .become-member:hover {
  background: var(--dark-blue);
  color: var(--white-color);
}

.all-accor-banner.before-form {
  margin: 0 0 60px 0;
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .all-accor-banner.before-form {
    padding: 20px;
  }
}
.all-accor-banner.before-form .all-accor-banner-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.all-accor-banner.before-form .all-logo {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .all-accor-banner.before-form .all-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.all-accor-banner.before-form .all-accor-message,
.all-accor-banner.before-form .all-accor-message-logged {
  font-size: 1.067em;
  line-height: 25px;
  margin-top: 0;
}

.all-accor-banner.before-form .all-accor-message span,
.all-accor-banner.before-form .all-accor-message-logged span {
  font-family: var(--title-font-medium);
}

.all-accor-banner.before-form.user-logged-in .all-logo {
  margin-bottom: 9px;
}

.all-accor-banner.after-form {
  margin: 60px 0;
}

.all-accor-banner.after-form.hidden {
  display: none;
}

@media (max-width: 767px) {
  .all-accor-banner.after-form {
    margin: 20px 0;
  }
}
.all-accor-banner.user-logged-in {
  display: flex;
}

.all-accor-banner.user-logged-in .all-accor-banner-container {
  width: 100%;
}

.all-accor-banner.user-logged-in .all-accor-message {
  display: none;
}

.all-accor-banner.user-logged-in .all-accor-message-logged {
  display: block;
}

.all-accor-banner.user-logged-in .all-accor-banner-cta {
  display: none;
}

.loading_all_loyalty {
  width: 75px;
}

.loading_all_loyalty.hidden {
  display: none;
}

.banner_content,
.logged_in,
.logged_out {
  display: flex;
}

@media (max-width: 992px) {
  .banner_content,
  .logged_in,
  .logged_out {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.banner_content.hidden,
.logged_in.hidden,
.logged_out.hidden {
  display: none;
}

.banner_content {
  width: 100%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.loyalty_website.loyalty_messages .bookable_itinerary[style='order: 2;'] {
  border-bottom: 0;
}

.slide_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.slide_content .container {
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .slide_content .container {
    justify-content: flex-end;
    bottom: 140px;
  }
}
.slide_content .title {
  text-shadow: 0 0 18px #000000;
  font-weight: 500;
  font-size: 35px;
}
.slide_content .desc {
  text-shadow: 0 0 18px #000000;
  font-size: 20px;
}

.slideshow .slick-dots {
  bottom: 110px;
}

@media only screen and (min-width: 992px) {
  #slideshow_wrapper + .form_date-search {
    margin-top: -5.75rem;
    display: none;
  }
}
@media (max-width: 991px) {
  #slideshow_wrapper + .form_date-search {
    display: none !important;
  }
}
.form_date-search .form-check {
  background-color: #fff;
  border-radius: 6px;
  padding: 6px;
  z-index: 10;
}
@media (max-width: 991px) {
  .form_date-search .form-check .col-12 {
    margin-top: 15px;
  }
}
.form_date-search .form-check .title {
  font-size: 16px;
  color: #54585a;
  position: relative;
}
@media (max-width: 991px) {
  .form_date-search .form-check .title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .form_date-search .form-check .title::after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #54585a;
    position: absolute;
    right: 0;
    top: 8px;
  }
}
.form_date-search .form-check span {
  display: inline-block;
  position: relative;
  margin-right: 0;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .form_date-search .form-check span:first-child::before {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    background: url(../images/reserv_icon.png) -154px 0px;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.form_date-search .form-check input[type='text'] {
  position: relative;
  border: none;
  color: #54585a;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-calendar2-date' viewBox='0 0 16 16'%3E%3Cpath d='M6.445 12.688V7.354h-.633A13 13 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3Cpath d='M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E")
    no-repeat right 8px;
  background-size: 20px 20px;
  top: -6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.form_date-search .form-check input.chk-adults {
  width: 36px;
  height: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
}
.form_date-search .form-check button {
  text-align: center;
  background-color: var(--dark-blue);
  color: var(--white-color);
  border: 1px solid var(--dark-blue);
  width: 100%;
  height: 46px;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.form_date-search .form-check button:hover {
  background-color: var(--white-color);
  color: var(--dark-blue);
  border-color: var(--default-color);
}

.home-social-networks a {
  border: 1px solid var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.home-social-networks a:hover {
  background-color: var(--dirt-brown);
  border-color: var(--dirt-brown);
}

.home-social-networks svg {
  fill: var(--dark-blue);
  height: 1.25rem;
  transition: fill 0.3s ease 0s;
}

.home-social-networks a:hover svg {
  fill: #fff;
}

.home-review .image {
  z-index: 9;
  top: 0;
  left: 0;
}

.home-review .icon {
  background-color: rgba(0, 0, 0, 0.3);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  padding: 0.125rem 0.5rem 1.75rem 1.75rem;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
}

.home-review .icon svg {
  fill: #fff;
  height: 1.25rem;
}

.home-review .desc {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.home-review:hover .desc {
  visibility: visible;
  opacity: 1;
}

.modal-review .icon svg {
  fill: #00554c;
  height: 2rem;
}

.modal-review .icon-location {
  background-color: #cfac52;
  box-shadow: 0px 0px 0px 0.5rem rgba(216, 188, 116, 0.5019607843);
  width: 1.5rem;
  height: 1.5rem;
}

.modal-review .icon-location svg {
  fill: #fff;
  height: 1rem;
}

.home-review-3,
.home-review-6,
.home-review-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.home-review-3:before,
.home-review-6:before,
.home-review-9:before {
  padding-top: 50%;
}

@media (min-width: 768px) {
  .home-review-2,
  .home-review-3,
  .home-review-4,
  .home-review-6,
  .home-review-7,
  .home-review-8 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home-review-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-review-1:before,
  .home-review-5:before,
  .home-review-9:before {
    padding-top: 50%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

@media only screen and (min-width: 992px) {
  .swiper-reviews .swiper-slide:nth-child(4n + 1) {
    width: 263px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 2) {
    width: 195px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 3) {
    width: 365px !important;
  }
  .swiper-reviews .swiper-slide:nth-child(4n + 4) {
    width: 225px !important;
  }
}
/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper .swiper-pagination-bullets {
  bottom: 1.5rem;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  border: 2px solid #c99246;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
  right: -0.3125rem;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: scale(1);
}

.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #fff;
  height: 3rem;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  fill: #c99246;
}

.swiper-5 ~ .swiper-button-prev svg,
.swiper-5 ~ .swiper-button-next svg,
.swiper-reviews ~ .swiper-button-prev svg,
.swiper-reviews ~ .swiper-button-next svg {
  fill: #c99246;
  height: 2rem;
}

.swiper .swiper-pagination-secondary .swiper-pagination-bullet {
  background-color: #00554c;
}

@media (min-width: 768px) {
  .swiper-2 ~ .swiper-button-prev,
  .swiper-3 ~ .swiper-button-prev {
    left: -4rem;
  }
  .swiper-2 ~ .swiper-button-next,
  .swiper-3 ~ .swiper-button-next {
    right: -4rem;
  }
  .swiper-5 ~ .swiper-button-prev,
  .swiper-reviews ~ .swiper-button-prev {
    left: -3rem;
  }
  .swiper-5 ~ .swiper-button-next,
  .swiper-reviews ~ .swiper-button-next {
    right: -3rem;
  }
  .swiper-rooms ~ .swiper-button-prev {
    top: 32.5%;
    left: -4rem;
  }
  .swiper-rooms ~ .swiper-button-next {
    top: 32.5%;
    right: -4rem;
  }
  .swiper-rooms ~ .swiper-button-prev svg,
  .swiper-rooms ~ .swiper-button-next svg {
    fill: #ffd78f;
  }
}
.container-reviews {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-reviews {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-reviews {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-reviews {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-reviews {
    max-width: 1170px;
  }
}
.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  justify-content: center;
  border-bottom: 0;
}

.modal-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

.modal-close svg {
  fill: #666460;
  height: 1.5rem;
}

.modal-close:hover svg {
  fill: #343535;
}

.modal-header {
  padding: 1.5rem 1.5rem 0;
}

.modal-body {
  padding: 1.5rem;
}

.modal-prev,
.modal-next {
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.modal-prev {
  left: 1.5rem;
}

.modal-next {
  right: 2.5rem;
}

.modal-prev svg,
.modal-next svg {
  fill: #fff;
  height: 3rem;
}

.modal-prev svg {
  transform: rotate(180deg);
}

.modal-prev:hover svg,
.modal-next:hover svg {
  fill: #c99246;
}

.modal-backdrop.show {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .modal-md {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-scroll .modal-dialog {
    overflow: hidden;
    height: calc(100vh - 3.75rem);
  }
  .modal-scroll .modal-content,
  .modal-scroll .modal-content > .row,
  .modal-scroll .info {
    height: 100%;
  }
  .modal-scroll .info {
    overflow: auto;
  }
}
.btn-all {
  min-width: 10rem;
  border: 1px solid var(--dark-blue);
  border-radius: 3px;
  color: var(--dark-blue);
  padding: 4px 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.btn-all:hover {
  color: var(--white-color);
  background-color: var(--dark-blue);
}

.breadcrumb-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumb-wrap .breadcrumb,
.breadcrumb-wrap .separator {
  background: none;
}
.breadcrumb-wrap .breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb-wrap .separator {
  margin: 0 2px;
}

#page {
  padding-top: 0 !important;
}

.border-pagination {
  text-align: center;
}

.border-pagination li {
  display: inline;
}

.border-pagination li {
  display: inline;
}

.border-pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 4px 12px;
  color: #000;
}

/* Active and Hoverable Pagination */
.border-pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.border-pagination li a.active {
  background-color: var(--dark-blue);
  color: #fff;
}

.border-pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.text-truncate-3 p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}
.wpforms-submit-container {
  --wpforms-button-background-color: var(--dark-blue);
  text-align: center !important;
}
.wpforms-submit-container button {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

a.btn {
  text-align: left;
}

.contact_info {
  padding: 48px;
  border-radius: 12px;
  background-color: #e8e4d6;
}
@media (max-width: 991px) {
  .contact_info {
    padding: 24px;
  }
}

.contact_info-item {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--dark-blue);
  line-height: 1.5;
}
.contact_info-item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #041c2c;
  border-radius: 50%;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .contact_info-item .icon {
    width: 48px;
    height: 48px;
  }
}
.contact_info-item .title {
  width: 45%;
}
.contact_info-item .contact-btn {
  flex: 1;
  text-align: right;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .contact_info-item .contact-btn {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow_wrapper .slider_banner .arrow {
    width: 60px;
    height: 60px;
  }
}
.img-16-9 {
  object-fit: cover;
  aspect-ratio: 16/9;
}
/*# sourceMappingURL=style.css.map */
