.transformer-tabs ul {
	/*background: rgba(215,215,215,0.5);*/
	list-style: none;
	padding: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px solid #a0a3a0;
	text-align:center;
	margin-bottom:30px;
}
.transformer-tabs li {
	display: inline-block;
	padding: 0;
	text-align: center;
	line-height: 16px;
	font-weight:400;
	margin-bottom:-1px;
	margin-left:13px;
	margin-right:13px;
}
.transformer-tabs li .active {
	background:none;
	color: #2b2f2b;
	border-radius: 0px;
	border-top:solid 1px #a0a3a0;
	border-right:solid 1px #a0a3a0;
	border-left:solid 1px #a0a3a0;
	border-bottom:solid 1px #fff;
}
/*.transformer-tabs li:nth-child(2) .active {
	color: #8bc4ea;
	border-bottom-color: #3498db;
}
.transformer-tabs li:nth-child(3) .active {
	color: #f0b37e;
	border-bottom-color: #e67e22;
}
.transformer-tabs li:nth-child(4) .active {
	color: #df7c72;
	border-bottom-color: #c0392b;
}*/
.transformer-tabs a {
	background:none;
	display: inline-block;
	color: #2b2f2b;
	font-size: 15px;
	text-decoration: none;
	padding:12px 30px;
	font-weight:600;
	border-top:solid 1px #dde1dd;
	border-right:solid 1px #dde1dd;
	border-left:solid 1px #dde1dd;
	border-bottom:solid 1px #fff;
}
.transformer-tabs a img {
	opacity: 0.8;
	width: 32px;
}
	.transformer-tabs a:hover {
		border-radius: 0px;
		border-top: solid 1px #a0a3a0;
		border-right: solid 1px #a0a3a0;
		border-left: solid 1px #a0a3a0;
		border-bottom: solid 1px #fff;
		background-color: #000;
		color: #fcd106 !important;
		font-weight: bold;
	}
.transformer-tabs a:hover img {
	opacity: 1;
}
	.transformer-tabs a.active {
		position: relative;
		bottom: -0px;
		background-color: #000;
		color: #fcd106 !important;
		font-weight: bold;
	}
.transformer-tabs a.active img {
	opacity: 1;
}
a {
	outline: none !important;
}

@media (max-width: 480px) {

.transformer-tabs a {
	padding:12px 20px;
}

}

@media (max-width: 320px) {

.transformer-tabs a {
	padding:12px 15px;
}

}
.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;
}

