/* # template specific styles: Custom LLUCASALDENT */
/* # template specific styles: PARADISE vars */
:root {
  /* ---- overwrite global uikit variables can go here
  ----------------------------------------------------------- */
  --global-font-family: var(--tm-font-family);
  --global-color: #1a1a1a;
  --global-color-lighten-20: rgba(51, 51, 51, 0.2);
  --global-color-lighten-50: rgba(51, 51, 51, 0.5);
  --global-color-lighten-60: rgba(51, 51, 51, 0.6);
  --global-color-lighten-90: rgba(51, 51, 51, 0.9);
  --global-color-dark: #292929;
  --global-emphasis-color: #4a4a4a;
  --global-muted-color: #999;
  --global-link-color: #4a4a4a;
  --global-link-hover-color: var(--global-color-dark);
  --global-background-color: #ffffff;
  --global-background-color-lighten-80: rgba(255, 255, 255, 0.8);
  --global-background-color-lighten-90: rgba(255, 255, 255, 0.95);
  --global-primary-background: #8f7e42;
  --global-primary-background-lighten-10: rgba(168, 149, 77, 0.1);
  --global-primary-background-lighten-15: rgba(168, 149, 77, 0.15);
  --global-primary-background-lighten-50: rgba(168, 149, 77, 0.5);
  --global-primary-background-lighten-80: rgba(168, 149, 77, 0.8);
  --global-primary-background-darken-5: #9f8d49;
  --global-primary-background-darken-10: #978645;
  --global-primary-background-darken-15: #8e7e41;
  --global-secondary-background: #222222;
  --global-secondary-background-lighten-30: rgba(34, 34, 34, 0.3);
  --global-secondary-background-lighten-50: rgba(34, 34, 34, 0.5);
  --global-secondary-background-lighten-80: rgba(34, 34, 34, 0.8);
  --global-secondary-background-lighten-90: rgba(34, 34, 34, 0.9);
  --global-secondary-background-darken-5: #202020;
  --global-secondary-background-darken-10: #1e1e1e;
  --global-secondary-background-darken-15: #1d1d1d;
  /* ---- custom theme variables can go here
  ----------------------------------------------------------- */
  --tm-font-family: 'Lato', sans-serif;
  --tm-font-family-headers: 'Encode Sans Condensed', sans-serif;
  --tm-font-size: 14px;
  --tm-font-size-small: 12px;
  --tm-font-size-xsmall: 11px;
  --tm-font-size-large: 15px;
  --tm-font-size-xlarge: 20px;
  --tm-text-normal: 400;
  --tm-text-xlight: 100;
  --tm-text-light: 300;
  --tm-text-semibold: 600;
  --tm-text-bold: 700;
  --tm-primary-color: #106cb0;
  --tm-secondary-color: #292929;
  --tm-text-shadow: 5px 5px 20px var(--global-secondary-background-lighten-30), -5px -5px 20px var(--global-secondary-background-lighten-30);
  --tm-text-shadow-large: 10px 10px 20px var(--global-secondary-background-lighten-50), -10px -10px 20px var(--global-secondary-background-lighten-50);
  --tm-nav-shadow: 0 10px 10px -10px var(--global-secondary-background-lighten-50);
  --tm-top-bottom-shadow: 0 0 60px -50px var(--global-secondary-background-lighten-30);
  --tm-border-radius: 2px;
  --tm-border-color: var(--global-border);
}
.ch-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ch-ratio-20 {
  padding-bottom: 20%;
}
.ch-ratio-30 {
  padding-bottom: 30%;
}
.ch-ratio-40 {
  padding-bottom: 40%;
}
.ch-ratio-45 {
  padding-bottom: 45%;
}
.ch-ratio-50 {
  padding-bottom: 50%;
}
.ch-ratio-55 {
  padding-bottom: 55%;
}
.ch-ratio-60 {
  padding-bottom: 60%;
}
.ch-ratio-65 {
  padding-bottom: 65%;
}
.ch-ratio-70 {
  padding-bottom: 70%;
}
.ch-ratio-75 {
  padding-bottom: 75%;
}
.ch-ratio-80 {
  padding-bottom: 80%;
}
.ch-ratio-90 {
  padding-bottom: 90%;
}
.ch-ratio-100 {
  padding-bottom: 100%;
}
.ch-ratio-110 {
  padding-bottom: 110%;
}
.ch-ratio-120 {
  padding-bottom: 120%;
}
.ch-ratio-125 {
  padding-bottom: 125%;
}
.ch-ratio-150 {
  padding-bottom: 150%;
}
.ch-ratio-21-9 {
  padding-bottom: 42.86%;
}
.ch-ratio-12-5 {
  padding-bottom: 41.67%;
}
.ch-ratio-17-9 {
  padding-bottom: 52.94%;
}
.ch-ratio-16-9 {
  padding-bottom: 56.25%;
}
.ch-ratio-16-10 {
  padding-bottom: 62.5%;
}
.ch-ratio-14-9 {
  padding-bottom: 64.29%;
}
.ch-ratio-3-2 {
  padding-bottom: 66.67%;
}
.ch-ratio-4-3 {
  padding-bottom: 75%;
}
.ch-ratio-5-4 {
  padding-bottom: 80%;
}
.ch-ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .ch-ratio-clear-small {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-small .ch-ratio-content,
  .ch-ratio-clear-small .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
@media (max-width: 959px) {
  .ch-ratio-clear-medium {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-medium .ch-ratio-content,
  .ch-ratio-clear-medium .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
/* # template custom vars: LLUCASALDENT */
:root {
  /* ---- overwrite global uikit variables can go here
  ----------------------------------------------------------- */
  /* ---- custom theme variables can go here
  ----------------------------------------------------------- */
}
/*
	Copyright (C) CloudHotelier. All rights reserved.
	Base LESS - common to all templates
*/
/* Table of Contents
  - Header
  - Logo
  - Toolbar
  - Main Nav
  - Offcanvas Toggle
  - Offcanvas Nav
  - Language Switcher
  - Language Switcher Inline
  - Dropdown
  - Search
  - Blocks
  - Main
  - Intro
  - Card Horizontal Alternate
  - Icons
  - Slideshow content overlay
  - Slideshow double grid
  - Slideshow double
  - Heading
  - Slider reviews
  - Slider reviews card
  - Gallery
  - Contact
  - Availability
  - Bottom Contact
  - Footer
  - Hidden module
  - Dotnav
  - Others
*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tm-font-family, var(--global-font-family));
  font-size: var(--tm-font-size, 16px);
  font-weight: var(--tm-text-normal, 400);
  -webkit-font-smoothing: antialiased;
}
em {
  color: var(--global-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: var(--tm-font-family-headers, var(--global-font-family));
  font-weight: var(--tm-text-light, 300);
}
strong {
  font-weight: var(--tm-text-bold, 700);
}
.tm-toolbar,
.tm-nav {
  font-weight: var(--tm-text-light, 300);
}
.uk-button:not(:disabled) {
  border-radius: var(--tm-border-radius, 0);
}
a:hover,
a.uk-link:hover {
  text-decoration: none;
}
.tm-home-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 1s opacity;
  background: white;
  z-index: 999;
}
/* ## Header
--------------------------------------------- */
.tm-header-wrap {
  background: var(--global-background-color);
  transition: all 0.5s ease;
}
/* ## Header Fixed
--------------------------------------------- */
.tm-header-fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: transparent;
  transition: all 0.5s ease;
}
.tm-header-fixed-wrap.tm-header-fixed,
.tm-header-fixed-wrap.uk-sticky-fixed {
  background: #fff;
}
@media (max-width: 959px) {
  .tm-header-fixed-wrap {
    background: #fff;
  }
}
/* ## Header Over
--------------------------------------------- */
.tm-header-over-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: var(--global-background-color);
  transition: all 0.5s ease;
}
.tm-header-over-wrap.tm-header-fixed,
.tm-header-over-wrap.uk-sticky-fixed {
  background: #fff;
  box-shadow: var(--global-medium-box-shadow);
}
/* ## Logo
--------------------------------------------- */
.tm-logo-wrap .tm-logo {
  transition: all 0.25s ease;
  padding: 30px 0;
}
/* ## Logo toggle
--------------------------------------------- */
.tm-logo-toggle-wrap {
  z-index: 999;
}
.tm-logo-toggle-wrap .tm-logo {
  transition: all 0.25s ease;
}
.tm-logo-toggle-wrap .tm-logo img {
  filter: brightness(0) invert(1);
  transition: all 300ms ease;
}
.tm-logo-toggle-wrap .tm-logo img.tm-logo-small {
  display: none;
}
.tm-logo-toggle-wrap .tm-logo img.tm-logo-original {
  display: inline-block;
}
.tm-header-fixed .tm-logo-toggle-wrap .tm-logo img,
.uk-sticky-fixed .tm-logo-toggle-wrap .tm-logo img {
  filter: unset;
}
.tm-header-fixed .tm-logo-toggle-wrap .tm-logo img.tm-logo-small,
.uk-sticky-fixed .tm-logo-toggle-wrap .tm-logo img.tm-logo-small {
  display: inline-block;
}
.tm-header-fixed .tm-logo-toggle-wrap .tm-logo img.tm-logo-original,
.uk-sticky-fixed .tm-logo-toggle-wrap .tm-logo img.tm-logo-original {
  display: none;
}
@media (max-width: 959px) {
  .tm-logo-toggle-wrap .tm-logo img {
    filter: unset;
  }
  .tm-logo-toggle-wrap .tm-logo img.tm-logo-small {
    display: inline-block;
  }
  .tm-logo-toggle-wrap .tm-logo img.tm-logo-original {
    display: none;
  }
}
/* ## Main Nav
--------------------------------------------- */
.tm-nav .uk-navbar-nav > li > a {
  min-height: unset;
}
.tm-nav .uk-navbar-right .uk-navbar-nav li:last-of-type a {
  padding-right: 0;
}
.tm-nav.tm-subnav {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: var(--global-border) 1px solid;
}
.tm-nav.tm-subnav .uk-navbar-nav {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.tm-nav.tm-subnav .uk-navbar-nav > li a {
  line-height: 3em;
}
.tm-nav.tm-subnav .uk-navbar-nav > li.uk-active a span {
  border-bottom: var(--global-primary-background) 3px solid;
  margin-bottom: -2px;
}
@media (max-width: 959px) {
  .tm-nav.tm-subnav .uk-navbar-nav > li a {
    margin-top: 10px;
  }
}
/* ## Toolbar
--------------------------------------------- */
.tm-toolbar-wrap {
  background-color: var(--global-muted-background);
}
.tm-toolbar-wrap .tm-toolbar-a-wrap,
.tm-toolbar-wrap .tm-toolbar-b-wrap {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: var(--tm-font-size-small, 12px);
}
.tm-toolbar-wrap .tm-toolbar-a-wrap a,
.tm-toolbar-wrap .tm-toolbar-b-wrap a {
  transition: all 300ms;
}
.tm-toolbar-wrap .tm-toolbar-a-wrap a:hover,
.tm-toolbar-wrap .tm-toolbar-b-wrap a:hover {
  text-decoration: none;
}
.tm-toolbar-wrap .tm-toolbar-a-wrap > div:not(:last-of-type),
.tm-toolbar-wrap .tm-toolbar-b-wrap > div:not(:last-of-type) {
  margin-right: 1.5em;
}
.tm-toolbar-wrap .tm-toolbar-a-wrap p,
.tm-toolbar-wrap .tm-toolbar-b-wrap p {
  margin: 0;
}
/* ## Toolbar toggle
--------------------------------------------- */
.tm-toolbar-toggle-wrap {
  color: #fff;
}
.tm-toolbar-toggle-wrap a,
.tm-toolbar-toggle-wrap span {
  color: #fff;
  transition: all 300ms;
}
.tm-toolbar-toggle-wrap a:hover,
.tm-toolbar-toggle-wrap span:hover {
  color: #fff;
  text-decoration: none;
}
.tm-toolbar-toggle-wrap .tm-toolbar-a-wrap,
.tm-toolbar-toggle-wrap .tm-toolbar-b-wrap {
  text-transform: uppercase;
  font-size: var(--tm-font-size-small, 12px);
  font-weight: var(--tm-text-normal);
}
.tm-toolbar-toggle-wrap .tm-toolbar-a-wrap p,
.tm-toolbar-toggle-wrap .tm-toolbar-b-wrap p {
  margin: 0;
}
.tm-toolbar-toggle-wrap .tm-toolbar-a-wrap > div:not(:first-of-type) {
  margin-left: 1.5em;
}
.tm-toolbar-toggle-wrap .tm-toolbar-b-wrap > div:not(:last-of-type) {
  margin-right: 1.5em;
}
.tm-header-fixed .tm-toolbar-toggle-wrap,
.uk-sticky-fixed .tm-toolbar-toggle-wrap {
  color: var(--global-color);
}
.tm-header-fixed .tm-toolbar-toggle-wrap a,
.uk-sticky-fixed .tm-toolbar-toggle-wrap a {
  color: var(--global-color);
}
.tm-header-fixed .tm-toolbar-toggle-wrap a:hover,
.uk-sticky-fixed .tm-toolbar-toggle-wrap a:hover {
  color: var(--global-emphasis-color);
}
.tm-header-fixed .tm-toolbar-toggle-wrap span,
.uk-sticky-fixed .tm-toolbar-toggle-wrap span {
  color: var(--global-color);
}
.tm-header-fixed .tm-toolbar-toggle-wrap span:hover,
.uk-sticky-fixed .tm-toolbar-toggle-wrap span:hover {
  color: var(--global-emphasis-color);
}
/* ## Offcanvas Toggle
--------------------------------------------- */
.tm-offcanvas-toggle .uk-navbar-toggle {
  color: var(--global-color);
  min-height: unset;
  padding: 0px;
}
.tm-header-fixed-wrap .tm-offcanvas-toggle .uk-navbar-toggle {
  color: #fff;
}
.tm-header-fixed-wrap.tm-header-fixed .tm-offcanvas-toggle .uk-navbar-toggle,
.tm-header-fixed-wrap.uk-sticky-fixed .tm-offcanvas-toggle .uk-navbar-toggle {
  color: var(--global-color);
}
@media (max-width: 959px) {
  .tm-header-fixed-wrap .tm-offcanvas-toggle .uk-navbar-toggle {
    color: var(--global-color);
  }
}
/* ## Offcanvas Nav
--------------------------------------------- */
/* ## Language Switcher
--------------------------------------------- */
.tm-language_switcher .tm-language_switcher_dropdown {
  padding: 15px;
}
/* ## Language Switcher Inline
--------------------------------------------- */
.tm-language_switcher_inline > div:not(:last-of-type):after {
  content: "\00a0\00B7\00a0";
}
/* ## Dropdown
--------------------------------------------- */
/* ## Search
--------------------------------------------- */
.tm-search-over-wrap .engine-top .datepicker,
.tm-search-wrap .engine-top .datepicker {
  --datepicker-color-primary: var(--global-primary-background);
  --datepicker-color-primary-fade: var(--global-primary-background-lighten-10);
}
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-range-from-.-selected-:hover,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-range-from-.-selected-:hover,
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-range-to-.-selected-:hover,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-range-to-.-selected-:hover,
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-other-month-.-range-from-.-selected-,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-other-month-.-range-from-.-selected-,
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-other-month-.-range-to-.-selected-,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-other-month-.-range-to-.-selected-,
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-weekend-.-other-month-.-range-from-.-selected-,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-weekend-.-other-month-.-range-from-.-selected-,
.tm-search-over-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-weekend-.-other-month-.-range-to-.-selected-,
.tm-search-wrap .engine-top .datepicker .datepicker--cell.datepicker--cell-day.-weekend-.-other-month-.-range-to-.-selected- {
  background: var(--global-primary-background-lighten-50);
}
.tm-search-over-wrap .engine-top .uk-dropdown,
.tm-search-wrap .engine-top .uk-dropdown {
  --global-link-hover-color: var(--global-primary-background);
}
.tm-search-over-wrap .engine-top .search-dropdown-hotel a:hover,
.tm-search-wrap .engine-top .search-dropdown-hotel a:hover {
  --global-color: var(--global-primary-background);
}
.tm-search-over-wrap .engine-top .search-occupancy,
.tm-search-wrap .engine-top .search-occupancy {
  text-transform: none;
}
/* ## Engine
--------------------------------------------- */
#engine-main .uk-card-default {
  background: var(--global-background-color);
}
#engine-main [data-hotel-rooms] .uk-card-default.hotel-room.selected {
  background: var(--global-muted-background);
  box-shadow: none;
}
#engine-main [data-hotel-rooms] .uk-card-default.hotel-room.selected > div {
  box-shadow: none;
}
#engine-main [data-hotel-rooms] .uk-card-default.hotel-room .hotel-room-options-header {
  background: none;
}
/* ## Blocks
--------------------------------------------- */
.tm-block-bg,
body.tm-main-bg .tm-block-main {
  background: var(--global-muted-background, #f8f8f8);
}
.tm-block-primary-bg {
  background: var(--global-primary-background, #1e87f0);
}
.tm-block-secondary-bg {
  background: var(--global-secondary-background, #222222);
}
.tm-block-gradient-bg {
  background: linear-gradient(30deg, #4a4a4a 0, #4a4a4a 100%);
}
/* ## Main
--------------------------------------------- */
.tm-block-main {
  background: var(--global-background-color, #ffffff);
  padding: 70px 0;
}
.tm-no-main .tm-block-main {
  padding: 0;
  line-height: 0;
  height: 0;
}
.tm-main-no-container .tm-block-main > .uk-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.tm-main-remove-padding .tm-block-main {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tm-main-remove-padding-bottom .tm-block-main {
  padding-bottom: 0px;
}
.tm-main-remove-padding-top .tm-block-main {
  padding-top: 0px;
}
/* ## Intro
--------------------------------------------- */
.tm-intro-content-bg .tm-intro-content {
  padding: 30px 50px 10px;
  background: var(--global-background-color-lighten-80, rgba(255, 255, 255, 0.8));
  box-shadow: var(--global-large-box-shadow, 0 14px 25px rgba(0, 0, 0, 0.16));
}
@media (max-width: 959px) {
  .tm-intro {
    text-align: center;
  }
}
/* ## Card
--------------------------------------------- */
.tm-card .uk-card-body a {
  transition: all 300ms;
}
/* ## Card Horizontal Alternate
--------------------------------------------- */
@media (max-width: 959px) {
  .tm-card_horizontal_alternate .uk-card > div:first-of-type {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .tm-card_horizontal_alternate .uk-card .uk-card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ## Icons
--------------------------------------------- */
.tm-icons .tm-icons-icon-svg {
  color: var(--global-primary-background, #1e87f0);
  transition: all 0.25s ease;
}
.tm-icons .tm-icons-icon-svg i.tm-pe-7s-icon {
  font-size: 3em;
}
.tm-icons .tm-icons-icon:hover .tm-icons-icon-svg {
  transform: translateY(-10px);
}
.tm-icons .tm-icons-icon-message {
  font-family: var(--tm-font-family-headers, var(--global-font-family));
}
@media (max-width: 959px) {
  .tm-icons-content > div.uk-grid {
    flex-wrap: wrap;
  }
}
/* ## Slideshow content overlay
--------------------------------------------- */
.tm-slideshow-content-overlay .uk-slideshow-items .tm-hr-mini-break {
  margin-left: 0;
}
.tm-slideshow-content-overlay .tm-slideshow-overlay {
  max-width: 380px;
  margin: 50px 0 70px;
  background: var(--global-background-color-lighten-80, rgba(255, 255, 255, 0.8));
  box-shadow: var(--global-large-box-shadow, 0 14px 25px rgba(0, 0, 0, 0.16));
}
.tm-slideshow-content-overlay .tm-slideshow-overlay p {
  text-align: justify;
}
.tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-left {
  margin-left: 70px;
}
.tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-right {
  margin-right: 70px;
}
.tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-top,
.tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-bottom {
  margin: unset;
  max-width: unset;
}
@media (max-width: 639px) {
  .tm-slideshow-content-overlay .tm-slideshow-component {
    max-height: 100vh;
  }
  .tm-slideshow-content-overlay .uk-slideshow-items {
    height: 100vh;
    max-height: 100vh;
  }
  .tm-slideshow-content-overlay .tm-slideshow-overlay {
    max-width: calc(100vw - 30px);
  }
  .tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-left {
    margin-left: 0;
  }
  .tm-slideshow-content-overlay .tm-slideshow-overlay.uk-position-right {
    margin-right: 0;
  }
  .tm-slideshow-content-overlay .uk-slidenav {
    display: none;
  }
}
/* ## Slideshow double
--------------------------------------------- */
.tm-slideshow-double .tm-slideshow-content {
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 50%;
  background: var(--global-background-color, #ffffff);
  filter: opacity(95%);
  z-index: 1;
}
.tm-slideshow-double .tm-slideshow-content.tm-flip {
  left: unset;
  right: 0;
}
.tm-slideshow-double .tm-slideshow-content .uk-slidenav {
  margin: 0;
  padding: 20px 25px;
  background: var(--global-secondary-background-lighten-5, rgba(34, 34, 34, 0.05));
}
.tm-slideshow-double .tm-slideshow-content .uk-slidenav:hover {
  background: var(--global-secondary-background-lighten-15, rgba(34, 34, 34, 0.15));
}
.tm-slideshow-double .tm-slideshow-content .uk-position-bottom-right.uk-slidenav-previous {
  margin-right: 64px;
}
.tm-slideshow-double .tm-slideshow-content .uk-position-bottom-left.uk-slidenav-next {
  margin-left: 64px;
}
.tm-slideshow-double .tm-slideshow-content .uk-position-bottom-center.uk-slidenav-previous {
  margin-right: 64px;
}
.tm-slideshow-double .tm-slideshow-content .uk-position-bottom-center.uk-slidenav-next {
  margin-left: 64px;
}
.tm-slideshow-double .tm-slideshow-images {
  top: 0;
  bottom: 0;
  right: 0;
  width: 62%;
}
.tm-slideshow-double .tm-slideshow-images.tm-flip {
  right: unset;
  left: 0;
}
.tm-slideshow-double .uk-slideshow-items > li {
  pointer-events: none;
}
.tm-slideshow-double .uk-slideshow-items > li a.uk-button {
  pointer-events: all;
}
.tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content {
  right: 0;
  width: 100% !important;
  background: transparent;
  box-shadow: none;
  filter: opacity(85%);
}
.tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content .tm-slideshow-content-box {
  background: var(--global-primary-background);
}
.tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content .uk-slidenav {
  --global-color-lighten-90: rgba(255, 255, 255, 0.9);
  --global-color-lighten-50: rgba(255, 255, 255, 0.5);
}
.tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content .uk-slidenav:hover {
  background: var(--global-secondary-background-lighten-30);
}
.tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-images {
  left: 0;
  width: 100% !important;
}
@media (max-width: 959px) {
  .tm-slideshow-double .tm-slideshow-double-container {
    min-height: 620px !important;
  }
  .tm-slideshow-double .tm-slideshow-content {
    top: unset;
    bottom: 20px;
    left: 0;
    right: 0;
    width: unset;
    height: 380px;
  }
  .tm-slideshow-double .tm-slideshow-content.tm-flip {
    left: 0;
    right: 0;
  }
  .tm-slideshow-double .tm-slideshow-images {
    top: 0;
    bottom: unset;
    right: 0;
    left: 0;
    width: 100%;
    height: 260px;
  }
  .tm-slideshow-double .tm-slideshow-images.tm-flip {
    right: 0;
    left: 0;
  }
  .tm-slideshow-double .tm-slideshow-images .uk-dotnav {
    margin-bottom: 50px;
  }
  .tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content {
    background: var(--global-primary-background);
    height: 340px;
  }
}
@media (max-width: 640px) {
  .tm-slideshow-double .tm-slideshow-double-container {
    min-height: 720px !important;
  }
  .tm-slideshow-double .tm-slideshow-content {
    height: 480px;
  }
  .tm-slideshow-double .tm-slideshow-images {
    height: 260px;
  }
  .tm-slideshow-double.tm-slideshow-double-banner .tm-slideshow-content {
    height: 440px;
  }
}
/* ## Heading
--------------------------------------------- */
/* ## Slider reviews
--------------------------------------------- */
.tm-slider-reviews .uk-slider-container {
  border-radius: var(--tm-border-radius, 0);
}
.tm-slider-reviews .tm-slider-content-text {
  font-size: var(--tm-font-size-large, 16px);
  font-weight: var(--tm-text-light, 300);
}
@media (max-width: 639px) {
  .tm-slider-reviews .tm-slider-content-overlay {
    padding: 0px;
  }
  .tm-slider-reviews .tm-slider-content-text {
    font-size: var(--tm-font-size, 14px);
    font-weight: var(--tm-text-light, 300);
  }
}
/* ## Slider reviews card
--------------------------------------------- */
.tm-slider-reviews-card .tm-slider-content-text {
  font-size: var(--tm-font-size-large, 16px);
  font-weight: var(--tm-text-light, 300);
}
.tm-slider-reviews-card .tm-reviews-avatar {
  min-height: 180px;
}
.tm-slider-reviews-card .uk-card {
  box-shadow: none;
}
@media (max-width: 639px) {
  .tm-slider-reviews-card .tm-reviews-avatar {
    height: 180px;
  }
}
/* ## Gallery
--------------------------------------------- */
.tm-welcome-gallery .tm-welcome-gallery-message p {
  font-weight: var(--tm-text-normal, 400);
  color: #fff;
}
/* ## Contact Form
--------------------------------------------- */
.tm-contact .tm-contact-address {
  background: var(--global-muted-background, #f8f8f8);
}
.tm-contact .tm-contact-address .tm-contact-address-company {
  font-weight: var(--tm-text-bold, 700);
}
.tm-contact .tm-contact-form {
  background: var(--global-muted-background, #f8f8f8);
}
.tm-contact .tm-contact-form .tm-contact-form-privacy-policy-message,
.tm-contact .tm-contact-form .tm-contact-form-privacy-policy,
.tm-contact .tm-contact-form .tm-contact-form-commercial_communications {
  font-size: var(--tm-font-size-small, 12px);
}
.tm-contact .tm-contact-form .tm-contact-form-privacy-policy-message label a,
.tm-contact .tm-contact-form .tm-contact-form-privacy-policy label a,
.tm-contact .tm-contact-form .tm-contact-form-commercial_communications label a {
  --global-link-color: var(--global-primary-background);
  --global-link-hover-color: var(--global-primary-background-darken-10);
}
.tm-contact .tm-contact-form .uk-accordion-title {
  font-size: var(--tm-font-size, 14px);
  color: var(--global-muted-color, #999);
}
.tm-contact .tm-contact-form .uk-radio:checked,
.tm-contact .tm-contact-form .uk-checkbox:checked {
  background-color: var(--global-muted-background, #f8f8f8);
}
.tm-contact.tm-book-form .tm-contact-form,
.tm-contact.tm-registration-form .tm-contact-form {
  background: none;
}
body.tm-main-bg .tm-contact .tm-contact-content .tm-contact-address .uk-card-body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 959px) {
  .tm-contact:not(.tm-book-form) .tm-contact-content .uk-grid > div:first-of-type,
  .tm-contact:not(.tm-registration-form) .tm-contact-content .uk-grid > div:first-of-type {
    order: 99;
    margin-top: 20px;
  }
}
/* ## Availability
--------------------------------------------- */
.tm-availability .tm-component > h1 {
  font-size: 2rem;
  text-align: center;
}
.tm-availability #engine-availability {
  margin-top: 50px;
}
/* ## Bottom Contact
--------------------------------------------- */
.tm-bottom-contact .tm-bottom-content i.tm-rrss-icon,
.tm-bottom-contact-columns .tm-bottom-content i.tm-rrss-icon,
.tm-bottom-contact .tm-bottom-content span.tm-rrss-icon,
.tm-bottom-contact-columns .tm-bottom-content span.tm-rrss-icon {
  padding: 10px;
  margin: 0 10px;
  border-radius: 50%;
  border: var(--global-border, #e5e5e5);
  transition: all 300ms;
}
.tm-bottom-contact .tm-bottom-content i.tm-rrss-icon:hover,
.tm-bottom-contact-columns .tm-bottom-content i.tm-rrss-icon:hover,
.tm-bottom-contact .tm-bottom-content span.tm-rrss-icon:hover,
.tm-bottom-contact-columns .tm-bottom-content span.tm-rrss-icon:hover {
  background: rgba(255, 255, 255, 0.15);
}
.tm-bottom-contact .uk-nav > li,
.tm-bottom-contact-columns .uk-nav > li {
  display: inline-block;
  padding: 0 10px;
}
.tm-bottom-contact .uk-nav > li > a,
.tm-bottom-contact-columns .uk-nav > li > a {
  text-decoration: none;
  padding: 3px 0;
}
/* ## Footer
--------------------------------------------- */
.tm-footer .uk-container {
  font-size: var(--tm-font-size-small, 12px);
}
.tm-footer .uk-nav > li {
  display: inline-block;
  padding: 0 5px;
}
.tm-footer .uk-nav > li > a {
  text-decoration: none;
  padding: 3px 0;
}
/* ## Hidden module
--------------------------------------------- */
.tm-hidden-module {
  height: 0;
  overflow: hidden;
}
/* ## Dotnav
--------------------------------------------- */
.uk-dotnav > * > * {
  width: 20px;
  height: 20px;
}
/* ## Others
--------------------------------------------- */
.tm-hr-mini-break {
  border-color: var(--global-muted-color, #999);
  margin-left: auto;
  margin-right: auto;
  max-width: 70px;
}
/* ## Module Instagram
--------------------------------------------- */
.mod-instagram {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 639px) {
  .mod-instagram .mod-instagram-feed .uk-grid > div:not(:first-of-type) {
    display: none;
  }
}
/* ## Lightbox
--------------------------------------------- */
.uk-lightbox {
  background: rgba(0, 0, 0, 0.7);
}
.uk-lightbox .uk-lightbox-toolbar,
.uk-lightbox .uk-slidenav {
  background: none;
}
.uk-lightbox .uk-lightbox-items > li img {
  height: 85vh;
}
@media (max-width: 959px) {
  .uk-lightbox .uk-lightbox-items > li img {
    height: auto;
  }
}
/* ## UIKit Notifications - Cookies Alert
--------------------------------------------- */
.uk-notification-message {
  border-radius: var(--tm-border-radius, 2px);
  background-color: var(--global-primary-background-lighten-80) !important;
}
.uk-notification-message a:hover {
  color: var(--global-secondary-background) !important;
}
/* # template specific styles: PARADISE */
/* ## Header
--------------------------------------------- */
.tm-header-fixed-wrap .tm-header {
  height: 120px;
  transition: all 300ms;
}
.tm-header-fixed-wrap.tm-header-fixed .tm-header,
.tm-header-fixed-wrap.uk-sticky-fixed .tm-header {
  height: 70px;
}
@media (max-width: 959px) {
  .tm-header-fixed-wrap .tm-header {
    height: 70px;
  }
}
/* ## Toolbar
--------------------------------------------- */
.tm-toolbar-wrap {
  --global-link-color: var(--global-primary-background);
  --global-link-hover-color: var(--global-color);
  --global-muted-color: var(--global-primary-background-lighten-80);
  background: none;
}
.tm-toolbar-wrap .tm-toolbar-a-wrap,
.tm-toolbar-wrap .tm-toolbar-b-wrap {
  font-family: var(--tm-font-family-headers);
}
.tm-toolbar-wrap .tm-toolbar-b-wrap p {
  display: inline-block;
}
.tm-toolbar-wrap .tm-toolbar-b-wrap p:not(:last-of-type) {
  margin-right: 15px;
}
/* ## Offcanvas Nav
--------------------------------------------- */
.uk-offcanvas-bar {
  box-shadow: var(--tm-offcanvas-bar-shadow);
  text-transform: uppercase;
  font-family: var(--tm-font-family-headers);
}
.uk-offcanvas-bar .tm-offcanvas-nav {
  --global-muted-color: var(--global-primary-background);
}
.uk-offcanvas-bar .tm-offcanvas-nav .uk-nav > li {
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-normal);
  border-bottom: var(--global-primary-background-lighten-10) 1px solid;
}
.uk-offcanvas-bar .tm-offcanvas-nav .uk-nav > li.uk-parent > a:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../../../assets/img/chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 300ms;
}
.uk-offcanvas-bar .tm-offcanvas-nav .uk-nav > li.uk-parent.uk-open > a:after {
  transform: rotate(180deg);
}
.uk-offcanvas-bar .tm-offcanvas-nav .uk-nav-sub > li {
  font-size: var(--tm-font-size);
}
.uk-offcanvas-bar .tm-offcanvas-nav .uk-nav-sub {
  margin-bottom: 20px;
}
.uk-offcanvas-bar .tm-offcanvas-top,
.uk-offcanvas-bar .tm-offcanvas-bottom {
  --global-muted-color: var(--global-primary-background);
  font-size: var(--tm-font-size-small);
  margin: 20px 0;
}
.uk-offcanvas-bar .tm-offcanvas-bottom {
  font-weight: var(--tm-text-normal);
}
.uk-offcanvas-bar .tm-offcanvas-bottom p {
  line-height: 1.8em;
}
.uk-offcanvas-bar p {
  margin: 10px 0;
}
/* ## Logo
--------------------------------------------- */
.tm-header-fixed-wrap:not(.tm-header-fixed) .tm-logo img,
.tm-header-fixed-wrap:not(.uk-sticky-fixed) .tm-logo img {
  filter: none;
}
@media (max-width: 959px) {
  .tm-header-fixed-wrap:not(.tm-header-fixed) .tm-logo img,
  .tm-header-fixed-wrap:not(.uk-sticky-fixed) .tm-logo img {
    filter: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
/* ## Language Switcher
--------------------------------------------- */
.tm-language_switcher {
  margin-left: 3em !important;
}
.tm-language_switcher i > svg {
  width: 24px;
  height: 24px;
  transition: all 300ms;
}
.tm-language_switcher:hover i:last-of-type > svg {
  transform: rotate(90deg);
}
.tm-language_switcher .tm-language_switcher_dropdown {
  min-width: unset;
}
.tm-language_switcher .uk-nav li {
  font-size: var(--tm-font-size-small);
  letter-spacing: 1px;
}
.tm-header-fixed-wrap:not(.tm-header-fixed) .tm-language_switcher .uk-nav li a,
.tm-header-fixed-wrap:not(.uk-sticky-fixed) .tm-language_switcher .uk-nav li a {
  color: var(--global-color);
}
.tm-header-fixed-wrap:not(.tm-header-fixed) .tm-language_switcher .uk-nav li a:hover,
.tm-header-fixed-wrap:not(.uk-sticky-fixed) .tm-language_switcher .uk-nav li a:hover {
  color: var(--tm-thirdy-color);
}
/* ## Language Switcher Inline
--------------------------------------------- */
.tm-language_switcher_inline {
  --global-link-color: var(--global-muted-color);
}
.tm-language_switcher_inline > div.current a {
  color: var(--global-secondary-background);
}
/* ## Main Nav
--------------------------------------------- */
.tm-header-fixed-wrap:not(.tm-header-fixed) .tm-nav {
  display: none;
}
.tm-nav {
  --global-muted-color: var(--global-primary-background);
}
.tm-nav .uk-navbar-nav > li > a {
  --global-font-family: var(--tm-font-family-headers);
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-normal);
}
.tm-nav .uk-navbar-dropdown {
  padding: 15px;
  background: var(--global-secondary-background-lighten-90);
}
.tm-nav .uk-navbar-dropdown-nav > li > a {
  --global-muted-color: #fff;
  --global-color: var(--global-primary-background);
  --global-emphasis-color: var(--global-primary-background);
  font-family: var(--tm-font-family-headers);
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-normal);
  text-transform: uppercase;
}
/* ## Search
--------------------------------------------- */
@media (min-width: 960px) {
  .tm-home .tm-search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 120px;
    width: 100%;
    text-align: center;
  }
  .tm-home .tm-search-wrap .tm-search-container .engine-top {
    display: inline-block;
    background: var(--global-secondary-background-lighten-50);
    border-radius: var(--tm-border-radius);
    padding: 5px 20px 10px;
    text-align: left;
  }
  .tm-home .tm-search-wrap .tm-search-container.uk-active .engine-top {
    width: 100%;
    background: var(--global-secondary-background-lighten-80);
    border-radius: 0;
    padding: 10px 20px;
  }
}
.tm-search-wrap .tm-search-container .engine-top {
  background: var(--global-secondary-background-lighten-80);
  padding: 10px 20px;
}
.tm-search-wrap .tm-search-container .engine-top .uk-input {
  border: none;
  border-radius: var(--tm-border-radius);
}
.tm-search-wrap .tm-search-container .engine-top .uk-form-label {
  text-transform: uppercase;
  font-weight: var(--tm-text-bold);
  font-size: var(--tm-font-size-small);
  --global-emphasis-color: #fff;
  letter-spacing: 1px;
}
.tm-search-wrap .tm-search-container .engine-top .ch-search-input .uk-button {
  font-weight: var(--tm-text-semibold);
  font-family: var(--tm-font-family-headers);
  letter-spacing: 2px;
}
.tm-search-wrap .tm-search-container .engine-top .datepicker {
  border-radius: var(--tm-border-radius);
}
.tm-search-wrap .tm-search-container .engine-top .datepicker .datepicker--nav-title {
  text-transform: uppercase;
  font-weight: var(--tm-text-bold);
}
.tm-search-wrap .tm-search-container .engine-top .uk-dropdown {
  border-radius: var(--tm-border-radius);
}
.tm-search-wrap .tm-search-container .engine-top .uk-dropdown .search-room h4 {
  text-transform: uppercase;
  font-weight: var(--tm-text-bold);
}
.tm-search-wrap .tm-search-container.uk-sticky-fixed .engine-top .uk-form-label {
  display: none;
}
@media (max-width: 959px) {
  .tm-search-wrap .tm-search-container .engine-top {
    padding: 20px;
  }
}
/* ## Engine
--------------------------------------------- */
#engine-main .engine-sidebar > div {
  transition: all 300ms;
}
#engine-main .engine-sidebar > div.uk-sticky-fixed {
  padding-top: 130px;
  z-index: 0;
}
/* ## Intro
--------------------------------------------- */
.tm-intro .tm-intro-content-titles .tm-intro-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
}
.tm-intro .tm-intro-content-titles .tm-intro-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-intro .tm-intro-content-text1 {
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-light);
}
/* ## Card
--------------------------------------------- */
.tm-card .tm-card-content-titles {
  margin-bottom: 3rem;
}
.tm-card .tm-card-content-titles .tm-card-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  color: var(--global-primary-background-lighten-80);
}
.tm-card .tm-card-content-titles .tm-card-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tm-card .uk-card-default {
  background: #fff;
  box-shadow: none;
}
.tm-card .uk-card-default:hover {
  box-shadow: var(--global-medium-box-shadow);
}
.tm-card .uk-card-media-top {
  border-radius: var(--tm-border-radius);
}
.tm-card .uk-card-media-top .uk-overlay-primary {
  background: var(--global-secondary-background-lighten-30);
  animation-duration: 0.3s;
}
.tm-card .uk-card-body {
  --global-link-color: var(--global-emphasis-color);
  --global-link-hover-color: var(--global-primary-background-lighten-80);
}
.tm-card .uk-card-body .tm-card-body-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  font-weight: var(--tm-text-normal);
}
.tm-card .uk-card-body .tm-card-body-subtitle {
  color: var(--global-primary-background-lighten-80);
  font-weight: var(--tm-text-normal);
}
.tm-card .uk-card-body .tm-card-body-text p:last-of-type {
  margin-bottom: 0px;
}
.tm-card .uk-card-footer {
  padding: 10px 0 !important;
  border-top: none;
  background: var(--global-primary-background-lighten-15);
}
.tm-card .uk-card-footer .uk-button {
  border: none;
  background: transparent;
  font-size: var(--tm-font-size-small);
  font-weight: var(--tm-text-bold);
  color: var(--global-primary-background);
  letter-spacing: 1px;
  line-height: 1.5rem;
  padding: 14px 20px;
  transition: all 0.25s ease;
  padding: 3px 10px;
}
.tm-card .uk-card-footer .uk-button:hover {
  border: none;
  color: var(--global-secondary-background);
  letter-spacing: 2px;
}
/* ## Card Horizontal Alternate
--------------------------------------------- */
.tm-card_horizontal_alternate .tm-card-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  color: var(--global-primary-background);
}
.tm-card_horizontal_alternate .tm-card-text {
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-light);
}
.tm-card_horizontal_alternate .tm-card-text span {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-card_horizontal_alternate a:not(.uk-slidenav) {
  font-size: var(--tm-font-size-large);
  font-weight: var(--tm-text-light);
  --global-link-color: var(--global-primary-background);
  --global-link-hover-color: var(--tm-secondary-color);
}
/* ## Banner
--------------------------------------------- */
.tm-banner .tm-banner-block-titles {
  margin-bottom: 40px;
}
.tm-banner .tm-banner-block-titles .tm-banner-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tm-banner .tm-banner-block-titles .tm-banner-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-banner .tm-banner-content .tm-banner-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 500px;
  text-shadow: var(--tm-text-shadow);
}
.tm-banner .tm-banner-content .tm-banner-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
  text-shadow: var(--tm-text-shadow);
}
.tm-banner a.uk-button {
  border: none;
  background: transparent;
  font-size: var(--tm-font-size-small);
  font-weight: var(--tm-text-bold);
  color: var(--global-primary-background);
  letter-spacing: 1px;
  line-height: 1.5rem;
  padding: 14px 20px;
  transition: all 0.25s ease;
  color: #fff;
  border: #fff 1px solid;
}
.tm-banner a.uk-button:hover {
  border: none;
  color: var(--global-secondary-background);
  letter-spacing: 2px;
}
.tm-banner a.uk-button:hover {
  background: none;
  color: #fff;
  border: #fff 1px solid;
}
.tm-banner .tm-banner-overlay {
  background: linear-gradient(120deg, rgba(74, 74, 74, 0.3) 0, rgba(74, 74, 74, 0.1) 100%);
}
/* ## Icons - Benefits
--------------------------------------------- */
.tm-icons {
  padding: 80px 0;
}
.tm-icons .tm-icons-content-titles .tm-icons-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  color: var(--global-secondary-background-lighten-80);
}
.tm-icons .tm-icons-content-titles .tm-icons-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-icons .tm-icons-content-titles .tm-icons-subtitle p:first-of-type {
  margin-top: 5px;
}
.tm-icons .tm-icons-content-titles .tm-icons-subtitle p:first-of-type span {
  font-weight: var(--tm-text-bold);
}
.tm-icons .tm-icons-icon-message {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  font-weight: var(--tm-text-semibold);
  color: var(--global-primary-background);
}
.tm-icons .tm-icons-icon-text {
  font-size: var(--tm-font-size-small);
  color: var(--global-secondary-background-lighten-50);
}
/* ## Slideshow
--------------------------------------------- */
.tm-slideshow .tm-slideshow-overlay {
  background: linear-gradient(120deg, rgba(74, 74, 74, 0.3) 0, rgba(74, 74, 74, 0.1) 100%);
}
.tm-slideshow .tm-slideshow-message .tm-slideshow-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: var(--tm-text-shadow);
  font-weight: var(--tm-text-xlight);
}
.tm-slideshow .tm-slideshow-message .tm-slideshow-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: var(--tm-text-shadow);
}
.tm-slideshow .tm-video i {
  transition: all 300ms;
}
.tm-slideshow .tm-video i:hover {
  color: var(--global-primary-background);
}
/* ## Heading
--------------------------------------------- */
.tm-heading .tm-heading-overlay {
  background: linear-gradient(120deg, rgba(74, 74, 74, 0.3) 0, rgba(74, 74, 74, 0.1) 100%);
}
.tm-heading .tm-heading-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: var(--tm-text-shadow-large);
  font-weight: var(--tm-text-light);
}
.tm-heading .tm-heading-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: var(--tm-text-shadow);
}
/* ## Slider
--------------------------------------------- */
.tm-slider .tm-slider-content-titles .tm-slider-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  color: var(--global-primary-background-lighten-80);
}
.tm-slider .tm-slider-content-titles .tm-slider-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-slider .tm-slider-content .tm-slider-content-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
}
.tm-slider .tm-slider-content .tm-slider-content-stars span {
  color: var(--global-primary-background-lighten-50);
}
.tm-slider .tm-slider-content .tm-slider-content-stars p {
  color: var(--global-primary-background);
}
.tm-slider-reviews .tm-slider-content .tm-slider-content-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
}
.tm-slider-reviews .tm-slider-content .tm-slider-content-stars span {
  color: var(--tm-secondary-color);
}
.tm-slider-reviews .tm-slider-content .tm-slider-content-stars p {
  color: var(--tm-secondary-color);
}
.tm-slider-reviews-background .uk-slider-items li > div {
  border-radius: var(--tm-border-radius);
  box-shadow: var(--tm-nav-shadow);
  background: var(--global-background-color-lighten-90);
}
.tm-slider-reviews-background .tm-slider-content {
  max-width: 750px;
}
.tm-slider-banner .tm-slider-banner-overlay {
  background: linear-gradient(120deg, rgba(74, 74, 74, 0.3) 0, rgba(74, 74, 74, 0.1) 100%);
}
.tm-slider-banner .tm-slider-content .tm-slider-content-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
}
.tm-slider-banner .tm-slider-content .tm-slider-content-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
/* ## Slider reviews card
--------------------------------------------- */
.tm-slider-reviews-card .tm-slider-reviews-content-titles {
  margin-bottom: 50px;
}
.tm-slider-reviews-card .tm-slider-reviews-content-titles .tm-slider-reviews-title {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tm-slider-reviews-card .tm-slider-reviews-content-titles .tm-slider-reviews-subtitle {
  font-weight: var(--tm-text-normal);
  letter-spacing: 2px;
}
.tm-slider-reviews-card .uk-card.uk-card-default {
  margin: 10px;
  padding: 10px 0;
  background: var(--global-background-color);
}
.tm-slider-reviews-card .uk-card.uk-card-default:hover {
  box-shadow: var(--tm-box-shadow);
}
.tm-slider-reviews-card .uk-card.uk-card-default .tm-card-footer {
  padding-top: 10px !important;
}
.tm-slider-reviews-card .tm-card-top {
  width: 120px;
  height: 120px;
  padding-bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.tm-slider-reviews-card .tm-card-body .tm-card-body-title {
  text-align: center;
  font-size: 1.1rem;
  color: var(--global-primary-background);
}
.tm-slider-reviews-card .tm-card-body .tm-card-body-text {
  font-size: var(--tm-font-size-small);
  font-weight: var(--tm-text-normal);
}
.tm-slider-reviews-card .tm-card-body .tm-card-body-text p:last-of-type {
  margin-bottom: 0;
}
.tm-slider-reviews-card .tm-slider-content-stars span {
  color: var(--global-primary-background-lighten-50);
}
/* ## Availability
--------------------------------------------- */
.tm-availability .tm-component > h1 {
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(--tm-text-xlight);
  color: var(--global-primary-background-lighten-80);
  margin-bottom: 3rem;
}
/* ## Bottom Contact
--------------------------------------------- */
.tm-bottom-contact .tm-bottom-content i.tm-rrss-icon,
.tm-bottom-contact .tm-bottom-content span.tm-rrss-icon {
  margin: 0 3px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content .uk-grid {
  font-size: var(--tm-font-size-small);
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content .uk-grid p {
  margin: 5px 0;
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content .uk-grid a.uk-link:hover {
  color: var(--global-primary-background);
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content .uk-grid ul > li {
  padding-left: 0;
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content .tm-bottom-contact-title {
  font-weight: var(--tm-text-bold);
  color: var(--global-primary-background-lighten-80);
  text-transform: uppercase;
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content span.tm-rrss-icon {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  background: var(--global-primary-background-lighten-50);
  transition: all 300ms;
}
.tm-bottom-contact-columns .tm-bottom-contact-columns-content span.tm-rrss-icon:hover {
  color: var(--global-primary-background);
  background: var(--global-primary-background-lighten-10);
}
@media (max-width: 959px) {
  .tm-bottom-contact-columns .tm-bottom-contact-columns-content {
    text-align: center;
  }
}
/* ## Footer
--------------------------------------------- */
.tm-footer .uk-nav > li > a {
  text-transform: uppercase;
  font-weight: var(--tm-text-bold);
}
.tm-footer .uk-nav > li > a:hover {
  color: var(--global-primary-background);
}
.tm-footer a:hover {
  color: var(--global-primary-background);
}
.tm-footer p {
  margin: 5px 0;
}
/* ## Cookies panel button (footer fixed fingerprint)
--------------------------------------------- */
.tm-cookies-panel-button {
  display: inline-block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 5px;
  color: var(--global-muted-color);
  border-radius: 50%;
  border: var(--global-muted-color) 1px solid;
  background: white;
  cursor: pointer;
  z-index: 9999;
}
[data-tm-cookies-panel-button] {
  cursor: pointer;
}
/* ## Cookies Consent Alert
--------------------------------------------- */
.tm-cookies-consent {
  padding: 15px 25px;
  background: var(--global-muted-background, #f8f8f8);
  margin: 10px;
  border: var(--global-border) 1px solid;
  border-radius: var(--tm-border-radius);
  z-index: 9999;
}
.tm-cookies-consent a:not(.uk-button) {
  color: var(--global-link-color);
}
.tm-cookies-consent a:not(.uk-button):hover {
  color: var(--global-link-hover-color);
}
.tm-cookies-consent .tm-cookies-consent-title {
  font-size: calc(var(--tm-font-size) + 2px);
  font-weight: bold;
}
.tm-cookies-consent .tm-cookies-consent-text {
  font-size: var(--tm-font-size-small);
  margin-bottom: 10px;
}
.tm-cookies-consent .tm-cookies-consent-text a {
  text-decoration: underline;
  padding: 0;
}
.tm-cookies-consent .tm-cookies-configuration-link {
  font-weight: bold;
}
#tm-cookies-adjust .uk-modal-dialog {
  border-radius: var(--tm-border-radius);
}
#tm-cookies-adjust .tm-privacy-module .tm-privacy-text {
  font-size: var(--tm-font-size);
  line-height: 150%;
  overflow: hidden;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header {
  background: var(--global-muted-background, #f8f8f8);
  padding: 10px;
  border-radius: var(--tm-border-radius);
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header a .uk-icon {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch {
  height: 24px;
  /* Switch */
  /* Hide default HTML checkbox */
  /* Slider */
  /* Slider active color */
  /* Pointer active animation */
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch .uk-switch {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 50px;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch label[for="tm-cookies-switch-needed"] {
  opacity: 50%;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch .uk-switch input {
  display: none;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch .uk-switch-slider {
  background-color: var(--global-secondary-background-lighten-50);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  /* Switch pointer */
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch .uk-switch-slider:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: 0.2s;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch input:checked + .uk-switch-slider {
  background-color: var(--global-primary-background) !important;
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-header .tm-cookies-switch input:checked + .uk-switch-slider:before {
  transform: translateX(26px);
}
#tm-cookies-adjust .tm-cookies-module .tm-cookies-tab-content {
  height: 0;
  overflow: hidden;
  font-size: var(--tm-font-size-small);
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  -webkit-transition: height 300ms;
  transition: height 300ms;
}
@media (max-width: 1199px) {
  .tm-cookies-consent {
    text-align: center;
  }
  .tm-cookies-consent > .uk-flex > div {
    width: 100%;
  }
  .tm-cookies-consent .tm-cookies-consent-links {
    margin: 15px 0;
  }
}
