
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 16px 0 32px;
	font-weight: 300;
}

/* Nav */
.tabs nav {
    margin-left: 10px;

}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 4px 4px;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #007193;
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	 text-decoration: none;
}

.tabs nav a:hover {
	color: #768e9d;
 text-decoration: none;
}

.tabs nav li.tab-current a {
	color: #007193;
 text-decoration: none;
}

/* Icons */
.tabs 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: -4px 7px 0 0;
	 text-decoration: none;
}

/* Content */
.content section {
	font-size: 14px;
	padding: 48px 16px;
	display: none;
	max-width: 1000px;
	margin: 0 auto;
	height:540px;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 32px;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}
