Raduno a Bagnolo Cremasco
Domenica 17 giugno – Raduno Vespe a Bagnolo Cremasco
Altro raduno bellissimo, sono 37 Km circa da Gorgonzola, poi giro e rientro.Fattibile da tutti anche 50ini.
RITROVO IN SEDE CON PIENO ore 8.00 – partenza ore 8.30 TASSATIVA.
dettagli:
Dalle ore 8:30 alle ore 10:15 Iscrizione dei partecipanti con cosegna gadget e colazione.
10:30 Partenza del giro turistico. Prevista sosta per aperitivo all’Osteria “LA PERGOLA” , poi pranzo a Vaiano Cremasco presso il ristorante ” 7 SAPORI”.
Percorso totale circa 45 Km.
Costi : 15 € x vespa e 15€ passeggero x colazione, gadget e aperitivo.
30 € quota completa con pranzo.
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();
//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);
$_shareContainer.css({position : 'fixed'});
if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}
//setup event listeners
$window.on('scroll', _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.on('resize', _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});
