/* Default tab style */


.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;

}

/* Nav */
.tabs nav {
	text-align: center;



}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	
	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 nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;

}



.tabs nav ul li img{
	height:70px;
	margin-bottom: 10px;
	margin-right: 15px;
	border-radius:5px;
	background-color: #F6F6F6;
	margin-top: 10px;
	padding:5px;
}


.tabs nav a {
	font-size: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	color: #000;
}



.tabs nav li.tab-current a {
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	background: #FFFFFF;
	font-weight: bold;
	border-top-color: #EEEEEE;
}

.tabs nav a:focus {
	outline: none;
}


.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}






/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 4%;
	padding-bottom: 30px;
	padding-left: 4%;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {

}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 767px) {
.tabs nav a {

	font-size: 11px;
}

	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
	
	
.tabs nav ul li img{
	height: 60px;
	width: 60px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-radius:5px;
	border: 0px solid #EAEAEA;
	background-color: #F6F6F6;

	margin-left: auto;
	margin-right: auto;
	display: block;
}	
	
	
	
	
}