
/*
========== ::: tabs ::: ==========
*/

$(document).ready(function() {

	$(".tabContent1").hide(); //Hide all content
	$("ul.tabs1 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent1:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs1 li").click(function() {
		$("ul.tabs1 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent1").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent2").hide(); //Hide all content
	$("ul.tabs2 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent2:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs2 li").click(function() {
		$("ul.tabs2 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent2").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent3").hide(); //Hide all content
	$("ul.tabs3 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent3:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs3 li").click(function() {
		$("ul.tabs3 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent3").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent4").hide(); //Hide all content
	$("ul.tabs4 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent4:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs4 li").click(function() {
		$("ul.tabs4 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent4").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent5").hide(); //Hide all content
	$("ul.tabs5 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent5:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs5 li").click(function() {
		$("ul.tabs5 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent5").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent6").hide(); //Hide all content
	$("ul.tabs6 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent6:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs6 li").click(function() {
		$("ul.tabs6 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent6").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent7").hide(); //Hide all content
	$("ul.tabs7 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent7:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs7 li").click(function() {
		$("ul.tabs7 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent7").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent8").hide(); //Hide all content
	$("ul.tabs8 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent8:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs8 li").click(function() {
		$("ul.tabs8 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent8").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent9").hide(); //Hide all content
	$("ul.tabs9 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent9:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs9 li").click(function() {
		$("ul.tabs9 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent9").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent10").hide(); //Hide all content
	$("ul.tabs10 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent10:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs10 li").click(function() {
		$("ul.tabs10 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent10").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent11").hide(); //Hide all content
	$("ul.tabs11 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent11:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs11 li").click(function() {
		$("ul.tabs11 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent11").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

$(document).ready(function() {

	$(".tabContent12").hide(); //Hide all content
	$("ul.tabs12 li:first").addClass("active").show(); //Activate first tab
	$(".tabContent12:first").show(); //Show first tab content
	
	//On Click Event
	$("ul.tabs12 li").click(function() {
		$("ul.tabs12 li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tabContent12").hide(); //Hide all tab content
		var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active content
		return false;
	});

});

