Moto2 – A Le Mans, vince Rins con autorità! Secondo Corsi, quarto il Morbido!
Una gara noiosetta, vinta da uno straordinario Alex Rins! Davanti a Simone Corsi e Tomas Luthi.
L’italiano su Speed up, è riuscito a tenere il passo di Alex Rins, in testa per tutta la gara, ma sul finale lo spagnolo ha pestato duro sul cronometro ed ha dovuto accontentarsi del secondo gradino del podio.
1
|
40
|
A. RINS
|
42:27.312
|
2
|
24
|
S. CORSI
|
+1.802
|
3
|
12
|
T. LUTHI
|
+4.608
|
4
|
21
|
F. MORBIDELLI
|
+9.148
|
5
|
30
|
T. NAKAGAMI
|
+9.828
|
6
|
22
|
S. LOWES
|
+10.626
|
7
|
49
|
A. PONS
|
+25.477
|
8
|
55
|
H. SYAHRIN
|
+25.961
|
9
|
39
|
L. SALOM
|
+29.368
|
10
|
44
|
M. OLIVEIRA
|
+29.481
|
11
|
19
|
X. SIMEON
|
+29.573
|
12
|
10
|
L. MARINI
|
+29.773
|
13
|
77
|
D. AEGERTER
|
+30.183
|
14
|
23
|
M. SCHROTTER
|
+30.244
|
15
|
97
|
X. VIERGE
|
+36.538
|
16
|
54
|
M. PASINI
|
+38.602
|
17
|
7
|
L. BALDASSARRI
|
+44.911
|
18
|
70
|
R. MULHAUSER
|
+45.297
|
19
|
52
|
D. KENT
|
+45.755
|
20
|
32
|
I. VIÑALES
|
+50.278
|
21
|
14
|
R. WILAIROT
|
+55.773
|
22
|
33
|
A. TONUCCI
|
+1:01.790
|
23
|
2
|
J. RAFFIN
|
+1:02.201
|
24
|
5
|
J. ZARCO
|
+1:02.484
|
25
|
69
|
D. ESLICK
|
+1:39.502
|
RT
|
73
|
A. MARQUEZ
|
21:30.655
|
RT
|
60
|
J. SIMON
|
11:39.603
|
RT
|
94
|
J. FOLGER
|
1:46.038
|
',
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 ) );
});