Jorge, il campione è lui – Vince la prima davanti a Dovi e Marquez!
Una gara tiratissima e velocissima.
Tante nuove varianti, tanti interrogativi, pneumatici nuova centralina unica…. insomma l’unica certezza l’ha data Jorge Lorenzo:
il campione del Mondo ha zittito tutti. E’ lui il campione, il più forte. Punto.
Dietro arrivano uno strepitoso Andrea Dovizioso ed un Marc Marquez che si accontenta del terzo gradino del podio, raddrizzando un inizio di stagione partito con una Honda molto indietro col progetto 2016.
1 | 25 | 99 | Jorge LORENZO | SPA | Movistar Yamaha MotoGP | Yamaha | 167.1 | 42’28.452 |
2 | 20 | 4 | Andrea DOVIZIOSO | ITA | Ducati Team | Ducati | 167.0 | +2.019 |
3 | 16 | 93 | Marc MARQUEZ | SPA | Repsol Honda Team | Honda | 167.0 | +2.287 |
4 | 13 | 46 | Valentino ROSSI | ITA | Movistar Yamaha MotoGP | Yamaha | 167.0 | +2.387 |
5 | 11 | 26 | Dani PEDROSA | SPA | Repsol Honda Team | Honda | 166.2 | +14.083 |
6 | 10 | 25 | Maverick VIÑALES | SPA | Team SUZUKI ECSTAR | Suzuki | 166.1 | +15.423 |
7 | 9 | 44 | Pol ESPARGARO | SPA | Monster Yamaha Tech 3 | Yamaha | 165.9 | +18.629 |
8 | 8 | 38 | Bradley SMITH | GBR | Monster Yamaha Tech 3 | Yamaha | 165.9 | +18.652 |
9 | 7 | 8 | Hector BARBERA | SPA | Avintia Racing | Ducati | 165.8 | +21.160 |
10 | 6 | 45 | Scott REDDING | GBR | OCTO Pramac Yakhnich | Ducati | 165.6 | +24.435 |
11 | 5 | 41 | Aleix ESPARGARO | SPA | Team SUZUKI ECSTAR | Suzuki | 164.8 | +35.847 |
12 | 4 | 50 | Eugene LAVERTY | IRL | Aspar Team MotoGP | Ducati | 164.5 | +41.756 |
13 | 3 | 19 | Alvaro BAUTISTA | SPA | Aprilia Racing Team Gresini | Aprilia | 164.4 | +41.932 |
14 | 2 | 43 | Jack MILLER | AUS | Estrella Galicia 0,0 Marc VDS | Honda | 164.4 | +41.982 |
15 | 1 | 53 | Tito RABAT | SPA | Estrella Galicia 0,0 Marc VDS | Honda | 163.6 | +54.953 |
Non classificato | ||||||||
6 | Stefan BRADL | GER | Aprilia Racing Team Gresini | Aprilia | 163.5 | 11 Giri | ||
76 | Loris BAZ | FRA | Avintia Racing | Ducati | 164.0 | 14 Giri | ||
35 | Cal CRUTCHLOW | GBR | LCR Honda | Honda | 165.0 | 16 Giri | ||
29 | Andrea IANNONE | ITA | Ducati Team | Ducati | 165.7 | 17 Giri | ||
68 | Yonny HERNANDEZ | COL | Aspar Team MotoGP | Ducati | 156.8 | 21 Giri |
',
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 ) );
});