.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 2em;
	font-weight: 300;
}
.package-tab .tabs {
	font-weight: normal;
}
.package-tab .tabs .content ul li {
	list-style: square;
	margin-left: 20px;
}
/* Nav */

.tabs nav {
	text-align: center;
}
.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right:3px;
	background: rgb(241, 239, 234);
}
.tabs nav li.tab-current {
	border-bottom: none;
	border-bottom: none;
	z-index: 100;
			background: #c1060a;
			
}
.tabs nav li.tab-current a:after {
}
.tabs nav li.tab-current:after {
	    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #c1060a;
    position: absolute;
    left: 40%;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	padding: 6px 35px;
	font-weight: bold;
	color: #141310;

}
.tabs nav a:hover {
}
.tabs nav li.tab-current a {
	color: #fff;
}
.package-tab .content {

}
/* Icons */

.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	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 {
	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 #ccc;
}
.content section.content-current {
	display: block;
}
.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}
.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: 52.375em) {
.tabs nav a span {
	display: none;
}
.tabs nav a:before {
	margin-right: 0;
}
.mediabox {
	float: none;
	width: auto;
	padding: 0 0 35px 0;
	font-size: 90%;
}
.mediabox img {
	float: left;
	margin: 0 25px 10px 0;
	max-width: 40%;
}
.mediabox h3 {
	margin-top: 0;
}
.mediabox p {
	margin-left: 40%;
	margin-left: calc(40% + 25px);
}
.mediabox:before,  .mediabox:after {
	content: '';
	display: table;
}
.mediabox:after {
	clear: both;
}
}

@media screen and (max-width: 32em) {
.package-tab .content {
	border-top: 1px solid #ccc;
}
.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;*/

	padding: 1px 1%;
	margin: 0 0.1em 1px;
}
.tabs nav ul li:last-child {
	border-right: none;
}
.mediabox {
	text-align: center;
}
.mediabox img {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.mediabox h3 {
	margin: 1.25em 0 1em;
}
.mediabox p {
	margin: 0;
}
.tabs nav ul li {
	border-radius: 0;
}
.tabs nav a {
	font-size: 11px;
}
}
