2. Disfrutar (Barcelona, Espanha) – o melhor restaurante da Europa
3. Diverxo (Madri, Espanha)
4. Asador Etxebarri (Atxondo, Espanha)
5. Alquimista (Copenhague, Dinamarca)
6. Maido (Lima, Peru)
7. Lido 84 (Gardone Riviera, Itália)
8. Atomix (Nova York, EUA) – o restaurante ganhou mais lugares em relação ao ano passado, e também é o melhor restaurante da América do Norte
9. Quintonil (Ciudad de Mexico, México)
10. Tabela de Bruno Verjus (Paris, França) – O novo restaurante mais bem classificado da lista
11. Trèsind Studio (Dubai, Emirados Árabes Unidos) – Melhor Restaurante do Oriente Médio (Novo Restaurante da Lista)
12. A Casa do Porco (São Paulo, Brasil)
13. Pujol (Ciudad de Mexico, México)
14. Odette (Cingapura) – Melhor restaurante da Ásia e escolha pessoal do Chef Julien Royer
15. Le Du (Bangkok, Tailândia) – novo restaurante na lista
16. Reale (Castel di Sangro, Itália)
17. Gaggan Anand (Bangkok, Tailândia) – Novo restaurante na lista
18. Steirereck (Viena, Áustria)
19. Don Julio (Buenos Aires, Argentina)
20. Quique Dacosta (Denia, Espanha)
21. Den (Tóquio, Japão)
22. Elkano (Getaria, Espanha)
23. Kol (Londres, Grã-Bretanha) – novo restaurante na lista
24. Septime (Paris, França)
25. Belcanto (Lisboa, Portugal)
26. Schloss Schauenstein (Fürstenau, Suíça)
27. Florilège (Tóquio, Japão)
28. Kjolle (Lima, Peru) – novo restaurante na lista
29. Boragó (Santiago, Chile)
30. Frantzén (Estocolmo, Suécia)
31. Mugaritz (San Sebastian, Espanha)
32. Casa Franko (Kobarid, Eslovênia)
33. Novo: El Chato (Bogotá, Colômbia)
34. Uliassi (Senigália, Itália)
35. Ikoyi (Londres, Grã-Bretanha)
36. Plénitude (Paris, França) – novo restaurante na lista
37. Sézanne (Tóquio, Japão) – Novo restaurante na lista
38. The Clove Club (Londres, Grã-Bretanha)
39. The Jane (Antuérpia, Bélgica)
40. Restaurante Tim Raue (Berlim, Alemanha)
41. Le Calandre (Rubano, Itália)
42. Piazza Duomo (Alba, Itália)
43. Leo (Bogotá, Colômbia)
44. Le Bernardin (Nova York, EUA)
45. Nobelhart & Schmutzig (Berlim, Alemanha)
46. Orfali Bros (Dubai, Emirados Árabes Unidos) – novo restaurante na lista
47. Mayta (Lima, Peru)
48. La Grenouillère (La Madelaine-sous-Montreuil, França) – Novo restaurante na lista
49. Rosetta (Ciudad de Mexico, México) – Novo restaurante na lista
50. O Presidente (Hong Kong)
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a[c]=a[c]||function(){
"undefined"===typeof a.ipromNS?(a[c].q=a[c].q||[]).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")[0];return function h(f){ var e=f.shift();a[c]("setConfig",{ server:e});
var d=document.createElement("script");0
// Dark mode, Comments & Login if (document.cookie.indexOf('darkModeEnabled=true') != -1) document.body.classList.add('dark-mode'); if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }