a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

body, html {
  height: 100%; }

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

b, strong {
  font-weight: 700; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

li {
  display: list-item; }

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

caption, td, th {
  font-weight: 400;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:after, q:before {
  content: '';
  content: none; }

small, sub, sup {
  font-size: 75%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg {
  overflow: hidden; }

/*bookingform*/
/* pager */
:root {
  --first-font: 'Cormorant Infant, serif;';
  --highlight-font: 'Cormorant Infant, serif;';
  --font-size: 18px; }

body, html {
  line-height: 180%;
  font-size: var(--font-size);
  font-family: var(--first-font);
  background: var(--bg);
  color: var(--bg-color-associated); }
  body a:focus, html a:focus {
    outline: 0;
    text-decoration: inherit; }
  body ::-moz-selection, html ::-moz-selection {
    background: var(--secondary);
    color: var(--secondary-color-associated);
    text-shadow: none; }
  body ::selection, html ::selection {
    background: var(--secondary);
    color: var(--secondary-color-associated);
    text-shadow: none; }
  @media (min-width: 1400px) and (min-height: 800px) {
    body, html {
      font-size: calc(var(--font-size) * 1.12); } }
  body *, html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

html {
  background: var(--bg); }
  html.no_scroll {
    overflow: hidden; }

h1 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h1.big_title {
      font-size: 3.2em; } }
  h1 strong {
    font-weight: inherit; }
  h1 strong {
    color: var(--secondary); }

h2 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h2.big_title {
      font-size: 3.2em; } }
  h2 strong {
    font-weight: inherit; }
  h2 strong {
    color: var(--secondary); }

h3 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h3 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h3.big_title {
      font-size: 3.2em; } }
  h3 strong {
    font-weight: inherit; }
  h3 strong {
    color: var(--secondary); }

h4 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h4 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h4.big_title {
      font-size: 3.2em; } }
  h4 strong {
    font-weight: inherit; }
  h4 strong {
    color: var(--secondary); }

h5 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h5 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h5.big_title {
      font-size: 3.2em; } }
  h5 strong {
    font-weight: inherit; }
  h5 strong {
    color: var(--secondary); }

h6 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  line-height: 100%;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    h6 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h6.big_title {
      font-size: 3.2em; } }
  h6 strong {
    font-weight: inherit; }
  h6 strong {
    color: var(--secondary); }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    .container {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 0;
      padding-right: 0;
      width: 90%;
      max-width: 1160px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1360px; } }

.content_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  @media (min-width: 1200px) {
    .content_container {
      max-width: 900px; } }

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

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

.arrow {
  width: 70px;
  height: 70px;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .arrow:hover {
    background: var(--bg-d-5); }
  .arrow.prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .arrow.next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .arrow.inverse:after, .arrow.inverse:before {
    background: #fff; }
  .arrow:after, .arrow:before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--bg-color-associated);
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -1px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.slick-disabled {
    opacity: 0;
    filter: Alpha(opacity=0); }
  .arrow span {
    display: none; }

.the_title {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em; }
  @media (max-width: 767px) {
    .the_title {
      font-size: 2em; } }
  @media (min-width: 768px) {
    .the_title.big_title {
      font-size: 3.2em; } }
  .the_title strong {
    font-weight: inherit; }
  .the_title strong {
    color: var(--secondary); }

.the_title + .the_content {
  margin-top: 1em; }

.the_subtitle {
  font-family: var(--first-font);
  font-style: italic;
  line-height: 130%;
  position: relative;
  color: var(--secondary);
  font-size: 1.3em;
  margin-bottom: 20px; }
  .the_subtitle strong {
    font-weight: inherit; }

.btnCta {
  text-align: center;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
  overflow: visible; }
  @media (max-width: 767px) {
    .btnCta {
      height: 45px; } }
  .btnCta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-family: var(--first-font);
    padding: 0 1em 0;
    height: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    min-width: 140px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btnCta a * {
      color: inherit;
      font-weight: inherit; }
    .btnCta a:hover, .btnCta a:focus {
      text-decoration: none;
      outline: none; }
  .btnCta a {
    background-color: var(--highlighted);
    color: var(--highlighted-color-associated); }
    .btnCta a:hover {
      background-color: var(--hover);
      color: var(--hover-color-associated); }

.the_content + .pdf_wrap {
  margin-top: 20px; }

.pdf_wrap {
  text-align: center; }
  .pdf_wrap .btnPdf {
    margin-left: 0.5em;
    margin-right: 0.5em; }
    .pdf_wrap .btnPdf a {
      display: inline-block;
      height: 50px;
      overflow: hidden;
      text-align: center; }
      .pdf_wrap .btnPdf a a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        height: 100%;
        line-height: 120%;
        position: relative;
        text-transform: none;
        text-decoration: none;
        z-index: 1;
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: var(--secondary); }
        .pdf_wrap .btnPdf a a * {
          color: inherit;
          font-weight: inherit; }
        .pdf_wrap .btnPdf a a:before {
          display: inline-block;
          margin-right: 0.5em;
          content: '\27f6'; }
        .pdf_wrap .btnPdf a a:hover, .pdf_wrap .btnPdf a a:focus {
          outline: none; }
        .pdf_wrap .btnPdf a a:hover {
          color: var(--hover); }

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

.description .wp-caption.alignleft,
.the_content .wp-caption.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%; }

.description .wp-caption.alignright,
.the_content .wp-caption.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%; }

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

.description .wp-caption.aligncenter,
.the_content .wp-caption.aligncenter {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.description .wp-caption .wp-caption-text,
.the_content .wp-caption .wp-caption-text {
  background: var(--bg-d-10);
  color: var(--bg-color-associated);
  display: block;
  padding: 1em;
  font-style: italic; }
  #dark_theme .description .wp-caption .wp-caption-text, #dark_theme
  .the_content .wp-caption .wp-caption-text {
    background: var(--bg-l-10); }

.the_content h2 + p, .the_content h3 + p, .the_content h4 + p, .the_content h5 + p, .the_content h6 + p,
.description h2 + p,
.description h3 + p,
.description h4 + p,
.description h5 + p,
.description h6 + p {
  margin-top: 1em; }

.the_content p + p,
.the_content h1 + p,
.the_content p + h1,
.the_content p + h2,
.the_content p + h3,
.the_content p + h4,
.the_content p + h5,
.description p + p,
.description h1 + p,
.description p + h1,
.description p + h2,
.description p + h3,
.description p + h4,
.description p + h5 {
  margin-top: 1em; }

.the_content strong, .the_content b,
.description strong,
.description b {
  font-weight: bold; }

.the_content ul, .the_content ol,
.description ul,
.description ol {
  margin: 1em 0 1em 3em; }

.the_content ul,
.description ul {
  list-style: disc outside none; }

.the_content ol,
.description ol {
  list-style: decimal outside none; }

.the_content em, .the_content i,
.description em,
.description i {
  font-style: italic; }

.the_content hr,
.description hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0; }

.the_content blockquote,
.description blockquote {
  font-style: italic;
  margin: 1em 0;
  padding: 1em 2em; }
  .the_content blockquote:before, .the_content blockquote:after,
  .description blockquote:before,
  .description blockquote:after {
    font-size: 1.2em; }
  .the_content blockquote:before,
  .description blockquote:before {
    content: '\201C';
    padding-right: 5px; }
  .the_content blockquote:after,
  .description blockquote:after {
    content: '\201D';
    padding-left: 5px;
    display: block;
    text-align: right; }

.the_content dl,
.description dl {
  margin: 1em 0 1em 2em; }
  .the_content dl dd,
  .description dl dd {
    border-left: 5px solid #dcdbdb;
    padding-left: 1em; }
  .the_content dl dt + dd,
  .description dl dt + dd {
    margin-top: 0.5em; }
  .the_content dl dd + dt,
  .description dl dd + dt {
    margin-top: 0.5em; }

.the_content mark,
.description mark {
  padding: 0 0.5em; }

.the_content strong, .the_content b,
.description strong,
.description b {
  color: var(--bg-color-associated); }

.the_content em, .the_content i,
.description em,
.description i {
  color: var(--bg-color-associated);
  font-style: normal; }

.the_content hr,
.description hr {
  border-color: var(--bg-color-associated); }

.the_content blockquote,
.description blockquote {
  background-color: var(--bg-d-10);
  color: var(--bg-color-associated);
  margin-left: 0;
  line-height: 140%;
  font-size: 1.1em; }
  #dark_theme .the_content blockquote, #dark_theme
  .description blockquote {
    background: var(--bg-l-10); }
  .the_content blockquote strong,
  .description blockquote strong {
    color: inherit;
    font-weight: inherit; }

.the_content dl dd,
.description dl dd {
  border-color: var(--secondary);
  border-width: 1px; }

.the_content dl,
.description dl {
  margin-left: 0; }
  .the_content dl dd,
  .description dl dd {
    margin-left: 1em; }

.the_content mark,
.description mark {
  background-color: var(--secondary);
  color: var(--secondary-color-associated); }

.the_content h1,
.description h1 {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em; }
  @media (max-width: 767px) {
    .the_content h1,
    .description h1 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    .the_content h1.big_title,
    .description h1.big_title {
      font-size: 3.2em; } }
  .the_content h1 strong,
  .description h1 strong {
    font-weight: inherit; }
  .the_content h1 strong,
  .description h1 strong {
    color: var(--secondary); }
  .the_content h1:after,
  .description h1:after {
    display: none; }

.the_content h2,
.description h2 {
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--bg-color-associated);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both; }
  .the_content h2:after,
  .description h2:after {
    display: none; }

.the_content h3,
.description h3 {
  font-size: 1.8em;
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--bg-color-associated);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both; }
  .the_content h3:after,
  .description h3:after {
    display: none; }

.the_content h4,
.description h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--bg-color-associated);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both; }
  .the_content h4:after,
  .description h4:after {
    display: none; }

.the_content h5,
.description h5 {
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--bg-color-associated);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both; }
  .the_content h5:after,
  .description h5:after {
    display: none; }

.the_content h6,
.description h6 {
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  font-family: var(--highlight-font);
  color: var(--bg-color-associated);
  line-height: 120%;
  position: relative;
  text-transform: none;
  clear: both; }
  .the_content h6:after,
  .description h6:after {
    display: none; }

.the_content a,
.description a {
  color: var(--secondary);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color; }
  .the_content a:hover,
  .description a:hover {
    color: var(--hover);
    text-decoration: none;
    outline: 0; }
  .the_content a:focus,
  .description a:focus {
    outline: 0;
    text-decoration: none; }

.the_content .table_wrap + p,
.the_content table + p,
.description .table_wrap + p,
.description table + p {
  margin-top: 20px; }

.the_content p + .table_wrap,
.the_content p + table,
.description p + .table_wrap,
.description p + table {
  margin-top: 20px; }

.the_content .table_wrap,
.description .table_wrap {
  width: 100%;
  overflow-x: auto; }

.the_content table,
.description table {
  font-size: 0.80em;
  line-height: 140%;
  width: 99%;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--bg-color-associated); }
  .the_content table td, .the_content table th,
  .description table td,
  .description table th {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bg-color-associated);
    vertical-align: middle;
    text-align: center;
    min-width: 90px; }
  .the_content table th,
  .description table th {
    background: var(--bg-d-5);
    border-right-color: var(--bg-color-associated); }
    #dark_theme .the_content table th, #dark_theme
    .description table th {
      background: var(--bg-l-10); }

.the_content table,
.description table {
  font-size: 0.9em; }
  .the_content table td,
  .the_content table th,
  .description table td,
  .description table th {
    padding: 1em; }

.the_content ul,
.description ul {
  margin-left: 2em; }

.pager {
  text-align: center; }
  .pager ul, .pager li {
    list-style: none inside none;
    padding: 0;
    margin: 0; }
  .pager ul li {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: var(--bg-d-10);
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .pager ul li {
        width: 12px;
        height: 12px;
        margin: 0 5px; } }
    .pager ul li:hover {
      background: var(--hover); }
    .pager ul li.slick-active {
      background: var(--secondary); }
    .pager ul li button {
      display: none; }

.fancybox-close-small,
.close {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 500;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fancybox-close-small:before, .fancybox-close-small:after,
  .close:before,
  .close:after {
    width: 70%;
    height: 1px;
    background: var(--bg-color-associated);
    content: '';
    display: block;
    position: absolute;
    left: 25%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  .fancybox-close-small:before,
  .close:before {
    top: 25%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fancybox-close-small:after,
  .close:after {
    bottom: 25%;
    top: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .fancybox-close-small:hover,
  .close:hover {
    background: var(--main); }
    .fancybox-close-small:hover:before, .fancybox-close-small:hover:after,
    .close:hover:before,
    .close:hover:after {
      background: var(--main-color-associated); }

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

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

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

.the_title,
.the_subtitle {
  text-align: center; }

.the_subtitle {
  margin-top: 0.5em; }

.section {
  position: relative;
  background: var(--bg);
  padding-top: 60px; }
  @media (max-width: 991px) {
    .section {
      padding-top: 40px; } }
  @media (min-width: 1400px) and (min-height: 800px) {
    .section {
      padding-top: 80px; } }
  .section .content_wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    @media (min-width: 1200px) {
      .section .content_wrap {
        max-width: 900px; } }
    .section .content_wrap .hotel_logo {
      text-align: center;
      margin-bottom: 40px; }
      .section .content_wrap .hotel_logo img {
        max-width: 300px;
        max-height: 140px; }
  .section.default_section.section_has_featured_image {
    padding-top: 0;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .section.default_section.section_has_featured_image {
        margin-top: 40px; } }
    @media (min-width: 1400px) and (min-height: 800px) {
      .section.default_section.section_has_featured_image {
        margin-top: 80px; } }
    @media (min-width: 992px) {
      .section.default_section.section_has_featured_image.image_left .wrap {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .section.default_section.section_has_featured_image .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .section.default_section.section_has_featured_image .wrap {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section.default_section.section_has_featured_image .wrap .content_wrap_container,
      .section.default_section.section_has_featured_image .wrap .featured_image {
        width: 50%;
        min-height: 70vh; }
        @media (max-width: 991px) {
          .section.default_section.section_has_featured_image .wrap .content_wrap_container,
          .section.default_section.section_has_featured_image .wrap .featured_image {
            width: 100%;
            min-height: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section.default_section.section_has_featured_image .wrap .featured_image {
          height: 400px; } }
      @media (max-width: 767px) {
        .section.default_section.section_has_featured_image .wrap .featured_image {
          height: 250px; } }
      .section.default_section.section_has_featured_image .wrap .featured_image .thumb {
        background-attachment: scroll;
        background-size: cover;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        height: 100%; }
      .section.default_section.section_has_featured_image .wrap .content_wrap_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 3em; }
        @media (min-width: 1400px) and (min-height: 800px) {
          .section.default_section.section_has_featured_image .wrap .content_wrap_container {
            padding: 4em; } }
        @media (max-width: 991px) {
          .section.default_section.section_has_featured_image .wrap .content_wrap_container {
            padding: 2em 0; } }
        .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap {
          max-width: 700px;
          margin-left: auto;
          margin-right: auto; }
          .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .the_subtitle,
          .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .the_title,
          .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .btns_wrap {
            text-align: left; }
            @media (max-width: 991px) {
              .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .the_subtitle,
              .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .the_title,
              .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .btns_wrap {
                text-align: center; } }
          @media (min-width: 992px) {
            .section.default_section.section_has_featured_image .wrap .content_wrap_container .content_wrap .btns_wrap {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              -webkit-justify-content: flex-start;
              -moz-justify-content: flex-start;
              justify-content: flex-start; } }
  .section.default_section.double_cols .content_wrap {
    width: 90%;
    max-width: 1160px; }
    @media (min-width: 992px) {
      .section.default_section.double_cols .content_wrap .the_content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px; } }

@media (min-width: 1200px) {
  .section_padding {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 1400px) {
  .section_padding {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1600px) and (min-height: 900px) {
  .section_padding {
    padding-left: 80px;
    padding-right: 80px; } }

.btns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  margin-top: 1em; }
  @media (max-width: 767px) {
    .btns_wrap {
      display: block; } }
  .btns_wrap .btnCta {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 767px) {
      .btns_wrap .btnCta {
        height: 45px; } }
    .btns_wrap .btnCta a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      font-family: var(--first-font);
      padding: 0 1em 0;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      min-width: 140px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .btns_wrap .btnCta a * {
        color: inherit;
        font-weight: inherit; }
      .btns_wrap .btnCta a:hover, .btns_wrap .btnCta a:focus {
        text-decoration: none;
        outline: none; }
    .btns_wrap .btnCta a {
      background-color: var(--highlighted);
      color: var(--highlighted-color-associated); }
      .btns_wrap .btnCta a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
    @media (max-width: 767px) {
      .btns_wrap .btnCta {
        display: block; } }
  .btns_wrap .btnPdf {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    .btns_wrap .btnPdf a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100%;
      line-height: 120%;
      position: relative;
      text-transform: none;
      text-decoration: none;
      z-index: 1;
      padding: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--secondary); }
      .btns_wrap .btnPdf a * {
        color: inherit;
        font-weight: inherit; }
      .btns_wrap .btnPdf a:before {
        display: inline-block;
        margin-right: 0.5em;
        content: '\27f6'; }
      .btns_wrap .btnPdf a:hover, .btns_wrap .btnPdf a:focus {
        outline: none; }
      .btns_wrap .btnPdf a:hover {
        color: var(--hover); }
    .btns_wrap .btnPdf a:before {
      font-weight: bold; }
    @media (max-width: 767px) {
      .btns_wrap .btnPdf {
        display: block;
        border: 1px solid var(--bg-color-associated); }
        .btns_wrap .btnPdf a {
          color: var(--bg-color-associated); } }
  .btns_wrap .read_more {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center; }
    .btns_wrap .read_more a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100%;
      line-height: 120%;
      position: relative;
      text-transform: none;
      text-decoration: none;
      z-index: 1;
      padding: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--secondary); }
      .btns_wrap .read_more a * {
        color: inherit;
        font-weight: inherit; }
      .btns_wrap .read_more a:before {
        display: inline-block;
        margin-right: 0.5em;
        content: '\27f6'; }
      .btns_wrap .read_more a:hover, .btns_wrap .read_more a:focus {
        outline: none; }
      .btns_wrap .read_more a:hover {
        color: var(--hover); }
    .btns_wrap .read_more a.open:before {
      content: '\2a2f'; }
    @media (max-width: 767px) {
      .btns_wrap .read_more {
        display: block; } }
  .btns_wrap .btn + .btn {
    margin-left: 1em; }
    @media (max-width: 767px) {
      .btns_wrap .btn + .btn {
        margin-top: 1em;
        margin-left: 0; } }

.mega_details_wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999; }
  .mega_details_wrapper .close {
    right: 0;
    left: auto; }
    @media (min-width: 768px) {
      .mega_details_wrapper .close {
        width: 60px;
        height: 60px; } }
  .mega_details_wrapper .mega_details_inner_wrapper {
    height: 100%;
    overflow: auto;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .mega_details_wrapper .mega_details_inner_wrapper {
        padding: 20px; } }
    .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
      background: var(--bg);
      width: 90%;
      max-width: 900px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content {
          width: 100%; } }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
        padding: 60px; }
        @media (max-width: 767px) {
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
            padding: 50px 30px; } }
        @media (min-width: 1400px) {
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details .section_title {
            font-size: 2.66em; } }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .thumb {
        background-attachment: scroll;
        background-size: cover;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        padding-bottom: 66%; }
      .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap {
        text-align: center;
        margin-bottom: 15px; }
        .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a {
          display: inline-block;
          font-family: var(--first-font);
          padding: 0.6em 2em;
          text-align: center;
          text-decoration: none;
          z-index: 1;
          line-height: 120%;
          background: var(--highlighted);
          color: var(--highlighted-color-associated);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a * {
            color: inherit;
            font-weight: inherit; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover {
            background: var(--hover);
            color: var(--hover-color-associated); }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:hover, .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a:focus {
            text-decoration: none;
            outline: none; }
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .amount,
          .mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .price_wrap a .currency {
            font-size: 1.3em; }

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

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

.gform_wrapper.gf_browser_chrome ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--bg-color-associated);
  opacity: 1;
  /* Firefox */ }

.gform_wrapper.gf_browser_chrome :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--bg-color-associated); }

.gform_wrapper.gf_browser_chrome ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--bg-color-associated); }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0; }

.gform_wrapper form .gform_heading .gform_title {
  font-family: var(--highlight-font);
  line-height: 100%;
  position: relative;
  color: var(--bg-color-associated);
  font-size: 2.66em;
  text-align: center; }
  @media (max-width: 767px) {
    .gform_wrapper form .gform_heading .gform_title {
      font-size: 2em; } }
  @media (min-width: 768px) {
    .gform_wrapper form .gform_heading .gform_title.big_title {
      font-size: 3.2em; } }
  .gform_wrapper form .gform_heading .gform_title strong {
    font-weight: inherit; }
  .gform_wrapper form .gform_heading .gform_title strong {
    color: var(--secondary); }

.gform_wrapper form .gform_body ul.gform_fields {
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    float: none;
    width: 100%; }
    @media only screen and (min-width: 641px) {
      .gform_wrapper form .gform_body ul.gform_fields li.gfield {
        padding-right: 10px;
        padding-left: 10px; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.medium {
          width: 50%; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield.small {
          width: 33.3333%; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
      zoom: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after {
        clear: both; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container:before {
        content: "";
        display: table; }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
          margin-left: -10px;
          margin-right: -10px;
          width: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.gf_name_has_5 span {
          width: 20%; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_email, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_phone, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_date, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_text, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea {
          padding-right: 10px;
          padding-left: 10px; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
        padding-right: 10px;
        padding-left: 10px; }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name {
          margin-left: -10px;
          margin-right: -10px;
          width: auto; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_name span {
          padding-right: 10px;
          padding-left: 10px;
          margin-right: 0;
          float: left;
          display: block; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_city.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_state.has_country .address_country, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address.has_zip.has_city.has_country .address_country {
        margin-top: 1em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
        display: block;
        padding-right: 10px !important;
        padding-left: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_full {
        width: 100%; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
        margin-right: 0;
        width: 50%; }
        @media only screen and (max-width: 640px) {
          .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
            width: 100%; } }
      @media only screen and (min-width: 641px) {
        .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address > span + span:not(.address_country) {
          margin-top: 1em; } }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container label {
        letter-spacing: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: .5em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input + label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select + label {
        margin-bottom: 0;
        margin-top: .5em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
        line-height: 130%;
        text-indent: 0;
        font-size: var(--font-size);
        font-family: var(--first-font);
        font-weight: inherit;
        color: var(--bg-color-associated);
        width: 100%;
        margin: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm {
      width: auto;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0;
      flex-grow: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute label,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm label {
        display: inline; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour select,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute select,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm select {
        max-width: 100% !important;
        min-width: 100px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour {
      position: relative;
      padding-right: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour:after {
        content: ':';
        position: absolute;
        right: -2px;
        top: 50%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour i {
        display: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute {
      padding-left: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute + .gfield_time_ampm {
        padding-left: 20px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm .gfield_time_ampm_shim {
      margin-top: 2px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio,
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox {
      padding-left: 10px;
      padding-right: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li + li,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li + li {
        margin-top: 1em; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li {
        position: relative;
        min-height: 25px;
        overflow: hidden;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label,
        .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label {
          position: relative;
          z-index: 100;
          padding-left: 35px;
          margin: 0;
          display: block; }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:after,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:before {
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:after {
            content: '\2713';
            z-index: 200;
            line-height: 25px;
            text-align: center;
            font-size: 18px;
            font-family: sans-serif;
            color: #09ad7e;
            opacity: 0;
            filter: Alpha(opacity=0); }
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before,
          .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li label:before {
            content: '';
            border: 1px solid var(--bg-color-associated);
            background: var(--bg-d-5);
            z-index: 100; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label {
      position: relative;
      z-index: 100;
      padding-left: 35px;
      margin: 0 10px;
      display: block; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after, .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:before {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:after {
        content: '\2713';
        z-index: 200;
        line-height: 25px;
        text-align: center;
        font-size: 18px;
        font-family: sans-serif;
        color: #09ad7e;
        opacity: 0;
        filter: Alpha(opacity=0); }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent label:before {
        content: '';
        border: 1px solid var(--bg-color-associated);
        background: var(--bg-d-5);
        z-index: 100; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox] {
      position: absolute;
      left: -99999px;
      z-index: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_consent input[type=checkbox]:checked ~ label:after,
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox]:checked ~ label:after {
        opacity: 1;
        filter: Alpha(opacity=100); }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio] {
      position: absolute;
      left: -99999px;
      z-index: 1; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li input[type=radio]:checked + label:after {
        opacity: 1;
        filter: Alpha(opacity=100); }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:after {
      content: '\2022';
      color: var(--bg-color-associated);
      font-size: 32px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield ul.gfield_radio li label:before {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }

.gform_wrapper form .gform_body label.gfield_label {
  font-weight: inherit;
  font-size: var(--font-size); }

.gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body textarea,
.gform_wrapper form .gform_body select {
  border: 1px solid var(--bg-color-associated);
  line-height: 130%;
  text-indent: 0;
  font-size: var(--font-size);
  font-family: var(--first-font);
  font-weight: inherit;
  color: var(--bg-color-associated);
  padding: 0.8em 1em;
  background-color: var(--bg-d-5);
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .gform_wrapper form .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-expand,
  .gform_wrapper form .gform_body textarea::-ms-expand,
  .gform_wrapper form .gform_body select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }

.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form .gform_body select {
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-attachment: scroll; }

.gform_wrapper form .gform_body .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-image: var(--calendar);
  background-size: auto 10px; }

.gform_wrapper form .gform_body select {
  background-image: var(--form-select);
  background-size: 13px auto; }

.gform_wrapper form .gform_body .gfield_description {
  margin-top: .5em;
  padding-top: 0; }

.gform_wrapper form .gform_footer {
  text-align: right; }
  .gform_wrapper form .gform_footer input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    line-height: 60px;
    width: auto;
    background: var(--highlighted);
    color: var(--highlighted-color-associated);
    padding: 0 2em;
    margin: 0 10px 0 0;
    font-family: var(--first-font);
    font-size: var(--font-size);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .gform_wrapper form .gform_footer input[type=submit] {
        display: block;
        width: 100%; } }
    .gform_wrapper form .gform_footer input[type=submit]:hover {
      background: var(--hover);
      color: var(--hover-color-associated); }

.gform_wrapper form a {
  color: var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gform_wrapper form a:hover {
    color: var(--hover); }

.gform_wrapper form .ginput_container_date img.ui-datepicker-trigger {
  display: none; }

.gform_wrapper form span.gfield_required {
  color: var(--error); }

.gform_wrapper form .gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(200, 200, 200, 0.3);
  border-left: 4px solid var(--highlighted);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  @media (max-width: 767px) {
    .gform_wrapper form .gform_ajax_spinner {
      margin-top: 10px; } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_wrapper form div.validation_error {
  color: var(--error);
  border-top: 1px solid var(--error);
  border-bottom: 1px solid var(--error); }

.gform_wrapper form .gfield_error {
  background-color: var(--bg-d-5) !important;
  border-top: 1px solid var(--error) !important;
  border-bottom: 1px solid var(--error) !important; }
  .gform_wrapper form .gfield_error .gfield_label,
  .gform_wrapper form .gfield_error .validation_message,
  .gform_wrapper form .gfield_error .gfield_required,
  .gform_wrapper form .gfield_error label {
    color: var(--error) !important; }

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

#header_wrapper {
  position: absolute;
  width: 100%;
  z-index: 900; }
  #header_wrapper.static {
    position: relative; }

#header {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start', endColorstr='$stop', GradientType=0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  @media (max-width: 991px) {
    #header {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .static #header {
    background: var(--main); }
    .static #header #main_book a {
      color: var(--main-color-associated);
      border-color: var(--main-color-associated); }
    .static #header #languages .desktop > ul > li a.lang_sel_sel {
      color: var(--main-color-associated); }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0; } }

#logo {
  height: 80px;
  line-height: 80px;
  display: block;
  width: 200px; }
  @media (min-width: 992px) {
    #logo {
      margin-left: 1em;
      margin-right: auto; } }
  #logo img {
    max-width: 100%;
    max-height: 80%; }

#languages {
  white-space: nowrap; }
  @media (min-width: 992px) {
    #languages {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  #languages .desktop {
    display: inline-block;
    margin-right: 1.5em; }
    #languages .desktop a {
      text-decoration: none; }
    #languages .desktop > ul > li {
      position: relative; }
      #languages .desktop > ul > li:hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent var(--main) transparent; }
      #languages .desktop > ul > li:hover a.lang_sel_sel {
        color: var(--hover); }
      #languages .desktop > ul > li:hover > ul {
        display: block; }
      #languages .desktop > ul > li a.lang_sel_sel {
        color: #fff;
        padding: 0;
        display: block;
        line-height: 80px; }
        #languages .desktop > ul > li a.lang_sel_sel span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #languages .desktop > ul > li a.lang_sel_sel span:after {
            content: '\25be';
            display: inline-block;
            margin-left: 0.5em;
            width: 10px;
            height: 30px;
            line-height: 30px; }
    #languages .desktop > ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      background: var(--main);
      width: 120px;
      margin-left: -60px;
      padding: 1em 0;
      text-align: center; }
      #languages .desktop > ul ul li:last-child a.lang_sel_other {
        border: none; }
      #languages .desktop > ul ul li a.lang_sel_other {
        color: var(--main-color-associated);
        display: block;
        line-height: 130%;
        padding: 0.5em 1em;
        text-transform: capitalize;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #languages .desktop > ul ul li a.lang_sel_other:hover {
          color: var(--hover);
          text-decoration: none; }
    #languages .desktop ul li {
      list-style: none inside none;
      position: relative; }
      #languages .desktop ul li img {
        display: none; }
  #languages .mobile {
    position: relative; }
    #languages .mobile:after {
      top: 5px;
      right: 0;
      content: '\025BE';
      color: #fff;
      position: absolute; }
    #languages .mobile select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: transparent;
      padding-right: 1em;
      height: 40px;
      color: #fff;
      font-family: var(--first-font);
      font-size: 15px; }
      #languages .mobile select::-ms-expand {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0; }
      #languages .mobile select:focus {
        border: none;
        outline: none; }

#main_book {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
  width: 220px;
  height: 60px; }
  @media (max-width: 767px) {
    #main_book {
      height: 45px; } }
  #main_book a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-family: var(--first-font);
    padding: 0 1em 0;
    height: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 120%;
    min-width: 140px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #main_book a * {
      color: inherit;
      font-weight: inherit; }
    #main_book a:hover, #main_book a:focus {
      text-decoration: none;
      outline: none; }
  #main_book a {
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #main_book a:hover {
      background: var(--hover);
      color: var(--hover-color-associated);
      border-color: var(--hover); }

#mobile_bar {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  background: var(--main);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #mobile_bar {
      height: 55px; } }
  #mobile_bar .book {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    height: 70px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 767px) {
      #mobile_bar .book {
        height: 45px; } }
    #mobile_bar .book a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      font-family: var(--first-font);
      padding: 0 1em 0;
      height: 100%;
      text-align: center;
      text-decoration: none;
      z-index: 1;
      overflow: hidden;
      position: relative;
      line-height: 120%;
      min-width: 140px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #mobile_bar .book a * {
        color: inherit;
        font-weight: inherit; }
      #mobile_bar .book a:hover, #mobile_bar .book a:focus {
        text-decoration: none;
        outline: none; }
    #mobile_bar .book a {
      background-color: var(--highlighted);
      color: var(--highlighted-color-associated); }
      #mobile_bar .book a:hover {
        background-color: var(--hover);
        color: var(--hover-color-associated); }
    @media (max-width: 767px) {
      #mobile_bar .book {
        height: 55px; } }

#languages_mobile {
  white-space: nowrap;
  padding: 0 20px; }
  #languages_mobile .mobile {
    position: relative; }
    #languages_mobile .mobile:after {
      top: 5px;
      right: 0;
      content: '\025BE';
      color: var(--main-color-associated);
      position: absolute; }
    #languages_mobile .mobile select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: var(--main);
      padding-right: 1em;
      height: 40px;
      color: var(--main-color-associated);
      font-family: var(--first-font);
      font-size: 15px; }
      #languages_mobile .mobile select::-ms-expand {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0; }
      #languages_mobile .mobile select:focus {
        border: none;
        outline: none; }

.reduce_transparencies #header {
  background-color: rgba(0, 0, 0, 0.66) !important; }

#footer {
  margin-top: 60px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    #footer {
      margin-bottom: 70px; } }
  #footer .logo {
    margin: 0 auto 40px;
    text-align: center; }
    #footer .logo img {
      width: auto;
      height: auto;
      max-width: 300px;
      max-height: 140px; }
  #footer .footer_top {
    border-top: 1px solid var(--gray-400);
    padding: 40px 0; }
    #dark_theme #footer .footer_top,
    #darken_theme #footer .footer_top {
      border-top: 1px solid var(--gray-50); }
  #footer .footer_bottom {
    background: var(--main);
    color: var(--main-color-associated);
    padding: 20px 0; }
    @media (max-width: 991px) {
      #footer .footer_bottom {
        padding: 20px 0 70px; } }
    #footer .footer_bottom .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 991px) {
        #footer .footer_bottom .wrap {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
      #footer .footer_bottom .wrap .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #footer .footer_bottom .wrap .left .vat:before {
          content: '-';
          display: inline-block;
          padding-right: 0.8em; }
          @media (max-width: 991px) {
            #footer .footer_bottom .wrap .left .vat:before {
              content: none; } }
        @media (max-width: 991px) {
          #footer .footer_bottom .wrap .left .vat {
            width: 100%;
            text-align: center; } }
      #footer .footer_bottom .wrap .gds {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        padding-left: 40px;
        font-size: .9em; }
        @media (max-width: 991px) {
          #footer .footer_bottom .wrap .gds {
            text-align: center;
            margin-top: 10px;
            padding-left: 20px;
            padding-right: 20px; } }
      #footer .footer_bottom .wrap ul.menu,
      #footer .footer_bottom .wrap ul.menu li {
        list-style: none inside none; }
      #footer .footer_bottom .wrap ul.menu {
        position: relative;
        z-index: 200;
        color: var(--main-color-associated);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        @media (max-width: 991px) {
          #footer .footer_bottom .wrap ul.menu {
            width: 100%; } }
        @media (max-width: 991px) {
          #footer .footer_bottom .wrap ul.menu {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        #footer .footer_bottom .wrap ul.menu a {
          text-decoration: none; }
        #footer .footer_bottom .wrap ul.menu .more_li {
          display: none; }
        #footer .footer_bottom .wrap ul.menu > li {
          position: relative;
          text-align: center; }
          #footer .footer_bottom .wrap ul.menu > li:hover > span > a {
            color: var(--hover); }
          #footer .footer_bottom .wrap ul.menu > li.current-menu-item > span > a {
            color: var(--hover); }
          #footer .footer_bottom .wrap ul.menu > li > span > a {
            color: var(--main-color-associated);
            padding: 0.5em 0.8em;
            line-height: 130%;
            display: inline-block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          #footer .footer_bottom .wrap ul.menu > li ul.sub-menu {
            display: none; }

#socials {
  text-align: center; }
  #socials a span[class^="fa"] {
    background: var(--highlighted);
    color: var(--highlighted-color-associated);
    font-size: 1em;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #socials a span[class^="fa"]:hover, #socials a span[class^="fa"]:focus {
      color: #fff; }
      #socials a span[class^="fa"]:hover.fa-facebook-f, #socials a span[class^="fa"]:focus.fa-facebook-f {
        background: #0D65D3; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-twitter, #socials a span[class^="fa"]:focus.fa-twitter {
        background: #5DD7FC; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-pinterest-p, #socials a span[class^="fa"]:focus.fa-pinterest-p {
        background: #bd081c; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-youtube, #socials a span[class^="fa"]:focus.fa-youtube {
        background: #DE1829; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-google-plus-g, #socials a span[class^="fa"]:focus.fa-google-plus-g {
        background: #dc4538; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-foursquare, #socials a span[class^="fa"]:focus.fa-foursquare {
        background: #EF4B78; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-tripadvisor, #socials a span[class^="fa"]:focus.fa-tripadvisor {
        background: #4B7E37; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-vimeo-v, #socials a span[class^="fa"]:focus.fa-vimeo-v {
        background: #17B3E8; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-linkedin-in, #socials a span[class^="fa"]:focus.fa-linkedin-in {
        background: #0274B3; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-share-alt, #socials a span[class^="fa"]:focus.fa-share-alt {
        background: #008852; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-flickr, #socials a span[class^="fa"]:focus.fa-flickr {
        background: #FF0084; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-vk, #socials a span[class^="fa"]:focus.fa-vk {
        background: #4c75a3; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-line, #socials a span[class^="fa"]:focus.fa-line {
        background: #00b900; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-weibo, #socials a span[class^="fa"]:focus.fa-weibo {
        background: #df2029; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-weixin, #socials a span[class^="fa"]:focus.fa-weixin {
        background: #09b83e; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-skype, #socials a span[class^="fa"]:focus.fa-skype {
        background: #00aff0; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
      #socials a span[class^="fa"]:hover.fa-whatsapp, #socials a span[class^="fa"]:focus.fa-whatsapp {
        background: #25D366; }
      #socials a span[class^="fa"]:hover.fa-instagram, #socials a span[class^="fa"]:focus.fa-instagram {
        background: #f09433;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
  #socials a {
    display: inline-block;
    margin: 3px; }
    #socials a span[class^="fa"] {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }

.error404 #header_wrapper {
  top: 0; }

.error404 #main_content_wrap {
  margin-top: 130px; }

.error404 .page_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 50px; }

html[dir="rtl"] #itinerary_container #itinerary .field.submit a:before,
html[dir="rtl"] .btns_wrap .btnPdf a:before,
html[dir="rtl"] .video_content .content .info span:before,
html[dir="rtl"] .gallery_section .btns_wrap .btn a:before,
html[dir="rtl"] .offer_wrap .content .info a:before,
html[dir="rtl"] .btns_wrap .read_more a:before {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 0.5em;
  display: inline-block; }

html[dir="rtl"] .btns_wrap .btn + .btn {
  margin-left: 0;
  margin-right: 1em; }
  @media (max-width: 991px) {
    html[dir="rtl"] .btns_wrap .btn + .btn {
      margin-right: 0; } }

html[dir="rtl"] .children_previews .item_wrap .content_wrap .content .btns_wrap .btnCta {
  margin-right: 0;
  margin-left: 1em; }

html[dir="rtl"] .filters_select .label {
  border-right: 0;
  border-left: 1px solid var(--bg-color-associated);
  padding: 0 0 0 1em; }

html[dir="rtl"] .filters_select:after {
  right: auto;
  left: 15px; }

html[dir="rtl"] #map_overlay ul {
  left: 0;
  right: auto; }
  html[dir="rtl"] #map_overlay ul:after {
    left: 15px;
    right: auto; }

html[dir="rtl"] #map_overlay .title {
  border-right: none;
  border-left: 1px solid var(--bg-color-associated); }

html[dir="rtl"] #footer .footer_bottom .wrap .gds {
  padding-left: 0;
  padding-right: 40px; }
  @media (max-width: 991px) {
    html[dir="rtl"] #footer .footer_bottom .wrap .gds {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 992px) {
  html[dir="rtl"] #logo {
    margin-left: auto;
    margin-right: 1em; } }

html[dir="rtl"] #languages .desktop {
  margin-right: 0;
  margin-left: 1.5em; }
  html[dir="rtl"] #languages .desktop > ul > li a.lang_sel_sel span:after {
    margin-right: 0.5em;
    margin-left: 0; }

/*# sourceMappingURL=main.css.map */
