.transformer-tabs ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	overflow-x: hiiden !important;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 15px;
	border-bottom: 0px solid #f0ece2;
}
.transformer-tabs li {
	display: inline-block;
	padding: 0;
	font-size: 13px;
	color: #fff;
    font-weight: 300;
	vertical-align: bottom;
}
.transformer-tabs li .active {
	color:#fff;
	background-color:#4fc4f1;
}
/*.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: #fff;
	background-color:#242d84;
	text-decoration: none;
	padding: 7px 15px;
    border-radius: 5px;
    border: solid 1px #4fc4f1;
}
.transformer-tabs a:hover {
	color: #fff;
	background-color:#4fc4f1;
}
.transformer-tabs a.active {
	position: relative;
	bottom: 0px;
}
a {
	outline:none !important;	
}

.tabcont {
	padding-top:20px;	
}


.tabs > div {
	display: none;
	padding: 0px 0px;
	margin-bottom: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: #fff;
}
.tabs > .active {
	display: block;
}
