#tabsFoot {
	padding:0px;
	float:left;
	clear:both;
	width: 99%;
	margin-bottom:0px;
	text-align: left;
}
	
	ul.tabsFoot {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	min-height: 40px;
 	width: 100%;
	}
	ul.tabsFoot li {
		float: left;
		padding: 0;
		margin: 0 5px 0 0px;
		min-height: 40px;
		line-height: 42px;
 		border-left: none;
		margin-bottom: -1px;
		overflow: hidden;
		position: relative;
		
 	}
	ul.tabsFoot li.last {
		border-right: none;
 	}
	ul.tabsFoot li a {
		text-decoration: none;
		color: #000;
		display: block;
		font-size: 14px;
 		outline: none;
 		cursor: pointer;
		text-align: center;
		padding: 0px 15px 0px 10px;
		background-color: #D7D7D7;
		
		font-weight: normal;
	}
	ul.tabsFoot li a:hover {
 	}
 	
	html ul.tabsFoot li.active, html ul.tabsFoot li.active a,  html ul.tabsFoot li.active a:hover  { 
		color:#fff;
		background-color: #0090FF;
		height: 40px;
		border-bottom: 3px solid #0D5892;
 	}
	
.tab-containerFoot	.one_half	.last{ margin-right:0;}	
	
.tab-containerFoot {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 0px;
	width:100%;
 }
.tab-contentFoot {
	padding: 30px 0px 30px 0px;

}
.tab-contentFoot	img{ width:100%;}
	
.tab-contentFoot h4 { 
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
} 

ul.tabsFoot li a b {
	float: left;
	background-color: #393a3b;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-radius: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	margin-top: 13px;
	margin-right: 5px;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px){

ul.tabsFoot li a {
	padding: 0px 5px 0px 5px;
	font-size: 13px;
}

}

@media only screen and (min-width: 768px) and (max-width: 999px){

ul.tabsFoot li a {
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}
ul.tabsFoot li a b {
	display: none;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){

#tabsFoot {
	padding:0px;
	float:left;
	clear:both;
	width: 99%;
	margin-bottom:0px;
	margin-top: 10px;
	border: 1px solid #eee;
}
.tab-containerFoot {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 20px 15px 10px 15px;
	width: 93.4%;
	background-color: #f0f0f0;
}
.tab-contentFoot {
	padding: 5px;
	font-size: 14px;
	background: #f0f0f0;
}
ul.tabsFoot li a {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}


}


@media only screen and (max-width: 479px){

#tabsFoot {
	padding:0px;
	float:left;
	clear:both;
	width: 98%;
	margin-bottom:0px;
	margin-top: 10px;
	border: 1px solid #eee;
}
.tab-containerFoot {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 20px 15px 10px 15px;
	width: 90%;
	background-color: #f0f0f0;
}
.tab-contentFoot {
	padding: 5px;
	font-size: 14px;
	background: #f0f0f0;
}
ul.tabsFoot li {
	border-right: none;
	border-bottom: 2px solid #fff;
}

ul.tabsFoot li a {
	width: 270px;
	border: none;
	text-align: left;
}

}
	