@charset "UTF-8";
/*+header-alerts-css*/
.head-alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 21, 73, 0.15);
  background: #fff;
}

/*-header-alerts-css*/
/*+search-bar-text-css*/
#search-bar-text {
  border: 0 !important;
}

#input-search-text {
  height: 30px;
  outline: none;
  border: 0;
}

#input-search-text:focus {
  outline: none;
  border: 0;
}

#toggle-text-search:hover {
  text-decoration: none;
}

/*-search-bar-text-css*/
/*+search-bar-where-css*/
.uk-dropdown {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}

.uk-dropdown > .uk-switcher > div {
  max-height: 500px;
  overflow-y: auto;
}

.uk-tab a {
  text-transform: none;
  font-size: 0.9rem;
}

.uk-tab > .uk-active > a {
  border-color: #32a361;
  border-bottom-width: 4px;
}

#search-bar-form .uk-dropdown-nav li,
#search-bar-form .uk-dropdown-nav li a {
  font-size: 1rem;
  padding: 0;
  color: #777;
}

#search-bar-form .uk-dropdown-nav li a:hover {
  color: #32a361;
}

/*-search-bar-where-css*/
/*+search-bar-when-css*/
.month-select > div {
  padding: 5px;
}
.month-select a {
  border: 1px solid #001549;
  border-radius: 5px;
  padding: 4px 6px;
  text-align: center;
  display: block;
}
.month-select a:hover,
.month-select a.selected {
  background-color: #001549;
  color: #fff;
  text-decoration: none;
}
.month-select a.disabled {
  background-color: #fff !important;
  color: #ccc !important;
  border-color: #ccc;
  cursor: not-allowed;
}

/*-search-bar-when-css*/
/*+search-bar-days-css*/
.day-select > div {
  padding: 5px;
}

.day-select a {
  border: 1px solid #001549;
  border-radius: 5px;
  padding: 4px 6px;
  text-align: center;
  display: block;
}

.day-select a:hover,
.day-select a.selected {
  background-color: #001549;
  color: #fff;
  text-decoration: none;
}

/*-search-bar-days-css*/
/*+search-bar-type-css*/
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #32a361 !important;
}

#search-bar-type-dropdown p {
  position: relative;
  left: 30px;
  padding-right: 30px;
}

#search-bar-type-dropdown .headline {
  color: #222;
}

#search-bar-type-dropdown input[type=checkbox] {
  position: absolute;
  left: -30px;
  top: 8px;
}

/*-search-bar-type-css*/
/*+search-bar-css*/
#search-bar {
  position: relative;
  min-width: 300px !important;
}

#search-bar span.label {
  cursor: pointer;
}

#search-bar button {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 9999px;
  height: 42px;
  background: #32a361;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

#search-bar-form input.uk-form-blank {
  font-size: 1rem;
  width: 100%;
}

#search-bar-submit:hover {
  background-color: #23894d;
  border-color: #23894d;
}

.search-bar-where input[type=text]:focus {
  outline: none;
  border-color: transparent;
}

.search-spinner,
.search-icon {
  position: relative;
  top: -4px;
  width: 18px;
  height: 18px;
  margin-left: 1px;
  margin-right: 1px;
}

@media screen and (max-width: 767px) {
  #search-bar {
    /*display: none !important;*/
  }
}
@media screen and (min-width: 768px) {
  #search-bar-small {
    display: none;
  }
}
/*-search-bar-css*/
/*+header-main-css*/
.top-button {
  text-align: center;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
}
.top-button img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header-main {
  gap: 20px;
  padding-bottom: 20px;
  position: relative;
}

#header-main #logo {
  margin-top: 0;
}
#header-main #logo img {
  width: 190px;
}

.template-home #header-main {
  gap: 40px;
}
.template-home #header-main #logo {
  margin-top: 40px;
}
.template-home #header-main #logo img {
  width: 256px;
}

#top-button-menu {
  float: left;
}
#top-button-menu img {
  width: 28px;
}

#top-button-contact {
  float: right;
  padding: 8px;
}

.top-button:hover {
  color: #32a361;
  background-color: #fff;
  border-color: rgba(0, 21, 73, 0.15);
}

#header-main .uk-breadcrumb {
  margin: 14px 20px 0 20px;
  float: left;
  /*
  	@media screen and (max-width: 767px) {
  		display: none;
  	}

   */
}

#edit-page {
  position: absolute;
  top: 23px;
  right: 120px;
}

@media screen and (max-width: 767px) {
  header#header-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  header#header-main #logo {
    padding-top: 0;
    margin-top: 0;
  }
}
/*-header-main-css*/
/*+form-subscribe-css*/
#form-subscribe input {
  display: block;
}

#form-subscribe .uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  #form-subscribe {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #form-subscribe label {
    /*text-align: center;*/
    display: block;
  }
  /*
  #form-subscribe input {
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
  }
   */
  #form-subscribe .uk-button {
    position: relative;
    top: -5px;
  }
}
/*-form-subscribe-css*/
/*+footer-main-css*/
#footer-main #footer-main {
  font-size: 15px;
  padding-bottom: 0;
}
#footer-main #logo-strip img {
  max-height: 50px;
  opacity: 0.4;
}
#footer-main #logo-strip img:hover {
  opacity: 1;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #footer-main #footer-main {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/*-footer-main-css*/
/*+nav-css*/
.uk-offcanvas-bar {
  background-color: #32a361;
}

.logo-white {
  width: 200px;
}

#nav .uk-nav li.uk-nav-header {
  text-transform: none;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

#nav .uk-nav li a {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  opacity: 0.85;
}

#nav .uk-nav li.uk-open > a {
  opacity: 1;
}

#nav li:not(.uk-open) > a:not(:hover) > .uk-nav-parent-icon {
  display: none;
}

#nav a:hover .uk-nav-parent-icon {
  display: inline-block;
}

#nav .uk-nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}

#nav .uk-nav-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#nav .uk-nav-header .uk-icon {
  position: relative;
  top: -3px;
}

/*-nav-css*/
/*+offcanvas-contact-css*/
#contact p {
  padding-left: 27px;
}

#contact h4 {
  font-size: 1.2rem;
  margin: 0;
  /* test */
}

#contact .uk-offcanvas-bar p {
  color: #fff;
  margin-top: 0;
}

/*-offcanvas-contact-css*/
/*+main-css*/
html {
  color: #59678a;
}

/*
.material-symbols-rounded {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	font-variation-settings:
		 'FILL' 0,
		 'wght' 400,
		 'GRAD' 0,
		 'opsz' 24
 }
 */
.tippy-box {
  padding: 10px;
  border-radius: 20px;
}

/*** UIKIT *********************************************************************/
.uk-text-small {
  font-size: 0.9rem;
}

a.uk-link-text, em {
  color: #59678a;
}

a.uk-link-text:hover {
  color: #32a361;
}

.uk-text-primary {
  color: #32a361 !important;
}

.uk-button {
  white-space: nowrap;
  font-size: 1rem;
}

a.uk-button {
  text-decoration: none !important;
}

.uk-button-text,
.uk-button-text:hover {
  border: 0;
  background: transparent !important;
  color: #32a361 !important;
}

a.uk-button-default,
button.uk-button-default {
  color: #001549;
  border-color: #001549;
}

a.uk-button-default:hover,
a.uk-button-default[aria-expanded=true],
button.uk-button-default[aria-expanded=true],
button.uk-button-default:hover {
  background-color: #001549;
  color: #fff;
  text-decoration: none !important;
}

button.uk-button-secondary,
a.uk-button.uk-button-secondary {
  text-decoration: none;
  font-weight: bold;
  color: #32a361;
  border-color: #32a361;
}

button.uk-button-secondary:hover,
button.uk-button-secondary[aria-expanded=true],
a.uk-button-secondary[aria-expanded=true],
a.uk-button.uk-button-secondary:hover {
  background-color: #32a361;
  color: #fff;
  text-decoration: none !important;
  opacity: 1;
}

a.uk-button.uk-button-primary {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.uk-button-primary:hover,
.uk-card a:hover {
  /* override opacity reduction from cards.scss */
  opacity: 1;
}

.uk-button-small {
  line-height: 25px;
}

.uk-button[aria-expanded=true] {
  background: #777;
  color: #fff;
}

.uk-select,
.FormBuilder .uk-select,
.uk-textarea,
.uk-input {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.uk-textarea:focus,
.uk-input:focus {
  border-color: #32a361;
}

.uk-card .card-badges {
  /* override from cards.scss */
  gap: 0;
}

ul.list-small-bullet,
ul.uk-list-bullet {
  list-style-type: "·";
  margin-left: 5px;
}

ul.list-small-bullet li,
ul.uk-list-bullet li {
  padding-left: 10px;
}

.uk-list-bullet > li::before {
  background-image: none;
}

ul.uk-list-bullet li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.uk-textarea,
.uk-input {
  border-radius: 5px;
}

.uk-select {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.04);
}

.uk-select:focus {
  border-color: #32a361;
}

.uk-link {
  color: #32a361;
  text-decoration: underline;
}

#content .uk-subnav.uk-subnav-pill {
  margin-left: 0;
}
#content .uk-subnav.uk-subnav-pill li {
  margin: 0 5px 5px 0;
}
#content .uk-subnav.uk-subnav-pill a {
  color: #32a361;
  border: 1px solid #32a361;
  border-radius: 999px;
  padding: 5px 20px;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
#content .uk-subnav.uk-subnav-pill a:hover,
#content .uk-subnav.uk-subnav-pill .uk-active a {
  color: #fff;
  background: #32a361 !important;
}
#content .dates-rates-container .uk-subnav + .uk-switcher {
  border: 0;
}
#content .uk-pagination li:not(.uk-active) a,
#content .uk-pagination li.uk-active span {
  text-decoration: none;
  height: 8px !important;
  width: 24px;
  padding: 8px 2px 12px 2px;
  line-height: 1;
}
#content .uk-pagination li a {
  font-size: 12px !important;
  line-height: 1;
}

/* #content */
.bt-text-tabs > .uk-tab > li > .bt-tab-link {
  color: #999;
  font-size: 16px;
}

.bt-text-tabs > .uk-tab > li.uk-active > .bt-tab-link {
  color: #333;
}

.bt-tab-link {
  text-decoration: none !important;
}

#content .uk-dropdown {
  border-radius: 30px;
}

.uk-accordion .uk-accordion-title {
  padding: 10px 20px;
  border: 1px solid #32a361;
  border-radius: 20px;
  margin-bottom: 0;
  font-weight: bold;
  color: #32a361;
  text-decoration: none !important;
}
.uk-accordion .uk-accordion-title:hover {
  background-color: #fff;
}
.uk-accordion .uk-accordion-content {
  margin-top: 0;
  padding: 20px;
  border: 1px solid #32a361;
  border-radius: 20px;
  background-color: #fff;
}
.uk-accordion .uk-open .uk-accordion-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.uk-accordion .uk-open .uk-accordion-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.uk-nav .uk-active a {
  color: #32a361;
  text-decoration: underline;
}

.uk-alert {
  border: 1px solid;
  border-radius: 20px;
}

#sidebar .uk-list .uk-active a {
  color: #32a361;
}

.uk-thumbnav a img {
  border-radius: 20px;
  border: 2px solid transparent;
}
.uk-thumbnav a:hover img {
  border: 2px solid #001549;
}

/*** CARDS **************************************************************************/
.linkable {
  /*
  item such as a tour-list card, use 'linkable' class to wrap the area that should be
  linked by an "<a href='...'> <span></span></a>" within in
  */
  position: relative;
}

#content .linkable a {
  text-decoration: none;
}

#content .linkable a:hover .uk-card-title {
  text-decoration: underline;
  color: #000 !important;
}

.linkable a > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#content .cards-header a {
  text-decoration: none;
}

#content .cards-header a:hover {
  text-decoration: underline;
}

.linkable a:hover > h4 {
  text-decoration: underline;
}

.cards-nav {
  padding-left: 0;
}
.cards-nav .uk-card-body {
  padding: 40px !important;
}

.discount-badge {
  background-image: url(/site/tpl/styles/images/discount.png);
  background-size: contain;
  width: 57px;
  height: 24px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 4px 0 0 14px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.template-tour .discount-badge {
  position: relative;
  top: -2px;
}

.discounts .discount,
.discounts .discount.uk-open {
  background-color: #fe710e;
  color: #fff;
  border: 0;
  border-radius: 10px;
}
.discounts .discount a.uk-accordion-title,
.discounts .discount.uk-open a.uk-accordion-title {
  background-color: #fe710e;
  color: #fff;
  border: 0;
  text-decoration: none;
  border-radius: 10px;
}
.discounts .discount .uk-accordion-content,
.discounts .discount.uk-open .uk-accordion-content {
  background-color: #fe710e;
  color: #fff;
  border-radius: 10px;
}

.discount-title {
  color: #fe710e;
  font-weight: bold;
  margin-left: 5px;
}

.template-discounts .discount-title {
  position: relative;
  top: 2px;
}

/*** REVIEWS ***********************************************/
#content {
  /*
  .CommentStars > span,
  .CommentStars > span img,
  .CommentForm .CommentStars > span,
  .CommentList .CommentStars > span {
  	display: inline-block;
  	position: relative;
  	width: 15px;
  	height 15px;
  	line-height: 0;
  }

  span.CommentStarPartial {
  	position: relative;
  	top: 8px;
  	line-height: 0;
  }
  span.CommentStarPartial > span.CommentStarOn {
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	line-height: 0;
  	overflow-x: hidden;
  }
  span.CommentStarPartial span.CommentStarOff > span > img {
  	line-height: 0;
  	margin: 0;
  	width: 15px;
  	height: 15px;
  	overflow: visible;
  	display: block;
  }

  span.CommentStarPartial span.CommentStarOn > span,
  span.CommentStarPartial span.CommentStarOn > span > img {
  	line-height: 0;
  	margin: 0;
  	width: 15px;
  	height: 15px;
  	overflow: visible;
  	display: block;
  }
  */
}
#content .CommentStarOn {
  color: #001549;
}
#content .CommentStarOff {
  color: #ddd;
}
#content .CommentStarsCount {
  line-height: 24px;
}
#content .CommentForm .CommentStarsInput > span:hover {
  cursor: pointer;
}

.bt-review {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
  padding-bottom: 30px;
  border: 1px solid rgba(0, 21, 73, 0.15);
  margin: 20px 0;
}
@media screen and (max-width: 959px) {
  .bt-review {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.review-card .bt-review-photo {
  width: 100%;
}

.bt-review-header .CommentStars {
  position: relative;
  top: -2px;
}

.bt-review-title {
  color: #32a361;
  font-size: 1.2rem;
}

.bt-review-cite {
  font-weight: bold;
}

.bt-review dt {
  float: left;
  margin-right: 10px;
  margin-left: -7px;
  clear: both;
  color: #32a361;
  font-weight: bold;
}

.bt-review dt:before {
  content: "· ";
}

.bt-review dd {
  float: left;
  font-weight: normal;
}

.bt-review .bt-rating > div {
  border-right: 1px solid #fff;
  background-color: #ddd;
}

.bt-review .bt-rating .on {
  height: 5px;
  background-color: #32a361;
}

.bt-reviews .bt-review-links a {
  text-decoration: none !important;
}

.bt-review-reply {
  margin: 20px 0;
  padding: 0 0 0 20px;
  border-left: 4px solid #32a361;
  font-size: 0.9rem;
}

.bt-review-photos img {
  width: 200px;
  height: 125px;
  margin-bottom: 12px;
  border-radius: 20px;
  visibility: visible;
}

.bt-review img {
  border-radius: 20px;
}

/*** FORMS ********************************************/
div.FormBuilder {
  border: 1px solid rgba(0, 21, 73, 0.15);
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 40px 20px 40px;
  border-radius: 40px;
}

label.InputfieldHeader {
  font-size: 1rem;
}

#content .FormBuilderFrameworkUikit3 .uk-radio + span,
#content .FormBuilderFrameworkUikit3 .uk-checkbox + span {
  font-size: 1rem;
}

#content .FormBuilderFrameworkUikit3 .uk-radio + span {
  font-weight: bold;
}

/*** GENERAL ******************************************/
#content {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#top-image {
  background: transparent;
}
#top-image img {
  border-radius: 40px;
  min-height: 300px;
}

#bodycopy > p > a,
#bodycopy > ul > li > a {
  text-decoration: underline;
}

#footer-main {
  padding-top: 40px;
}

#footer-main .social a {
  margin-right: 10px;
}

#footer-main .social a:hover {
  color: #32a361;
}

img.align_right {
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 40px;
}

img.align_left {
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 40px;
}

img.align_center {
  margin: 20px auto 20px auto;
  display: block;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  img.align_left,
  img.align_right {
    display: block;
    float: none;
    margin: 20px auto 20px auto;
  }
}
figure img {
  border-radius: 40px;
}

.wrap_Inputfield- {
  display: none;
}

@media screen and (max-width: 767px) {
  .uk-container,
  main#content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 959px) {
  #results-list,
  #results-filters > .uk-first-column {
    padding-left: 0;
  }
}
.bt-tour-sort-dropdown .uk-nav li.uk-active a {
  color: #32a361 !important;
  font-weight: bold;
}

pre.pw-debug {
  background: #333;
  padding: 40px;
  color: #fff;
  margin: 0;
}

/*** PETE ************************************************/
.responsive-image {
  height: 260px; /* mobile */
}

@media (min-width: 480px) {
  .responsive-image {
    height: 350px; /* medium */
  }
}
@media (min-width: 960px) {
  .responsive-image {
    height: 450px; /* large and above */
  }
}
/*-main-css*/
/*+bt-pagination-css*/
.uk-pagination {
  float: right;
}

.uk-pagination li:not(:first-child) {
  margin-left: 5px;
}

.uk-pagination li.uk-active a {
  color: #fff;
}

.uk-pagination .uk-icon {
  position: relative;
  top: -2px;
}

.uk-pagination .uk-disabled > span {
  border: 0;
}

/*-bt-pagination-css*/
/*+cards-nav-css*/
.cards-nav {
  position: relative;
  bottom: -2px;
}

.cards-header a {
  text-decoration: none;
  color: #001549;
}
.cards-header a .svg {
  margin: 0;
  width: 30px;
  height: 30px;
}

.cards-nav > a.uk-invisible {
  visibility: visible !important;
  opacity: 0.35 !important;
}

.cards-header .uk-h2 {
  position: relative;
  top: 10px;
}

.cards-header .uk-h2 a:hover {
  text-decoration: underline;
}

.cards-header .uk-h2 > span,
.cards-header .uk-h2 > span > img {
  display: inline;
}

.cards-header .uk-h2 > span.title {
  position: relative;
  top: 2px;
}

/*-cards-nav-css*/
/*+destinations-list-css*/
/*-destinations-list-css*/
/*+tour-list-item-badges-css*/
.card-badges .uk-badge {
  display: inline-flex;
  margin-right: 5px;
}

/*-tour-list-item-badges-css*/
/*+review-star*/
.CommentStar,
.CommentStar > img {
  display: inline;
}

.bt-review-photo {
  border-radius: 40px;
}

.review-card a.uk-link-text,
.review-card a.more,
.review-card a.less {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .review-card-body {
    /*padding: 0 20px;*/
  }
}
/*-review-star*/
/*+tour-header-slideshow-css*/
#tour-header .uk-card img {
  border-radius: 40px;
}

#tour-header .uk-slideshow-nav {
  position: relative;
  bottom: 37px;
}

#view-all-photos {
  background: #001549;
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  opacity: 0.8;
}
#view-all-photos:hover {
  opacity: 1;
  border-color: #fff;
}
#view-all-photos span:not(.uk-icon) {
  position: relative;
  top: 1px;
}

/*-tour-header-slideshow-css*/
/*+tour-header-css*/
.mobile-tour-nav {
  margin-top: 20px;
}

.mobile-tour-nav .uk-dropdown {
  width: 100%;
}

.mobile-tour-nav .uk-dropdown {
  background: #32a361;
  color: #fff;
}

.mobile-tour-nav .uk-dropdown .uk-nav a {
  font-weight: bold;
  color: #fff;
}

#tour-header .book-btn {
  padding-top: 20px;
  padding-right: 5px;
}

#tour-header .ask-btn {
  padding-top: 20px;
  padding-left: 5px;
}

/*-tour-header-css*/
/*+tour-program-css*/
.days {
  margin-top: 40px;
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px solid #32a361;
}

.day-head {
  position: relative;
}

.day-text {
  position: relative;
  top: -3px;
}

.day-head .day-circle {
  display: block;
  background-color: #fff;
  border: 1px solid #32a361;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -38px;
}

.day-desc + .day-head {
  margin-top: 40px;
}

/*-tour-program-css*/
/*+tour-photos-css*/
#tour-photos {
  margin: 0;
  padding: 0;
}
#tour-photos .tour-photo {
  width: 431px;
}
#tour-photos .tour-photo-tall {
  height: 556px;
}
#tour-photos .tour-photo-wide {
  height: 267px;
}
#tour-photos img {
  border-radius: 25px;
}
#tour-photos span.uk-badge {
  background: #fff;
  color: #555 !important;
  position: absolute;
  top: 20px;
  right: 20px;
}

#tour-sections:has(#tab-photos.uk-active) {
  background-color: #fff;
  padding: 25px 25px 0 25px;
}

#tab-photos .uk-cover-container {
  max-width: 100%;
}

.masonry { /* Masonry container */
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 18px;
  font-size: 0.85em;
  font-size: 14px;
  padding: 0;
}

.masonry > div {
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  margin: 0 0 14px 0;
  width: 100%;
}

@media only screen and (max-width: 539px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .masonry img {
    width: 100%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 999px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1500px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/*-tour-photos-css*/
/*+bikes-list-css*/
.bikes-list-item h4,
.bikes-list-item p strong {
  color: #32a361;
}

.bikes-list-item h3 {
  margin: 0;
}

.bikes-list-item img {
  width: 100%;
  border-radius: 20px;
}

/*-bikes-list-css*/
/*+tour-bikes-tab-css*/
.bikes-text {
  padding: 40px !important;
}

.no-bikes-tab #tour-switcher > ul > li:has(a[href="#tab-bikes"]) {
  display: none;
}

/*-tour-bikes-tab-css*/
/*+mobile-tour-nav-lower*/
@media screen and (min-width: 400px) {
  #mobile-tour-nav-lower .n1,
  #mobile-tour-nav-lower .n2 {
    margin-bottom: 10px;
  }
  #mobile-tour-nav-lower .n2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 399px) {
  #mobile-tour-nav-lower > .uk-width-1-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*-mobile-tour-nav-lower*/
/*+tour-css*/
#tour-sections {
  min-height: 200px;
}

#tour-switcher {
  margin-left: 0 !important;
  padding-left: 42px;
  background: #f3fae8;
  width: 100%;
  padding-top: 10px;
}
#tour-switcher .book {
  display: none;
}
#tour-switcher.uk-sticky-below {
  border-bottom: 1px solid rgba(0, 21, 73, 0.15);
}
#tour-switcher.uk-sticky-below li {
  float: left;
}
#tour-switcher.uk-sticky-below .book {
  display: inline-block;
}
#tour-switcher.uk-sticky-below .book .uk-button {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -4px;
}

hr {
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-long, btn-short {
  display: none;
}

#tour-sections:has(#tab-reviews.uk-active) {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 5px;
}

#tab-reviews .tour-section-title {
  margin-left: 20px;
  margin-top: 20px;
}

.tab-content #reviews-content .bt-review {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-reviews-yet {
  padding: 0 20px 20px 20px;
}

@media screen and (max-width: 1239px) {
  .btn-long {
    display: none;
  }
  .btn-short {
    display: inline-block;
  }
}
@media screen and (min-width: 1240px) {
  .btn-long {
    display: inline-block;
  }
  .btn-short {
    display: none;
  }
  .included-services {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .template-tour #content,
  .template-daytour #content {
    gap: 20px;
  }
  #tour-header {
    margin-bottom: 0 !important;
  }
  .bodycopy {
    margin-bottom: 40px;
  }
  .uk-container + .mobile-tour-nav {
    margin-top: 0 !important;
  }
  .tab-content .uk-card {
    margin-bottom: 20px;
  }
  .tab-content .uk-card-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-content h3.uk-card-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tour-switcher > ul {
    display: none;
  }
  #tab-description {
    margin-top: 0 !important;
    padding-top: 0;
    border-top: 0;
  }
  #tab-description .reviews-list {
    display: none;
  }
  .sidebar {
    padding-top: 40px;
  }
  #content > .uk-container:first-child {
    margin-bottom: 0 !important;
  }
}
/*-tour-css*/
/*+tour-list-horiz-css*/
@media screen and (min-width: 1200px) {
  .tour-list-horiz .uk-card-body {
    padding-left: 35px !important;
  }
}
.tour-list-horiz .tour-list-items {
  /* clear before float-right pagination */
  clear: both;
}

.tour-list-horiz .bt-tour-sort-nav {
  float: right;
}

.tour-list-horiz .dates-summary {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.tour-list-horiz .dates-summary > svg {
  position: relative;
  top: -1px;
}

/*-tour-list-horiz-css*/
/*+daytour-res-css*/
#Inputfield_payment-element {
  border-radius: 5px;
}

.FormBuilder .uk-input,
.FormBuilder .uk-select {
  height: 37px;
}

/*-daytour-res-css*/
/*+results-filters-css*/
#results-filters .uk-nav-sub {
  padding-left: 0;
}

#results-filters .uk-nav-sub a {
  font-size: 14px;
  color: #666;
  padding: 0 7px;
  border-radius: 999px;
  border: 1px solid transparent;
}

#results-filters .uk-nav-sub a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}

#results-filters .uk-nav-sub a.on {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

#results-filters .uk-badge {
  margin: 3px;
}

#results-search-toggle:not(.on) span.open {
  display: none;
}

#results-search-toggle.on {
  margin-bottom: 1rem;
}

#results-search-toggle:not(.on) {
  margin-bottom: 0;
}

#results-search-toggle.on span.closed {
  display: none;
}

#fil-group-distance .fil,
#fil-group-nights .fil,
#fil-group-price .fil {
  white-space: nowrap;
}

#filter-list {
  margin-top: 0;
  border-bottom: 0;
  border-top: 0;
}

#filter-list > li {
  border-top: 0;
  border-bottom: 1px solid #aaa;
  padding: 5px 0 10px 0;
}

.fil-qty {
  /* currently not in use but may add back later */
  display: none;
}

/*-results-filters-css*/
/*+search-css*/
.rm-filter {
  margin-right: 1em;
  white-space: nowrap;
}

.rm-filter .uk-icon {
  position: relative;
  top: -1px;
}

.rm-filter:hover {
  color: #32a361;
  text-decoration: none;
}

.search-summary {
  line-height: 1.9;
}

.search-summary a:hover {
  color: #001549;
}

.bt-tour-sort-nav {
  position: relative;
  top: -1px;
}

/*-search-css*/
/*+tour-accommodation-css*/
#tour-sections:has(#tab-accommodation.uk-active) {
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 959px) {
  #tour-sections:has(#tab-accommodation.uk-active) {
    padding: 0;
  }
}
/*-tour-accommodation-css*/
/*+home-css*/
#two-wheels-one-world {
  background: #32a361;
  border-radius: 40px;
  color: #fff;
  padding: 40px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#two-wheels-one-world h2 {
  font-size: 6vw;
  line-height: 1.1;
  text-wrap: pretty;
  color: #fff;
}
@media screen and (min-width: 1600px) {
  #two-wheels-one-world h2 {
    font-size: 100px;
  }
}
#two-wheels-one-world p {
  color: #fff;
}
#two-wheels-one-world p.we-believe {
  text-align: justify;
}
#two-wheels-one-world a {
  color: #fff;
  text-decoration: underline;
}
#two-wheels-one-world a.uk-button {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding-left: 60px;
  padding-right: 60px;
}
#two-wheels-one-world a.uk-button:hover {
  background-color: #001549;
  color: #fff;
}
#two-wheels-one-world .wheel-wrap {
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  #two-wheels-one-world .wheel-wrap {
    min-height: 180px;
  }
}
@media screen and (max-width: 569px) {
  #two-wheels-one-world .wheel-wrap {
    min-height: 130px;
  }
}
#two-wheels-one-world img.thewheel {
  display: block;
  position: absolute;
  bottom: -40px !important;
  width: 90%;
}
@media screen and (max-width: 1199px) {
  #two-wheels-one-world img.thewheel {
    left: 17%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  #two-wheels-one-world {
    text-align: center;
  }
}

/*-home-css*/
/*+boat-template-css*/
.boat-thumb {
  margin-bottom: 14px;
}

.boat-thumb img {
  width: 160px;
  height: 160px;
  border-radius: 20px;
}

/*-boat-template-css*/
/*+breadcrumbs-css*/
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  margin: 0 10px;
}

/*-breadcrumbs-css*/