@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
  margin: 18px 0 75px;
  text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
#tabs nav li {
  border-radius: 25px;
  float: left;
  max-width: 177px;
  width: 177px;
  border: 2px solid #f8f6f7;
  background-color: #ffffff;
}
.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: #444343;
  display: block;
  font-size: 1.222em;
  line-height: 2.7;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}
#tabs li.tab-current {
  background-color: #60a9dc;
}
#tabs li.tab-current a {
  color: #ffffff;
}

/* Content */
.content section {
	font-size: 1.25em;
	display: none;
	margin: 0 auto;
}
.content section:before,
.content section:after {
	content: '';
	display: table;
}
.content section:after {
	clear: both;
}
/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}
.content section.content-current {
	display: block;
}


/* Example media queries */

@media screen and (max-width: 52.375em) {
	/*.tabs nav a span {
		display: none;
	}*/
	.tabs nav a:before {
		margin-right: 0;
	}	
}
@media screen and (max-width: 767px) {
#tabs nav li {
  width: 120px;
  margin: 0;
}
.tabs nav a {
  font-size: 12px;
  line-height: 3;
}
}
@media screen and (max-width: 420px) {
#tabs nav li {
  width: 100px;
}
.tabs nav a {
  line-height: 2.5;
}
}

/*@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}
	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}
	.tabs nav ul li:last-child {
		border-right: none;
	}	
}*/
