(function(){ // Try typical The7 header selectors; add/adjust if your theme uses a variant. var header = document.querySelector('.masthead') || document.querySelector('.dt-header') || document.querySelector('#header') || document.querySelector('.sticky-header') || null; function setOffset(){ var h = 0; if (header){ // Use real on-screen height (covers compact sticky states) h = Math.max(header.offsetHeight, header.getBoundingClientRect().height) || 0; } // Fallback if nothing found if (!h) h = 100; document.documentElement.style.setProperty('--header-offset', h + 'px'); } // Throttle for performance var ticking = false; function onScrollOrResize(){ if (!ticking){ window.requestAnimationFrame(function(){ setOffset(); ticking = false; }); ticking = true; } } setOffset(); window.addEventListener('load', setOffset); window.addEventListener('resize', onScrollOrResize, {passive:true}); window.addEventListener('scroll', onScrollOrResize, {passive:true}); // OPTIONAL: if you used my smooth-scroll script earlier, read the same variable // so clicks land perfectly below the header: window.ANTA_RESOLVE_HEADER_OFFSET = function(){ var v = getComputedStyle(document.documentElement).getPropertyValue('--header-offset'); var n = parseFloat(v) || 0; if (document.body.classList.contains('admin-bar')) n += 32; return n; }; // If you have the earlier smooth-scroll handler, replace its static HEADER_OFFSET with: // var HEADER_OFFSET = (window.ANTA_RESOLVE_HEADER_OFFSET ? window.ANTA_RESOLVE_HEADER_OFFSET() : 100); })(); (function(){ // Use dynamic offset if available function getHeaderOffset(){ if (window.ANTA_RESOLVE_HEADER_OFFSET){ return window.ANTA_RESOLVE_HEADER_OFFSET(); } return 100; // fallback } var links = document.querySelectorAll('.build-topnav__link'); // Smooth scroll with offset links.forEach(function(link){ link.addEventListener('click', function(e){ var target = document.querySelector(this.getAttribute('href')); if (target){ e.preventDefault(); var y = target.getBoundingClientRect().top + window.pageYOffset - getHeaderOffset(); window.scrollTo({ top: y, behavior: 'smooth' }); } }); }); // Active highlight on scroll var observer = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if (entry.isIntersecting){ links.forEach(function(l){ l.classList.remove('is-active'); }); var id = '#' + entry.target.id; var active = document.querySelector('.build-topnav__link[href="' + id + '"]'); if (active){ active.classList.add('is-active'); } } }); }, { rootMargin: '-' + (getHeaderOffset() + 20) + 'px 0px -60% 0px', threshold: 0.01 }); links.forEach(function(link){ var id = link.getAttribute('href').substring(1); var section = document.getElementById(id); if (section) observer.observe(section); }); })();
Skip to content
Antares Catamarans
The World's Best Liveaboard!
Antares CatamaransAntares Catamarans
  • About
    • The Team
    • Contact Us
  • Pricing
    • Build Your Antares 44 Hybrid
    • Build Your Antares 44 GT
    • Optional Salon Layout
  • Pre-Owned
  • Hybrid Features
    • GT and Hybrid Overview
    • Hybrid Design
    • Standard Features
Search:
Search
  • Technical Details
    • Specifications & Layout
    • Design & Build
      • Antares Design Concepts
      • Building the Antares
      • Electrical Systems
      • Antares Line Management
      • Ted Clements – The Legend
    • Performance
  • News & Features
    • Antares Owner Roundtables
    • Owner Satisfaction Survey
    • Antares University
    • Owner Adventures
  • Gallery
    • Interior Photos
    • Exterior Photos
    • Featured Videos
YouTube page opens in new windowFacebook page opens in new windowInstagram page opens in new windowMail page opens in new window
  • Pre-Owned
  • About
    • The Team
    • Contact Us
  • Pricing
    • Build Your Antares 44 Hybrid
    • Build Your Antares 44 GT
    • Antares Hybrid Details
    • Optional Salon Layout
  • Hybrid Features
    • GT and Hybrid Overview
    • Hybrid Design
    • Standard Features
  • Technical Details
    • Specifications & Layout
    • Performance
    • Design & Build
      • Building the Antares
      • Antares Design Concepts
      • Electrical Systems
      • Antares Line Management
      • Ted Clements – The Legend
  • News & Features
    • Antares Owner Roundtables
    • Owner Satisfaction Survey
    • Antares University
    • Owner Adventures
  • Gallery
    • Interior Photos
    • Exterior Photos
    • Featured Videos

slider

You are here:
  1. Home
  2. Category "slider"

Antares 44′: Best boat for world girdling?

slider, UncategorizedBy Sancho CastroDecember 9, 2016

The world’s best equipped liveboard. Everything from steering to rigging was designed to protect you. Onan genset, Sea Recovery watermaker, solar panels, power winches and many more standard equipment aboard Antares 44i.

© 2025 40 Grados Sur, All Rights Reserved

Go to Top