var toolfactory = toolfactory || {};
toolfactory.common = toolfactory.common || {};
toolfactory.common.configuration = toolfactory.common.configuration || {};


toolfactory.common.configuration.globals = toolfactory.common.configuration.globals ||
(function () {
    "use strict";

    var GlobalClass = function() {
        this.language = document.documentElement.lang;
        this.acceptCookiesTermscookieName = 'cookiesAccept';
        this.airportCookieName = 'aeropuerto';

        this.application = 'logitravel';this.logincookieName = 'tokenlogitravel';this.secureUrl = 'https://ssl.logitravel.com';this.operativeUrl = 'https://www.logitravel.com/operativaLogi';this.baseUrl = 'https://www.logitravel.com';this.cdnUrlSecure = 'https://ssl.logitravel.com';this.cdnUrl = 'https://cdn.logitravel.com';this.applicationCode = 1;this.languageCode = 'ES';this.checkoutUrl = 'https://ssl.logitravel.com/checkout/';this.culture = 'es-ES';this.googleMapsClientId = '';this.googleMapsApiKey  = 'AIzaSyDzknjuqAdKv3DF7VM7Y9SYcVYLHmy8ijE';this.textDirection = 'ltr';this.urlAutocomplete = '//autocomplete.toolfactory.tech';this.market = 'es';this.currency = 'eur';this.timeValidateNavegationCookie = '1';


        this.originAirport = 'MAD'; 
    };

    return new GlobalClass();
})();

