$('document').ready(function () {
	$('#background-cover').css('display', 'none');
	$('#concept-content').css('display', 'none');
	$('#concept-content-p2').css('display', 'none');
	$('#about-content').css('display', 'none');
	$('#justification-content').css('display', 'none');
	$('#sanctification-content').css('display', 'none');
	$('#glorification-content').css('display', 'none');
	$('#productinfo-content').css('display', 'none');
	
	$('.top-left-logo ul li a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#concept-content').fadeIn(300);
		$('#concept-content-p2').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-right-logo').fadeOut(300);
		$('.bottom-left-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	
	$('.top-right-logo ul li a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#about-content').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-left-logo').fadeOut(300);
		$('.bottom-left-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	
	$('ul.main-bl li a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#justification-content').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-left-logo').fadeOut(300);
		$('.top-right-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	
	$('.sub-bl li.sub-bl-1 a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#justification-content').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-left-logo').fadeOut(300);
		$('.top-right-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	
	$('.sub-bl li.sub-bl-2 a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#sanctification-content').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-left-logo').fadeOut(300);
		$('.top-right-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	
	$('.sub-bl li.sub-bl-3 a').click(function() {
		$('#background-cover').fadeIn(300);
		$('#glorification-content').fadeIn(300);
		$('#prevslide').fadeOut(300);
		$('#prevslide-below').fadeOut(1);
		$('#nextslide').fadeOut(300);
		$('#nextslide-below').fadeOut(1);
		$('#bottom-right-info').fadeOut(300);
		$('.top-left-logo').fadeOut(300);
		$('.top-right-logo').fadeOut(300);
		$('.social').fadeOut(300);
	});	

	$('.close-btn').click(function() {
		$('#background-cover').fadeOut(300);
		$('.anycontent').fadeOut(300);
		$('#prevslide').fadeIn(300);
		$('#prevslide-below').fadeIn(1000);
		$('#nextslide').fadeIn(300);
		$('#nextslide-below').fadeIn(1000);
		$('#bottom-right-info').fadeIn(300);
		$('.top-left-logo').fadeIn(300);
		$('.top-right-logo').fadeIn(300);
		$('.bottom-left-logo').fadeIn(300);
		$('.social').fadeIn(300);
	});
	$('.close-btn-reverse').click(function() {
		$('#background-cover').fadeOut(300);
		$('.anycontent').fadeOut(300);
		$('#prevslide').fadeIn(300);
		$('#prevslide-below').fadeIn(1000);
		$('#nextslide').fadeIn(300);
		$('#nextslide-below').fadeIn(1000);
		$('#bottom-right-info').fadeIn(300);
		$('.top-left-logo').fadeIn(300);
		$('.top-right-logo').fadeIn(300);
		$('.bottom-left-logo').fadeIn(300);
		$('.social').fadeIn(300);
	});
});
