2 Hour Sunset Tour

(4.0)
$65

North Shore sunsets are the best, and there is no better place to watch them than from the deck of the Ho’o Nanea. The sunset hours are a magical time.


North Shore sunsets are the best, and there is no better place to watch them than from the deck of the Ho’o Nanea. The sunset hours are a magical time.

With the winds calm, the sun turns golden and paints the sky in a palette of hues and colors that seem almost unreal. There is no way you cannot be taken by it. The clean ocean air, vast sky, and unbelievable sunset colors connect you with nature and give you a feeling of relaxation and happiness that most people don’t get to experience anymore. A sunset sail is sure to calm your mind and let you breathe again. So come join us and reset your senses!

Time 5:30 - 7:30
Times will change based on seasons
Duration 2 hours
Location Haleiwa Harbor

Please view the cancellation policy and restrictions.

Cancellation Policy

All cruises and tours have a 24-hour notice of cancellation policy. Any cancellation with less than 24 hours notice will not receive a refund. Those paying with vouchers (Groupon, Living Social, etc.) will forfeit their vouchers with a late cancellation. 20% fee for rescheduling within 24-hour period. Customers will receive a full refund with 24 hours notice of cancellation.

Customers will also receive a full refund in case of operator cancellation due to weather or other unforeseen circumstances (i.e. lack of participation) Weather conditions are decided at the boat harbor.

Private charters require 168-hour (7 Day) notice for refund. 20% fee for ALL canceled Private tours.


Last Minute Bookings

Please be aware that these bookings are subject to confirmation. If this is a same-day or next-day booking, there is a reasonable chance this will not be confirmed. For bookings that are confirmed, there will be no cancellations or refunds.


Restrictions


Frequently Asked Questions


Reviews

Review Summary
(4.0)
show reviews  hide reviews 

$(document).ready(function() { $('.show_reviews_link,.hide_reviews_link').click(function(e) { e.preventDefault(); $('.review_strip_single').toggle('fast'); $('.show_reviews_link').toggle('fast'); $('.hide_reviews_link').toggle('fast'); }); }); $('#formBooking').on('submit', function(event) { var $form = $(this); $('#date_error').addClass('hidden'); console.log('on submit of form booking'); console.log('date slected',$('input[name="date"]')); if($('input[name="date"]').val() == "") { console.log('invalid date - showing error') $('#date_error').removeClass('hidden'); return false; } // console.log('data sent',$(this).serialize()); // return false; ga('ec:addProduct', { 'id': '319', // Product ID (string). // 'name': "2 Hour Sunset Tour", // Product name (string). 'name': "2 Hour Sunset Tour", // Product name (string). 'price': $('#total').html(), // Product price (currency). 'quantity': 1, // Product quantity (number). 'category': 'Sunset Cruise', // Product category (string). 'brand': "North Shore Catamaran Charters", // Product brand (string). 'dimension1': '' // Custom dimension (string). }); ga('ec:setAction', 'add'); if(typeof navigator.sendBeacon == "undefined") { ga('send', 'event', 'UX', 'click', 'add to cart',{ hitCallback: function() { console.log('added click event'); $form.get(0).submit(); }}); } else { ga('send', 'event', 'UX', 'click', 'add to cart'); } // debug // event.preventDefault(); // console.log('waiting 20 seconds before submitting form'); // setTimeout(function() { $form.get(0).submit(); }, 20000); });