// replace cufon elements
function initCufon() {
	Cufon.replace('#nav > li > a', { fontFamily: 'Eurostile Medium', hover: true});
	Cufon.replace('.article h1, .content h2', { fontFamily: 'Eurostile Medium'});
    Cufon.replace('.btn-more, .services a, .btn-apply, .btn-contact', { fontFamily: 'Eurostile Demi', hover: true});
	Cufon.replace('.info .phone, .info .mail', { fontFamily: 'HelveticaNeue Bold'});
	Cufon.replace('.article h1 mark, #footer h3, .content h1, .side-box h3, btn-apply, .content h3, .contact-block .phone, .side-box h4, section.content .search-form h4, .side-box h5, .bottom-blocks h4', { fontFamily: 'Eurostile Demi'});
}

initCufon();

