/* Default tab style */


.tabs-style-iconbox.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs-style-iconbox.tabs nav {
	text-align: center;
}

.tabs-style-iconbox.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs-style-iconbox.tabs nav ul li {
	  background: none repeat scroll 0 0 #0a87ce;
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
			-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}



.tabs-style-iconbox.tabs nav a {
  color: #fff !important;
    display: block;
    font-size: 12px;
    line-height: 2.5;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
/*    white-space: nowrap;*/
	text-decoration:none !important;
}





.tabs-style-iconbox.tabs nav a:focus {
	outline: none;
}
/* Content */
.tabs-style-iconbox {
	position: relative;
}

.tabs-style-iconbox section {
 display: none;
    margin: 20px 0;
    text-align: center;
}

.tabs-style-iconbox section.content-current {
	display: block;
}

