ul.tabs-nav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul.tabs-nav li {
	margin: 10px 1px 0 1px;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'Montserrat', arial;
	letter-spacing: 0.1em;
	text-shadow:
		rgba(0,0,0,.3) 1px 1px 3px, rgba(0,0,0,.3) -1px 1px 3px,
		rgba(0,0,0,.3) 1px -1px 3px, rgba(0,0,0,.3) -1px -1px 3px;
	transition: all ease .3;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
}

.euaus ul.tabs-nav li {
	width: 46%;
	margin: 2px 1px 0 1px;
	font-size: 0.8em;
}

ul.tabs-nav li a {
	width: 100%;
	display: block;
	background: #912925;
	padding: 0px;
	box-sizing: border-box;
	border: 1px solid #912925;
	border-bottom: 0;
	padding: 10px 20px;
}

.euaus ul.tabs-nav li a {
	border: 1px solid #912925;
}

.euaus ul.tabs-nav li:nth-child(5) a,
.euaus ul.tabs-nav li:nth-child(6) a {
	border-bottom: 0;
}

ul.tabs-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

ul.tabs-nav li.active a {
	background: #333;
	border: 1px solid #999;
	border-bottom: 0;
	background: linear-gradient(#000, #666);
}

.euaus ul.tabs-nav li.active a {
	border: 1px solid #999;
}

.euaus ul.tabs-nav li:nth-child(5).active a,
.euaus ul.tabs-nav li:nth-child(6).active a {
	border-bottom: 0;
}

/*ul.tabs-nav li.active a:before {
	content: '\025BE  ';
}

ul.tabs-nav li.active a:after {
	content: '  \025BE';*/
}

ul.tabs-nav li span {
	display: none;
}




@media screen and (min-width: 480px) {

	.euaus ul.tabs-nav li {
		width: 30%;
	}
	
	.euaus ul.tabs-nav li:nth-child(4) a,
	.euaus ul.tabs-nav li:nth-child(4).active a {
		border-bottom: 0;
	}

}