jQuery.noConflict(); (function($) { $(function() {

/* <![CDATA[ */
/* ]]> */

/*****************************************************************************************************
 * Enabled Javascript Detection
 *****************************************************************************************************/
$('html').removeClass('no-js').addClass('js');


//*****************************************************************************************************
// Placeholder
//*****************************************************************************************************
$('input[placeholder], textarea[placeholder]').placeholder();


/*****************************************************************************************************
 * Custom Select
 *****************************************************************************************************/
$('.b-lang-switcher__select').selectBox();


/*****************************************************************************************************
 * Primary Nav
 *****************************************************************************************************/
/* $('.b-primary-nav .menu').css('padding-bottom', $('.b-primary-nav .current-menu-item .sub-menu').outerHeight() - 9 + 'px'); */


/*****************************************************************************************************
 * Slider
 *****************************************************************************************************/
$('#b-slider').coinslider({
	width		:	310,
	height		:	200,
	spw			:	5,
	sph			:	4,
	sDelay		:	40
});
$('#b-slider').wrap('<div class="b-contentbox" />');

}); })(jQuery);
