$(document).ready(function(){
	// fade get in touch bubble in and out
	$('.getInTouch a').click(function(){
		$(".get-in-touch").fadeToggle("slow", "linear");
	});
	$('.getInTouch-close a').click(function(){
		$(".get-in-touch").fadeToggle("slow", "linear");
	});
	// fade 'our work' and 'our story' tabs in and out
	$('.musical .tab1 a').click(function(){
		$(".single_tab1").fadeIn("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
	});
	$('.musical .tab2 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeIn("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
	});
	$('.musical .tab3 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeIn("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
	});
	$('.musical .tab4 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeIn("slow", "linear");
	});
	$('.our-story .tab1 a').click(function(){
		$(".single_tab1").fadeIn("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
		$(".single_tab5").fadeOut("slow", "linear");
		$(".single_tab6").fadeOut("slow", "linear");
	});
	$('.our-story .tab2 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeIn("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
		$(".single_tab5").fadeOut("slow", "linear");
		$(".single_tab6").fadeOut("slow", "linear");
	});
	$('.our-story .tab3 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeIn("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
		$(".single_tab5").fadeOut("slow", "linear");
		$(".single_tab6").fadeOut("slow", "linear");
	});
	$('.our-story .tab4 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeIn("slow", "linear");
		$(".single_tab5").fadeOut("slow", "linear");
		$(".single_tab6").fadeOut("slow", "linear");
	});
	$('.our-story .tab5 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
		$(".single_tab5").fadeIn("slow", "linear");
		$(".single_tab6").fadeOut("slow", "linear");
	});
	$('.our-story .tab6 a').click(function(){
		$(".single_tab1").fadeOut("slow", "linear");
		$(".single_tab2").fadeOut("slow", "linear");
		$(".single_tab3").fadeOut("slow", "linear");
		$(".single_tab4").fadeOut("slow", "linear");
		$(".single_tab5").fadeOut("slow", "linear");
		$(".single_tab6").fadeIn("slow", "linear");
	});
	
	// functions to hold image onclick of 'our work' tabs.
	$('.tabs_holder li.tab1').click(function(){
		$(this).addClass("on");
    	$('.tabs_holder li.tab2, .tabs_holder li.tab3, .tabs_holder li.tab4').removeClass("on");
		//$('#video-player-flash').stopVideo();
		$('.youtube-player').pauseVideo();
	});
	$('.tabs_holder li.tab2').click(function(){
		$(this).addClass("on");
    	$('.tabs_holder li.tab1, .tabs_holder li.tab3, .tabs_holder li.tab4').removeClass("on");
		//$('#video-player-flash').stopVideo();
		$('.youtube-player').pauseVideo();
	});	
	$('.tabs_holder li.tab3').click(function(){
		$(this).addClass("on");
    	$('.tabs_holder li.tab1, .tabs_holder li.tab2, .tabs_holder li.tab4').removeClass("on");
	});	
	$('.tabs_holder li.tab4').click(function(){
	
		$(this).addClass("on");
    	$('.tabs_holder li.tab1, .tabs_holder li.tab2, .tabs_holder li.tab3').removeClass("on");
		//$('#video-player-flash').stopVideo();
	$('.youtube-player').pauseVideo();

	});		
	
// functions to hold image onclick of 'our story' tabs.
	$('.tabs_ourstory_tabs li.tab1').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab2, .tabs_ourstory_tabs li.tab3, .tabs_ourstory_tabs li.tab4, .tabs_ourstory_tabs li.tab5, , .tabs_ourstory_tabs li.tab6').removeClass("on");
	});
	$('.tabs_ourstory_tabs li.tab2').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab1, .tabs_ourstory_tabs li.tab3, .tabs_ourstory_tabs li.tab4, .tabs_ourstory_tabs li.tab5, , .tabs_ourstory_tabs li.tab6').removeClass("on");
	});	
	$('.tabs_ourstory_tabs li.tab3').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab1, .tabs_ourstory_tabs li.tab2, .tabs_ourstory_tabs li.tab4, .tabs_ourstory_tabs li.tab5, , .tabs_ourstory_tabs li.tab6').removeClass("on");
	});	
	$('.tabs_ourstory_tabs li.tab4').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab1, .tabs_ourstory_tabs li.tab2, .tabs_ourstory_tabs li.tab3, .tabs_ourstory_tabs li.tab5, , .tabs_ourstory_tabs li.tab6').removeClass("on");
	});	
	$('.tabs_ourstory_tabs li.tab5').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab1, .tabs_ourstory_tabs li.tab2, .tabs_ourstory_tabs li.tab3, .tabs_ourstory_tabs li.tab4, , .tabs_ourstory_tabs li.tab6').removeClass("on");
	});	
	$('.tabs_ourstory_tabs li.tab6').click(function(){
		$(this).addClass("on");
    	$('.tabs_ourstory_tabs li.tab1, .tabs_ourstory_tabs li.tab2, .tabs_ourstory_tabs li.tab3, .tabs_ourstory_tabs li.tab4, , .tabs_ourstory_tabs li.tab5').removeClass("on");
	});		
	// stop embedded video playing on change of tab
	
	
	
	
	
});




