.transformer-tabs ul {
	/*background: rgba(215,215,215,0.5);*/
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #fff !important;
	border-bottom: 1px solid #ccd1dc;
	z-index:9999999 !important;
}
.transformer-tabs li {
	background:#b2d160;
	display: inline-block;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
	line-height: 16px;
	color:#000 !important;
	margin-right:-1px !important;
	border-right:0px solid #ee2c31;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.transformer-tabs li .active {
	color: #000;
	background:#b2d160 !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
/*.transformer-tabs li:first-child {
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.transformer-tabs li:last-child {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.transformer-tabs li .active:first-child {
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.transformer-tabs li .active:last-child {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}*/
/*.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: #000;
	font-size: 16px;
	text-decoration: none;
	padding: 15px 20px;
	margin:0px !important;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.5px;*/
}
.transformer-tabs a img {
	opacity: 0.4;
}
.transformer-tabs a:hover {
	color: #000;
	background:#dcd9d9;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.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;
}
.tabcont {
	margin-top:15px;	
}


@media (max-width: 640px) {
.transformer-tabs a {
	padding: 12px 15px;
}
.transformer-tabs ul {
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	/*background: #e8e8e8;*/
	border-bottom: solid 0px #d5ccae;/* fallback */
}
.transformer-tabs ul::after {
	content: "☰";
	position: absolute;
	top: 6px;
	right: 15px;
	z-index: 2;
	pointer-events: none;
	color: #332e2f;
	font-size:20px;
}
.transformer-tabs ul.open a {
	position: relative;
	display: block;
}
.transformer-tabs li {
	display: block;
	text-align: left;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
	text-shadow: none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.transformer-tabs a:hover {
	background-color:#dcd9d9;
	color: #000;
}
.transformer-tabs a.active {
	border: 0;
	z-index: 1;
	background-color: #d9252a;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	/*background: #666;*/
	/* fallback */
	/*background: linear-gradient(#666, #222);*/
	color: #332e2f;
}
.transformer-tabs a {
	border-radius: 0px 0px 0 0;
}
}
.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;
}
