Broaden your horizons

separator-03.png

Intimate, personalized travel

At Niche Tours, our itineraries are curated to give a small group of people bound by a common interest the chance to immerse themselves in the local culture, customs, and life. They are built around connecting with the local people and exploring lesser-known, less touristed areas, all while aiding the local economy. Browse our upcoming tours below and join us on our next adventure.

 

 

#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

Firefox, Chrome, Safari, IE6-9

IE10 with inline SVG

img.grayscale { filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ } img.grayscale:hover { filter: none; -webkit-filter: grayscale(0%); }