CINXE.COM
Starlite Occident
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Starlite Occident</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta property="og:title" content="Starlite Occident" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="Starlite Occident" /> <meta property="og:image" content="https://cache-b.koobin.com/eyJidWNrZXQiOiJsaXZlLWtvb2Jpbi1tZWRpYSIsImtleSI6Im1lZGlhXC9zdGFybGl0ZWZlc3RpdmFsXC9mb3Rvc1wvMjAyM1wvTE9HT1NcL2xvZ29iaWVudGFtYW4yLmpwZyIsImVkaXRzIjpbXX0=" /> <meta property="og:url" content="https://starlitemarbella.koobin.com?action=navegador_no_soportado" /> <meta property="og:locale" content="en_GB" /><meta property="og:locale:alternate" content="es_ES" /> <meta property="og:locale:alternate" content="en_GB" /> <link rel="canonical" href="https://starlitemarbella.koobin.com?action=navegador_no_soportado&idioma=EN" /> <link rel="alternate" hreflang="x-default" href="https://starlitemarbella.koobin.com?action=navegador_no_soportado" /> <link rel="alternate" hreflang="es" href="https://starlitemarbella.koobin.com/index.php?action=navegador_no_soportado&idioma=ES" /> <link rel="alternate" hreflang="en" href="https://starlitemarbella.koobin.com?action=navegador_no_soportado&idioma=EN" /> <link rel="shortcut icon" href="https://static.koobin.com/static/starlitefestival_2015/images/favicon.ico?v=v24326.1202208041504" /> <link rel="stylesheet" type="text/css" href="https://static.koobin.com/static/starlitefestival_2015/jquery-ui.custom.css?v=v24326.1202208041504" /> <link rel="stylesheet" type="text/css" href="https://static.koobin.com/static/common/css/estils-common.css?v=v24326.1202208041504" /> <link rel="stylesheet" type="text/css" href="https://static.koobin.com/static/starlitefestival_2015/estils.css?v=v24326.1202208041504" /> <link rel="stylesheet" type="text/css" href="https://static.koobin.com/static/common/js/highdpi/highdpi.css?v=v24326.1202208041504" /> <script type="text/javascript" src="https://static.koobin.com/static/common/js/jquery/js/jquery.min.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/highdpi/highdpi.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/jquery/js/jquery-ui.custom.min.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/jquery/js/jquery.dialogOptions.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/funciones_publicas2.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/jquery/js/jquery.colourbrightness.min.js?v=v24326.1202208041504"></script> <script type="text/javascript" src="https://static.koobin.com/static/common/js/jquery/js/jquery.lockfixed.js?v=v24326.1202208041504"></script> <script> var publicRootUrl = "https://starlitemarbella.koobin.com"; var apiRootUrl = "https://api.koobin.com/starlitemarbella"; var dialog_cancelar = "CANCEL"; var dialog_aceptar = "OK"; var dialog_cerrar = "Close"; var num_items_compra = 0; function actualiza_contador_carrito(num_items) { if (num_items != num_items_compra) { num_items_compra = num_items; $(".contadorCarrito").html(num_items_compra); if (num_items_compra > 0) { $(".contadorCarrito").show(); } else { $(".contadorCarrito").hide(); } } } function abrir_rrss() { $("#capa_seguir_rrss").dialog({ resizable: false, modal: true, closeText: "Close", hide: 'scale', show: 'scale', width: 365, open: function() { if ($("#capa_seguir_rrss").length) { $("#capa_seguir_rrss").colourBrightness(); } } }); } function error_conexion() { $("#capa_error_conexion").dialog({ resizable: false, modal: true, closeText: "Connection error", width: 'auto', maxWidth: 700, buttons: { "RETRY": function() { $("#capa_error_conexion").dialog("close"); location.reload(); }, "EXIT": function() { $("#capa_error_conexion").dialog("close"); document.location = 'https://starlitemarbella.koobin.com/'; } } }); } function mas_entradas() { let url_entradas; if ("x" != "x") { url_entradas = ""; } else { url_entradas = "https://starlitemarbella.koobin.com"; } document.location = url_entradas; } //Borramos un item del sessionStorage que utilizamos para guardar la categor铆a del extra en la cual estaba el usuario function muestra_extras() { sessionStorage.removeItem("kbn_starlitemarbella_categoria_extra"); window.location = 'https://starlitemarbella.koobin.com/index.php?action=PU_extras'; } function boton_carrito() { if(num_items_compra > 0) { window.location = 'https://starlitemarbella.koobin.com/index.php?action=PU_tu_compra'; } else { $("#capa_carrito_vacio").dialog({ resizable: false, modal: true, closeText: "Close", width: 'auto', maxWidth: 700, buttons: { "CONCERTS/BOX": function() { document.location = 'https://starlitemarbella.koobin.com/?id_tipo_evento=1'; } , "DJ SESSIONS/VIP TABLES": function() { document.location = 'https://starlitemarbella.koobin.com/?id_tipo_evento=2'; } , ".": function() { document.location = 'https://starlitemarbella.koobin.com/index.php?action=PU_paquetes'; } } }); } } function confirma_logout(capa, url) { if(num_items_compra > 0) { dialog_confirm(capa, url); } else { document.location = url; } } function inicia_logout() { confirma_logout('capa_logout', 'https://starlitemarbella.koobin.com?action=logout'); } function consultar_tarjeta_regalo() { $("#capa_tarjeta_regalo").dialog({ resizable: false, modal: true, closeText: "Close", minWidth: 550, open: function() { $("#codigo_tarjeta_regalo").val(""); } }); } function comprobar_saldo(selector_campo) { $(selector_campo).val($(selector_campo).val().trim()); if($(selector_campo).length > 0) { var codigo = $(selector_campo).val(); if (codigo == "") { alert_dyn("Please enter the code of your gift card.", "alert", false, function() { $(selector_campo).focus(); }, false, 450); } else { $.ajax( { type: "POST", async: false, url: 'https://starlitemarbella.koobin.com/index.php', data: { action: "PU_detalles_tarjeta_regalo", num_tarjeta_regalo: codigo, mostrar: false }, success: function(cadena) { if (cadena == "KO") { alert_dyn("We're sorry, but this gift card is not valid. Please make sure you enter its code correctly.", "alert", false, function() { $(selector_campo).focus().select(); }, false, 450); } else if (cadena == "NOAUT") { alert_dyn("We're sorry, but this gift card is already linked to someone else's account.", "alert", false, function() { $(selector_campo).focus().select(); }, false, 450); } else if (cadena == "CAD") { alert_dyn("We're sorry, but this gift card has expired.", "alert", false, function() { $(selector_campo).focus().select(); }, false, 450); } else { result = JSON.parse(cadena); if (result['saldo_restante'] > 0) { $(selector_campo).val("").trigger("change"); $(selector_campo).closest(".ui-dialog-content").dialog("close"); mostrar_detalles_tarjeta(codigo, result['saldo_usado'], result['asignado']); } else { alert_dyn("The balance of this gift card has been used up.", "alert", false, function() { $(selector_campo).focus().select(); }, false, 450); } } } }); } } } function mostrar_detalles_tarjeta(codigo, importe_pendiente, asignado) { $.ajax({ type: "POST", async: false, url: 'https://starlitemarbella.koobin.com/index.php', data: { action: "PU_detalles_tarjeta_regalo", num_tarjeta_regalo: codigo, mostrar: true, importe: importe_pendiente }, success: function(cadena) { if (cadena != "KO" && cadena != "NOAUT" && cadena != "CAD") { if (!asignado) { confirm_dyn(cadena + '<br/>' + "You can link this gift card to your account. If you do it, you will always be able to see its updated balance in your <strong>Personal Area</strong>.", false, "Gift card", function () { }, "CLOSE", "LINK TO MY ACCOUNT", function() { alert_dyn("In order to link the gift card to your account, we need to know who you are, so you must login (or sign up if you do not have an account yet).", false, false, function() { submitData("https://starlitemarbella.koobin.com/index.php", { action: "PU_asigna_tarjeta_regalo", num_tarjeta_regalo: codigo }); }, "CONTINUE"); }, 500); } else { alert_dyn(cadena + '<br/>' + "This gift card is already linked to your account. Remember that you can always see its updated balance in your <strong>Personal Area</strong>.", false, "Gift card", false, "CLOSE", 500); } } } }); } function asignar_tarjeta_regalo(codigo) { if (codigo) { $.ajax( { type: "POST", async: false, url: 'https://starlitemarbella.koobin.com/index.php', data: { action: "PU_asigna_tarjeta_regalo", num_tarjeta_regalo: codigo, ajax: true }, success: function(cadena) { if (cadena == "OK") { alert_dyn("The gift card has been linked to your account.", "check", false, function() { document.location = "https://starlitemarbella.koobin.com/index.php?action=PU_zona_personal"; }); } else { alert_dyn("We are sorry. The gift card could not be linked to your account.", "alert"); } } } ); } } function modificar_paquete(PA_id, Ev_id_escoger) { submitData("https://starlitemarbella.koobin.com/index.php", { action: "PU_muestra_paquete", Ev_id: PA_id, Ev_id_escoger: Ev_id_escoger }); } function dialog_confirm(capa, url) { $(function() { $("#" + capa).dialog({ resizable: false, modal: true, closeText: "Close", buttons: { "Continue": function() { document.location = url; }, "Cancel": function() { $( this ).dialog( "close" ); } } }); }); } </script> <script> $(document).ready(function() { if ($("#usuari").length) $("#usuari").colourBrightness(); highdpi_init(); var path = '/'; if (typeof cookiePath != 'undefined') { path = cookiePath; } if (!isLocalStorageSupported()) { if (GetCookie("avisado_nolocalstorage") != 1) { alert_dyn("Your web browser does not support storing settings locally. In Safari, the most common cause of this is using "Private Browsing Mode". Some settings may not save or some features may not work properly for you.", "info", "Local storage not supported", function () { CreateCookie("avisado_nolocalstorage", 1, 365 * 2, path); }); } } else { DeleteCookie("avisado_nolocalstorage", path); } let numitems = getLocalStorageItem('kbn_starlitemarbella_numitems'); if (numitems != '0') { setLocalStorageItem('kbn_starlitemarbella_numitems', '0'); } $("#capa_tarjeta_regalo").on("keydown", function(event) { if ($("#codigo_tarjeta_regalo").is(":focus")) { if (event.which == 13) { $(this).parent().find("#btnConsultarSaldo:visible").trigger("click"); return false; } } }); $("#codigo_tarjeta_regalo").on("input", function() { $(this).val($(this).val().replace(/^\s+/g, "")); }); $("#codigo_tarjeta_regalo").on("propertychange change keyup paste input keypress keydown", function() { if ($(this).val() != "") { $("#btnConsultarSaldoInactivo").hide(); $("#btnConsultarSaldo").show(); } else { $("#btnConsultarSaldo").hide(); $("#btnConsultarSaldoInactivo").show(); } }); }); let storage_handler = function (e) { if (e.key == "kbn_starlitemarbella_numitems") { actualiza_contador_carrito(parseTimedStorageValue(e.newValue)); if ($("#contenido_carrito").length > 0) { carga_carrito(); } } else if (e.key == "kbn_starlitemarbella_sid_regenerado") { if (typeof pagina_tpv != "undefined" && pagina_tpv) { aviso_carro_mod("capa_sid_regenerado"); } } }; if (window.addEventListener) { window.addEventListener('storage', storage_handler, false); } </script> <script src="https://apis.google.com/js/platform.js" async defer> { lang: 'en_GB'} </script> </head> <body data-cat="starlitemarbella"> <div id="fb-root"></div> <script> const cookiePath = '/'; </script> <div id="overbox3"> <div id="infobox3"> <div class="textcookies"> <h3>We value your privacy</h3> <p>We use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept all", you consent to our use of cookies. <a href="https://starlitemarbella.koobin.com/index.php?action=politica_cookies">Read more.</a></p> </div> <div class="botonscookies"> <a href="javascript:" rel="nofollow" id="rechazar-overbox3" class="buttonBig" aria-label="Reject all"><span>Reject all</span></a> <a href="javascript:" rel="nofollow" id="aceptar-overbox3" class="buttonBig" aria-label="Accept all"><span>Accept all</span></a> </div> </div> </div> <div class="contingutGlobal"> <!-- // CAPCELERA INICI // --> <div class="capceleraGlobal"> <div id="capcelera"> <div class="bannerEN"></div> </div> </div> <!-- // CAPCELERA FI // --> <!-- // PREMENU INICI (auth i idiomes) // --> <div class="premenuGlobal"> <div id="premenu"> <div id="logo" class="logoClient"> <a href="http://starlitemarbella.com/en/" target="_self" > <img src="https://cache-b.koobin.com/eyJidWNrZXQiOiJsaXZlLWtvb2Jpbi1tZWRpYSIsImtleSI6Im1lZGlhXC9zdGFybGl0ZWZlc3RpdmFsXC9mb3Rvc1wvMjAyM1wvTE9HT1NcL2xvZ29iaWVudGFtYW4yLmpwZyIsImVkaXRzIjpbXX0=" alt="" border="0"/> </a> </div> <div class="authGen"> <div id="authInactiu"> <a class="button" href="https://starlitemarbella.koobin.com?action=PU_ident_unica"><span>Login</span></a> </div> <div id="authActiu" style="display:none"><div id="usuari"> <img src="https://static.koobin.com/static/starlitefestival_2015/images/icona_user.png" width="12" height="16" align="absmiddle" /> <span class="Taronja" id="user_auth"></span></div> <a class="button" href="javascript:inicia_logout();"><span>Logout</span></a> </div> </div> <div class="idiomaGen"> <div id="idioma"> <a href="https://starlitemarbella.koobin.com/index.php?action=navegador_no_soportado&idioma=ES&act=1"> Esp </a> <a href="https://starlitemarbella.koobin.com?action=navegador_no_soportado&idioma=EN&act=1"> Eng </a> </div> </div> </div> </div> <!-- // PREMENU FI (auth i idiomes) // --> <!-- // MENU INICI // --> <div id="nomenu"> </div> <!-- // MENU FI // --> <!-- // INFO GENERAL INICI // --> <div class="infoGeneralGlobal"> <div id="infoGeneral"> <div id="evento" class="eventoUni"> <span class="previTitol">Online ticketing sales</span> </div> <div id="infoPagina"></div> </div> </div> <!-- // INFO GENERAL FI // --> <!-- // CONTINGUT INICI // --> <!-- // CONTINGUT INICI // --> <div id="contingut"> <!-- // LANDING INICI // --> <div class="col1LandingLlarg" style="margin-top:25px"> <div class="caixaGeneral"> <div class="caixaTitol corner">Unsupported browser</div> <div class="caixaInfo2 corner"> <p>The version of Internet Explorer you're using to navigate is not supported.</p> </div> </div> </div> <!-- // LANDING FI // --> </div> <!-- // CONTINGUT FI // --> <!-- // CONTINGUT FI // --> </div> <!-- // PEU INICI // --> <form name="info" id="info" method="post" action="https://starlitemarbella.koobin.com/index.php"> <div class="caixaPeu"> <div id="peu"> <div id="infoClub"> Tickex Experience SL<br /> Luis Cabrera 55, 28002 Madrid, Spain<br /> <div class="hideEmpty"></div> <br/><a href="javascript:abrir_rrss();"><strong>Follow us on social media !</strong></a><br /> <br /> <a href="javascript:mostrar_aviso_legal('https://starlitemarbella.koobin.com/index.php');">Private policy</a> <br/><a href="https://tickex.live/politica-de-privacidad/">Privacy Policy</a> <br/><a href="https://starlitemarbella.koobin.com/index.php?action=politica_cookies">Legal Advice And Cookies policy<br />Pricing policy</a> </div> <div id="infoRedesSociales" class="noTooltips"> <a href="javascript:consultar_tarjeta_regalo();"><strong>Do you have a gift card?</strong></a><br/><br/> </div> <div id="logoKoobin"><span>Powered by</span><a href="http://www.koobin.com" target="_blank" rel="noopener noreferrer" aria-label="Koobin"></a></div> </div> </div> <input type="hidden" name="ajax" value="true" /> <input type="hidden" name="action" id="action" value="" /> </form> <div class="recuperar" id="popup" style="display:none" title="Notice"> <div class="recuperarDiv"></div> </div> <div id="horario_venta" style="display:none" title=""></div> <div id="capa_aviso_legal" style="display:none" title="Private policy"></div> <div id="capa_logout" style="display:none" title="User session">You are about to logout. The content of your shopping basking will be lost.</div> <div id="capa_carrito_vacio" style="display:none" title="Your basket is empty"> <input type="hidden" autofocus="autofocus" /> <p>You have not added anything to your shopping basket yet.</p> <p>Start your purchase using any of the following options:</p> </div> <div id="capa_error_conexion" style="display: none" title="Connection error"> <input type="hidden" autofocus="autofocus" /> <p>Couldn't connect with the event provider.</p> </div> <!-- // PEU FI // --> <div id="capa_tarjeta_regalo" style="display:none" title="Do you have a gift card?" class="codigoPromo"> <p>If you have purchased or received a gift card, enter its code here to check its available balance:</p> <div class="caixaAuth corner"> <div style="overflow:hidden;"> <div class="floatR"> Gift card <input type="text" placeholder="Code" name="codigo_tarjeta_regalo" id="codigo_tarjeta_regalo" value="" class="campgran2" size="14" maxlength="35"/> <div id="btnConsultarSaldoInactivo" class="buttonBigINACTIU" style="margin-top:1px;"><span>Check balance</span></div> <a id="btnConsultarSaldo" onclick="comprobar_saldo('#codigo_tarjeta_regalo');" class="buttonBig" href="javascript:" style="margin-top:1px; display:none;"><span>Check balance</span></a> </div> </div> </div> </div> <div id="capa_seguir_rrss" class="noTooltips" title="Follow us on social media !" style="display:none"> <input type="hidden" autofocus="autofocus" /> <br/><div class="ico-instagram"><a href="https://www.instagram.com/starlitefestival" title="View starlitefestival Instagram profile" target="_blank" rel="noopener noreferrer">starlitefestival</a></div><br/></div> <script> if ($("#logoKoobin").length) { $("#logoKoobin").colourBrightness(); } hideIfEmpty(".hideEmpty"); addVersionToImages('v24326.1202208041504'); </script> <script src="https://static.koobin.com/static/common/js/cookie_consent.js?v=v24326.1202208041504"></script> </body> </html>