/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}

.codrops-tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.35em;
}

@media screen and (max-width: 1199px) {
	.codrops-tabs { font-size: 1.15em; }
}

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

.codrops-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: 1200px;
	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;
}

.codrops-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;
}

.codrops-tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.8;
}

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

.codrops-tabs nav li.tab-current a {
	color: #74777b;
}

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

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

.lnr-leaf::before { content: "\e849"; }
.lnr-paw::before { content: "\e84a"; }
.lnr-earth::before { content: "\e853"; }
.lnr-diamond::before { content: "\e845"; }
.lnr-lighter::before { content: "\e805"; }


.codrops-icon-upload::before {
	content: "\e68a";
}
.codrops-icon-tools::before {
	content: "\e60a";
}
.codrops-icon-plane::before {
	content: "\e625";
}
.codrops-icon-joy::before {
	content: "\e6a4";
}
.codrops-icon-plug::before {
	content: "\e69a";
}
.codrops-icon-home::before {
	content: "\e648";
}
.codrops-icon-gift::before {
	content: "\e652";
}
.codrops-icon-display::before {
	content: "\e65e";
}
.codrops-icon-date::before {
	content: "\e660";
}
.codrops-icon-config::before {
	content: "\e666";
}
.codrops-icon-coffee::before {
	content: "\e669";
}
.codrops-icon-camera::before {
	content: "\e66f";
}
.codrops-icon-box::before {
	content: "\e674";
}

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

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 2.5em 2em;
	max-width: 1200px;
	text-align: center;
}

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

.content-wrap section h3 { color: #0f4a25; text-transform: capitalize; margin-top: 0; }
.content-wrap section span {
	color: rgba(40,44,42,0.2);
	font-weight: 900;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 2px;
}
.content-wrap section p {
	margin: 0;
	padding: 0.5em 12%;
	color: rgba(40,44,42,0.5);
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

/* 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: 995px) { /*58em*/
	.codrops-tabs nav a.codrops-icon span {
		display: none;
	}
	.codrops-tabs nav a:before {
		margin-right: 0;
	}
}