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

/* Nav */
.tabs nav {
	text-align: center;
	background:none;
	padding-bottom:230px;
	
}

.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;
}

.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 { /*¶ê­I´º¦â*/
	color: #fff;
	display: block;
	font-size: 1.9em;
	line-height: 2.5;
	padding: 1.8em 1.1em;
	white-space: nowrap;
	background:#ccbcaa;
	-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;
}

.tabs nav a:hover {
	color: #fff;
    display: block;
	background:#2e1b0a;

}

.tabs nav li.tab-current a {
	color: #fff;
	display: block;
	background:#2e1b0a;
}

/* 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: -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: 1em 0;
	display: none;
	max-width: 1000px;
	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: 100%;
	padding: 0 60px;
	background:#FFF;
	
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/* Example media queries */

@media (max-width: 1024px) { 

.tabs nav { display:block; }

}




@media (max-width: 810px) { 
.tabs nav { display:block; padding-bottom:80px;}


.tabs nav a { /*¶ê­I´º¦â*/
	font-size: 1.8rem;
	line-height: 2;
	padding:0.4em 0.8em;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

}

@media (max-width: 768px) { 
.tabs nav a { /*¶ê­I´º¦â*/
	font-size: 1.4rem;
	
}

}



@media (max-width: 480px) {
.tabs nav { display:block; padding-bottom:0px;}
.tabs nav a { /*¶ê­I´º¦â*/
	font-size: 0.7rem;}
	

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

}