.transformer-tabs {
	white-space: nowrap;
	overflow-x: hiiden !important;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
}
.transformer-tabs ul {
	list-style: none;
	padding: 0px 0px;
	color: #fff;
	border-bottom: 0px solid #464646;
	text-align:center;	
}
.transformer-tabs li {
	display: inline-block;
	padding:0px 0px 0px 0px;
	border-right: solid 0px #ebebeb;
}
.transformer-tabs li .active {
	color: #fff;
}
.transformer-tabs a {
	display:inline-block;
	color: #afb7b4;
	font-size: 16px;
	text-decoration: none;
	padding:0px 20px;
	line-height: 16px;
	font-weight: 700;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.5px;*/
}
.transformer-tabs a span {
	font-size: 11px;
	font-weight: 400;
}
.transformer-tabs a img {
	opacity: 0.4;
}
.transformer-tabs a:hover {
	color: #fff;
}
.transformer-tabs a:hover img {
	opacity: 1;
}
.transformer-tabs a.active {
	border-bottom: 0px solid transparent;
	position: relative;
	bottom: 0px;
}
.transformer-tabs a.active img {
	opacity: 1;
}
a {
	outline: none !important;
}

@media (max-width: 900px) {

}

@media (max-width: 767px) {

.transformer-tabs li .active {
	color: #000;
}
.transformer-tabs a {
	color: #888888;
}
.transformer-tabs a:hover {
	color: #000;
}	
	
}

@media (max-width: 480px) {

	
	
}

@media (max-width: 320px) {

}
.tabs > div {
	display: none;
	padding: 0px;
	margin-top: 0px;
}
.tabs > div:nth-of-type(1) {
	background: none;
}
.tabs > div:nth-of-type(2) {
	background: none;
}
.tabs > div:nth-of-type(3) {
	background: none;
}
.tabs > div:nth-of-type(4) {
	background: none;
}
.tabs > div:nth-of-type(5) {
	background: none;
}
.tabs > div:nth-of-type(6) {
	background: none;
}
.tabs > div:nth-of-type(7) {
	background: none;
}
.tabs > div:nth-of-type(7) {
	background: none;
}
.tabs > .active {
	display: block;
}
