/*
* Elegant Tabs for Visual Composer - v1.0.2
*/
/* Default tab style */
.et-tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
/* Nav */
.et-tabs nav {
	text-align: center;
	overflow: visible !important;
	display: inline-block !important;
	line-height: 0 !important;
}
.et-tabs nav ul {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	width:100%;
	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;
}
.et-tabs nav ul li {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	display: inline-block;
	float: left;
}
.et-tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	text-decoration: none;
}
.et-tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.et-tabs nav a:focus {
	outline: none;
}
/* Content */
.et-content-wrap {
	position: relative;
	background:#f4f4f4;
	color:#444444;
	margin-top: -10px;
}
.et-content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
}
.et-content-wrap section.content-current {
	display: block;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}
/* icons */
i.iw-icons {
	font-style: normal;
	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;
}
@media screen and (max-width: 58em) {
	.et-tabs nav a.icon span {
		display: none;
	}
	.et-tabs nav a:before {
		margin-right: 0;
	}
}
/* Minimum width of 600 pixels. */
@media screen and (max-width: 520px) {
	.et-tabs nav ul	{
		display:block;
	}
	.et-tabs nav ul li {
		display: block;
		width: 100%;
	}
}