@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;
} /* Icons created with icomoon.io/app */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.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 0.25em;
	display: block;
	float: left;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0; 
}

.tabs nav li.tab-current {

	background:#becbd2;
	
	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: #becbd2;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #00aeef;
}

.tabs nav li.tab-current a {
	color: #fff;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	display:none;
	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;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2em 1em;
	display: none;
	max-width: 1230px;
	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;
}

.mediabox {
	float: left;
	width: 16.5%;
	padding: 0 5px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */
@media screen and (max-width:1660px)
{
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 1em;
	white-space: nowrap;
}

	}
@media screen and (max-width:1440px)
{
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .95em;
	white-space: nowrap;
}

	}
@media screen and (max-width:1366px)
{
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 1.20em;
	white-space: nowrap;
}

	}
@media screen and (max-width:1280px)
{
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .95em;
	white-space: nowrap;
}

	}
@media screen and (min-width:1024px) and (max-width:1120px)
{
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .20em;
	white-space: nowrap;
}

	}
@media screen and (max-width: 768px) {
	.mediabox {			
	float: left;
	width: 33%;
	padding: 0 20px;
	}
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 1.5em;
	white-space: nowrap;
}
.content section {
	font-size: 1.25em;
	padding: 1em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}
	
}
@media screen and (max-width: 640px) {
	

	.tabs nav a:before {
		margin-right: 0;
	}
	
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .90em;
	white-space: nowrap;
}
	.mediabox {			
	float: left;
	width: 33%;
	padding: 0 5px;
			
	}

	.mediabox img {
		float: none;
		margin: 0 0px 0px 0;
		max-width: 100%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
	.content section {
	font-size: 1.25em;
	padding: 1em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

}
@media screen and (max-width: 480px) {
	

	.tabs nav a:before {
		margin-right: 0;
	}
	
	.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .90em;
	white-space: nowrap;
}
	.mediabox {			
	float: left;
	width: 33%;
	padding: 0 5px;
			
	}

	.mediabox img {
		float: none;
		margin: 0 0px 0px 0;
		max-width: 100%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
	.content section {
	font-size: 1.25em;
	padding: 1em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

}


@media screen and (max-width: 320px) {
.tabs nav a:before {
		margin-right: 0;
	}
	
.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: .9em;
	font-weight:bold;
	line-height: 2.5;
	padding: 0 .30em;
	white-space: nowrap;
}
	.mediabox {			
	float: left;
	width: 50%;
	padding: 0 5px;
			
	}

	.mediabox img {
		float: none;
		margin: 0 0px 0px 0;
		max-width: 100%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
	.content section {
	font-size: 1.25em;
	padding: 1em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}
}