@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Custom additions */
ul,
ol {
  margin: 0;
  padding: 0;
}
/* Hide arrows on number fields */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}
@font-face {
  font-family: 'Oraqle';
  src: url('fonts/Oraqle/Oraqle Script.woff') format('woff'), url('fonts/Oraqle/Oraqle Script.tff') format('truetype');
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* .animation (animationName, @duration: 6s, @delay: 2s, @ease: ease, @fill-mode: forwards); */
/*  .transform(translate(50px)); */
/* .transition(all 2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
.btn,
.btn:visited {
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-with-icon {
  border: none;
  background: none;
}
.centerVertically {
  /* This has to be on the container! */
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* W3C */
  display: flex;
  align-items: center;
}
@font-face {
  font-family: 'navitours';
  src: url('../icons/navitours/fonts/navitours.eot?v3');
  src: url('../icons/navitours/fonts/navitours.eot?v3#iefix') format('embedded-opentype'), url('../icons/navitours/fonts/navitours.woff2?v3') format('woff2'), url('../icons/navitours/fonts/navitours.ttf?v3') format('truetype'), url('../icons/navitours/fonts/navitours.woff?v3') format('woff'), url('../icons/navitours/fonts/navitours.svg?v3#navitours') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'navitours' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ticket:before {
  content: "\e91d";
}
.icon-alarm-alert:before {
  content: "\e91b";
}
.icon-alarm-bell:before {
  content: "\e91c";
}
.icon-envelope:before {
  content: "\e913";
}
.icon-boat:before {
  content: "\e917";
}
.icon-bell:before {
  content: "\e918";
}
.icon-steering:before {
  content: "\e914";
}
.icon-anchor:before {
  content: "\e915";
}
.icon-star:before {
  content: "\e916";
}
.icon-scrollup:before {
  content: "\e900";
}
.icon-sun:before {
  content: "\e912";
}
.icon-sound:before {
  content: "\e911";
}
.icon-down:before {
  content: "\e910";
}
.icon-select:before {
  content: "\e90e";
}
.icon-alert:before {
  content: "\e90c";
}
.icon-alert-empty:before {
  content: "\e90d";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-cart:before {
  content: "\e90a";
}
.icon-plus:before {
  content: "\e907";
}
.icon-gift:before {
  content: "\e909";
}
.icon-moon:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90f";
}
.icon-googleplus:before {
  content: "\e91a";
}
.icon-twitter:before {
  content: "\e919";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-vimeo:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-tripadvisor:before {
  content: "\e905";
}
/*********************
01. GENERAL STYLES Backup
*********************/
* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
.single-cruise .wp-block-table {
  display: table !important;
}
.single-cruise .wp-block-table table {
  width: auto;
}
.single-cruise .wp-block-table table td {
  padding: 0 32px;
}
body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  color: #111a3b;
  /* header image overlay */
}
body.has-header-overlay #content #inner-content .article-header {
  position: relative;
}
body.has-header-overlay #content #inner-content .article-header:before {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
body.single-event #content #inner-content .article-header {
  position: relative;
}
body.single-event #content #inner-content .article-header:before {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
#container {
  position: relative;
  overflow-x: hidden;
}
/*Remove select style IE*/
select::-ms-expand {
  display: none;
}
/* Remove select style Safari/Firefox/Chrome */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
::selection {
  background: rgba(17, 26, 59, 0.8);
  color: white;
}
::-moz-selection {
  background: rgba(17, 26, 59, 0.8);
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.header-not-found h1 {
  color: #333333;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
body.home .header {
  background: #000517;
}
body.home .header:before,
body.home .header:after {
  opacity: 0;
}
body.home #content #inner-content .type-page > .article-header {
  min-height: inherit;
  height: inherit;
  margin-top: 56px;
}
body.home #content #inner-content .type-page > .article-header:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
body.home #content #inner-content .type-page > .article-header:after {
  content: '';
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.4) 30%, rgba(0, 5, 23, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.home #content #inner-content .type-page > .article-header iframe {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
body.home #content #inner-content .type-page .header-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80%;
}
body.search .header,
body.woocommerce-page .header,
body.page-template-search .header {
  min-height: 69px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #111a3b 100%);
}
body.search #inner-content,
body.woocommerce-page #inner-content,
body.page-template-search #inner-content {
  min-height: calc(100vh - 69px);
}
body.search-results .single-result {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
body.search-results .single-result p {
  margin-bottom: 10px;
}
body.search-results .single-result p:last-child {
  margin-bottom: 0;
}
body.search-results .single-result .excerpt-read-more {
  font-size: 1.6rem;
  font-weight: 500;
}
body.overlay {
  overflow: hidden;
}
body.single-cruise h2 {
  margin: 70px 0 10px 0;
}
body.single-event h2 {
  margin: 0 0 20px 0;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  max-width: 1225px;
  margin: 0 auto;
}
/* Search page  */
#content.video-background #inner-content .article-header {
  min-height: inherit;
  height: inherit;
}
#content.video-background #inner-content .article-header:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
#content.video-background #inner-content .article-header:after {
  content: '';
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.4) 30%, rgba(0, 5, 23, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#content.video-background #inner-content .article-header iframe {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#content.video-background #inner-content .header-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80%;
}
#content #inner-content .search-wrap {
  padding-top: 100px;
}
#content #inner-content .search-wrap .search-form {
  position: relative;
  z-index: 100;
}
#content #inner-content .search-wrap #searchform {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#content #inner-content .search-wrap #searchform label {
  display: none;
}
#content #inner-content .search-wrap #searchform input {
  width: 100%;
  max-width: calc(100% - 120px);
  height: 50px;
  outline: none;
  border: 2px solid #00b1b9;
  font-size: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.8);
}
#content #inner-content .search-wrap #searchform .btn {
  height: 50px;
  line-height: 0;
}
#content #inner-content .search-wrap .entry-content {
  margin-top: 20px;
}
#content #inner-content #post-not-found {
  margin: 250px 0 200px;
}
#content #inner-content #post-not-found h1 {
  font-size: 3.5rem;
  text-transform: inherit;
}
#content #inner-content #post-not-found .entry-content {
  margin: 0;
}
#content #inner-content #post-not-found .entry-content p {
  font-size: 2rem;
  margin: 0;
}
/* End */
/**********************
--General Style
**********************/
.page-template-tpl-boat .upper-footer {
  display: none !important;
}
figure {
  margin: 55px 0;
}
figure img {
  margin: 0 auto;
  width: 100%;
}
span {
  font-weight: 500;
}
p {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
strong {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
ul {
  list-style: none;
}
.media {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.btn {
  overflow: hidden;
}
.btn {
  text-align: center;
  border: none;
  overflow: hidden;
  position: relative;
  background-color: #00b1b9;
  white-space: nowrap;
  font-size: 1.8rem;
  outline: none;
  color: #ffffff;
  min-width: 117px;
  height: 61px;
  font-family: "futura-pt", sans-serif;
  line-height: 50px;
  font-weight: 500;
}
.btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover:before {
  top: -70%;
}
.btn:hover:after {
  bottom: -70%;
}
.btn.dark-btn {
  background-color: #111a3b;
}
.btn.btnLight {
  background-color: #f4f4f5;
  color: #242424;
}
#mute-button {
  z-index: 10;
  color: #ffffff;
  font-size: 3.4rem;
  position: absolute;
  cursor: pointer;
  bottom: 15px;
  left: 22px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mute-button:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: transparent;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 1px;
  right: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mute-button.muted:after {
  background: #ffffff;
}
/*End*/
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  color: #111a3b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #070a17;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-size: 3rem;
  color: #ffffff;
  z-index: 2;
}
h2 {
  margin: 25px 0 10px;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 400;
}
h2.bold-header {
  font-weight: 500;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1rem;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 1em;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}
.header:after,
.header:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header:after {
  height: 100px;
  background: linear-gradient(0deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.2) 30%, rgba(0, 5, 23, 0.6) 100%);
  z-index: 0;
}
.header:before {
  height: 75px;
  background: linear-gradient(0deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.4) 30%, rgba(0, 5, 23, 0.9) 100%);
  z-index: 1;
}
.header #inner-header {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header #inner-header .count-offers {
  background-color: #7ae0e5;
  position: absolute;
  top: -1px;
  right: -5px;
  width: 16px;
  height: 16px;
  font-size: 0.8rem;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  color: black;
  font-family: "futura-pt", sans-serif;
}
.header #inner-header .logo-menu-wrap {
  display: flex;
  align-items: center;
  z-index: 10;
}
.header #inner-header .mobile-cart {
  position: absolute;
  font-size: 3rem;
  right: calc(5% + 60px);
  z-index: 10;
}
.header #inner-header .header-icons-wrap {
  display: none;
  align-items: center;
  z-index: 10;
}
.header #inner-header .header-icons-wrap a {
  margin: 0 7px;
  color: #ffffff;
  font-size: 2.5rem;
}
.header #inner-header .header-icons-wrap a [class^="icon-"] {
  font-size: 1.8rem;
}
.header #inner-header .header-icons-wrap a [class^="icon-"].icon-cart {
  font-size: 2.1rem;
}
.header #inner-header .language-select {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 30px;
  min-width: 50px;
  z-index: 30;
}
.header #inner-header .language-select .language-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50px;
  padding-top: 30px;
  position: absolute;
  display: flex;
  flex-flow: column;
  height: 30px;
  left: 0;
  top: 0;
}
.header #inner-header .language-select .language-wrapper li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
}
.header #inner-header .language-select .language-wrapper li a {
  min-width: 50px;
  min-height: 30px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  display: block;
  padding-left: 10px;
  line-height: 30px;
}
.header #inner-header .language-select .language-wrapper .current-lang {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.header #inner-header .language-select:after {
  content: "\e90e";
  font-family: 'navitours';
  position: absolute;
  color: #ffffff;
  bottom: 13px;
  right: 8px;
  font-size: 5px;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header .language-select-mobile .language-wrapper {
  background: transparent;
  padding-top: 0;
  padding-bottom: 60px;
  top: auto;
  bottom: 0;
}
.header #inner-header .language-select-mobile .language-wrapper li {
  height: 30px;
}
.header #inner-header .language-select-mobile .language-wrapper li a {
  font-size: 2.2rem;
}
.header #inner-header .language-select-mobile .language-wrapper .current-lang {
  top: auto;
  bottom: 0;
}
.header #inner-header .language-select-mobile.toggle-language .language-wrapper {
  padding-bottom: 90px;
  height: inherit;
}
.header #inner-header .language-select-mobile.toggle-language .language-wrapper li {
  opacity: 1;
  visibility: visible;
}
.header #inner-header .language-select-mobile.toggle-language:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header #inner-header .language-select-mobile:after {
  right: 6px;
}
.header #inner-header .mobile-wrap {
  display: flex;
  width: 90%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header #inner-header .mobile-wrap a {
  margin: 0;
}
.header #inner-header .mobile-wrap .icon-search {
  margin-left: 7px;
}
.header #inner-header .mobile-wrap .language-select-mobile select {
  font-size: 2.4rem;
  padding-left: 4px;
}
.header .not-small {
  display: none;
}
.header .icons {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .icons i {
  font-size: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .icons i:hover {
  color: #00b1b9;
}
.header .icons .icon-search {
  font-size: 2.5rem;
  line-height: 35px;
}
.header .icons a {
  position: relative;
  height: 35px;
}
.header .icons a .description {
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  background-color: #111a3b;
  font-size: 15px;
  font-weight: 500;
  width: 114px;
  height: 30px;
  white-space: nowrap;
  left: -44px;
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  line-height: 30px;
  z-index: 25;
}
.header .icons a .description:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #111a3b;
  position: absolute;
  top: -5px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.header .icons a:hover .description {
  opacity: 1;
  visibility: visible;
}
.header .icon-cart {
  position: relative;
  color: #ffffff;
}
.header .icon-cart .cart-count {
  background-color: #7ae0e5;
  position: absolute;
  top: -5px;
  right: -7px;
  width: 16px;
  height: 16px;
  font-size: 0.8rem;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  color: black;
  font-family: "futura-pt", sans-serif;
}
.header .menu-burger {
  position: relative;
  width: 35px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}
.header .menu-burger .inner-burger {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header .menu-burger .inner-burger .burger-span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .menu-burger .inner-burger.active .burger-span:first-child {
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
.header .menu-burger .inner-burger.active .burger-span:nth-child(2) {
  width: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .menu-burger .inner-burger.active .burger-span:last-child {
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}
.header #logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 160px;
  height: 50px;
}
/*********************
07. NAVIGATION STYLES
*********************/
.main-nav {
  position: absolute;
  top: 0;
  width: 100%;
  right: -100%;
  padding-top: 82px;
  height: 100vh;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #111a3b;
}
.main-nav.active {
  right: 0;
}
.main-nav .top-nav {
  width: 90%;
  margin: 0 auto;
}
.main-nav ul.nav > li,
.main-nav div.nav ul > li {
  display: block;
}
.main-nav ul.nav > li .sub-menu,
.main-nav div.nav ul > li .sub-menu {
  background-color: #3b4e6d;
  margin-left: -6px;
  width: 100%;
  display: none;
}
.main-nav ul.nav > li:hover a,
.main-nav div.nav ul > li:hover a {
  color: #ffffff;
}
.main-nav ul.nav > li a,
.main-nav div.nav ul > li a {
  display: block;
  text-decoration: none;
  padding: 10px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
}
.main-nav ul.nav > li.menu-item-has-children > a,
.main-nav div.nav ul > li.menu-item-has-children > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-nav ul.nav > li.menu-item-has-children > a:after,
.main-nav div.nav ul > li.menu-item-has-children > a:after {
  content: "\e90e";
  font-family: 'navitours';
  color: #ffffff;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-nav ul.nav > li.menu-item-has-children > a.open:after,
.main-nav div.nav ul > li.menu-item-has-children > a.open:after {
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.main-nav ul.nav > li ul.sub-menu li,
.main-nav div.nav ul > li ul.sub-menu li,
.main-nav ul.nav > li ul.children li,
.main-nav div.nav ul > li ul.children li {
  width: 100%;
}
.main-nav ul.nav > li ul.sub-menu li a,
.main-nav div.nav ul > li ul.sub-menu li a,
.main-nav ul.nav > li ul.children li a,
.main-nav div.nav ul > li ul.children li a {
  padding-left: 30px;
}
.main-nav ul.nav li.current-menu-item > a,
.main-nav div.nav ul li.current-menu-item > a,
.main-nav ul.nav li.current-menu-parent > a,
.main-nav div.nav ul li.current-menu-parent > a,
.main-nav ul.nav li.current-menu-ancestor > a,
.main-nav div.nav ul li.current-menu-ancestor > a,
.main-nav ul.nav li.current_page_item > a,
.main-nav div.nav ul li.current_page_item > a,
.main-nav ul.nav li.current_page_ancestor > a,
.main-nav div.nav ul li.current_page_ancestor > a {
  color: #00b1b9;
}
/* General style of plus icon  */
.plus-icon {
  color: #00b1b9;
  background-color: #e2f1f2;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.plus-icon .plus-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.plus-icon span {
  position: absolute;
  width: 10px;
  height: 10px;
}
.plus-icon span:first-child {
  border-right: 2px solid #00b1b9;
  border-bottom: 2px solid #00b1b9;
  top: 0;
  left: 0;
}
.plus-icon span:nth-child(2) {
  border-left: 2px solid #00b1b9;
  border-bottom: 2px solid #00b1b9;
  top: 0;
  right: 0;
}
.plus-icon span:nth-child(3) {
  border-right: 2px solid #00b1b9;
  border-top: 2px solid #00b1b9;
  bottom: 0;
  left: 0;
}
.plus-icon span:last-child {
  border-left: 2px solid #00b1b9;
  border-top: 2px solid #00b1b9;
  bottom: 0;
  right: 0;
}
.plus-icon:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-icon.plus-dark {
  background: #111a3b;
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  border: 2px solid white;
}
.plus-icon.plus-dark span {
  border-color: #ffffff;
}
.plus-icon.plus-dark:hover {
  border-color: #111a3b;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}
.plus-icon.plus-dark:hover span {
  border-color: #111a3b;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  /* Header Slider Style */
}
#content #inner-content .article-header {
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  background-size: cover;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 50vh;
  min-height: 360px;
  display: flex;
  color: #ffffff;
  background-color: #0f1736;
}
#content #inner-content .article-header iframe {
  pointer-events: none;
}
#content #inner-content .header-wrapper {
  width: 96%;
  position: relative;
}
#content #inner-content .header-wrapper h1.wrap {
  width: 100%;
}
#content #inner-content .header-slider {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
}
#content #inner-content .header-slider .header-slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover, object-position: center center';
  display: none;
}
#content #inner-content .header-slider .controller-pre,
#content #inner-content .header-slider .controller-next {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 70px;
  opacity: 0.5;
  font-size: 6rem;
  padding: 17px;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#content #inner-content .header-slider .controller-pre:hover,
#content #inner-content .header-slider .controller-next:hover {
  opacity: 1;
  left: 60px;
}
#content #inner-content .header-slider .controller-next {
  left: auto;
  right: 70px;
}
#content #inner-content .header-slider .controller-next:hover {
  left: auto;
  right: 60px;
}
#content #inner-content .cruise-cat:hover .plus-icon,
#content #inner-content .event-cat:hover .plus-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content #inner-content a.event:hover .plus-dark,
#content #inner-content a.cruise:hover .plus-dark {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content #inner-content a.event.small:hover .plus-dark,
#content #inner-content a.cruise.small:hover .plus-dark {
  border-color: #ffffff;
}
#content #inner-content .entry-content {
  margin: 40px auto;
}
#content #inner-content .entry-content .event-cats,
#content #inner-content .entry-content .cruise-cats {
  margin-bottom: 21px;
}
#content #inner-content .entry-content .event-cats img,
#content #inner-content .entry-content .cruise-cats img {
  position: relative;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
  width: 100%;
  max-height: 260px;
  height: 260px;
}
#content #inner-content .entry-content .event-cats .footer-wrap,
#content #inner-content .entry-content .cruise-cats .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 35px 0;
}
#content #inner-content .entry-content .event-cats .footer-wrap h2,
#content #inner-content .entry-content .cruise-cats .footer-wrap h2 {
  margin: 4px 0 5px 0;
  font-weight: 500;
  padding-right: 5px;
}
#content #inner-content .filter-form {
  max-width: 700px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#content #inner-content .filter-form .select-wrapper {
  width: 30%;
  margin: 0;
  max-width: 230px;
  position: relative;
}
#content #inner-content .filter-form .select-wrapper:after {
  content: "\e90e";
  font-family: 'navitours';
  position: absolute;
  color: #242424;
  top: 18px;
  right: 6px;
  font-size: 0.5rem;
  pointer-events: none;
}
#content #inner-content .filter-form .btn {
  width: calc(30%);
  margin: 0;
  max-width: 230px;
  height: 40px;
  line-height: inherit;
  min-width: auto;
}
#content #inner-content .filter-form select {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #242424;
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
}
#content #inner-content .max-capacity:after {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-image: url("../images/sold.png");
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 228, 242, 0.6);
  pointer-events: none;
}
#content #inner-content .event-onsale {
  position: absolute;
  height: 70px;
  width: 142px;
  background-repeat: no-repeat;
  left: -21px;
  background-size: contain;
  top: -12px;
}
#content #inner-content .event-onsale.onsale-single {
  top: 80px;
  left: auto;
  right: -21px;
  width: 125px;
  height: 60px;
}
#content #inner-content .event-onsale.onsale-single .percentage {
  font-size: 24px;
  top: 6px;
}
#content #inner-content .event-onsale .percentage {
  position: absolute;
  top: 8px;
  left: 40px;
  font-size: 28px;
  color: #ffffff;
}
#content #inner-content .event .article-header {
  margin-bottom: 0;
}
#content #inner-content .event .price {
  margin-bottom: 85px;
}
#content #inner-content .event .price h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
#content #inner-content .event .reservation {
  margin-top: 33px;
}
#content #inner-content .event .reservation p {
  margin-bottom: 0;
}
#content #inner-content .event .price-wrap {
  margin-bottom: 20px;
}
#content #inner-content .event .price-wrap .package-highlight {
  font-weight: 400;
  font-style: italic;
}
#content #inner-content .times .times-text {
  padding: 50px 0 20px;
}
#content #inner-content .times .times-info {
  margin-bottom: 40px;
}
#content #inner-content .times .times-info .date {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
#content #inner-content .times .times-info h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}
#content #inner-content .times .times-info p {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content #inner-content .times .btn {
  width: 100%;
  height: 85px;
  font-size: 2.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
#content #inner-content .ribbon-full {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#content #inner-content .times-info-inner {
  padding: 40px;
  background-color: #dddddd;
}
#content #inner-content .homepage-message {
  font-family: "futura-pt", sans-serif;
  font-size: 72px;
  font-weight: 500;
  max-width: 800px;
  margin: 85px auto 0;
  text-align: center;
}
#content #inner-content .homepage-events .home-events a {
  margin: 35px auto;
  width: 100%;
}
#content #inner-content .events {
  position: relative;
}
#content #inner-content .events a {
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
  padding: 0 0 25px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}
#content #inner-content .events h3 {
  margin-top: 45px;
  text-transform: uppercase;
}
#content #inner-content .events h3.event-subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 2.2rem;
}
#content #inner-content .events p {
  font-size: 1.8rem;
  margin: 0;
}
#content #inner-content .events .date {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #111a3b;
  color: #ffffff;
  z-index: 5;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 10px 15px;
}
#content #inner-content .events .date span {
  padding: 0 7px 0 6px;
}
#content #inner-content .events .date .icon-sun {
  font-size: 1.8rem;
}
#content #inner-content .events .date .icon-moon {
  font-size: 1.4rem;
}
#content #inner-content .events .article-header {
  overflow: visible;
  height: 200px;
  position: relative;
}
#content #inner-content .events .entry-content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#content #inner-content .events .entry-content div {
  padding-right: 20px;
}
#content #inner-content .events .entry-content footer {
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
  justify-content: center;
  align-items: center;
}
#content #inner-content .events .entry-content footer i {
  font-size: 3.5rem;
  margin: 9px 0;
}
#content #inner-content .events:before {
  content: attr(data-no-results-text);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2.2rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .events.no-results {
  display: block;
  height: 40px;
}
#content #inner-content .events.no-results:before {
  opacity: 1;
}
#content #inner-content .small-header {
  background-color: #dddddd;
  min-height: inherit;
  margin: 0;
}
#content #inner-content .small-header:before,
#content #inner-content .small-header:after {
  display: none;
}
#content #inner-content .download {
  z-index: 19;
  position: absolute;
  bottom: 0;
  width: 250px;
  height: 138px;
  display: flex;
  right: -175px;
  padding-left: 75px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#content #inner-content .download.activate-animation {
  animation: 3800ms action-reverse 5s ease-in-out;
}
#content #inner-content .download.open {
  right: 0;
}
#content #inner-content .download .download-body {
  position: relative;
  width: 100%;
  background: #00b1b9;
  align-items: center;
  justify-content: center;
  display: flex;
}
#content #inner-content .download .download-body a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
#content #inner-content .download .download-body p {
  margin-bottom: 0;
}
#content #inner-content .download .download-body:before {
  content: '';
  top: 0;
  position: absolute;
  left: -69px;
  width: 0;
  height: 0;
  border-top: 69px solid transparent;
  border-bottom: 69px solid transparent;
  border-right: 69px solid #00b1b9;
}
#content #inner-content .download .icon-side-download {
  content: "\e910";
  position: absolute;
  font-size: 3.8rem;
  left: 28px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'navitours';
}
#content #inner-content .subtitle {
  font-size: 2.5rem;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#content #inner-content .adventures {
  position: relative;
  font-size: 6rem;
  color: #ffffff;
  line-height: 0.5;
  font-family: 'Oraqle';
  z-index: 2;
  margin-bottom: 0;
}
#content #inner-content .adventures span {
  font-size: 3.8rem;
}
#content #inner-content .homepage-title {
  font-size: 5.6rem;
  font-weight: 400;
  width: 100%;
  line-height: 1;
}
#content #inner-content .homepage-subtitle {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  margin-top: -5px;
}
#content #inner-content .homepage-slider .inner-slider {
  position: relative;
  padding-bottom: 60px;
}
#content #inner-content .homepage-slider .pager-small {
  position: absolute;
  bottom: 0;
}
#content #inner-content .homepage-slider .slider-content {
  position: static;
  text-align: center;
  margin-top: 30px;
}
#content #inner-content .homepage-slider footer.pager {
  margin: 20px auto;
}
#content #inner-content .slider-image {
  position: relative;
  margin: 0 auto 20px;
  max-height: 440px;
  padding-bottom: 75%;
}
#content #inner-content .slider-image .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none;
}
#content #inner-content .slider-image .image-wrap {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
#content #inner-content .slider-image .image-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgba(17, 26, 59, 0.75) 77%, #111a3b 100%);
  z-index: 2;
}
#content #inner-content .slider-image .image-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 26, 59, 0.25);
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content #inner-content .slider-image .slide-content {
  position: absolute;
  text-align: center;
  bottom: -28px;
  z-index: 3;
  width: 100%;
}
#content #inner-content .slider-image:first-child {
  display: block;
}
#content #inner-content .slider-image h3 {
  font-size: 3.4rem;
  line-height: 1.1;
  padding: 0 20px;
  color: #00b1b9;
  font-weight: 500;
  margin-bottom: 20px;
}
#content #inner-content .slider-image button {
  display: inline-block;
  margin: 0 auto;
  border: none;
  outline: none;
  background: none;
}
#content #inner-content .slider-image:hover .plus-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  transform: translate3d(0, 0, 0) rotate(90deg);
}
#content #inner-content .slider-image:hover .image-wrap:before {
  opacity: 1;
}
#content #inner-content .slider-content {
  flex-basis: 25%;
  position: relative;
}
#content #inner-content .pager-small {
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
}
#content #inner-content .pager-el {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  border: 1px solid #a0a0a0;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .pager-el:hover {
  border-width: 7px;
}
#content #inner-content .pager-el.active {
  background: #00b1b9;
  border-color: #00b1b9;
}
#content #inner-content footer.pager {
  position: relative;
  left: -5%;
  width: 110%;
  margin: 50px auto;
  display: flex;
  font-size: 1.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  align-items: baseline;
  overflow-x: auto;
  white-space: nowrap;
}
#content #inner-content footer.pager::-webkit-scrollbar {
  display: none;
}
#content #inner-content footer.pager a {
  position: relative;
  font-weight: 500;
  padding: 0 10px;
  color: #636c90;
  -webkit-font-smoothing: antialiased;
  height: 23px;
  display: flex;
  align-items: flex-end;
}
#content #inner-content footer.pager a.active {
  font-size: 1.8rem;
  color: #00b1b9;
}
#content #inner-content footer.pager a:hover {
  color: #00b1b9;
}
#content #inner-content footer.pager a:after {
  content: '';
  background: rgba(51, 51, 51, 0.22);
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content footer.pager a:last-child:after {
  display: none;
}
#content #inner-content footer.pager span {
  border-right: 2px solid #333333;
  opacity: 0.22;
  width: 0;
  height: 16px;
}
#content #inner-content .homepage-events {
  margin: 0 auto;
  padding: 60px 0;
  background-color: #f4f5f5;
}
#content #inner-content .homepage-events .home-events .details {
  display: block;
}
#content #inner-content .homepage-events .home-events .details .date {
  display: inline-flex;
}
#content #inner-content .homepage-events .home-events .events-text,
#content #inner-content .homepage-events .home-events .small {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#content #inner-content .homepage-events .home-events .events-text .entry-content,
#content #inner-content .homepage-events .home-events .small .entry-content {
  border: none;
}
#content #inner-content .homepage-events .home-events .events-text {
  width: 100%;
  text-align: center;
}
#content #inner-content .homepage-events .home-events .events-button {
  background-color: #ffffff;
  color: #242424;
  font-weight: 500;
  width: 100%;
  max-width: 265px;
  border: 1px solid #ffffff;
  -webkit-font-smoothing: antialiased;
  padding: 3px;
}
#content #inner-content .homepage-events .home-events .events-button:before,
#content #inner-content .homepage-events .home-events .events-button:after {
  background-color: #eff2f7;
}
#content #inner-content .details {
  display: flex;
  text-align: left;
  padding: 10px;
  z-index: 2;
  flex-flow: column nowrap;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(17, 26, 59, 0.756);
  background: -webkit-linear-gradient(180deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.756) 40%, #111a3b 100%);
  background: linear-gradient(180deg, rgba(17, 26, 59, 0) 0%, rgba(17, 26, 59, 0.756) 40%, #111a3b 100%);
}
#content #inner-content .details h3 {
  color: #ffffff;
  font-size: 2.1rem;
  letter-spacing: 1px;
}
#content #inner-content .details .date {
  position: relative;
}
#content #inner-content .details .plus-icon {
  margin: 24px auto -34px auto;
  border: 3px solid #ffffff;
}
#content #inner-content .events-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#content #inner-content .small {
  height: 250px;
  width: calc(100% / 3 - 5px);
  display: inline-block;
  min-width: 200px;
  margin: 35px auto;
}
#content #inner-content .slide_2 {
  margin-top: 0;
}
#content #inner-content .slide_2 .slider-image {
  max-width: 795px;
}
#content #inner-content .menu-files {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
#content #inner-content .menu-files li {
  width: calc(50% - 20px);
  margin: 0 10px;
}
#content #inner-content .menu-files li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}
#content #inner-content .timing-ontop-wrapper {
  background-color: #dddddd;
  padding: 20px 0;
}
#content #inner-content .timing-table-wrapper {
  position: relative;
  background: none;
  width: 105%;
  left: -5%;
  padding: 0;
}
#content #inner-content .timing-table-wrapper table {
  background-color: #dddddd;
  margin-left: 4.5%;
  margin-bottom: 0;
}
#content #inner-content .ontop-table {
  margin: 10px auto;
  background-color: #dddddd;
  width: 80%;
  font-size: 22px;
}
#content #inner-content .ontop-table .circle-span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}
#content #inner-content .ontop-table .table-head {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
#content #inner-content .ontop-table .table-head th {
  text-align: center;
  padding: 10px 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
#content #inner-content .ontop-table .table-head th span {
  font-weight: 700;
}
#content #inner-content .ontop-table .table-head th span.long-text {
  white-space: nowrap;
  font-weight: 400;
}
#content #inner-content .ontop-table tr {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#content #inner-content .ontop-table tr:nth-child(odd) {
  background-color: #eeeeee;
}
#content #inner-content .ontop-table tr td {
  position: relative;
  text-align: center;
}
#content #inner-content .ontop-table tr td:after {
  content: '';
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  min-height: 28px;
  width: 10px;
  background-image: url("../images/dot.png");
  background-size: 90%;
  background-repeat: repeat-y;
  background-position-x: center;
}
#content #inner-content .ontop-table tr td:last-child {
  white-space: nowrap;
  padding: 0 40px;
}
#content #inner-content .ontop-table tr td:last-child:after {
  display: none;
}
#content #inner-content .ontop-table tr td:first-child {
  white-space: nowrap;
  padding: 0 40px;
}
#content #inner-content .ontop-table tr td:nth-child(9) {
  white-space: nowrap;
  padding: 0 40px;
}
#content #inner-content .ontop-table tr td:nth-child(11) {
  white-space: nowrap;
  padding: 0 40px;
}
#content #inner-content .ontop-table .picked-day {
  margin: 0 auto;
}
#content #inner-content .ontop-table .suffix-pluses {
  color: #d63750;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 2px;
}
#content #inner-content .ontop-table .suffix-letters {
  color: #f5a832;
  font-weight: 600;
}
#content #inner-content .ontop-table .picked-day {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background-color: #242424;
}
#content #inner-content .timing-table-wrapper {
  overflow-x: auto;
}
#content #inner-content .timing-table-wrapper + p {
  margin-top: 80px;
}
#content #inner-content .info-block-row {
  position: relative;
  padding-top: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 46px;
  margin: 6px 12px 0 15px;
}
#content #inner-content .info-block-row:first-child {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
#content #inner-content .info-block-row:first-child span {
  display: none;
}
#content #inner-content .info-block-row span {
  position: absolute;
  left: 0;
  margin-right: 10px;
  min-width: 36px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
#content #inner-content .info-block-row span.red-pipe {
  position: static;
  margin: 0;
  min-width: inherit;
  direction: inherit;
  letter-spacing: inherit;
  color: #d63750;
  font-weight: 700;
  display: none;
}
#content #inner-content .info-block-row strong {
  position: relative;
  font-weight: 700;
}
#content #inner-content .info-block-row strong:before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
}
#content #inner-content .info-block-row small {
  display: block;
  margin-top: 2px;
  padding-left: 24px;
}
#content #inner-content .timing-table {
  font-size: 1.6rem;
  width: 100%;
  margin: 55px auto 0;
  text-align: center;
  min-width: 900px;
}
#content #inner-content .timing-table .empty {
  background-color: #ffffff;
}
#content #inner-content .timing-table th,
#content #inner-content .timing-table td {
  padding: 17px 0;
  width: calc(100% / 7);
  font-weight: 500;
}
#content #inner-content .timing-table tr {
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
#content #inner-content .timing-table th,
#content #inner-content .timing-table .weekday {
  background-color: #ccc;
}
#content #inner-content .timing-table td {
  background-color: #dddddd;
}
#content #inner-content .timing-table .colored {
  color: #ffffff;
  font-weight: 600;
}
#content #inner-content .timing-table th {
  border: 5px solid #ffffff;
}
#content #inner-content .table-container {
  display: block;
}
#content #inner-content .savoir-table {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  width: 100%;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#content #inner-content .savoir-table tr:last-child td:last-child {
  padding-bottom: 20px;
}
#content #inner-content .savoir-table span {
  font-weight: 600;
}
#content #inner-content .savoir-table td,
#content #inner-content .savoir-table th {
  padding: 12px 5px 5px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
#content #inner-content .savoir-table td:nth-child(2n),
#content #inner-content .savoir-table th:nth-child(2n) {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 5px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#content #inner-content .savoir-table th {
  text-align: left;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding-top: 22px;
  font-size: 2.8rem;
}
#content #inner-content .savoir_parent {
  font-size: 2.2rem;
}
#content #inner-content .events-table {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #ccc;
  min-width: 700px;
}
#content #inner-content .events-table tr:nth-child(odd) {
  background-color: #ddd;
}
#content #inner-content .events-table .date-time {
  font-weight: 600;
}
#content #inner-content .events-table a,
#content #inner-content .events-table button {
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .events-table a i,
#content #inner-content .events-table button i {
  font-size: 20px;
  color: #00b1b9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}
#content #inner-content .events-table a:hover,
#content #inner-content .events-table button:hover {
  color: #00b1b9;
}
#content #inner-content .events-table th {
  background-color: #ffac0f;
  padding: 19px 0;
  color: #ffffff;
  border: 5px solid #ffffff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#content #inner-content .events-table td {
  border: 5px solid #ffffff;
  text-align: center;
}
#content #inner-content .devis-slider {
  margin: 50px 0;
  min-height: 364px;
}
#content #inner-content .devis-slider:last-child {
  margin-bottom: 100px;
}
#content #inner-content .devis-slider h2 {
  font-size: 2.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .devis-slider h2:hover {
  opacity: 0.8;
}
#content #inner-content .devis-slider p {
  font-size: 1.8rem;
}
#content #inner-content .devis-slider .slider-content {
  margin: 0;
}
#content #inner-content .devis-slider .more-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content #inner-content .devis-slider .slider-image {
  height: 265px;
  padding-bottom: 0;
}
#content #inner-content .devis-slider .slider-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#content #inner-content .devis-slider .image-wrap {
  background-size: cover;
}
#content #inner-content .devis-slider .image-wrap:after,
#content #inner-content .devis-slider .image-wrap:before {
  display: none;
}
#content #inner-content .switch-list-tabs {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 50px 0;
  border-bottom: 1px solid #a0a0a0;
}
#content #inner-content .switch-list-tabs li {
  white-space: nowrap;
  font-size: 1.4rem;
  color: #7f7f7f;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  padding: 10px;
  margin: 10px 10px -3px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 43px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .switch-list-tabs li.active {
  color: #00b1b9;
  font-size: 1.8rem;
  border-color: #a0a0a0;
  border-bottom-color: #ffffff;
}
#content #inner-content .tab-page-content {
  display: none;
}
#content #inner-content .tab-page-content.active {
  display: block;
}
#content #inner-content .tab-page-content .entry-content {
  width: 100%;
}
#content #inner-content .gift-cards {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#content #inner-content .gift-cards select {
  background: #dddddd;
  border: none;
  width: 38px;
  text-align-last: center;
}
#content #inner-content .variations_button,
#content #inner-content form.cart {
  display: flex;
  flex-basis: 40%;
  align-items: center;
  justify-content: space-between;
}
#content #inner-content .product {
  margin: 30px auto;
  width: 100%;
}
#content #inner-content .product-with-icon {
  background-color: #00b1b9;
}
#content #inner-content .product-with-icon .icon-gift {
  font-size: 6.3rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content #inner-content .product-with-icon .title-wrapper {
  height: 173px;
  position: relative;
  padding: 0 20px;
}
#content #inner-content .cartButton {
  margin-top: 32px;
}
#content #inner-content .product-with-title,
#content #inner-content .product-without-title {
  background-color: #111a3b;
}
#content #inner-content .product-with-title.product-with-houseboat button.single_add_to_cart_button:before,
#content #inner-content .product-without-title.product-with-houseboat button.single_add_to_cart_button:before,
#content #inner-content .product-with-title.product-with-wateradventures button.single_add_to_cart_button:before,
#content #inner-content .product-without-title.product-with-wateradventures button.single_add_to_cart_button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content #inner-content .product-with-title.product-with-houseboat .own-price,
#content #inner-content .product-without-title.product-with-houseboat .own-price,
#content #inner-content .product-with-title.product-with-wateradventures .own-price,
#content #inner-content .product-without-title.product-with-wateradventures .own-price {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content #inner-content .product-with-title.product-with-houseboat img,
#content #inner-content .product-without-title.product-with-houseboat img,
#content #inner-content .product-with-title.product-with-wateradventures img,
#content #inner-content .product-without-title.product-with-wateradventures img {
  max-height: 110px;
}
#content #inner-content .product-with-title.product-with-houseboat,
#content #inner-content .product-without-title.product-with-houseboat {
  background-color: #00b1b9;
}
#content #inner-content .product-with-title .title-wrapper,
#content #inner-content .product-without-title .title-wrapper {
  height: 218px;
  position: relative;
  line-height: 1.3;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-flow: column;
  text-align: center;
  font-size: 2.2rem;
  font-family: "futura-pt", sans-serif;
}
#content #inner-content .product-with-title .title-wrapper .attribute,
#content #inner-content .product-without-title .title-wrapper .attribute {
  font-size: 1.8rem;
  position: relative;
  padding-top: 10px;
}
#content #inner-content .product-with-title .title-wrapper .attribute:after,
#content #inner-content .product-without-title .title-wrapper .attribute:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#content #inner-content .product-with-title .title-wrapper strong,
#content #inner-content .product-without-title .title-wrapper strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#content #inner-content .product-with-title .meta,
#content #inner-content .product-without-title .meta {
  min-height: 65px;
}
#content #inner-content .product-with-title .meta .button,
#content #inner-content .product-without-title .meta .button {
  margin-left: 10px;
}
#content #inner-content .product-with-title .meta .button:before,
#content #inner-content .product-without-title .meta .button:before {
  left: 22px;
  top: 18px;
  font-size: 2.8rem;
}
#content #inner-content .meta {
  background-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px;
  height: 55px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
#content #inner-content .meta form {
  height: 100%;
}
#content #inner-content .meta .quantity {
  visibility: hidden;
  pointer-events: none;
  width: calc(100% - 40px);
  position: relative;
}
#content #inner-content .meta .quantity:after {
  content: "\e90e";
  font-family: 'navitours';
  position: absolute;
  color: #242424;
  top: 11px;
  left: 32px;
  font-size: 0.5rem;
  pointer-events: none;
}
#content #inner-content .meta .hidden:after {
  display: none;
}
#content #inner-content .meta .own-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
#content #inner-content .meta .own-price label {
  font-size: 1.8rem;
  white-space: nowrap;
  margin-right: 6px;
}
#content #inner-content .meta .own-price input {
  width: 40px;
  outline: none;
  height: 30px;
  border: 1px solid #00b1b9;
}
#content #inner-content .meta .button {
  position: relative;
  height: 100%;
  min-height: 30px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  max-width: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}
#content #inner-content .meta .button:before {
  content: "\e90a";
  position: absolute;
  top: 51%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'navitours';
  text-indent: 0;
  color: #00b1b9;
  background-color: transparent;
  opacity: 1;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 500;
}
#content #inner-content .meta .button:after {
  display: none;
}
#content #inner-content .cart-button {
  background-color: #dddddd;
  color: #242424;
}
#content #inner-content .wp-block-gallery {
  margin: 40px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#content #inner-content .wp-block-gallery li {
  overflow: hidden;
  min-width: 230px;
  height: 200px;
  width: calc(100% / 3 - 12px);
  margin: 8px 0;
}
#content #inner-content .wp-block-gallery li img {
  -webkit-transition: transform 1.5s cubic-bezier(0.11, 0.8, 0.79, 0.96) 0s;
  transition: transform 1.5s cubic-bezier(0.11, 0.8, 0.79, 0.96) 0s;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover, object-position: center';
}
#content #inner-content .wp-block-gallery li figcaption {
  display: none;
}
#content #inner-content .wp-block-gallery li:hover img {
  -webkit-transition: transform 15s cubic-bezier(0.11, 0.8, 0.79, 0.96) 0s;
  transition: transform 15s cubic-bezier(0.11, 0.8, 0.79, 0.96) 0s;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#content #inner-content .employees {
  margin-top: 67px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#content #inner-content .employee {
  width: 100%;
  margin: 20px 0;
}
#content #inner-content .employee-thumbnail {
  background-color: #dddddd;
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}
#content #inner-content .employee-details {
  -webkit-font-smoothing: antialiased;
}
#content #inner-content .employee-details h3 {
  line-height: 1.7;
  font-size: 2.7rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#content #inner-content .employee-details p {
  color: #000;
  font-size: 1.8rem;
}
#content #inner-content .wp-block-column {
  flex-basis: 100%;
}
#content #inner-content .wp-block-columns {
  margin: 40px auto;
}
#content #inner-content .wp-block-columns.collapsible-block {
  margin: 0;
  padding: 18px;
}
#content #inner-content .wp-block-columns.collapsible-block .wp-block-column:first-child {
  margin-bottom: 20px;
}
#content #inner-content .wp-block-column:not(:first-child),
#content #inner-content .wp-block-column:nth-child(2n) {
  margin-left: 0;
}
#content #inner-content .collapsible-header {
  padding: 12px 20px;
  border: 1px solid #111a3b;
  margin-bottom: 0;
  cursor: pointer;
}
#content #inner-content .collapsible-header:after {
  content: "\e90e";
  display: block;
  font-size: 1.6rem;
  font-family: navitours;
  position: absolute;
  right: 19px;
  top: 50%;
  -ms-transform: translateY(-45%) rotate(-90deg);
  -webkit-transform: translateY(-45%) rotate(-90deg);
  transform: translateY(-45%) rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.2rem;
}
#content #inner-content .collapsible-header.open:after {
  transform: translateY(-50%) rotate(0deg);
}
#content #inner-content .table-container {
  padding: 25px;
  border: 1px solid #111a3b;
  border-top: none;
}
#content #inner-content .section-homepage-alarm {
  position: relative;
  margin: 0 auto;
  min-width: 100%;
}
#content #inner-content .section-homepage-alarm__advertisement {
  margin: 80px 0 0;
  height: 100%;
}
#content #inner-content .section-homepage-alarm .homepage-alarm {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__alert {
  color: #c92424;
  background-color: #ECECEC;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__advertisement {
  color: #121B3C;
  background-color: #FFD02E;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__content {
  flex: 1 1 100%;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.28px;
  line-height: 22px;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__title-advertisement {
  color: #003B64;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 0.42px;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.2px;
  margin-top: 10px;
  max-width: 900px;
}
#content #inner-content .section-homepage-alarm .homepage-alarm__text-advertisement {
  margin-top: 16px;
}
#content #inner-content .section-homepage-alarm i.homepage-alarm__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
  font-size: 30px;
}
#content #inner-content .section-homepage-alarm i.homepage-alarm__icon-advertisement {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: #ffffff;
  padding: 15px;
  border-radius: 50%;
}
#content #inner-content .section-homepage-alarm i.homepage-alarm__link-alert {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 10px auto 0;
  background-color: #ffffff;
}
#content #inner-content .section-homepage-alarm i.homepage-alarm__link-alert span:first-child,
#content #inner-content .section-homepage-alarm i.homepage-alarm__link-alert span:nth-child(2),
#content #inner-content .section-homepage-alarm i.homepage-alarm__link-alert span:nth-child(3),
#content #inner-content .section-homepage-alarm i.homepage-alarm__link-alert span:last-child {
  border-color: #c92424;
}
#content #inner-content .section-homepage-alarm .btn-plus {
  background-color: #ffffff;
  color: #242424;
  font-weight: 500;
  border: 1px solid #ffffff;
  -webkit-font-smoothing: antialiased;
  padding: 8px 52px 10px 21px;
  margin: 28px 0 0;
  width: unset;
  max-width: unset;
  height: unset;
  line-height: 22px;
}
#content #inner-content .section-homepage-alarm .btn-plus:before,
#content #inner-content .section-homepage-alarm .btn-plus:after {
  background-color: #eff2f7;
  opacity: 0.4;
}
#content #inner-content .section-homepage-alarm .btn-plus i.icon-plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 11px;
  font-size: 11px;
  font-weight: 700;
}
/* Contact page style */
.lightColor {
  color: #7f7f7f;
}
.lightColor span {
  font-weight: 500;
}
.gspCoordinates {
  position: relative;
  padding-left: 35px;
  color: #7f7f7f;
}
.gspCoordinates:before {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/gpsIcon.png);
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-map h2 {
  line-height: 0;
}
.contact-map div:nth-child(2) {
  flex-basis: 914px;
}
.contact-map div:nth-child(2) .aligncenter {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.contact-map .findUs {
  line-height: 51px;
  margin-top: 30px;
}
/* Nos Bateaux Page */
.single-boat {
  margin-bottom: 60px;
}
.single-boat p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.single-boat .boat-thumbnail {
  background-color: #dddddd;
  padding-bottom: 56.25%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 75px;
}
.single-boat .wrap-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.single-boat .boat-content {
  position: relative;
}
.single-boat .boat-content h2 {
  margin: 0 0 15px;
}
.single-boat .boat-content a {
  font-weight: 400;
}
.single-boat .boat-content a:hover {
  color: #00b1b9;
}
.boat-menu {
  width: 100%;
  display: flex;
  align-items: center;
}
.boat-menu .single-menu {
  font-size: 1.4rem;
  line-height: 34px;
  height: 56px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 10px;
  font-family: "futura-pt", sans-serif;
  white-space: nowrap;
}
.boat-menu .single-menu.active {
  font-size: 1.6rem;
  background-color: #eeeeee;
  font-weight: 500;
  padding: 10px 10px;
}
.select-menu-wrapper {
  position: relative;
}
.select-menu-wrapper .select-menu {
  background: none;
  padding: 5px 24px 5px 15px;
  border: 1px solid #111a3b;
  border-radius: 0px;
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
.select-menu-wrapper:after {
  font-family: 'navitours';
  pointer-events: none;
  position: absolute;
  content: "\e90e";
  font-size: 0.7rem;
  right: 10px;
  top: 19px;
}
.details-wrap {
  margin-top: 5px;
  min-height: 155px;
}
.sub-single-menu {
  font-size: 1.8rem;
  font-weight: 300;
  width: 100%;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
  flex-flow: column;
  padding: 20px;
}
.sub-single-menu li {
  min-height: 16px;
}
.sub-single-menu span {
  font-weight: 500;
}
.sub-single-menu.active {
  display: flex;
}
/*End*/
/* Single cruise route switcher (basicly it take the Nos Bateaux style and here are some modifications ) */
.route-content .route-menu {
  position: relative;
  justify-content: inherit;
  flex-flow: row wrap;
}
.route-content .details-wrap {
  margin-top: 0px;
}
/* End */
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 40px auto;
}
.page-navigation ul,
.wp-prev-next ul {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  align-items: center;
}
.page-navigation ul li,
.wp-prev-next ul li {
  margin: 0 5px;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-navigation ul li:hover a,
.wp-prev-next ul li:hover a {
  color: #00b1b9;
}
.page-navigation ul li.pagenavi-current,
.wp-prev-next ul li.pagenavi-current {
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  border: none;
  padding: 0;
  margin: 0 5px;
}
.page-navigation ul li.pagenavi-next-link,
.wp-prev-next ul li.pagenavi-next-link,
.page-navigation ul li.pagenavi-prev-link,
.wp-prev-next ul li.pagenavi-prev-link {
  font-size: 28px;
  font-weight: 300;
}
.energysaver_page_navi {
  /* common styles for page-navi links */
}
.energysaver_page_navi li {
  float: left;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #111a3b;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: bold;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
/*********************
13. FOOTER STYLES
*********************/
.backtotop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 46px;
  height: 46px;
  right: 11px;
  bottom: 27px;
  padding: 10px;
  background: #00b1ba;
  border-radius: 50px;
  outline: none;
  border: none;
  z-index: 100;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.backtotop:after {
  content: "\e900";
  display: block;
  font-size: 1.6rem;
  font-family: navitours;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 40px;
  color: white;
}
.backtotop:hover {
  background: #0099a1;
}
.footer {
  margin-top: 35px;
}
.footer #inner-footer {
  color: #242424;
}
.footer #inner-footer span {
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
.footer #inner-footer .upper-footer {
  color: #111a3b;
}
.footer #inner-footer .upper-footer .upper-footer-empty .btn {
  display: block;
  width: 243px;
  margin: 10px auto;
}
.footer #inner-footer .upper-footer .upper-footer-text {
  text-align: center;
}
.footer #inner-footer .upper-footer .upper-footer-text p:first-child {
  font-size: 8.5rem;
  font-family: "Oraqle";
  line-height: 0.5;
  text-align: center;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.footer #inner-footer .upper-footer .upper-footer-text p:first-child span {
  font-size: 6.8rem;
  font-family: 'Oraqle';
}
.footer #inner-footer .upper-footer .upper-footer-text p:last-child {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  margin-top: 50px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.footer #inner-footer .social-icons {
  text-align: center;
  margin-top: 60px;
}
.footer #inner-footer .social-icons p {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.footer #inner-footer .social-icons .icon-tripadvisor[href="#"],
.footer #inner-footer .social-icons .icon-vimeo[href="#"],
.footer #inner-footer .social-icons .icon-instagram[href="#"],
.footer #inner-footer .social-icons .icon-youtube[href="#"] {
  pointer-events: none;
}
.footer #inner-footer hr {
  border: none;
  border-bottom: 1px solid #dddddd;
  margin: 50px 0;
}
.footer #inner-footer .mid-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer #inner-footer .mid-footer a:hover {
  color: #00b1b9;
}
.footer #inner-footer .mid-footer ul {
  font-size: 1.8rem;
  line-height: 1.8;
}
.footer #inner-footer .mid-footer .address-col ul {
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
.footer #inner-footer .mid-footer .address-col ul li:first-child {
  font-weight: 600;
}
.footer #inner-footer .mid-footer .payment-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer #inner-footer .mid-footer .payment-icons .payment-wrapper {
  width: 100%;
  max-width: 200px;
}
.footer #inner-footer .mid-footer .payment-icons .btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: "futura-pt", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer #inner-footer .mid-footer .payment-icons .btn:hover {
  color: #ffffff;
}
.footer #inner-footer .mid-footer .payment-icons .btn i {
  font-size: 3rem;
  font-weight: 300;
}
.footer #inner-footer .payment-method {
  width: 65px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer #inner-footer .payment-method:nth-child(5),
.footer #inner-footer .payment-method:nth-child(4) {
  margin-top: 5px;
  width: 80px;
}
.footer #inner-footer .lower-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-logo {
  position: relative;
  width: 64px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .footer-logo:nth-child(2) {
  width: 124px;
}
.footer .crafted-by {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .source-org {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 100%;
  font-size: 2rem;
  margin: 0 7px;
  -webkit-font-smoothing: antialiased;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3b5998;
}
.social-icons .icon-facebook:hover {
  color: #3b5998;
}
.social-icons .icon-twitter {
  background: #1da1f2;
}
.social-icons .icon-twitter:hover {
  color: #1da1f2;
}
.social-icons .icon-googleplus {
  background: #db4437;
}
.social-icons .icon-googleplus:hover {
  color: #db4437;
}
.social-icons .icon-linkedin {
  background: #007bb5;
}
.social-icons .icon-linkedin:hover {
  color: #007bb5;
}
.social-icons .icon-youtube {
  background: #ff0000;
}
.social-icons .icon-youtube:hover {
  color: #ff0000;
}
.social-icons .icon-tripadvisor {
  background: #79c667;
}
.social-icons .icon-tripadvisor:hover {
  color: #79c667;
}
.social-icons .icon-vimeo {
  background: #1ab7ea;
}
.social-icons .icon-vimeo:hover {
  color: #1ab7ea;
}
.social-icons .icon-instagram {
  background: #4c5fd7;
}
.social-icons .icon-instagram:hover {
  color: #4c5fd7;
}
.postid-3145 #content #inner-content .article-header {
  background-position: top center;
}
.share-event ul {
  display: flex;
  flex-flow: row;
  width: 208px;
  margin: 0 auto 30px auto;
}
.share-event ul li {
  width: calc(100% / 4);
}
.share-event ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.share-event ul li a .icon-facebook,
.share-event ul li a .icon-twitter,
.share-event ul li a .icon-googleplus,
.share-event ul li a .icon-plus {
  width: 100%;
  height: 52px;
  display: block;
  background-color: #3b5998;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 25px;
}
.share-event ul li a .icon-facebook.icon-googleplus,
.share-event ul li a .icon-twitter.icon-googleplus,
.share-event ul li a .icon-googleplus.icon-googleplus,
.share-event ul li a .icon-plus.icon-googleplus {
  background-color: #db4437;
}
.share-event ul li a .icon-facebook.icon-facebook,
.share-event ul li a .icon-twitter.icon-facebook,
.share-event ul li a .icon-googleplus.icon-facebook,
.share-event ul li a .icon-plus.icon-facebook {
  background-color: #3b5998;
}
.share-event ul li a .icon-facebook.icon-twitter,
.share-event ul li a .icon-twitter.icon-twitter,
.share-event ul li a .icon-googleplus.icon-twitter,
.share-event ul li a .icon-plus.icon-twitter {
  background-color: #1da1f2;
}
.share-event ul li a .icon-facebook.icon-plus,
.share-event ul li a .icon-twitter.icon-plus,
.share-event ul li a .icon-googleplus.icon-plus,
.share-event ul li a .icon-plus.icon-plus {
  background-color: #242424;
  font-size: 16px;
}
/*
Animated downloads

.download {
    &:hover {
        .animated-base {
            animation: none;
        }
    }
}

.animated-base {
    background: #46c2c7;
    display: block;
    height: 138px;
    position: absolute;
    top: 0;
    left: 75px;
    width: 100px;
    animation: 1s action ease-in-out infinite;
}

.animated-base::before {
    content: '';
    top: 0;
    position: absolute;
    left: -69px;
    width: 0;
    height: 0;
    border-top: 69px solid transparent;
    border-bottom: 69px solid transparent;
    border-right: 69px solid #46c2c7;
}


.download-extra .animated-base {
    left: auto;
    right: 75px;
    animation: 1s action-reverse ease-in-out infinite;

    &:before {
        left: auto;
        right: -69px;
        border-top: 69px solid transparent;
        border-bottom: 69px solid transparent;
        border-left: 69px solid #46c2c7;
        border-right: 0;
    }
}


@-webkit-keyframes action {
    0% {
        .transform(translateX(0));
        opacity: 1;
    }
    100% {

        .transform(translateX(-30px));
        opacity: 0;
    }
}

@keyframes action {
    0% {
        .transform(translateX(0));
        opacity: 1;
    }
    100% {

        .transform(translateX(-30px));
        opacity: 0;
    }
}


@-webkit-keyframes action-reverse {
    0% {
        .transform(translateX(-0px));
        opacity: 1;
    }
    100% {

        .transform(translateX(30px));
        opacity: 0;
    }
}

@keyframes action-reverse {
    0% {
        .transform(translateX(-0px));
        opacity: 1;
    }
    100% {
        .transform(translateX(30px));
        opacity: 0;
    }
}

*/
/*
New buttons
*/
.brochures-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brochures-wrapper ul {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  max-height: 325px;
}
.brochures-wrapper li {
  width: 100%;
  min-width: 168px;
  background: #BCFBFF;
  position: relative;
  z-index: 12;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.brochures-wrapper li.activate-animation {
  animation: 3800ms action 1s ease-in-out;
}
.brochures-wrapper li:hover {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.brochures-wrapper li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #BCFBFF;
  left: 100%;
  top: 0;
}
.brochures-wrapper li a {
  color: #003B64;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brochures-wrapper li:nth-child(2) {
  background: #7BE0E6;
  animation-delay: 1200ms;
}
.brochures-wrapper li:nth-child(2):before {
  border-left-color: #7BE0E6;
}
.brochures-wrapper li:nth-child(2) a {
  color: #005D76;
}
.brochures-wrapper li:nth-child(3) {
  background: #00B2B9;
  animation-delay: 1400ms;
}
.brochures-wrapper li:nth-child(3):before {
  border-left-color: #00B2B9;
}
.brochures-wrapper li:nth-child(3) a {
  color: #003B64;
}
.brochures-wrapper li:nth-child(4) {
  background: #005D76;
  animation-delay: 1600ms;
}
.brochures-wrapper li:nth-child(4):before {
  border-left-color: #005D76;
}
.brochures-wrapper li:nth-child(4) a {
  color: #BCFBFF;
}
.brochures-wrapper li:nth-child(5) {
  background: #003B64;
  animation-delay: 1800ms;
}
.brochures-wrapper li:nth-child(5):before {
  border-left-color: #003B64;
}
.brochures-wrapper li:nth-child(5) a {
  color: #BCFBFF;
}
.cruise-header__button-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.cruise-header__button {
  background-color: #b44328;
  padding: 20px 39px 22px;
  color: white;
  font-size: 18px;
  margin: 0 auto;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -75px;
}
.cruise-header__button .icon-ticket {
  font-size: 23px;
  margin-right: 9px;
}
@-webkit-keyframes action {
  0%,
  100% {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  15%,
  70% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes action {
  0%,
  100% {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  15%,
  70% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes action-reverse {
  0%,
  100% {
    right: -175px;
  }
  15%,
  70% {
    right: 0;
  }
}
@keyframes action-reverse {
  0%,
  100% {
    right: -175px;
  }
  15%,
  70% {
    right: 0;
  }
}
.contact-form li,
.devis-form li {
  display: inline-block;
  width: calc(100% - 26px);
}
.contact-form .gfield_required,
.devis-form .gfield_required {
  display: none;
}
.contact-form a,
.devis-form a {
  color: #7f7f7f;
  font-weight: 600;
  font-size: 2.2rem;
}
.contact-form input,
.devis-form input,
.contact-form select,
.devis-form select,
.contact-form textarea,
.devis-form textarea {
  border: none;
  padding: 10px 70px 10px 0px;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
  position: relative;
  max-height: 132px;
  border-radius: 0;
  font-size: 1.8rem;
  color: #242424;
  outline: none;
  line-height: 2;
}
.contact-form .telephone input,
.devis-form .telephone input,
.contact-form .devis-adult-number input,
.devis-form .devis-adult-number input,
.contact-form .devis-kids-number input,
.devis-form .devis-kids-number input,
.contact-form .info input,
.devis-form .info input,
.contact-form .telephone textarea,
.devis-form .telephone textarea,
.contact-form .devis-adult-number textarea,
.devis-form .devis-adult-number textarea,
.contact-form .devis-kids-number textarea,
.devis-form .devis-kids-number textarea,
.contact-form .info textarea,
.devis-form .info textarea {
  padding-right: 170px;
}
.contact-form select,
.devis-form select {
  padding: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 300;
}
.contact-form .ginput_container_select,
.devis-form .ginput_container_select {
  position: relative;
}
.contact-form .ginput_container_select:after,
.devis-form .ginput_container_select:after {
  font-family: 'navitours';
  pointer-events: none;
  position: absolute;
  color: #7f7f7f;
  content: "\e90e";
  font-size: 0.7rem;
  right: 12px;
  top: 23px;
}
.contact-form label,
.devis-form label,
.contact-form .gfield_html,
.devis-form .gfield_html {
  font-size: 1.8rem;
  font-weight: 200;
}
.contact-form .mandatory,
.devis-form .mandatory {
  margin-top: 75px;
  color: #242424;
}
.contact-form .address-devis,
.devis-form .address-devis,
.contact-form .devis-kids-number,
.devis-form .devis-kids-number,
.contact-form .devis-adult-number,
.devis-form .devis-adult-number,
.contact-form .telephone,
.devis-form .telephone,
.contact-form .firstname,
.devis-form .firstname,
.contact-form .lastname,
.devis-form .lastname,
.contact-form .message,
.devis-form .message,
.contact-form .email,
.devis-form .email,
.contact-form .info,
.devis-form .info,
.contact-form .budget-devis,
.devis-form .budget-devis {
  position: relative;
}
.contact-form .address-devis.empty label,
.devis-form .address-devis.empty label,
.contact-form .devis-kids-number.empty label,
.devis-form .devis-kids-number.empty label,
.contact-form .devis-adult-number.empty label,
.devis-form .devis-adult-number.empty label,
.contact-form .telephone.empty label,
.devis-form .telephone.empty label,
.contact-form .firstname.empty label,
.devis-form .firstname.empty label,
.contact-form .lastname.empty label,
.devis-form .lastname.empty label,
.contact-form .message.empty label,
.devis-form .message.empty label,
.contact-form .email.empty label,
.devis-form .email.empty label,
.contact-form .info.empty label,
.devis-form .info.empty label,
.contact-form .budget-devis.empty label,
.devis-form .budget-devis.empty label {
  top: 17px;
  left: 0;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-size: 1.8rem;
}
.contact-form .address-devis label,
.devis-form .address-devis label,
.contact-form .devis-kids-number label,
.devis-form .devis-kids-number label,
.contact-form .devis-adult-number label,
.devis-form .devis-adult-number label,
.contact-form .telephone label,
.devis-form .telephone label,
.contact-form .firstname label,
.devis-form .firstname label,
.contact-form .lastname label,
.devis-form .lastname label,
.contact-form .message label,
.devis-form .message label,
.contact-form .email label,
.devis-form .email label,
.contact-form .info label,
.devis-form .info label,
.contact-form .budget-devis label,
.devis-form .budget-devis label {
  color: #242424;
  position: absolute;
  top: 19px;
  left: calc(100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  font-size: 1.6rem;
}
.contact-form .subject-select,
.devis-form .subject-select,
.contact-form .devis-kids-number,
.devis-form .devis-kids-number,
.contact-form .events-devis,
.devis-form .events-devis,
.contact-form .devis-adult-number,
.devis-form .devis-adult-number,
.contact-form .budget-devis,
.devis-form .budget-devis,
.contact-form .telephone,
.devis-form .telephone,
.contact-form .firstname,
.devis-form .firstname,
.contact-form .date-devis,
.devis-form .date-devis,
.contact-form .lastname,
.devis-form .lastname,
.contact-form .email,
.devis-form .email {
  display: inline-block;
}
.contact-form input[type="checkbox"],
.devis-form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 0;
  width: auto;
}
.contact-form .terms,
.devis-form .terms {
  color: #7f7f7f;
  font-size: 1.4rem;
  margin: 20px 0;
}
.contact-form .terms li,
.devis-form .terms li {
  display: flex;
  align-items: center;
}
.contact-form .terms label,
.devis-form .terms label {
  font-size: 1.4rem;
}
.contact-form .terms label a,
.devis-form .terms label a {
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-form .gform_footer,
.devis-form .gform_footer {
  text-align: right;
}
.contact-form .gform_footer .btn,
.devis-form .gform_footer .btn {
  width: 167px;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.devis-form .gfield_required {
  display: inline-block;
  color: #242424;
}
.devis-form .events-devis .gfield_required,
.devis-form .terms .gfield_required {
  display: none;
}
.devis-form .address-devis {
  display: inline-block;
}
.devis-form .info {
  margin-bottom: 50px;
}
.date-devis {
  margin-top: 18px;
}
.date-devis .clear-multi {
  display: flex;
  padding-top: 4px;
  margin: 0 -1%;
}
.date-devis .clear-multi > div {
  width: 30%;
  margin: 0 1%;
}
.date-devis .clear-multi > div:last-child {
  width: 40%;
}
.date-devis .clear-multi > div select {
  padding-bottom: 0;
}
.devis-form .date-devis label {
  font-size: 2.2rem;
}
.validation_message,
.validation_error,
.gform_confirmation_message {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 3px;
  color: #111a3b;
}
.validation_error,
.gform_confirmation_message {
  font-size: 2rem;
}
/* General UI Date Picker Styles */
#ui-datepicker-div {
  background-color: #ffffff;
  padding: 10px;
  width: 75%;
  max-width: 240px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  width: 100%;
  background-color: #ffffff;
  height: 35px;
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  position: absolute;
  width: 50%;
  max-width: 80px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 50%;
  padding: 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\e906";
  display: block;
  font-size: 1.6rem;
  font-family: navitours;
  position: absolute;
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
  content: "\e908";
  display: block;
  font-size: 1.6rem;
  font-family: navitours;
  position: absolute;
  position: relative;
}
#ui-datepicker-div table {
  width: 100%;
  margin-top: 8px;
}
#ui-datepicker-div table thead {
  line-height: 3;
}
#ui-datepicker-div table thead span {
  font-size: 12px;
  font-weight: 600;
}
#ui-datepicker-div table th {
  font-size: 10px;
  font-weight: 600;
}
#ui-datepicker-div table tbody tr {
  height: 30px;
}
#ui-datepicker-div table tbody td {
  text-align: center;
}
#ui-datepicker-div table tbody td:hover a,
#ui-datepicker-div table tbody td:hover span {
  background-color: #ebebeb;
  color: black;
}
#ui-datepicker-div table tbody a,
#ui-datepicker-div table tbody span {
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#ui-datepicker-div td.ui-datepicker-current-day a,
#ui-datepicker-div td.ui-datepicker-current-day span {
  position: relative;
  background: #00b1b9;
  color: white;
}
#ui-datepicker-div td.ui-datepicker-today a,
#ui-datepicker-div td.ui-datepicker-today span {
  border: 1px solid #00b1b9;
}
/* TODO After the customer's feedback */
.woocommerce-page #content #inner-content .article-header {
  display: none;
}
.woocommerce-page #content #inner-content .woocommerce {
  margin-top: 210px;
  font-size: 1.8rem;
}
.woocommerce-page .return-to-shop a.button {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  margin: 0;
  background: #00b1ba;
  color: white;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
}
.woocommerce-page .return-to-shop a.button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-page .return-to-shop a.button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-page .return-to-shop a.button:hover {
  background: #00b1ba;
}
.woocommerce-page .return-to-shop a.button:hover:before {
  top: -70%;
}
.woocommerce-page .return-to-shop a.button:hover:after {
  bottom: -70%;
}
.woocommerce-page .woocommerce-message {
  border-top-color: #060b20;
  color: #060b20;
}
.woocommerce-page .woocommerce-message:before {
  color: #060b20;
}
.woocommerce-page .woocommerce-message a {
  font-weight: 600;
  margin-left: 3px;
  display: inline-block;
}
/* Cart Page */
.woocommerce-cart {
  position: relative;
  z-index: 100;
  font-size: 1.5rem;
  margin-bottom: 125px;
}
.woocommerce-cart thead {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.woocommerce-cart thead th {
  padding-bottom: 5px !important;
}
.woocommerce-cart table {
  border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
}
.woocommerce-cart table tr {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart table td {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart table thead tr {
  border: none;
}
.woocommerce-cart table tbody {
  background: white;
}
.woocommerce-cart table tbody tr:last-child {
  border: none;
}
.woocommerce-cart table tbody tr:last-child td {
  border: none;
}
.woocommerce-cart table.shop_table {
  display: table;
}
.woocommerce-cart table.shop_table .title {
  padding-left: 0;
}
.woocommerce-cart table.shop_table .actions {
  margin-top: 10px;
  padding-right: 0;
}
.woocommerce-cart table.shop_table .actions .btn {
  height: 50px;
}
.woocommerce-cart table.shop_table .actions .coupon .btn {
  margin: 10px 0;
  width: 100%;
}
.woocommerce-cart .wc-forward {
  line-height: 40px !important;
}
.woocommerce-cart .product-remove {
  background: #1c2442 !important;
  border-left: none;
  height: 48px;
  width: 48px;
  display: block;
  position: relative;
}
.woocommerce-cart .product-remove .remove {
  color: white !important;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart .product-remove .remove:hover {
  background: white;
  color: #1c2442 !important;
}
.woocommerce-cart .product-name {
  line-height: 1;
  padding-left: 20px !important;
}
.woocommerce-cart .product-name > a {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}
.woocommerce-cart .product-name .event-date {
  font-size: 1.65rem;
  font-weight: 600;
}
.woocommerce-cart .product-name .event-timetable {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1c2442;
}
.woocommerce-cart .product-name .event-timetable p {
  font-size: 1.6rem;
  margin: 0 18px 0 0;
}
.woocommerce-cart .product-name label {
  position: relative;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
  margin: 10px 0 15px;
  display: inline-block;
  color: #f93737;
}
.woocommerce-cart .product-name label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #f93737;
  outline: none;
}
.woocommerce-cart .product-name label input:checked {
  background: #f93737;
}
.woocommerce-cart .product-name table {
  width: 100%;
}
.woocommerce-cart .product-name table tr {
  border: none;
}
.woocommerce-cart .product-name table tr th:nth-child(2),
.woocommerce-cart .product-name table tr td:nth-child(2) {
  width: 150px;
}
.woocommerce-cart .product-name table tr th:nth-child(3),
.woocommerce-cart .product-name table tr td:nth-child(3) {
  width: 120px;
}
.woocommerce-cart .product-name table tr th:nth-child(4),
.woocommerce-cart .product-name table tr td:nth-child(4) {
  width: 105px;
  color: red;
}
.woocommerce-cart .product-name table tr th:nth-child(5),
.woocommerce-cart .product-name table tr td:nth-child(5) {
  width: 110px;
  text-align: right;
  padding-right: 0;
}
.woocommerce-cart .product-name table tr td {
  border: none;
}
.woocommerce-cart .product-name table tr th {
  font-size: 1.5rem;
  font-weight: 600;
}
.woocommerce-cart .product-name table tr .title {
  font-size: 1.8rem;
  line-height: 1;
}
.woocommerce-cart .product-name table tr .title span {
  font-size: 1.5rem;
  font-weight: 600;
}
.woocommerce-cart .product-name label + .product-details,
.woocommerce-cart .product-name table + .product-details {
  display: none;
}
.woocommerce-cart select.qty {
  width: auto !important;
  background: none;
  border: 1px solid rgba(17, 26, 59, 0.3);
  border-radius: 0px;
  padding: 2px 12px;
  text-align: center;
  text-align-last: center;
}
.woocommerce-cart .product-details {
  display: flex;
  float: right;
}
.woocommerce-cart .product-details > div {
  padding: 0 12px;
  width: 120px;
  text-align: left;
}
.woocommerce-cart .product-details .product-subtotal {
  width: 110px;
  text-align: right;
  padding-right: 0;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  text-align: right;
}
.woocommerce-cart .ticket-error {
  text-align: right;
  margin: 12px 0 6px;
  font-weight: 500;
  color: #f93737;
}
.woocommerce-cart .messages .textarea-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 5px 0 30px;
}
.woocommerce-cart .messages .textarea-wrapper:before {
  content: '';
  width: calc(100% - 18px);
  height: 30px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  background: white;
  z-index: 1;
}
.woocommerce-cart .messages textarea {
  border: 1px solid black;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  min-height: 110px;
  outline: none;
  padding: 11px 13px 26px;
  font-size: 1.8rem;
  color: #333;
}
.woocommerce-cart .messages .chars {
  position: absolute;
  left: 13px;
  font-size: 1.3rem;
  bottom: 1px;
  z-index: 5;
}
.woocommerce-cart .messages .chars.red {
  color: #ec0000;
}
.cart-collaterals {
  margin-top: 75px;
}
.cart-collaterals h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.cart-collaterals .cart_totals {
  width: 100%;
  max-width: 360px;
}
.cart-collaterals .cart_totals td {
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0;
  background: #00b1ba;
  padding: 12px 5px;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #00b1ba;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before {
  top: -70%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after {
  bottom: -70%;
}
/* Checkout Form */
.woocommerce-checkout {
  font-size: 2rem;
}
.woocommerce-checkout thead th {
  font-size: 1.6rem;
}
.woocommerce-checkout form h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 30px 0 15px;
}
.woocommerce-checkout form p a {
  font-weight: 500;
  color: #00b1ba;
}
.woocommerce-checkout form p a:hover {
  color: #008087;
}
.woocommerce-checkout form .form-row {
  margin-bottom: 25px;
  padding: 0;
}
.woocommerce-checkout form .form-row label {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 6px;
}
.woocommerce-checkout form .form-row input,
.woocommerce-checkout form .form-row textarea {
  font-weight: 400;
  font-size: 1.8rem;
  padding: 6px 7px;
}
.woocommerce-checkout form .form-row textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
}
.woocommerce-checkout form .form-row .optional {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-left: 2px;
}
.woocommerce-checkout form .form-row .required {
  color: #1c2442;
}
.woocommerce-checkout form .cart_item .product-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 14px 12px;
}
.woocommerce-checkout form .cart_item .product-name .variation dt,
.woocommerce-checkout form .cart_item .product-name .variation p,
.woocommerce-checkout form .cart_item .product-name .variation span {
  font-size: 1.6rem;
  font-weight: 400;
}
.woocommerce-checkout .select2-selection--single {
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 40px;
  outline: none;
}
.woocommerce-checkout .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #111a3b;
}
.woocommerce-checkout .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.woocommerce-checkout .select2-results__option {
  font-size: 1.6rem;
  outline: none;
}
.woocommerce-checkout .select2-search__field {
  height: 30px;
}
.woocommerce-checkout .cart-subtotal > th,
.woocommerce-checkout .order-total > th {
  font-size: 1.6rem;
  font-weight: 400;
}
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
.woocommerce-checkout #payment p {
  font-size: 2rem;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.woocommerce-checkout .wc-stripe-elements-field,
.woocommerce-checkout .wc-stripe-iban-element-field {
  padding: 10px;
}
.woocommerce-checkout .place-order button.button {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  margin: 20px;
  background: #00b1ba;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
}
.woocommerce-checkout .place-order button.button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout .place-order button.button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout .place-order button.button:hover {
  background: #00b1ba;
}
.woocommerce-checkout .place-order button.button:hover:before {
  top: -70%;
}
.woocommerce-checkout .place-order button.button:hover:after {
  bottom: -70%;
}
.woocommerce-checkout .radiogroup .woocommerce-input-wrapper {
  display: flex;
}
.woocommerce-checkout .radiogroup .woocommerce-input-wrapper input {
  display: none;
}
.woocommerce-checkout .radiogroup .woocommerce-input-wrapper label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  margin-right: 25px;
}
.woocommerce-checkout .radiogroup .woocommerce-input-wrapper label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .radiogroup .woocommerce-input-wrapper input:checked + label:before {
  background: black;
}
.woocommerce-checkout .woocommerce .blockUI.blockOverlay {
  position: fixed !important;
}
.woocommerce-order-received h2,
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.woocommerce-order-received thead {
  background: #1c2442;
  color: white;
}
.woocommerce-order-received tbody .product-name {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 14px 12px;
  margin-bottom: 20px;
}
.woocommerce-order-received .wc-item-meta {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}
.woocommerce-order-received .cart-subtotal > th,
.woocommerce-order-received .order-total > th {
  font-size: 1.6rem;
  font-weight: 400;
}
.woocommerce-order-received .order-again a.button {
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-size: 1.8rem;
  margin: 20px 0;
  background: #00b1ba;
  padding: 20px 40px;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
  color: white;
}
.woocommerce-order-received .order-again a.button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-order-received .order-again a.button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-order-received .order-again a.button:hover {
  background: #00b1ba;
}
.woocommerce-order-received .order-again a.button:hover:before {
  top: -70%;
}
.woocommerce-order-received .order-again a.button:hover:after {
  bottom: -70%;
}
.woocommerce-order-received .woocommerce-customer-details address {
  font-size: 1.8rem;
  padding: 10px 15px;
  border-radius: 0px;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  font-size: 1.8rem;
  color: #111a3b;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email:before {
  font-size: 1.8rem;
  line-height: 1.5;
}
.woocommerce-order-received tfoot th {
  font-size: 1.6rem;
}
.cart-subtotal {
  display: none !important;
}
@media only screen and (max-width: 1000px) {
  .woocommerce ul.order_details li {
    display: block;
    float: none;
    margin-bottom: 10px;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-page #content #inner-content .woocommerce {
    margin-top: 110px;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    float: none !important;
    display: block;
  }
  .woocommerce-cart table.shop_table {
    border: none;
  }
  .woocommerce-cart table.shop_table tr {
    padding: 5px 0;
  }
  .woocommerce-cart table.shop_table td {
    padding: 5px 12px;
  }
  .woocommerce-cart table.shop_table .cart_item {
    border: none;
    margin-bottom: 30px;
  }
  .woocommerce-cart .product-name table {
    width: 100%;
    margin: 0 -12px;
  }
  .woocommerce-cart .product-name table tr:before,
  .woocommerce-cart .product-name table td:before {
    display: none;
  }
  .woocommerce-cart .product-name table tr td {
    border: none;
    background: white !important;
  }
  .woocommerce-cart .product-name table tr td:before {
    content: attr(data-label) ": ";
    font-weight: 700;
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
  }
  .woocommerce-cart .product-name table tr td.title:before {
    display: none;
  }
  .woocommerce-cart .product-name table tr th:first-child,
  .woocommerce-cart .product-name table tr td:first-child {
    padding: 9px 12px;
  }
  .woocommerce-cart .product-name table tr th:nth-child(n),
  .woocommerce-cart .product-name table tr td:nth-child(n) {
    width: auto;
    text-align: left;
  }
  .woocommerce-cart .product-name table tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025) !important;
  }
  .woocommerce-cart .product-name .event-timetable {
    display: block;
  }
  .woocommerce-cart .product-name .ticket-error {
    text-align: left;
  }
  .woocommerce-cart .product-remove {
    width: 40px;
    height: 40px;
    border: none;
  }
  .woocommerce-cart .product-details {
    display: block;
    float: none;
  }
  .woocommerce-cart .product-details > div {
    position: relative;
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
  }
  .woocommerce-cart .product-details > div:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
  }
  .cart-collaterals .cart_totals {
    max-width: inherit;
  }
  .cart-collaterals .cart_totals td .amount {
    margin-left: 5px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 2.8rem;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 1.2rem;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -28px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-counter {
  display: none;
}
.mfp-title {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cookie-notice-container {
  background: white;
  color: black;
  border-top: 3px solid #111a3b;
  padding: 20px 20px 18px;
}
.cookie-notice-container #cn-notice-text {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
}
.cookie-notice-container .cn-button {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  position: relative;
  background-color: #00b1b9;
  padding: 10px 15px;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.cookie-notice-container .cn-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.3;
  top: -200%;
  left: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-notice-container .cn-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  bottom: -200%;
  opacity: 0.3;
  right: -41%;
  -ms-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-notice-container .cn-button:hover:before {
  top: -70%;
}
.cookie-notice-container .cn-button:hover:after {
  bottom: -70%;
}
.cookie-notice-container .cn-more-info {
  background: transparent;
  color: #00b1b9;
}
.cookie-notice-container .cn-more-info:hover {
  color: #008086;
}
@media only screen and (min-width: 768px) {
  .cookie-notice-container {
    padding: 18px 40px 15px;
  }
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  #content #inner-content .product {
    max-width: 230px;
    min-width: 200px;
  }
  #content #inner-content .product.product-with-houseboat {
    max-width: calc(100% / 2 - 15px);
    margin-right: 0;
    margin-left: 0;
  }
  #content #inner-content .product.product-with-houseboat .attribute {
    color: #333333;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: "futura-pt", sans-serif;
  }
  #content #inner-content .product.product-with-houseboat .attribute:after {
    background-color: #333333;
  }
  #content #inner-content .product-only-one {
    max-width: 100%;
    width: 100%;
  }
  #content #inner-content .product-with-icon {
    width: calc(100% / 2 - 15px );
  }
  #content #inner-content .product-with-title {
    width: calc(100% / 2 - 15px );
  }
  #content #inner-content .menu-files li {
    width: calc(33.333% - 20px);
  }
  #content #inner-content footer.pager {
    justify-content: center;
  }
  #content #inner-content .savoir-table td {
    font-size: 1.6rem;
    font-weight: 300;
  }
  #content #inner-content .savoir-table td,
  #content #inner-content .savoir-table th {
    padding: 12px 5px;
    line-height: 1;
    display: table-cell;
  }
  #content #inner-content .savoir-table td:nth-child(2n),
  #content #inner-content .savoir-table th:nth-child(2n) {
    border: none;
    padding: 12px 5px;
  }
  #content #inner-content .savoir-table th {
    padding-top: 20px;
  }
  #content #inner-content .savoir-table tr:last-child td {
    padding-bottom: 20px;
  }
  #content #inner-content .savoir-table tr:last-child td:last-child {
    padding-bottom: 20px;
  }
  #content #inner-content .savoir-table .empty-td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #content #inner-content .devis-slider .slider-image {
    height: 300px;
  }
  #content #inner-content .wp-block-gallery li {
    width: 100%;
    height: 270px;
  }
  #content .employee {
    flex-basis: calc(100% / 2 - 10px);
  }
}
@media only screen and (min-width: 650px) {
  #content #inner-content .devis-slider .slider-image {
    height: 387px;
  }
  #content #inner-content .wp-block-gallery li {
    width: calc(100% / 2 - 12px);
    height: 186px;
    margin: 8px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  h1 {
    font-size: 3.9rem;
  }
  body.home .header {
    background: none;
  }
  body.home .header:before,
  body.home .header:after {
    opacity: 1;
  }
  body.home .header:after {
    height: 200px;
  }
  body.home .header:before {
    height: 150px;
  }
  body.home #content #inner-content .type-page > .article-header {
    min-height: 400px;
    height: 50vh;
    margin-top: 0;
  }
  body.home #content #inner-content .type-page > .article-header:after {
    display: none;
  }
  body.home #content #inner-content .product.product-with-houseboat img,
  body.home #content #inner-content .product.product-with-wateradventures img {
    max-height: 124px;
    width: auto;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain, object-position: center';
  }
  #content #inner-content .download {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #content #inner-content .subtitle {
    font-size: 3rem;
  }
  #content #inner-content .homepage-subtitle {
    max-width: inherit;
  }
  #content #inner-content .homepage-events .home-events {
    margin: 0 auto;
  }
  #content #inner-content .homepage-events .home-events a {
    margin: 0 auto 70px;
    flex-basis: calc(100% / 2 - 20px);
  }
  #content #inner-content .header-slider .controller-pre,
  #content #inner-content .header-slider .controller-next {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #content #inner-content .header-wrapper {
    width: 70%;
  }
  #content #inner-content .events {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -16px;
  }
  #content #inner-content .events a {
    width: calc(50% - 32px);
    padding: 0 0 40px 0;
    margin: 0 16px 60px;
  }
  #content #inner-content .event .price h3 {
    font-size: 2rem;
  }
  #content #inner-content .entry-content .event-cats .footer-wrap h2,
  #content #inner-content .entry-content .cruise-cats .footer-wrap h2 {
    font-size: 3.4rem;
  }
  #content #inner-content .employee {
    flex-basis: calc(100% / 3 - 10px);
  }
  #content #inner-content .menu-files li {
    width: calc(20% - 20px);
  }
  #content #inner-content .timing-ontop-wrapper {
    padding: 20px 35px;
  }
  #content #inner-content .timing-table-wrapper {
    padding: 0;
  }
  #content #inner-content .info-block-row {
    padding-left: 62px;
    margin-left: 0;
  }
  #content #inner-content .info-block-row span {
    min-width: 50px;
    text-align: right;
  }
  #content #inner-content .info-block-row span.red-pipe {
    padding: 0 3px;
    display: inline;
  }
  #content #inner-content .info-block-row strong:before {
    display: none;
  }
  #content #inner-content .info-block-row small {
    padding-left: 0;
    display: inline-block;
    margin-left: 4px;
    margin-top: 0;
  }
  #content #inner-content footer.pager {
    width: 100%;
    left: auto;
  }
  #content #inner-content .devis-slider .slider-image {
    height: 437px;
  }
  #content #inner-content .wp-block-gallery li {
    height: 220px;
  }
  #content #inner-content .section-homepage-slider {
    margin-top: 0;
  }
  #content #inner-content .section-homepage-alarm__alert-empty {
    margin-top: 40px;
  }
  #content #inner-content .section-homepage-alarm {
    display: flex;
    justify-content: center;
    min-width: unset;
    position: relative;
    top: -30px;
  }
  #content #inner-content .section-homepage-alarm__advertisement {
    top: 0;
    margin: 130px auto 0;
  }
  #content #inner-content .section-homepage-alarm__advertisement-empty {
    margin-top: 40px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm {
    display: flex;
    align-items: flex-start;
    padding: 28px 60px 24px 48px;
    max-width: 620px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__advertisement {
    display: block;
    position: relative;
    padding: 30px 60px 30px 72px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__advertisement:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 85px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50vw);
    background: #f4f5f5;
    z-index: -1;
  }
  #content #inner-content .section-homepage-alarm i.homepage-alarm__icon {
    margin-right: 16px;
  }
  #content #inner-content .section-homepage-alarm i.homepage-alarm__icon-advertisement {
    position: absolute;
    left: -50px;
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 50%;
    font-size: 48px;
  }
  #content #inner-content .section-homepage-alarm i.plus-icon {
    margin: 0 0 0 16px;
  }
  #mute-button {
    left: 25px;
    bottom: 25px;
  }
  #homepage-video {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  #homepage-video:before {
    display: none;
  }
  .route-content .details-wrap {
    margin-top: 5px;
  }
  .footer .footer-logo:nth-child(2) {
    width: 150px;
  }
  .contact-form .gfield,
  .devis-form .gfield {
    margin: 18px 13px;
  }
  .contact-form .subject-select,
  .devis-form .subject-select,
  .contact-form .devis-kids-number,
  .devis-form .devis-kids-number,
  .contact-form .events-devis,
  .devis-form .events-devis,
  .contact-form .devis-adult-number,
  .devis-form .devis-adult-number,
  .contact-form .budget-devis,
  .devis-form .budget-devis,
  .contact-form .telephone,
  .devis-form .telephone,
  .contact-form .firstname,
  .devis-form .firstname,
  .contact-form .date-devis,
  .devis-form .date-devis,
  .contact-form .lastname,
  .devis-form .lastname,
  .contact-form .email,
  .devis-form .email {
    width: calc(100%  / 2 - 26px);
  }
  .contact-form .subject-select,
  .devis-form .subject-select,
  .contact-form .budget-devis,
  .devis-form .budget-devis,
  .contact-form .telephone,
  .devis-form .telephone,
  .contact-form .date-devis,
  .devis-form .date-devis {
    width: calc(100% / 2 - 26px);
  }
  .devis-form_wrapper {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 1000px) {
  .single-cruise .wp-block-table table {
    width: auto;
    min-width: 500px;
  }
  .single-cruise .wp-block-table table td {
    padding: 0 32px;
  }
  body.home #content #inner-content .type-page > .article-header {
    min-height: 800px;
    height: 70vh;
  }
  body.tax-event_cat #content #inner-content > .article-header {
    min-height: 800px;
    height: 70vh;
  }
  body.search #inner-content,
  body.woocommerce-page #inner-content,
  body.page-template-search #inner-content {
    min-height: calc(100vh - 139px);
  }
  body.search-results .single-result {
    padding: 25px 0;
  }
  body.search-results .single-result h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  body.search-results .single-result p {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  body.search-results .single-result .excerpt-read-more {
    font-size: 2rem;
    font-weight: 500;
  }
  /* Search page  */
  #content #inner-content .download:hover {
    right: 0;
  }
  #content #inner-content .search-wrap {
    padding-top: 200px;
  }
  #content #inner-content .search-wrap #searchform input {
    height: 63px;
    font-size: 2.6rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    max-width: 600px;
  }
  #content #inner-content .search-wrap #searchform .btn {
    height: 63px;
    width: 63px;
    line-height: 50px;
  }
  /* End */
  .header {
    padding: 0 0 12px 0;
    z-index: 2;
    height: auto;
    min-height: auto;
  }
  .header #inner-header {
    min-height: inherit;
    position: relative;
    max-width: 1000px;
    flex-flow: column;
  }
  .header #inner-header.wrap {
    width: 95%;
  }
  .header #inner-header .ribbon {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    z-index: 11;
    width: 100%;
    justify-content: flex-end;
  }
  .header #inner-header .ribbon .icons a {
    margin-right: 50px;
  }
  .header #inner-header .header-ribbon-menu li {
    margin-right: 50px;
  }
  .header #inner-header .header-ribbon-menu a:hover,
  .header #inner-header .header-ribbon-menu a:focus,
  .header #inner-header .header-ribbon-menu a:active {
    color: #00b1b9;
  }
  .header #inner-header .logo-menu-wrap {
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    width: 100%;
  }
  .header #inner-header .header-icons-wrap {
    display: flex;
  }
  .header #inner-header .ribbon-nav {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
  }
  .header #inner-header .ribbon-nav .current-menu-item a {
    color: #00b1b9;
  }
  .header #inner-header .ribbon-nav a {
    font-size: 0.93em;
    color: #ffffff;
    text-transform: uppercase;
  }
  .header #inner-header .mobile-wrap {
    display: none;
  }
  .header #inner-header .mobile-cart {
    display: none;
  }
  .header #inner-header .not-small {
    display: inline-block;
  }
  .header #inner-header .icons {
    margin-right: 14px;
  }
  .header #inner-header .icons-search {
    margin-top: 5px;
  }
  .header #inner-header .icons .count-offers {
    top: -5px;
  }
  .header #inner-header .language-select {
    display: inline-block;
    margin-left: 8px;
  }
  .header #inner-header .language-select .lang-item {
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .header #inner-header .language-select .lang-item:hover {
    background: #111a3b;
  }
  .header #inner-header .language-select:hover .language-wrapper {
    height: 90px;
    background: rgba(17, 26, 59, 0.7);
  }
  .header #inner-header .language-select:hover .language-wrapper .lang-item {
    opacity: 1;
    visibility: visible;
  }
  .header #inner-header .language-select:hover:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .menu-burger {
    display: none;
  }
  .header .language-select-mobile {
    display: none;
  }
  .header #logo {
    width: 150px;
    margin-right: 25px;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  .main-nav {
    display: flex;
    right: 0;
    position: relative;
    height: auto;
    background-color: transparent;
    padding: 0;
    z-index: 20;
    width: 100%;
    max-width: 1050px;
  }
  .main-nav .top-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main-nav .top-nav:before,
  .main-nav .top-nav:after {
    display: none;
  }
  .main-nav ul.nav > li,
  .main-nav div.nav ul > li {
    display: inline-block;
    position: relative;
  }
  .main-nav ul.nav > li a,
  .main-nav div.nav ul > li a {
    font-size: 1.7rem;
  }
  .main-nav ul.nav > li.hide__desktop,
  .main-nav div.nav ul > li.hide__desktop {
    display: none;
  }
  .main-nav ul.nav > li:last-child a,
  .main-nav div.nav ul > li:last-child a {
    padding-right: 0 !important;
  }
  .main-nav ul.nav > li.menu-item-has-children > a:after,
  .main-nav div.nav ul > li.menu-item-has-children > a:after {
    display: none;
  }
  .main-nav ul.nav > li ul.sub-menu,
  .main-nav div.nav ul > li ul.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 122%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #11183B;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    flex-flow: column;
    white-space: nowrap;
    justify-content: center;
    min-width: 145%;
    width: auto;
  }
  .main-nav ul.nav > li ul.sub-menu > li,
  .main-nav div.nav ul > li ul.sub-menu > li {
    position: relative;
  }
  .main-nav ul.nav > li ul.sub-menu > li a,
  .main-nav div.nav ul > li ul.sub-menu > li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: none;
  }
  .main-nav ul.nav > li ul.sub-menu > li:hover a,
  .main-nav div.nav ul > li ul.sub-menu > li:hover a {
    color: #00b1b9;
  }
  .main-nav ul.nav > li ul.sub-menu:before,
  .main-nav div.nav ul > li ul.sub-menu:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17px 10px;
    border-color: transparent transparent #111a3b transparent;
  }
  .main-nav ul.nav > li ul.sub-menu li a,
  .main-nav div.nav ul > li ul.sub-menu li a {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 8px 5px;
    text-align: center;
  }
  .main-nav ul.nav > li:before,
  .main-nav div.nav ul > li:before {
    content: '';
    width: calc(100% - 10px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 4px;
    background-color: #00b1b9;
    bottom: 6px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  .main-nav ul.nav > li:hover ul.sub-menu,
  .main-nav div.nav ul > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-nav ul.nav > li:hover:before,
  .main-nav div.nav ul > li:hover:before {
    opacity: 1;
  }
  p {
    font-size: 2.3rem;
  }
  h1 {
    font-size: 4.9rem;
  }
  h2 {
    font-size: 3.9rem;
    margin: 50px 0 25px;
  }
  #content #inner-content .article-header {
    height: 80vh;
    min-height: 700px;
  }
  #content #inner-content .subtitle {
    font-size: 3.4rem;
  }
  #content #inner-content .entry-content {
    margin: 90px auto;
  }
  #content #inner-content .entry-content .event-cats,
  #content #inner-content .entry-content .cruise-cats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 21px;
  }
  #content #inner-content .entry-content .event-cats a,
  #content #inner-content .entry-content .cruise-cats a {
    flex-basis: calc(100% / 2 - 32px);
  }
  #content #inner-content .events-wrapper {
    width: 100%;
  }
  #content #inner-content .adventures {
    font-size: 8rem;
    margin-bottom: 10px;
  }
  #content #inner-content .adventures span {
    font-size: 5.8rem;
  }
  #content #inner-content .homepage-slider .slider-content {
    position: relative;
    order: 1;
  }
  #content #inner-content .homepage-slider .pager-small {
    position: relative;
    bottom: auto;
  }
  #content #inner-content .homepage-title {
    font-size: 6.9rem;
  }
  #content #inner-content .homepage-subtitle {
    font-size: 2.9rem;
  }
  #content #inner-content .homepage-events .home-events {
    margin: 0 auto;
    flex-basis: calc(100% / 2 - 20px);
  }
  #content #inner-content .events .small-header {
    min-height: inherit;
  }
  #content #inner-content .events a {
    width: calc(33.33% - 32px);
  }
  #content #inner-content .homepage-events {
    margin: 0 auto;
    padding: 133px 0;
    background-color: #f4f5f5;
  }
  #content #inner-content .homepage-events .home-events {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  #content #inner-content .homepage-events .home-events a {
    flex-basis: calc(100%  / 3 - 10px);
    margin: 0 auto;
  }
  #content #inner-content .homepage-events .home-events .events-text,
  #content #inner-content .homepage-events .home-events .small {
    max-width: 290px;
    min-height: 432px;
  }
  #content #inner-content .homepage-events .home-events .events-text {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin-right: 30px;
    padding: 0;
  }
  #content #inner-content .homepage-events .home-events .events-text h2 {
    margin: 0;
    text-align: left;
  }
  #content #inner-content .homepage-events .home-events .events-button {
    position: absolute;
    bottom: 0;
    left: 0;
    flex-basis: auto;
    padding: 4px;
    margin: 0;
  }
  #content #inner-content .homepage-events .home-events .events-wrapper {
    width: calc(100% - 290px);
    flex-flow: nowrap;
  }
  #content #inner-content .details {
    visibility: hidden;
    opacity: 0;
    padding: 10px 32px;
  }
  #content #inner-content .small {
    margin: 10px 5px;
  }
  #content #inner-content .small:hover .details {
    visibility: visible;
    opacity: 1;
  }
  #content #inner-content .small:hover .plus-icon {
    background: #111a3b;
  }
  #content #inner-content .small:hover .plus-icon span {
    border-color: #ffffff;
  }
  #content #inner-content .single-boat {
    display: flex;
    justify-content: space-between;
  }
  #content #inner-content .inner-slider {
    display: flex;
    justify-content: space-between;
  }
  #content #inner-content .inner-slider .slider-image {
    margin: 0;
    flex-basis: 70%;
    max-width: 685px;
    padding-bottom: 0;
    height: 440px;
  }
  #content #inner-content .inner-slider .slider-image .image-wrap {
    margin-bottom: 0;
  }
  #content #inner-content .inner-slider .slider-image .image-wrap:after {
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 41%, rgba(17, 26, 59, 0.7567402) 77%, #111a3b 100%);
  }
  #content #inner-content .inner-slider .slider-image .slide-content {
    bottom: 123px;
    right: -91px;
  }
  #content #inner-content .inner-slider .slider-image .slide-content button {
    position: absolute;
    right: 67px;
    margin-top: 40px;
    bottom: -88px;
  }
  #content #inner-content .inner-slider .slider-image h3 {
    font-size: 5.6rem;
    max-width: 365px;
    float: right;
    margin-bottom: 0;
    text-align: right;
  }
  #content #inner-content .inner-slider h2 {
    line-height: 1;
    margin: 0;
    margin-bottom: 25px;
  }
  #content #inner-content .inner-slider .pager-small {
    position: absolute;
    bottom: 34px;
  }
  #content #inner-content .inner-slider .slider-content {
    flex-basis: 26%;
    padding: 4px 0px;
    text-align: left;
  }
  #content #inner-content .slide_2 {
    max-width: 1442px;
    margin-top: 0;
    width: 100%;
  }
  #content #inner-content .slide_2 .slider-image {
    max-width: 795px;
    flex-basis: 50%;
    height: 550px;
    max-height: 550px;
  }
  #content #inner-content .slide_2 .slider-content {
    flex-basis: 30%;
    margin-right: 50px;
    padding-top: 80px;
  }
  #content #inner-content .devis-slider h2 {
    font-size: 3.8rem;
  }
  #content #inner-content .devis-slider .inner-slider {
    position: relative;
    justify-content: space-between;
    height: 100%;
    min-height: 364px;
  }
  #content #inner-content .devis-slider .more-btn-wrapper {
    align-items: flex-end;
    justify-content: flex-end;
  }
  #content #inner-content .devis-slider .slider-image {
    max-width: 530px;
    flex-basis: 50%;
    height: auto;
  }
  #content #inner-content .devis-slider .slider-content {
    position: relative;
    min-height: 364px;
    margin: 0;
    flex-basis: 50%;
    display: flex;
    flex-flow: column;
    height: 100%;
    order: 2;
  }
  #content #inner-content .devis-slider .slider-content .slider-content-wrapper {
    position: absolute;
    padding: 0 40px;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #content #inner-content .devis-slider .slider-content-flex {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  #content #inner-content .devis-slider .slider-content-flex p {
    margin-bottom: 0;
  }
  #content #inner-content .devis-slider .pager-small {
    position: relative;
    bottom: inherit;
    left: inherit;
    text-align: left;
    margin: 10px 0;
  }
  #content #inner-content footer.pager {
    margin: 102px auto;
    overflow: visible;
  }
  #content #inner-content footer.pager a {
    padding: 0 25px;
    font-size: 1.8rem;
    height: 35px;
  }
  #content #inner-content footer.pager a.active {
    font-size: 2.7rem;
  }
  #content #inner-content footer.pager a.active:after {
    bottom: 7px;
  }
  #content #inner-content footer.pager a:after {
    content: '';
    width: 2px;
    height: 14px;
    bottom: 3px;
  }
  #content #inner-content .table-container {
    display: flex;
  }
  #content #inner-content .table-container div:first-child {
    flex-basis: 35%;
  }
  #content #inner-content .table-container div:first-child h2 {
    margin: 0 0 27px 0;
  }
  #content #inner-content .table-container div:nth-child(2) {
    flex-basis: 65%;
  }
  #content #inner-content .savoir-table {
    font-size: 2.2rem;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    width: 100%;
  }
  #content #inner-content .savoir-table td,
  #content #inner-content .savoir-table th {
    padding: 20px 0;
  }
  #content #inner-content .savoir-table th {
    padding-top: 25px;
    font-size: 3.8rem;
  }
  #content #inner-content .savoir-table td {
    font-size: 2rem;
  }
  #content #inner-content .savoir-table td:nth-child(2n) {
    font-size: 2rem;
  }
  #content #inner-content .meta {
    font-size: 2.7rem;
  }
  #content #inner-content .meta .quantity:after {
    top: 15px;
  }
  #content #inner-content .wp-block-gallery,
  #content #inner-content .wp-block-columns {
    margin: 70px auto;
  }
  #content #inner-content .wp-block-gallery li {
    width: calc(100% / 3 - 12px);
    height: 240px;
  }
  #content #inner-content .section-homepage-slider {
    margin-top: 70px;
  }
  #content #inner-content .section-homepage-alarm__alert-empty {
    margin-top: 90px;
  }
  #content #inner-content .section-homepage-alarm {
    margin: 0 auto;
  }
  #content #inner-content .section-homepage-alarm__advertisement {
    margin: 145px auto 0;
  }
  #content #inner-content .section-homepage-alarm__advertisement-empty {
    margin-top: 40px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm {
    max-width: 800px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__advertisement {
    min-height: 190px;
    padding: 40px 105px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__advertisement:before {
    top: 100px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__title {
    font-size: 18px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__title-advertisement {
    font-size: 27px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm__text {
    font-size: 16px;
  }
  #content #inner-content .section-homepage-alarm i.homepage-alarm__icon {
    font-size: 34px;
  }
  #content #inner-content .section-homepage-alarm i.homepage-alarm__icon-advertisement {
    left: -72px;
    width: 120px;
    height: 120px;
    font-size: 55px;
  }
  .footer {
    position: relative;
    margin-top: 0;
  }
  .footer #inner-footer .upper-footer {
    min-height: 488px;
    display: flex;
    justify-content: space-between;
  }
  .footer #inner-footer .upper-footer .upper-footer-empty {
    min-height: 488px;
    min-width: 488px;
    background: #f4f5f5;
    position: absolute;
    left: 63%;
    right: 0;
    top: 0;
  }
  .footer #inner-footer .upper-footer .upper-footer-empty .btn {
    position: absolute;
    display: inherit;
    margin: 0;
    height: 70px;
    line-height: 60px;
    text-align: center;
    top: 50%;
    left: -17%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer #inner-footer .upper-footer .upper-footer-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .footer #inner-footer .upper-footer .upper-footer-text p:first-child {
    font-size: 10.5rem;
  }
  .footer #inner-footer .upper-footer .upper-footer-text p:first-child span {
    font-size: 6.8rem;
    font-family: 'Oraqle';
  }
  .footer #inner-footer .mid-footer {
    display: flex;
    flex-flow: inherit;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .footer #inner-footer .mid-footer .payment-icons {
    position: relative;
    flex-flow: column;
    align-items: flex-start;
    min-width: 220px;
    height: 100%;
    margin-top: 20px;
    width: auto;
  }
  .footer #inner-footer .mid-footer .payment-icons .payment-wrapper {
    width: 90%;
    margin-bottom: 32px;
  }
  .footer #inner-footer .mid-footer .payment-icons .btn {
    width: 222px;
    height: 67px;
    font-size: 1.8rem;
  }
  .footer #inner-footer .mid-footer .payment-icons .btn i {
    font-size: 4rem;
  }
  .footer #inner-footer .lower-footer {
    margin: 40px 0 80px 0;
  }
  .footer #inner-footer .social-icons {
    margin-top: 100px;
  }
  .footer #inner-footer .social-icons p {
    margin-bottom: 30px;
  }
  .footer #inner-footer hr {
    margin: 75px 0;
  }
  .footer .footer-logo {
    width: 135px;
  }
  .footer .footer-logo:nth-child(2) {
    width: 180px;
  }
  .footer .source-org {
    font-size: 1.8rem;
  }
  .single-boat {
    margin-bottom: 100px;
  }
  .single-boat div {
    flex-basis: 45%;
    min-width: 47%;
  }
  .single-boat .boat-thumbnail {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 265px;
    max-height: 265px;
  }
  .single-boat .boat-content {
    order: 2;
  }
  .page-template-tpl-tabs .tab-page-content > h2,
  .page-template-tpl-tabs .tab-page-content > p {
    text-align: center;
  }
  .social-icons [class^="icon-"],
  .social-icons [class*=" icon-"] {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 3.4rem;
    margin: 0 15px;
  }
  .cruise-header__button {
    top: -125px;
  }
  .contact-form li,
  .devis-form li {
    margin: 18px 0;
  }
  .contact-form select,
  .devis-form select {
    font-size: 2.2rem;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 8px;
  }
  .contact-form .devis-adult-number.empty label,
  .devis-form .devis-adult-number.empty label,
  .contact-form .devis-kids-number.empty label,
  .devis-form .devis-kids-number.empty label,
  .contact-form .address-devis.empty label,
  .devis-form .address-devis.empty label,
  .contact-form .telephone.empty label,
  .devis-form .telephone.empty label,
  .contact-form .lastname.empty label,
  .devis-form .lastname.empty label,
  .contact-form .firstname.empty label,
  .devis-form .firstname.empty label,
  .contact-form .message.empty label,
  .devis-form .message.empty label,
  .contact-form .email.empty label,
  .devis-form .email.empty label,
  .contact-form .info.empty label,
  .devis-form .info.empty label,
  .contact-form .date-devis.empty label,
  .devis-form .date-devis.empty label,
  .contact-form .budget-devis.empty label,
  .devis-form .budget-devis.empty label {
    font-size: 2.2rem;
  }
  .contact-form .subject-select,
  .devis-form .subject-select,
  .contact-form .budget-devis,
  .devis-form .budget-devis,
  .contact-form .telephone,
  .devis-form .telephone,
  .contact-form .date-devis,
  .devis-form .date-devis {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  /*********************
06. HEADER SYTLES
*********************/
  .home h2 {
    font-size: 5.4rem;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  #content #inner-content .header-slider .controller-pre,
  #content #inner-content .header-slider .controller-next {
    left: 70px;
  }
  #content #inner-content .header-slider .controller-next {
    left: auto;
    right: 70px;
  }
  #content #inner-content .times {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #content #inner-content .times .times-text {
    width: calc(100% - 400px );
    padding: 54px 90px 30px 0;
  }
  #content #inner-content .times .times-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    max-width: 400px;
  }
  #content #inner-content .share-event {
    width: 52px;
    position: fixed;
    visibility: hidden;
    right: 0;
    top: 50%;
    z-index: 200;
  }
  #content #inner-content .share-event ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
  }
  #content #inner-content .share-event ul li {
    height: calc(100% / 4);
    width: 100%;
  }
  #content #inner-content .times-info-inner {
    padding: 38px 48px 38px;
  }
  #content #inner-content .adventures {
    font-size: 11rem;
  }
  #content #inner-content .adventures span {
    font-size: 8.8rem;
  }
  #content #inner-content .homepage-title {
    font-size: 9.9rem;
  }
  #content #inner-content .homepage-subtitle {
    font-size: 4.3rem;
  }
  #content #inner-content .switch-list-tabs {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 50px 0;
    border-bottom: 1px solid #a0a0a0;
  }
  #content #inner-content .switch-list-tabs li {
    font-size: 2.2rem;
  }
  #content #inner-content .switch-list-tabs li.active {
    font-size: 3rem;
  }
  #content #inner-content .product-with-icon {
    width: calc(100% / 5 - 20px );
    margin: 30px 0;
  }
  #content #inner-content .product-with-title:not(.product-with-houseboat):not(.product-with-wateradventures) {
    width: calc(100% / 4 - 20px );
    max-width: 290px;
    margin: 30px 0;
  }
  #content #inner-content .employee {
    flex-basis: calc(100% / 4 - 10px);
  }
  #content #inner-content .wp-block-columns {
    margin: 70px auto;
  }
  #content #inner-content .timing-table-wrapper {
    width: 100%;
    left: auto;
  }
  #content #inner-content .timing-table-wrapper table {
    margin-left: 0;
    width: 100%;
  }
  #content #inner-content .events .article-header {
    height: 280px;
  }
  /* Contact page style */
  .contact-map div:nth-child(2) .aligncenter {
    min-height: 596px;
  }
  #content #inner-content .section-homepage-alarm .homepage-alarm {
    max-width: unset;
  }
  /* Nos Bateaux Page */
  .boat-menu .single-menu {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .boat-menu .single-menu.active {
    font-size: 2.2rem;
  }
  .single-event #content #inner-content .price {
    padding-right: 465px;
    margin-bottom: 57px;
  }
  .main-nav ul.nav > li a,
  .main-nav div.nav ul > li a {
    font-size: 1.8rem;
  }
  /********************************************************
   Gravity Forms / Page contact & page Demandez un devis
********************************************************/
  .contact-form .subject-select,
  .devis-form .subject-select,
  .contact-form .devis-kids-number,
  .devis-form .devis-kids-number,
  .contact-form .events-devis,
  .devis-form .events-devis,
  .contact-form .devis-adult-number,
  .devis-form .devis-adult-number,
  .contact-form .budget-devis,
  .devis-form .budget-devis,
  .contact-form .telephone,
  .devis-form .telephone,
  .contact-form .firstname,
  .devis-form .firstname,
  .contact-form .date-devis,
  .devis-form .date-devis,
  .contact-form .lastname,
  .devis-form .lastname,
  .contact-form .email,
  .devis-form .email {
    width: calc(100% / 3 - 26px);
  }
  .contact-form .subject-select,
  .devis-form .subject-select,
  .contact-form .budget-devis,
  .devis-form .budget-devis,
  .contact-form .telephone,
  .devis-form .telephone,
  .contact-form .date-devis,
  .devis-form .date-devis {
    width: calc(100% / 2 - 26px);
  }
  .contact-form .terms,
  .devis-form .terms {
    font-size: 2.2rem;
  }
  .contact-form .terms label,
  .devis-form .terms label {
    font-size: 2.2rem;
  }
  .contact-form .terms label a,
  .devis-form .terms label a {
    font-size: 2.2rem;
  }
  .contact-form .gfield_html,
  .devis-form .gfield_html {
    font-size: 2.2rem;
  }
  .devis-form .address-devis {
    width: calc(100% - 100% / 3 - 26px);
  }
  .devis-form .telephone {
    width: calc(100% / 3 - 26px);
  }
  .date-devis .clear-multi > div select {
    padding-bottom: 8px;
  }
  /*THE END*/
}
@media only screen and (min-width: 1400px) {
  .header #inner-header {
    max-width: 1400px;
    width: 95%;
  }
  .header #inner-header #logo {
    width: 175px;
  }
  .header #inner-header .logo-menu-wrap {
    flex-flow: row;
    align-items: center;
  }
  .header #inner-header .mobile-wrap {
    display: none;
  }
  .header #inner-header .main-nav li a {
    padding: 10px 12px;
  }
  /*********************
07. NAVIGATION STYLES
*********************/
  .main-nav {
    width: auto;
    flex-grow: 1;
  }
  .main-nav .top-nav {
    margin-top: 0;
    justify-content: space-between;
  }
  .main-nav .top-nav:before,
  .main-nav .top-nav:after {
    display: table;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

EXAMPLE 
.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

*/
}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  /*
.bx-viewport {
    height: auto !important;
    overflow: visible !important;

    ul {
        width: auto !important;
        transform: none !important;

        li {
            float: none !important;
            width: auto !important;
            height: auto !important;
        }
    }
}*/
}
