<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/51d6a4c84ab5e.jpg);">
</header>
<div class="main">
<p id="toggle">
<a href="#">Hide text</a>
</p>
<script type="text/javascript">
$(document).ready(function() {
BN.registerPlugin('showHide', function(){
if ($('body').hasClass('concentrix')) {
return;
}
$('p#toggle').hide();
var postionLink = function() {
$('p#toggle').hide();
window.setTimeout(function() {
var top = ( $('.intro h1').length ) ?
~~($('.intro h1').offset().top) : 70;
var h = $('p#toggle').height();
$('p#toggle').css('top', top - h);
$('p#toggle').fadeIn('fast');
}, 1000);
};
$(window).resize(function() {
postionLink();
});
postionLink();
// $('p#toggle').show();
$('p#toggle a').bind('click', function() {
$('.toggleContent').toggle('slow', function(){
var text = ( $(this).is(':visible') ) ?
'Hide Text' :
'Show Text';
if ($(this).is(':visible')) {
$('p#toggle a').text('Hide Text')
.removeClass('hidden')
.addClass('invisible');
postionLink();
} else {
$('p#toggle a').text('Show Text')
.removeClass('invisible')
.addClass('hidden');
}
});
return false;
});
});
});
</script>
<div class="intro toggleContent">
<h1><span>Avoid Chemicals in our Beauty Products</span></h1>
</div>
<div class="container toggleContent">
<p class="summary"></p>
<p class="byline">
</p>
<iframe width="420" height="315" src="//www.youtube.com/embed/1G03c2LZVdE" frameborder="0" allowfullscreen></iframe>
<br/><br/><br/>
<p>
A short video on how to avoid chemicals in our beauty products and how important it is. Parabin, Lanolin, Artificial Colours and Fragrances must be avoided. Use organic products or natural certified beauty to protect your health and your skin.
</p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->