/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(akzidn4b);

sIFR.replace(akzidn4b, {
  selector: '.clients-block h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'letter-spacing': '-1' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.big h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#3b3b3b', 'letter-spacing': '-1' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.bigh h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'text-transform': 'uppercase', 'letter-spacing': '-3' }
  }
});


sIFR.replace(akzidn4b, {
  selector: '.right-double h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#ff8800', 'text-transform': 'uppercase', 'letter-spacing': '-1' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.partners-block .left h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'text-transform': 'uppercase', 'letter-spacing': '-3' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.services-block h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'text-transform': 'uppercase', 'letter-spacing': '-3' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.clients-block h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'letter-spacing': '-1' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.clients .left h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'text-transform': 'uppercase', 'letter-spacing': '-3' }
  }
});

sIFR.replace(akzidn4b, {
  selector: '.contacts .left h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#f4f4f4', 'text-transform': 'uppercase', 'letter-spacing': '-3' }
  }
});

