.transformer-tabs1 {
	white-space: nowrap;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 6px;
}
.transformer-tabs1 ul {
	list-style: none;
	padding: 0px 0px;
	color: #fff;
	border-bottom: 0px solid #464646;
	margin-bottom: 15px;
}
.transformer-tabs1 li {
	display: inline-block;
	padding:0px 0px 0px 0px;
	border-right: solid 0px #DBDBDB;
}
.transformer-tabs1 li .active {
	background: #f7132f;
	border: solid 1px #f7132f;
	color: #fff;
}
.transformer-tabs1 a {
	background: #DBDBDB;
	border: solid 1px #DBDBDB;
	display:inline-block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 27px;
	line-height: 14px;
	font-weight: 500;
	border-radius: 6px;
	transition: 0.3s;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.5px;*/
}
.transformer-tabs1 a:hover {
	background: #f7132f;
	border: solid 1px #f7132f;
	color: #fff;
}
.transformer-tabs1 a:hover img {
	opacity: 1;
}
.transformer-tabs1 a.active {
	position: relative;
	bottom: 0px;
}
.transformer-tabs1 a.active img {
	opacity: 1;
}
a {
	outline: none !important;
}

@media (max-width: 900px) {

}

@media (max-width: 767px) {

	
}

@media (max-width: 480px) {

	
	
}

@media (max-width: 320px) {

}
.tabs1 > div {
	display: none;
	padding: 0px;
	margin-top: 0px;
}
.tabs1 > div:nth-of-type(1) {
	background: none;
}
.tabs1 > div:nth-of-type(2) {
	background: none;
}
.tabs1 > div:nth-of-type(3) {
	background: none;
}
.tabs1 > div:nth-of-type(4) {
	background: none;
}
.tabs1 > div:nth-of-type(5) {
	background: none;
}
.tabs1 > div:nth-of-type(6) {
	background: none;
}
.tabs1 > div:nth-of-type(7) {
	background: none;
}
.tabs1 > div:nth-of-type(7) {
	background: none;
}
.tabs1 > .active {
	display: block;
}
