$(function () { $('[data-toggle="tooltip"]').tooltip({ animated: 'fade' //trigger: 'click' }); }) // ##### Customized Tooltip ##### $(function () { if (typeof $.fn.tooltip.Constructor === 'undefined') { throw new Error('Bootstrap Tooltip must be included first!'); } var Tooltip = $.fn.tooltip.Constructor; // add customClass option to Bootstrap Tooltip $.extend( Tooltip.Default, { customClass: '' }); var _show = Tooltip.prototype.show; Tooltip.prototype.show = function () { // invoke parent method _show.apply(this,Array.prototype.slice.apply(arguments)); if ( this.config.customClass ) { var tip = this.getTipElement(); $(tip).addClass(this.config.customClass); } }; }) $(document).ready(function(){ $('.white-tooltip').tooltip(); }); // ##### POPOVER ##### --> $(function(){ $("[data-toggle=popover]").popover({ trigger: 'hover', html : true, content: function() { var content = $(this).attr("data-popover-content"); return $(content).children(".popover-body").html(); }, title: function() { var title = $(this).attr("data-popover-content"); return $(title).children(".popover-heading").html(); } }); }); // ##### Back to top #### $(document).ready(function(){ $('#back-to-top').click(function () { $('body,html').animate({ scrollTop: 0 }, 1200); return false; }); }); $(document).on('click', 'a[href^="#box"]', function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top - 70 }, 800); }); -->

Adria News

Recent news from Sanlorenzo Adria
24  MAY 2024
The Venice Boat Show , one of the most important worldwide boating events, brings together the best boats and yachts from across the world. Returning from   May 29 to June 2, 2024 , in Venice’s [..]
28  MAY 2022
Carrying forward research into the development of technologies with a low environmental impact but without forgetting the importance of the yacht's driving experience, Sanlorenzo has created the new [..]
23  MAY 2022
The superyacht of the Alloy line won the award thanks to its captivating aesthetic choices and original architectural layout Sanlorenzo is now acknowledged globally as a nautical atelier, the world's [..]
28  MAY 2020
A few days from the total reopening of its facilities, Sanlorenzo launched the first 44Alloy , the new fast displacement superyacht with a length of 44.5 meters, entirely in aluminum, making its [..]
See more