
/* =Cufon config 
---------------------------------------- */



// Primary navigation
Cufon.replace('.primary-nav li a:not(.primary-nav ul li a)', {
	fontFamily: 'Century Gothic',
	hover: true
});

Cufon.replace('.primary-nav ul li a', {
	fontFamily: 'Century Gothic',
	hover: true
});

Cufon.replace('h2:not(h2.nocufon)', {fontFamily: 'Century Gothic', hover: true});
Cufon.replace('h1:not(h1.nocufon), .h1, .b-azlist b, h3:not(h3.nocufon), h4:not(h4.nocufon), .brands-bar .caption, .brand-link', {fontFamily: 'Century Gothic', hover: true});
Cufon.replace('h3 span, .h36, .h34, .h26', {fontFamily: 'Century Gothic'});
Cufon.replace('div.b-visit-centre .all, div.b-visit-centre a.fancybox-plan .caption', {fontFamily: 'Century Gothic', hover: true});


// Brands Tabber
Cufon.replace('div.brandsTabber .tabbernav li', {fontFamily: 'Century Gothic', fontSize: '14px'});
Cufon.replace('div.brandsTabber .title', {fontFamily: 'Century Gothic', fontSize: '20px'});
Cufon.replace('div.brandsTabber .description', {fontFamily: 'Century Gothic', fontSize: '20px'});


// News list
Cufon.replace('div.news-list .caption, div.news-info .caption', {fontFamily: 'Century Gothic'});


// News details
Cufon.replace('div.news-details .caption', {fontFamily: 'Century Gothic'});

Cufon.replace('.intro-text', {fontFamily: 'Bodoni', textShadow: '2px 2px #333'});

// XMas Calendar
Cufon.replace('.b-calendar__item__date', {fontFamily: 'Century Gothic'});

// Valentine Promotion
Cufon.replace('.b-text,.b-form_valentine .b-form__button', {fontFamily: 'Futura Lt BT'});
