
OUR HISTORY

OUR HISTORY
Sir Vittorio Martini establishes the Ancient Factory Vittorio Martini in Bologna in 1866, described as a "Workshop specialized in manufacturing high-precision instruments for technical drawing,
computing and engineering"...
VITTORIO MARTINI’S PHILOSOPHY
Vittorio Martini collections do research and strive towards "conceptuality”. A concept, in fact, does define the fundamentals for each collection and provides the basic ground for its realization...
CORPORATE DESIGN
Vittorio Martini creative guideline shuns from the oxymoron of a standard corporate personalization which simply considers a corporate item for just a logo printing or the use of an institutional colour...
OUR HISTORY
Sir Vittorio Martini establishes the Ancient Factory Vittorio Martini in Bologna in 1866, described as a "Workshop specialized in manufacturing high-precision instruments for technical drawing,
computing and engineering"...
VITTORIO MARTINI’S PHILOSOPHY
Vittorio Martini collections do research and strive towards "conceptuality”. A concept, in fact, does define the fundamentals for each collection and provides the basic ground for its realization...
CORPORATE DESIGN
Vittorio Martini creative guideline shuns from the oxymoron of a standard corporate personalization which simply considers a corporate item for just a logo printing or the use of an institutional colour...
MARTINI 1866 s.r.l.
Via Lazio 14, Cap 40069, Zola Predosa (Bologna), Italy
Phone +39 392 9199209
").appendTo("head");
}
else {
country = response.country;
continent = response.continent;
if (($(".option_title:contains('mlveda_country')").parent().find("select").val() !== country && country!=null) || ($("label:contains('mlveda_country')").parent().find("select").val() !== continent && continent!=null) || $(".option_title:contains('mlveda_country')").parent().find("select").val() !== "intl")
{
//console.log($("label:contains('mlveda_country')").parent().find("select").val());
//console.log("country is " + country);
if ($(".option_title:contains('mlveda_country')").parent().find('select option[value='+ country + ']').length !=0 || $("label:contains('mlveda_country')").parent().find('select option[value='+ continent + ']').length !=0 || $(".option_title:contains('mlveda_country')").parent().find('select option[value="intl"]').length !=0)
{
if($(".option_title:contains('mlveda_country')").parent().find('select option[value='+ country + ']').length !=0) {
$(".option_title:contains('mlveda_country')").parent().find("select").val(country).trigger("change");
}
else if($(".option_title:contains('mlveda_country')").parent().find('select option[value='+ continent + ']').length !=0) {
$(".option_title:contains('mlveda_country')").parent().find("select").val(continent).trigger("change");
}
else {
$(".option_title:contains('mlveda_country')").parent().find("select").val("intl").trigger("change");
}
$("").appendTo("head");
}
if($(".option_title:contains('mlveda_country')").parent().find("select").find("option").length <=1)
{
$("").appendTo("head");
}
}
}
},
error: function(xhr, textStatus, errorThrown) {
$("").appendTo("head");
console.log("timeout");
}
});
$("body").delegate("select", "change", function(event) {
if ($(".option_title:contains('mlveda_country')").parent().find("select").val() !== country && country!=null)
{
//console.log($("label:contains('mlveda_country')").parent().find("select").val());
//console.log("country is " + country);
if ($(".option_title:contains('mlveda_country')").parent().find('select option[value='+ country + ']').length !=0)
{
countryFound = true;
$(".option_title:contains('mlveda_country')").parent().find("select").val(country).trigger("change");
jQuery('span.money span.money').each(function() {
jQuery(this).parents('span.money').removeClass('money');
});
}
$("").appendTo("head");
}
else if ($(".option_title:contains('mlveda_country')").parent().find("select").val() !== continent && continent!=null && !countryFound)
{
continentFound = true
//console.log($("label:contains('mlveda_country')").parent().find("select").val());
//console.log("continent is " + continent);
if ($(".option_title:contains('mlveda_country')").parent().find('select option[value='+ continent + ']').length !=0)
{
$(".option_title:contains('mlveda_country')").parent().find("select").val(continent).trigger("change");
jQuery('span.money span.money').each(function() {
jQuery(this).parents('span.money').removeClass('money');
});
}
$("").appendTo("head");
}
else
{
if ($(".option_title:contains('mlveda_country')").parent().find('select option[value="intl"]').length !=0 && !countryFound && !continentFound)
{
$(".option_title:contains('mlveda_country')").parent().find("select").val("intl").trigger("change");
jQuery('span.money span.money').each(function() {
jQuery(this).parents('span.money').removeClass('money');
});
}
$("").appendTo("head");
}
});