/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav {
	background: #24394c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #394c5d, #24394c);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #394c5d, #24394c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 0.8em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
	font-weight: 700;
	font-size: 0.7em;	
}

.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
	background: #279ad3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #27a8d3, #279ad3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #27a8d3, #279ad3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #279ad3;
	content: '';
	pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: #1c2d3c;
	content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}