nav .index_title { margin: 0 10px 1em;}

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

/* nav */
.tabs nav {  width: 30%;  float: left;  background: #fff;  padding: 25px 0px 14px; min-height:300px;}
nav.calnav { width: 100%; float: none; background: none; text-align: center; padding: 8% 0 1%;}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.tabs nav ul li {width: 100%;border-bottom: none;margin: 0;	display: block;	float: left;position: relative;}
.tabs nav li.tab-current {	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 ul a { 
    display: block;
    font-weight: bold;
    padding: 3.7% 2%;
    margin: 1px 0;
}

.tabs nav a:hover,.tabs nav a:hover .red,li.tab-current, li.tab-current a, li.tab-current .red {
	color: #fff;
	background:#a43b34;
}

.tabs nav li.tab-current a {
}

/* 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 {
    padding: 1em;
    display: none;
    max-width: 730px;
	max-height: 443px;
    margin-left: 32%;
    background: #fff;
    box-shadow: 3px 3px 5px #D0CCC5;
    -webkit-box-shadow: 3px 3px 5px #D0CCC5;
    -moz-box-shadow: 3px 3px 5px #D0CCC5;
}

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

.content section:after {clear: both;}

/* Fallback example */
.no-js .content section {display: block;}
.content section.content-current {display: block;}



/* Example media queries */

@media (max-width: 1200px) { 
.tabs .more {  display: inline-block;  margin-top: 15px;}
.tabs nav ul a {  padding: 3.2% 2%;}

}

@media (max-width: 990px) {
.content section { max-height: 461px; }
}

@media (max-width: 768px) { 
.tabs .more { display: initial; }
.tabs nav { width: 100%; float: none; padding: 25px 0px 0; min-height:inherit;}
.tabs nav ul li {  width: 32.3%; margin: 1px; text-align: center;}
.tabs nav ul a { margin:0;}
.content section { margin-left: 0;}

   
}

@media (max-width: 480px) {
.tabs nav ul li { width: 100%; text-align: left; padding: 0;}
.tabs nav ul a { padding: .5% 2%;}
}

@media (max-width: 350px) {
.tabs .more {
    display: inline-block;
    margin-top: 15px;
}
}