.tabcontents{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.icontabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* Nav */
.icontabs nav {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.icontabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.icontabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}
.icontabs nav ul li:hover {
	border-bottom: none;
}
.icontabs nav li.tab-current {
	border-bottom: none;
	z-index: 100;
}
.icontabs nav li.tab-current:before,
.icontabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}
.icontabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}
.icontabs nav a {
	color: #768e9d;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 700;
}
.icontabs nav a:hover,.icontabs nav a:active,.icontabs nav a {
	text-decoration: none;
	outline: 0;
}
.icontabs nav li.tab-current a {
	color: #47a3da;
}
.icontabs .custom_icon_img img{
  border-radius: 0px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  vertical-align: middle;
}

/* Icons */
.icontabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}
.icontabs i{
	padding-right: 10px;
}

/* Content */
.tabcontent{
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.tabcontent section {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	display: none;
	max-width: 1230px;
	border-top: none;
}
.tabcontent section:before,
.tabcontent section:after {
	margin: 0px;
	padding: 0px;
	content: '';
	display: table;
}
.tabcontent section:after {
	clear: both;
}

/* Fallback example */
.no-js .tabcontent section {
	padding-bottom: 0px;
}
.tabcontent section.tabcontent-current {
	display: block;
}

/* Example media queries */
@media screen and (max-width: 52.375em) {
	.icontabs i{
		padding-right: 0px;
	}
	.icontabs nav a:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 32em) {
	.icontabs i{
		padding-right: 0px;
	}
	.icontabs nav a:before {
		margin-right: 0;
	}
	.icontabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
	}
	.icontabs nav ul li {
	text-align: center;
	}
	.icontabs nav ul li:last-child {
		border-right: none;
	}
}