
.tooltipz, .tooltipa, .tooltipb, .tooltipc, .tooltipd, .tooltipe {
    border-radius:8px;
    position:relative;
    background:rgba(255,255,255,1.0);
    font-size:14px;
    text-align:left;
    cursor:help;
}
.tooltipz::before, .tooltipz::after, .tooltipa::before,.tooltipa::after, .tooltipb::before,.tooltipb::after, .tooltipc::before,.tooltipc::after, .tooltipd::before,.tooltipd::after, .tooltipe::before,.tooltipe::after {
	position:absolute;
	left:50%;
	opacity:0;
	transition: all ease 0.3s;
}
.tooltipz::before, .tooltipa::before, .tooltipb::before, .tooltipc::before, .tooltipd::before, .tooltipe::before {
	content:"";
/* 	//border-width:10px 8px 0 8px; */
/* 	//border-style:solid; */
/* 	//border-color:rgba(0, 0, 0, 0.3) transparent transparent transparent; */
/* 	//margin-left:20px; */
	top:50px;
}
.tooltipz::after, .tooltipa::after, .tooltipb::after, .tooltipc::after, .tooltipd::after, .tooltipe::after {
	content: "LEYA GLOBAL, S.A., Portugal - A leading book publisher in portuguese speaking countries. Our services included Audio, Video & Subtitles editing, DVD creation, media editing and translation."; /* attr(data-tooltip); // "this is a text test"; */
	background:rgba(255,255,255,1.0);
	top:50px;
	z-index:99;
    font-size:13px;
    width:300px;
	margin-left:-150px;
    padding: 8px 10px;
	border-width:8px;
	border-style:solid;
	border-color:rgba(0, 0, 0, 0.3);
    border-radius:8px;
    color:#000000;
    transform: translateY(-100%);
}
.tooltipz::after {
	content: "LEYA GLOBAL, S.A., Portugal - A leading book publisher in portuguese speaking countries. Our services included Audio, Video & Subtitles editing, DVD creation, media editing and translation."; /* attr(data-tooltip); // "this is a text test"; */
}
.tooltipa::after {
	content: "With over 30 years of experience in telecommunications, content monetization and on-line payment services, OxoTelecom (France) offers innovative solutions with high added value to optimize the BtoB and BtoC customer relationship. HyperBilling client."; /* attr(data-tooltip); // "this is a text test"; */
}
.tooltipb::after {
	content: "People4Fair GmbH, Germany - Servicing exhibitors worldwide with hostesses, promoters and interpreters for more than ten years. Our services consist of multimedia content creation, multilingual web design and IT Consulting."; /* attr(data-tooltip); // "this is a text test"; */
}
.tooltipc::after {
	content: "Main-Motiv, Germany - A supplier for film and television productions. Our services included Video editing, SFX, web design, and creation of digital media props."; /* attr(data-tooltip); // "this is a text test"; */
	}
.tooltipd::after {
	content: "The Argentine Investment and International Trade Agency. Our services include multimedia production and interpreting technology at the Frankfurt Book Fair since 2008."; /* attr(data-tooltip); // "this is a text test"; */
	}
.tooltipe::after {
	content: "Novafilm Fernsehproduktion GmbH, Germany - one of Germany's largest independent production companies for television. Our services included Video editing, SFX and creation of digital media props."; /* attr(data-tooltip); // "this is a text test"; */
	}

.tooltipz:hover::before, .tooltipz:hover::after,.tooltipa:hover::before, .tooltipa:hover::after,.tooltipb:hover::before, .tooltipb:hover::after,.tooltipc:hover::before, .tooltipc:hover::after,.tooltipd:hover::before, .tooltipd:hover::after,.tooltipe:hover::before, .tooltipe:hover::after {
	opacity:1;
}
	
