.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;
	text-align:center;
    margin: 0px;
}
.transformer-tabs li {
	display: inline-block;
	padding:0px 0px 0px 0px;
    margin-left: 0px;
}
.transformer-tabs li:first-child {
	
}
.transformer-tabs li:last-child {
	
}
.transformer-tabs li .active {
	background: #e50402;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.transformer-tabs li .active:hover {
	color: #fff;
}
/*.transformer-tabs li .active::after {
	content: '';
    position: absolute;
    left: 39%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;
	margin-top: 10px;
}*/
.transformer-tabs li .active {
	fill:#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: #000;
	font-size: 13px;
	text-decoration: none;
	padding:12px 15px 10px 15px;
	line-height: 13px;
	font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px solid rgba(255,255,255,0.6);
    background: rgb(255,255,255,0.8);
}
.transformer-tabs a img {
	opacity: 1;
    margin-bottom: 6px;
}
.transformer-tabs a:hover {
	color: #e50402;
}
.transformer-tabs a {
	fill:#fff;
}
.transformer-tabs a:hover {
	fill:#fff;
}
.transformer-tabs a svg {
	vertical-align: middle;
    padding-right: 2px;
    height: 22px;
}
.transformer-tabs a:hover img {
	opacity: 1;
}
.transformer-tabs a.active {
	position: relative;
}
.transformer-tabs a.active img {
	opacity: 1;
}
a {
	outline: none !important;
}

@media (max-width: 900px) {

}

@media (max-width: 767px) {

	
}

@media (max-width: 480px) {

.transformer-tabs a {
	padding: 10px 10px;
    font-size: 13px;
}	
.transformer-tabs a svg {
	height: 18px;
}    
	
}

@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;
}
