.transformer-tabs ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 2px solid #ec682a;
}
.transformer-tabs li {
	display: inline-block;
	padding: 0;
	font-family: 'ubunturegular';
	font-size:13px;
	color:#7b7b7b;
	vertical-align: bottom;
}
.transformer-tabs li .active {
	color: #fff;
	background-color:#ec682a;
}
/*.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 {
	display: inline-block;
	color: #7b7b7b;
	background-color:#f2f3f5;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	/*border-radius: 5px 5px 0 0;*/
}
.transformer-tabs a:hover {
	color: #7b7b7b;
	background-color:#dde2ea;
}
.transformer-tabs a.active {
	border-bottom: 0px solid transparent;
	position: relative;
	bottom: -0px;
}
a {
	outline:none !important;	
}

@media (max-width: 800px) {
.transformer-tabs ul {
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	background: #f2f3f5;
	border-bottom: solid 1px #dde2ea;
	/* fallback */
}
.transformer-tabs ul::after {
	content: "☰";
	position: absolute;
	top: 9px;
	right: 15px;
	z-index: 2;
	pointer-events: none;
	color: #fff;
}
.transformer-tabs ul.open a {
	position: relative;
	display: block;
}
.transformer-tabs li {
	display: block;
}
.transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transformer-tabs a.active {
	border: 0;
	z-index: 1;
	background-color:#ec682a;
	/*background: #666;*/
	/* fallback */
	/*background: linear-gradient(#666, #222);*/
	color: #fff;
}
.transformer-tabs a {
	border-radius: 0px 0px 0 0;
}
}
.tabs > div {
	display: none;
	padding: 0px;
	margin-top: 20px;
}
.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;
}