/* CORE STYLES */

html {
  overflow-x: hidden;
}

#wpadminbar {
  opacity: .1;
}

#wpadminbar:hover {
  opacity: 1;
}

.no-padding {
  padding: 0;
}

.limit-1200 {
  max-width: 1200px !important;
  margin: 0 auto !important;
}


.limit-1000 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.limit-750 {
  max-width: 750px !important;
  margin: 0 auto !important;
}


.page-title-wrapper {
/*
  background-image: url('../images/category_title_bg.png');
  background-repeat: repeat-x;
  background-size: cover;
  width: calc(100% + 2rem);
  padding: 40px 0;
  text-align: center;
*/
}


h1.page-title {
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

.widSSPData {
  border: none !important;
}

space {
  height: 1rem;
  width: 100%;
}

.container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Lato', sans-serif !important;
}

.slb_details,
.slb_template_tag_ui_slideshow_control {
  display: none !important;
}

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

.mobile-hero-image {
  display: none;
}

.separator-top {
  height: 2rem;
  width: calc(100% + 10rem);
  background: url(../images/brush-border-black.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

.separator-top-yellow {
  height: 2rem;
  width: calc(100% + 10rem);
  background: url(../images/brush-border-yellow.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

.stop-scroll {
  position: fixed;
  overflow-y: scroll
}

.scroll-hidden {
  overflow: hidden;
}

.blurred {
  filter: blur(25px);
}

red,
red a {
  color: #FF5554 !important;
  padding-left: .2rem;
  padding-right: .2rem;
  font-weight: 600;
}

p {
  line-height: 2rem;
}

table,
table tbody,
table tbody tr td {
  border: none !important;
}

table tbody tr td span {
  width: 100%;
  clear: both;
  display: block;
}

table h2 {
  margin-bottom: 1rem;
}

table tbody tr td {
  padding-right: 1rem;
}

a,
a:visited,
a:focus,
a:hover {
  color: #1593FF;
}

.hidden {
  display: none !important;
}

.visible {
  display: inline !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.flex {
  display: flex;
}

.flex.center {
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.flex.distribute {
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.column {
  flex-direction: column;
}

.flex.bottom {
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}


.flex.column.bottom.left {
  align-content: flex-end;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex.top {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex.center.top {
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.flex.center-column {
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.flex.top-column {
  flex-direction: column;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
}

.flex.left {
  justify-content: flex-start;
}

.flex.right {
  justify-content: flex-end;
}

.flex.center-column.left {
  align-items: flex-start;
  justify-content: center;
}

.flex.top-column.left {
  align-items: flex-start;
  justify-content: flex-start;
}

.flex.shrink {
  flex-shrink: 1;
}

.flex.grow {
  flex-grow: 1;
}

.full-width {
  width: 100%;
}

.section {
  margin-top: 1rem;
}

[data-link] {
  cursor: pointer;
}

.mobile-clickable {
  pointer-events: none;
  touch-action: none;
}

.blog-masthead::after {
  content: " ";
  position: relative;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.blog-masthead::after {
  content: " ";
  position: relative;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.related-experience::before {
  content: " ";
  position: relative;
  left: -2rem;
  top: -45px;
  width: 100vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.blog-main::before {
  content: " ";
  position: relative;
  left: -30rem;
  top: -40px;
  width: 250vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.page-content::before {
  content: " ";
  position: relative;
  left: -3rem;
  top: -50px;
  width: 110vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

#blog::before {
  top: -145px;
}

#blog.search::before {
  top: -50px;
}

.post-content::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 45rem;
  width: 100vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 0;
}

.single-post-content::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 54rem;
  width: 100vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 0;
}

.blog-main.rents::before {
  content: " ";
  position: relative;
  left: -1rem;
  top: -70px;
  width: calc(100% + 2rem);
  height: 32.4px;
  background: url(../images/brush-border-green.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.contacts::before {
  content: " ";
  position: relative;
  left: 0;
  top: -20px;
  width: 100vw;
  height: 32.4px;
  background: url(../images/brush-border-white-r.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.blog-footer::before {
  content: " ";
  position: relative;
  left: -1rem;
  top: -100px;
  width: calc(100% + 2rem);
  height: 32.4px;
  background: url(../images/brush-border-black.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  z-index: 10;
}

.text-limited {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* CATEGORIES START */

.categories {
  /*background: url('../images/mask.png');*/
  background: #222222;
  background-size: contain;
  background-position: center;
  overflow: visible;
  display: block;
  padding-left: 5rem;
  padding-top: 5rem;
  min-width: 100vw;
}

.categories .scroller-wrapper {
  width: 90%;
  position: relative;
  left: 0;
}

.categories .scroller {
  display: inline-flex;
  margin-top: -10rem;
}

.categories .scroller .category-block {
  height: 30rem;
  width: 15rem;
  background: url('../images/homepage-hero.jpg');
  background-size: 350%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 5rem;
  display: inline-flex;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5);
  float: left;

  transition: all 250ms ease-out;
}

.categories .scroller .category-block:hover {
  background-size: 370%;
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .9);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .9);
}

.categories .scroller .category-block h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20rem;
  margin-left: -3rem;
  font-weight: bold;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.navigation {
  height: 5rem;
  width: 4.3rem;
  margin-top: 3rem;
  margin-left: calc(50% - 4.8rem);
}

.navigation button {
  display: inline-flex;
  padding: .5em 25px;
  text-transform: uppercase;
  outline: none;
  border: 0px solid #F7C139;
  background-color: #F7C139;
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  transition: all 250ms ease-in;
  margin: 0;
  height: 75px;
  z-index: 100;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
}

.navigation button.left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/chevron-left-black.png');
  position: absolute;
  left:0px;
  margin-top:-250px;
}

.navigation button.right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/chevron-right-black.png');
  margin-left: -.5rem;
  position: absolute;
  right:0px;
  margin-top:-250px;
}

/* categories END */

/* FAST BOOKING START*/

.fast-booking {
  background: #F7C139;
  width: calc(100% + 30px);
  padding: 3rem;
  margin-top: -1rem;
}

.fast-booking h4 {
  color: #222222;
  text-align: center;
  font-size: 24px;
}

/* FAST BOOKING END*/

/* HEADER START */

.blog-masthead .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-masthead .container .left-side {
  flex-grow: 1;
}

.blog-masthead .container .right-side {
  flex-shrink: 1;
  display: flex;
}

.blog-masthead .container .row {
  height: 100%;
  padding: 1rem;
  width: 100%;
}

#header-logo {
  height: 75px;
  padding: 0;
}

#header-logo img {
  object-fit: contain;
  height: auto;
  width: 230px;
  z-index: 99999;
}

.rounded-button {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: .5em 1rem;
  text-transform: uppercase;
  outline: none;
  border: 2px solid #222222;
  background: #222222;
  color: white;
  transition: all 250ms ease-in;
  font-weight: bold;
}

.elm-button {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: .5em 5rem;
  text-transform: uppercase;
  outline: none;
  border: 2px solid #F7C139;
  background: #F7C139;
  color: #222222;
  transition: all 250ms ease-in;
  font-weight: bold;
}

.rounded-button:hover {
  background: #222222;
  color: #FFF;
}

.elm-button:hover,
.elm-button:active,
.elm-button:focus {
  background: black;
  border: 2px solid black;
  color: #F7C139;
}

.alm-btn-wrap .alm-load-more-btn {
  border-radius: 30px !important;
  background: #F7C139 !important;
  color: #222222 !important;
  text-transform: uppercase;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  display: none !important;
}

.alm-btn-wrap .alm-load-more-btn.loading {
  padding-left: 20px !important;
}

.rounded-button.white {
  background: #FFF;
  color: #222222;
  border: 2px solid white;
}

.rounded-button.white:hover {
  background: #222222 !important;
  color: #FFF !important;
  border: 2px solid #222222;
}

.rounded-button.yellow {
  background: #F7C139;
  color: #222222;
  border: 2px solid #F7C139;
}

.alm-load-more-btn {
  transition: all 250ms ease-in-out !important;
}

.rounded-button.yellow:hover {
  background: #FFF !important;
  color: black !important;
  border: 2px solid #FFF;
}

.alm-load-more-btn:not(.done):hover {
  background: black !important;
  color: #F7C139 !important;
}

.lang-button {
  width: 3rem;
  height: 3rem;
  font-size: 14px;
  opacity: 1;
  margin-left: .5rem;
  transition: all 250ms;
  text-transform: none;
  padding: 0;
  background: #FFF;
  color: #222222;
}

.lang-button.active {
  background: #222222;
  color: #fff;
  opacity: 1;
}

.lang-button.in-menu {
  display: none;
  margin: 0;
}

.lang-button.in-menu.active {
  background: #FFF;
  color: #222222;
}

.lang-button.in-menu:not(.active) {
  background: #222222;
  color: #FFF;
}

.buy-button {
  display: none;
  padding: 0.8rem 1rem .8rem 1rem;
}

button,
button:focus,
button:active {
  outline: none;
}

button:hover {
  cursor: pointer;
  opacity: 1;
}

#menu-lang-buttons {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 1rem;
}

#menu-lang-buttons a:first-of-type {
  margin-right: 1rem;
}

.menu-button {
  transition: all 250ms;
  z-index: 9999;
}

.icon {
  width: 40px;
  height: 40px;
}

.menu-button .icon {
  height: 50%;
  width: 50%;
  background-image: url('../images/hamburger.png') !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  transition: all 100ms;
}

.search-button {
  margin-left: 3rem;
}

.search-button .icon {
  height: 50%;
  width: 50%;
  background-image: url('../images/search.png') !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  transition: all 100ms;
}

.menu-button.close-menu .icon {
  background-image: url('../images/close.png') !important;
  background-size: 70%;
}

.search-button.close-menu .icon {
  background-image: url('../images/close.png') !important;
  background-size: 70%;
}

.main-menu,
.search-modal {
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  height: calc(100% - 115px);
  background: #222222;
  padding: 1rem;
  z-index: 9999;
  display: none;
  line-height: 2rem;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.search-modal {
  justify-content: flex-start;
  padding-top: 5rem;
}

.search-modal form {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}

.main-menu.open,
.search-modal.open {
  display: flex;
  z-index: 0;
}

.search-modal input {
  background: none;
  display: inline-flex;
  flex-grow: 1;
  padding: 1rem;
  font-size: 20pt;
  color: #fff;
  border: none;
  outline: none;
  margin-right: 1rem;
}

#search-site .blog-post {
  margin: 0;
}

.search-modal input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.main-menu li {
  list-style: none;
  text-align: right;
}

.main-menu li a,
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:visited {
  color: #fff;
}

.hero-image {
  background-color: #fff;
  height: 461px;
  width: calc(100% + 30px);
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 4rem;
}

.jquery-background-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-image .intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  /* padding-left: 3rem; */
  padding-top: 10rem;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.hero-image .intro h2 {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 64px;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  font-family: 'Open Sans Condensed', sans-serif !important;
  max-width: 90%;
}

.hero-image .intro .rounded-button {
  text-transform: uppercase;
  font-weight: 600;
}

#main-experiences {
  background: #fff;
}

/* BLOG STYLING */

#ajax-load-more {
  width: 100% !important;
}

.blog-main {
  padding: 1rem;
  width: 100%;
}

.blog-main .blog-post .blog-post-content {
  min-height: 0;
  transition: all 500ms ease-in-out;
}

.blog-post ul li {
  padding: .5rem 0;
}

.blog-main .blog-post .blog-post-title {
  font-weight: 400;
  font-size: 48px;
  align-items: flex-end;
  display: inline-flex;
}

.blog-main .blog-post .blog-post-title a {
  text-decoration: none;
  color: #222222;
}

.blog-post-tag {
  padding: 3px 8px;
  background: #54CAB7;
  border-radius: 5px;
  color: #fff;
  font-size: 10pt;
  margin: 8px 0;
  display: inline-block;
}

.blog-post-tag.red {
  background: #FF5554;
}

.blog-main .blog-post .experience-image,
.experience-image {
  height: 200px;
  width: 100%;
  background-size: 180%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-radius: 5px;

  transition: all 250ms ease-in-out;
}

.blog-main .blog-post .experience-image:hover,
.experience-image:hover {
  background-size: 200%;
}

.blog-main .blog-post .experience-image::before {
  content: " ";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 103vw;
  height: 100%;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#686868+1,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.01) 1%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.01) 1%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.01) 1%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00686868', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
  min-width: 100%;
}

.blog-main .blog-post .experience-image .guides {
  padding-left: .5rem;
  padding-bottom: .5rem;
  width: calc(100% - .5rem);
  position: absolute;
  right: .5rem;
}

.blog-main .blog-post .experience-image .guide-icon {
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  border: 1px solid white;
  margin-right: .1rem;
  background: #fff;
  background-size: 115%;
  background-position: center center;
  background-repeat: no-repeat;
}

.guide-row {
  margin: 1rem 0;
}

.tours {
  padding-top: 37px;
}

.tours ul {
  list-style-type: none;
  padding: 0;
}

.tours ul {
  list-style-type: none;
  padding: 0;
}

.tours ul li {
  font-size: 16px;
}

.tours p {
  font-size: 16px;
  margin-bottom: 0;
}

.category-title {
  background-image: url('../images/category_title_bg.png');
  background-repeat: repeat-x;
  background-size: cover;
  width: calc(100% + 2rem);
  min-height: 8.75rem;
  margin-left: -1rem;
  display: flex;
  align-content: center;
  justify-content: center;
}

.category-title .blog-post {
  margin-bottom: 0;
  padding: 2rem 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  max-width: 50rem;
}

.category-title .blog-post h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.category-title .blog-post h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 300 !important;
}

.alm-reveal {
  width: 100% !important;
  margin: 0 !important;
}

.alm-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  flex-direction: column;
}

.blog-main .blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 0px 73px -17px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 73px -17px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 73px -17px rgba(0, 0, 0, 0.36);
}

.blog-main .blog-post p {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1.5rem;
  text-align: left;
  color: #878787;
  max-width: 100%;
  word-wrap: break-word;
}

.blog-main .blog-post .blog-post-tour-hour {
  font-size: 16px;
  display: inline-flex;
  flex-grow: 1;
  width: 100%;
  line-height: 2rem;
}

.blog-main .blog-post .blog-post-tour-hour red {
  margin-left: 0;
}

.blog-main .blog-post .blog-post-tour-hour strong,
.blog-main .blog-post .blog-post-tour-price strong {
  font-size: 21px;
  color: black;
}

.blog-main .blog-post .blog-post-tour-hour b,
.blog-main .blog-post .blog-post-tour-price b {
  margin: 0 .2rem;
}

.blog-main .blog-post .blog-post-tour-price {
  font-size: 16px;
  display: inline-flex;
  flex-grow: 1;
  width: 100%;
  line-height: 2rem;
}

.blog-main .blog-post .rounded-button {
  font-size: 16px;
}

.blog-main .blog-post .blog-post-actions .flex {
  padding: 0;
}

.blog-main .blog-post .blog-post-actions .flex {
  padding: 0;
}

.blog-main .blog-post-view-more a {
  text-decoration: none;
}

#fast-booking-intro {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}

#blog.blog-main .blog-post .guides {
  margin-left: 2rem;
  padding: 0;
  width: calc(100% - 2rem);
}

#blog.blog-main .blog-post .blog-post-image {
  height: 30rem;
  width: 90%;
  background: #12172E;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

#blog.blog-main .blog-post {
  height: auto;
}

#blog .row {
  margin: 0;
}

#blog.blog-main .blog-post p {
  text-align: left;
  padding-left: 0;
  margin: .5rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog.blog-main .blog-post .rounded-button {
  margin-left: 1.5rem;
}

/* BLOG RENTS */

.blog-main.rents .blog-post .blog-post-actions {
  margin-top: -5rem;
}

/* CONTACTS */

.contacts {
  background-image: url('../images/contacts-bg.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #FFF;
  min-height: 700px;
}

.contacts .people {
  padding: 1rem;
  background-image: url('../images/footer-people.png') !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 370px;
}

.contacts .description {
  font-size: 24px;
  padding-left: 10px;
}

.contacts .contact-us {
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  /*background-image: url(../images/contacts-overlay.png) !important;*/
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.contacts .contact-us-button {
  margin-top: 10rem;
  margin-bottom: 5vw;
  padding-left: 10px;
}

.contacts img {
  width: 75%;
  height: auto;
}

/* RENTS */

.blog-main.rents {
  background: #54CAB7;
  padding-top: 3rem;
}

.blog-main.rents h2 {
  color: #FFF;
}

.blog-main .blog-post .blog-post-view-more {
  padding: 0;
}

/* FOOTER */
.TA_selfserveprop {
  margin-top: -1rem;
}

.recommended {
  padding: 5rem 0;
  background-color: #fff;
}

.recommended-by {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  color: #bcbbbb;
}

.sponsored-by {
  padding: 2rem 0;
}

.sponsored-by .row .sponsor-col {
  flex-wrap: wrap;
  justify-content: space-around;
}

.sponsored-by img {
  width: 8rem;
  margin: 1rem;
}

.blog-footer {
  background: #222222;
  padding: 5rem 1rem 1rem 1rem;
}

.blog-footer .footer-logo {
  float: left;
}

.blog-footer .footer-icons {
  margin-top: 1rem;
}

.blog-footer .footer-icons .icons {
  float: left;
  margin-right: .5rem;
}

.blog-footer img:not(.icon) {
  width: auto;
  height: auto;
  max-height: 9.5rem;
}

.blog-footer h5 {
  color: #F7C139;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.blog-footer span,
.blog-footer p {
  color: #FFF;
  font-size: 16px;
  text-align: left;
  line-height: 2rem;
  text-align: left;
}

.blog-footer span a,
.blog-footer p a {
  color: #FFF;
}

.blog-footer span.no-image {
  margin-top: 4.9rem;
}

.blog-footer .less-span .row {
  width: 100%;
}

.blog-footer .less-span h5 {
  margin-top: 3.6rem;
  margin-bottom: 2.7rem;
}

.blog-footer .less-span h5.no-image {
  margin-top: 8.2rem;
}

.blog-footer .less-span span {
  line-height: 2rem;
}

.blog-footer .payment-icons {
  height: 32px;
  margin-top: 3rem;
}

.blog-footer .payment-icons img {
  height: 100%;
  width: auto;
  margin-right: .5rem;
}

.blog-footer .copyright {
  margin-top: 5rem !important;
}

.blog-footer .copyright span {
  font-size: 13px;
  line-height: 1.5rem;
}

/* SINGLE POST */

.post-content,
.category-content {
  padding: 1rem;
}

.wrapped-up {
  margin-top: -10rem;
  margin-left: 1rem;
  padding: 3rem;
  background: #fff;
}

.gallery-button-wrapper {
  margin-top: -5rem;
}

.gallery-button-wrapper-mobile {
  display: none;
}

.gallery-button-wrapper button,
.gallery-button-wrapper-mobile button {
  background: #fff;
  border-color: #fff;
  color: #222222;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: .9;
}

.gallery-button-wrapper button:hover,
.gallery-button-wrapper-mobile button:hover {
  background: #fff;
  border-color: #fff;
  color: #222222;
  opacity: 1;
}

.gallery-button-wrapper button img,
.gallery-button-wrapper-mobile button img {
  margin-right: .5rem;
}

.wrapped-up .blog-post-title {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.post-content .wrapped-up,
.category-content .wrapped-up {
  margin-top: -15rem;
  padding: 3rem 2rem 1rem 2rem;
  background: #fff;
}

.post-content .blog-post .blog-post-title,
.category-content .blog-post .blog-post-main-title {
  font-size: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.post-content .blog-post .blog-post-content {
  font-size: 24px;
  padding: 0;
  margin-top: 2rem;
}

#experience-content {
  padding: 0 3.5rem;
}

.post-content .blog-post .blog-post-highlights,
.post-content .blog-post .blog-post-details {
  padding: 0;
  margin-top: 3rem;
}

.post-content .blog-post .blog-post-description {
  padding: 0;
}

.post-content .blog-post .blog-post-description span {
  width: 5rem;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+, 6, 7, 8 compability-mode */
  -ms-word-break: break-all;
  /* Internet Explorer 8 */
}

.single-post-content .blog-post {
  max-width: 90%;
}

.single-post-content .blog-post .blog-post-description {
  padding: 5rem 0 0 0;
}

.single-post-content .blog-post .blog-post-description img {
  max-width: 100%;
  height: auto;
}

.post-content .blog-post .blog-post-description {
  line-height: 2rem;
  margin-bottom: 0;
}

.post-content .blog-post .blog-post-highlights,
.post-content .blog-post .blog-post-details {
  line-height: 3rem;
}

.post-content .blog-post h3 {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
}

.post-content .blog-post .guide-detail .guide-image {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: gray;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.post-content .customer-review-wrapper {
  padding: 2rem;
  border: .1rem solid #EFEEEA;
  border-radius: 4px;
}

.post-content .customer-review-wrapper .row div.col-sm-12 {
  padding: 0;
  margin: .25rem 0;
}

.post-content .customer-review-wrapper h4 {
  margin: 0;
}

.post-content .customer-review-wrapper small {
  font-size: 14px;
  color: #878787;
}

.post-content .customer-review-wrapper .row.with-separator {
  padding-bottom: 1rem;
  border-bottom: .1rem solid #EFEEEA;
  margin-bottom: 2rem;
}

.post-content .customer-review-wrapper .stars {
  color: #F7C139;
  font-size: 20px;
}

.post-content .blog-post .guide-detail .guide-name {
  margin: 1rem 0;
}

.guide-name h4 {
  font-size: 26px !important;
}

.post-content .blog-post .guide-detail .guide-description {
  text-align: left;
  font-size: 14px;
  color: #878787;
}

.guide-description {
  max-width: 90%;
}

.post-content .blog-post .blog-post-details span h3 {
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-size: 32px;
  font-weight: 600;
}

.post-content .right-side {
  padding: 1.5rem 0 1rem 1rem;
}

.single-post-content .right-side {
  padding: 5rem 0 0 0;
  color: #878787 !important;
}

.post-content .right-side h3 {
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
}

.post-content .prices {
  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.post-content .prices h5 {
  font-size: 24px;
  line-height: 3rem;
  text-align: right;
}

.post-content .prices h6,
.post-content .prices h5,
.post-content .prices p {
  margin: 0 !important;
}

.post-content .prices p {
  color: #878787;
  font-size: 14px;
}

.post-content .prices .fast-booking-description p {
  color: #878787;
  font-size: 16px;
  line-height: 2rem;
}

.post-content .prices .rounded-button {
  margin-top: 1rem;
}

.post-content .help {
  padding: 2rem;
  border-radius: 5px;
  margin-top: 1rem;
}

.post-content .help ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
}

.post-content .help ul li {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: .1rem solid #EFEEEA;
}

.post-content .help ul li .help-icon {
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}


.post-content .detailed-info ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
  border-bottom: .1rem solid #EFEEEA;
}

.post-content .detailed-info ul ul {
  border-bottom: none;
}

.post-content .detailed-info ul ul li {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
}

.post-content .detailed-info ul li {
  width: 100%;
}

.post-content .detailed-info ul li .included-icon,
.post-content .detailed-info ul li .not-included-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.post-content .detailed-info ul li .included-icon {
  background-image: url('../images/included_icon.png');
}

.post-content .detailed-info ul li .not-included-icon {
  background-image: url('../images/not_included_icon.png');
}

/* RELATED EXPERIENCES */

.related-experience {
  background-color: rgb(239, 238, 234);
  margin-left: -1rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
}

.related-experience .navigation {
  margin-left: 1rem;
}


/* CAROUSEL STYLE */

.wrap {
  overflow: hidden;
}

.carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}

.related-experience .carousel {
  left: -1rem;
}

@media (min-width: 30em) {
  .carousel {
    left: -50%;
    transform: translateX(50%);
  }
}

@media (min-width: 40em) {
  .carousel {
    left: -25%;
    transform: translateX(25%);
  }
}

.carousel.is-reversing {
  transform: translateX(-100%);
}

@media (min-width: 30em) {
  .carousel.is-reversing {
    transform: translateX(-50%);
  }
}

@media (min-width: 40em) {
  .carousel.is-reversing {
    transform: translateX(-25%);
  }
}

.carousel.is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-seat {
  flex: 1 0 100%;
  order: 2;
  margin: 0 1rem;
  flex-shrink: 1;
  max-width: 25%;
}

@media (min-width: 10em) {
  .carousel-seat {
    max-width: 100%;
    margin: 0 0rem 0 .5rem;
    padding-left: 1rem;
  }
}

@media (min-width: 30em) {
  .carousel-seat {
    max-width: 50%;
  }
}

@media (min-width: 40em) {
  .carousel-seat {
    max-width: 25%;
  }
}

.carousel-seat.is-ref {
  order: 1;
}

.controls {
  padding: 2em;
  text-align: center;
}

.controls {
  height: 5rem;
  width: calc(100% - 5rem);
  margin-top: 3rem;
  margin-left: -3rem;
}

.controls button {
  display: inline-flex;
  padding: .5em 1rem;
  text-transform: uppercase;
  outline: none;
  border: 2px solid #222222;
  background-color: #222222;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  transition: all 250ms ease-in;
  margin: 0;
  height: 2rem;
}

.controls button.left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url('../images/chevron-left.png');
}

.controls button.right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: url('../images/chevron-right.png');
  margin-left: -.5rem;
}

.carousel-seat .blog-post {
  max-width: calc(1100px / 4);
  margin: 0 !important;
  padding: .1rem !important;
}

.carousel-seat .blog-post .blog-post-title {
  font-size: 14pt;
  white-space: normal !important;
  width: 100%;
  height: auto;
}

.blog-post-title-small {
  font-size: 24px;
}

.blog-post-title-small a {
  text-decoration: none;
  color: #222222;
}

.carousel-seat .blog-post .blog-post-description {
  margin: 0 !important;
}

.carousel-seat .blog-post .blog-post-actions {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

/* END CAROUSEL STYLE */

.post-content .read-more p {
  color: #878787;
  font-size: 14px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.gallery .gallery-item {
  flex-grow: 0;
  flex-basis: 50%;
  margin: 0;
}

.gallery-icon.landscape {
  width: 100%;
  height: 100%;
}

.gallery img {
  height: 100%;
  width: 100%;
}

.post-icon {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #878787;
}

.blog-post-icons {
  padding: 0;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.post-icon span {
  color: #878787;
  text-align: center;
}

.post-icon img {
  width: auto;
  height: 36px;
  margin: .5rem;
}

.blog-main.on-post {
  margin-bottom: 5rem;
}

.blog-main.on-post .blog-post .blog-post-title {
  font-size: 24px;
  margin-left: 0;
}

.blog-main.on-post .blog-post .blog-post-actions {
  margin-top: -5rem;
}

/* CONTACTS PAGE */

#map {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button[title="Toggle fullscreen view"] {
  top: 15px !important;
  right: -5px !important;
}

.gmnoprint:last-of-type {
  top: 10px !important;
}

.gm-iv-address {
  background-color: #FF5554 !important;
  font-family: 'Lato', sans-serif !important;
  height: 53px !important;
  margin-top: 13.4px !important;
  opacity: 1 !important;
  color: #FFF !important;
}

.gm-iv-long-address-description,
.gm-iv-address-link a {
  color: #FFF !important;
}

.gm-iv-short-address-description {
  padding: 0 !important;
}

.contact-form {
  padding: 5rem 0 0 0;
}

/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.

-------------------------------*/

/* Make Contact Form 7 Select Dropdown field responsive & full width */

.wpcf7-form {
  width: 100%;
  padding: 0;
  max-width: 1140px;
  margin: 2rem auto;
}

.wpcf7-form p,
.wpcf7-form label {
  width: 100% !important;
  font-family: 'Lato', sans-serif !important;
}

.wpcf7-form input {
  font-family: 'Lato', sans-serif !important;
  background-color: #fff !important;
  border: 1px solid #D7D5D1 !important;
  border-radius: 4px !important;
  outline: none !important;
  margin: 0 !important;
  padding: 1rem !important;
  text-indent: 0px !important;
}

.wpcf7-form input[type="submit"] {
  font-family: 'Lato', sans-serif !important;
  background-color: #F7C139 !important;
  color: #222222 !important;
  border: 2px solid #F7C139 !important;
  border-radius: 30px !important;
  outline: none !important;
  margin: 0 !important;
  padding: .5rem 5rem !important;
  text-indent: 0px !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  z-index: 100 !important;
  transition: all 250ms !important;
}

.wpcf7-form input[type="submit"]:hover {
  cursor: pointer !important;
  background-color: #FFF !important;
  color: #F7C139 !important;
}

.wpcf7-form select {
  background-color: #fff !important;
  border: 1px solid #D7D5D1 !important;
  border-radius: 4px !important;
  margin: 0 !important;
  outline: none !important;
  padding: 1rem !important;
  text-indent: 0px !important;
  width: 95% !important;
  z-index: 100 !important;
  -webkit-appearance: none;
}

.wpcf7-form textarea {
  background-color: #fff !important;
  border: 1px solid #D7D5D1 !important;
  border-radius: 4px !important;
  margin: 0 !important;
  outline: none !important;
  padding: 1rem !important;
  text-indent: 0px !important;
  width: 95% !important;
  z-index: 100 !important;
  resize: none !important;
}

.wpcf7-form textarea:active,
.wpcf7-form textarea:focus,
.wpcf7-form select:active,
.wpcf7-form select:focus,
.wpcf7-form input:active,
.wpcf7-form input:focus {
  border-color: #F7C139 !important;
}

.disabled {
  opacity: 0.1;
  pointer-events: none;
  touch-action: none;
}

.cf7-smart-grid.has-grid .wpcf7-form-control:not(.wpcf7-select) {
  min-height: 50px;
  width: 90%;
}

/* Make Contact Form 7 text field full width & responsive */

.wpcf7-form .wpcf7-form-text {
  width: 100%;
}

/* Some additional CSS customization to the whole Contact Form 7 form */

.wpcf7-form div.wpcf7-form {
  padding: 20px 10px 10px 10px;
  -webkit-border-radius: 4px;
  /* Making form border rounded */
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7-response-output {
  width: 100% !important;
  border-radius: 30px !important;
  padding: 1rem !important;
}

#cf7sg-container {
  padding: 0;
}

#cf7sg-container .cf7-smart-grid.has-grid .container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* END CONTACT STYLE */

/* GUIDES STYLE */

.guides-list {
  padding-bottom: 5rem;
}

.guides-list .row {
  width: 100%;
  margin-bottom: 1rem;
}

.guides-list .guide-image {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: gray;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* POST NAVIGATION */

.nav-links-post {
  margin-bottom: 2rem;
}

.nav-links-post .nav-link-post {
  padding: 1rem 0;
}

.nav-links-post .nav-link-post p {
  color: #878787;
}

.nav-links-post .nav-link-post a {
  outline: none;
  text-decoration: none;
}

.nav-links-post .nav-link-post:not(:last-of-type) {
  border-top: 2px solid #F7C139;
  border-bottom: 2px solid #F7C139;
}

.nav-links-post .nav-link-post:last-of-type {
  border-bottom: 2px solid #F7C139;
}

/* END POST NAVIGATION */

/* PARTNERS START */

.partners {
  margin-top: 5rem !important;
}

.partner .partner-image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.partner h4 {
  padding: 1rem 0;
  margin: 0;
}

/* PARTNERS END */

/* PAGE START */

.page-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 5rem !important;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 2rem 0;
}

.page-content ul li {
  padding: 1rem 0;
}

.page-content img {
  width: 100%;
  height: auto;
}

/* PAGE END */

/* MODALS */

.modal-book-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 99999;
}

.modal-book-wrapper .modal-close {
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #F7C139;
  border-radius: 30px;
  background-image: url('../images/close.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 50%;
  z-index: 999999;
}

.modal-book-wrapper #cf7sg-container {
  min-width: 90%;
}

/* END MODALS */

/* GENERICS START */

.TA_selfserveprop,
.widSSPnarrow {
  width: 100% !important;
}

.fbx-caption {
  display: none;
}

/* END GENERICS */

/* MEDIA QUERIES */

@media screen and (min-width: 1921px) {
  html {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    zoom: 1.5;
  }

  .blog-main .blog-post .blog-post-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .blog-main .rounded-button {
    padding: .5rem;
  }

  .post-content .prices h5 {
    font-size: 20px;
  }

  .hero-image .intro {
    padding-left: 2rem;
    padding-top: 10rem;
    max-width: 100%;
    min-width: 100%;
  }

  .hero-image .intro .rounded-button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #experience-content {
    padding: 0 1rem;
  }

  .wrapped-up {
    margin-left: 0;
  }

  .gallery-button-wrapper {
    margin-top: -3rem;
    margin-left: 1rem;
  }

  .blog-masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /*.lang-button:not(.menu-button) {
    display: none;
  }*/

  .search-button {
    margin-left: 0.5rem;
  }

  .lang-button.in-menu {
    display: inline;
    border: .05rem solid #fff;
  }

  .menu-button.close-menu {
    border: .05rem solid #fff;
  }

  .post-content::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 40rem;
    width: 100vw;
    height: 32.4px;
    background: url(../images/brush-border-white-r.png);
    background-repeat: repeat-x;
    background-size: contain;
    display: block;
    z-index: 0;
  }

  #header-logo img {
    max-width: 150px;
  }

  .menu-button {
    margin-left: .5rem;
  }

  .overlay {
    opacity: 0;
  }

  .blog-masthead::after {
    z-index: 999;
  }

  .main-menu {
    align-items: center;
    position: fixed;
    top: 6rem;
    right: 0;
    left: 0;
    padding: 1rem;
    height: calc(100% - 6rem);
    border-radius: 0;
  }

  .main-menu li {
    list-style: none;
    text-align: center;
  }

  .empty-space {
    display: none;
  }

  .hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 600px;
  }

  .hero-buttons {
    flex-direction: column;
    margin-top: 2rem;
  }

  .hero-buttons button:first-child {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .hero-image .intro {
    justify-content: center;
    align-content: center;
    align-items: center;
    height: calc(100% + 100px);
    padding: 0 1rem;
  }

  .hero-image .intro h2 {
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    margin-top: 100px;
  }

  .blog-main .blog-post .blog-post-title {
    font-size: 32px;
  }

  .blog-footer span.no-image {
    margin-top: 0;
  }

  .blog-footer .less-span {
    margin-top: 5rem;
  }

  .blog-footer .top-column h5 {
    margin-top: 2rem;
  }

  .blog-footer .top-column h5.no-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-footer .copyright span {
    text-align: center;
    line-height: 1rem;
  }

  .contacts .contact-us .description {
    text-align: center;
  }

  .contacts .contact-us-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .contacts img {
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .contacts .people {
    order: 2;
    height: 300px;
  }

  .contacts .contact-us {
    order: 1;
  }

  .post-content .prices h5 {
    font-size: 24px;
  }

  .copyright .flex.right {
    justify-content: center;
    justify-items: center;
    margin-top: 2rem;
  }

  #cf7sg-container .cf7-smart-grid.has-grid .columns.four,
  #cf7sg-container .cf7-smart-grid.has-grid .columns.one-third {
    width: 100% !important;
  }

  #cf7sg-container .cf7-smart-grid.has-grid .columns {
    margin: 0 !important;
  }

  .cf7-smart-grid.has-grid .wpcf7-form-control {
    width: 98% !important;
  }

  .contacts .description {
    padding: 3rem;
  }

  .contact-form table tbody tr {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }

  .contact-form table tbody tr td {
    width: 100% !important;
  }

  .wpcf7-form {
    padding: 2rem;
  }

  .columns.one-half {
    width: 100% !important;
    margin: 0 !important;
  }

  .cf7-smart-grid.has-grid .wpcf7-form-control {
    width: 100%;
  }

  .columns .full {
    width: 100%;
  }

  .modal-book-wrapper {
    overflow: scroll;
    padding-top: 40rem;
  }

  .modal-book-wrapper h2 {
    margin-bottom: 1rem;
    margin-left: .3rem;
  }

  .modal-book-wrapper #cf7sg-container {
    margin-top: 0;
    margin-left: .3rem;
  }

  #fast-booking-intro {
    flex-direction: column;
  }

  #fast-booking-intro .flex:nth-child(1) {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 570px) {

  .category-thumb-home {
    display: none;
  }

  .post-icon {
    min-width: 50%;
  }

  .mobile-clickable {
    pointer-events: all;
    touch-action: initial;
  }

  #credit-cards {
    margin-top: 1rem;
    width: 100%;
  }

  .jquery-background-video-wrapper {
    top: 100px;
    height: 90vh;
  }

  .blog-main .blog-post .experience-image .guides {
    right: .5rem !important;
  }

  .hero-image {
    margin-top: 0;
    height: 75vh;
  }

  .menu-button {
    position: fixed;
    bottom: 25px;
    right: 1rem;
    z-index: 999999999;
  }

  .contacts .people {
    order: 2;
    height: 300px;
  }

  .contacts .contact-us {
    order: 1;
    height: auto;
  }

  .blog-main .blog-post .blog-post-view-more {
    margin-top: 1rem;
  }

  .blog-main .blog-post-view-more a {
    max-width: 75%;
  }

  .blog-main .rounded-button {
    padding: .5rem;
    width: 100%;
  }

  .blog-post {
    padding: 0;
  }

  .blog-main .blog-post .blog-post-actions.row {
    padding: 0;
  }

  .blog-main .blog-post .blog-post-actions .flex {
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .blog-main .blog-post .blog-post-tour-hour {
    margin-left: 0;
    padding-right: 1rem;
  }

  .blog-main .blog-post .blog-post-title {
    margin-left: 0;
    font-size: 24px;
  }

  .blog-main .blog-post p {
    margin-left: 0;
  }

  .blog-masthead .container .left-side {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .categories {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 105vw;
  }

  .navigation {
    display: none;
  }

  .categories .scroller {
    margin-top: 0;
  }

  .categories .scroller .category-block {
    height: 15rem;
    margin-right: 2rem;
    display: flex;
    align-items: flex-end;
    padding: 0rem;
  }
  
  .categories .scroller .category-block h3 {
    padding: 1rem;
    letter-spacing: 0px !important;
  }

  .sponsored-by img {
    width: 5rem;
  }

  .blog-footer .footer-logo {
    float: none;
  }

  .blog-main .blog-post .experience-image {
    height: 15rem;
  }

  .blog-main .blog-post .blog-post-description {
    display: none;
  }

  .contacts .contact-us-button {
    margin: 5rem 0;
  }

  .sponsored-by .row .sponsor-col {
    margin-bottom: 1rem;
    padding: 3rem;
  }

  .blog-footer span,
  .blog-footer p,
  .blog-footer h5 {
    width: 100%;
    text-align: center;
  }

  .blog-footer .footer-icons {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .blog-footer .footer-icons a {
    margin: 0 .25rem;
  }

  .wrapped-up {
    margin: 8rem 0 0 0;
    padding: 1rem;
  }

  .hero-image.post {
    display: none;
  }

  .mobile-hero-image {
    display: flex;
    width: 90%;
    margin: 0 auto;
    min-height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-end !important;
    padding-bottom: 1rem;
  }

  .gallery-button-wrapper {
    display: none;
  }

  .gallery-button-wrapper-mobile {
    display: flex;
  }

  .buy-button {
    display: inline;
    position: fixed;
    left: 1rem;
    bottom: 25px;
    font-size: 16px;
    max-width: 75vw;
  }

  .blog-post ul li {
    padding: 1rem 0;
  }

  .post-content .col-lg-8 {
    padding: 0;
  }

  .post-content .right-side {
    padding: 0;
  }

  .price-col {
    width: 50% !important;
  }

  .related-experience .wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .post-content .help {
    padding: 1rem;
  }

  .recommended-by {
    margin: 0;
  }

  .blog-post-main-title+h4 {
    padding: 2rem;
  }

  .guide-name {
    margin: 1rem 0;
  }

  .guide-name h4 {
    text-align: center;
  }

  .page-content {
    padding-top: 1rem !important;
  }

  .page-content::before {
    top: -35px;
  }

  #blog.blog-main .blog-post .blog-post-image {
    width: 100%;
  }

  .post-author-details {
    display: none;
  }

  .half-row-mobile {
    width: 50%;
  }

  .partner .partner-image {
    height: 130px;
  }

  .partners {
    margin-top: 1rem !important;
  }

  .guide-description {
    max-width: 100%;
  }

  .fast-booking .flex.left {
    justify-content: center;
    margin-top: 1rem;
  }

  .fast-booking .flex.right {
    justify-content: center;
  }
  
  .fast-booking {
    width: 100% !important;
}
  
.hero-image .intro h2 {
    font-size: 32px;
    line-height: 32px !important;
}
/*NEW update 04/06/21*/
.pay-buttun-replace{
  display: none;
}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  position: absolute;
  /* fix for wp */
  top: 0;
  left: 0;
  width: 100%;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

strong {
  margin: 0 .2rem;
}

span strong {
  margin: 0;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@media (min-width: 481px) {
  .columns.one-third {
    width: 30% !important;
  }

  .columns.one-half {
    width: 48% !important;
  }
}

/*Custom Edo*/
.category-block h3 {
    /*word-break: break-all !important;*/
    text-transform: none !important;
}

.alm-reveal {
    padding: 0px 15px;
}

.categories .scroller .category-block h3 {
    z-index: 99 !important;
    padding-right: 14px;
}

.intro h2 {
    line-height: 67px !important;
}

.experience-thumb-home, .category-thumb-home {
    transition: all .3s ease-in;
    cursor: pointer;
}

.experience-thumb-home:hover, .category-thumb-home:hover {
    transform: scale(1.1);
}

.experience-thumb-home-mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .category-thumb-home {
        /*display: none;*/
    }
    
    .category-thumb-home-mobile {
        display: block;
    }
    
    .categories .scroller .category-block {
        background: none;
    }
    
    .categories {
        width: 100% !important;        
    }
}

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

@media screen and (min-width:767px) {
            .visible-xs {
            display:none !important;
        }
        }

@media screen and (max-width:767px) {
            .visible-xs {
            display:block !important;
        }



        }

@media screen and (max-width:768px) {
    .slider-home {
        padding-bottom: 0px !important;
    }
}


/**
   * Add Youtube responsive player - LAM 21/06/2019
   */
   
 .rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* CANCELLA ICONE GUIDE */

.flex.right.guides{
  display:none !important;
}
/* REGIONDO CSS CUSTOM*/


.regiondo-widget .regiondo-tabs__tab:first-child {

  border-radius: 30px 30px 30px 30px !important;
  border: 2px solid var(--regiondo-tab-color)!important;
  margin-right: 8px;
;

}
.regiondo-widget .regiondo-tabs__tab {

  border-radius: 30px 30px 30px 30px !important;
  border: 2px solid var(--regiondo-tab-color)!important;
  margin-left: 8px;
}
.regiondo-widget .DayPicker-Day .day{
  border-radius: 30px 30px 30px 30px !important;
}

.regiondo-widget .regiondo-button-addtocart, .regiondo-widget .regiondo-button-checkout{
  border-radius: 30px 30px 30px 30px !important;
}

