/*
* Elegant Tabs for Visual Composer - v2.3.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 select.et-mobile-tabs {
	display: none;
}
.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: -5px;
}
.et-tabs.et-tabs-style-tzoid .et-content-wrap {
    margin-top: -8px;
}
.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;
}
/* Right aligned tabs */
.et-align-right nav {
    width: 100% !important;
}
.et-align-right ul li {
    float: right !important;
}
/* Center aligned tabs */
.et-align-center nav {
    width: 100% !important;
    margin-bottom: 10px;
}
.et-align-center ul li {
    float: none !important;
}
@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:none;
	}
	.et-tabs nav select.et-mobile-tabs {
		display: block;
    background-color: white;
    border: thin solid #d1d1d1;
    border-radius: 4px;
    font: inherit;
    line-height: 1.2em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 15px 0px;
    min-width: 260px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.2em;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: 0 0 0 #000;
	}
	.et-tabs nav ul li {
		display: block;
		width: 100%;
	}
}