/* 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');
}

@font-face {
font-family: 'Alright-Sans';
src: url('../fonts/AlrightSans-Regular.otf');
}

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

/* 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;
	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;
}

.tabs nav ul li {
	position: relative;
	z-index: 0;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
	font-family:Alright-Sans;
	letter-spacing: 1px;
	font-weight: 200;
}

.tabs nav li.tab-current a {
	color: #fff;
}

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

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


.icon-sandalo::before {
	content:url('../img/ICONOS/SANDALO.png');
}
.icon-gardenia::before {
	content: url('../img/ICONOS/GARDENIA.png');
}
.icon-romero::before {
	content: url('../img/ICONOS/ROMERO.png');
}
.icon-menta::before {
	content:  url('../img/ICONOS/MENTA.png');
}
.icon-canela::before {
	content:  url('../img/ICONOS/CANELA.png');
}
.icon-lavanda::before {
	content:  url('../img/ICONOS/LAVANDA.png');
}
.icon-jazmin::before {
	content:  url('../img/ICONOS/JAZMIN.png');
}
.icon-eucalipto::before {
	content:  url('../img/ICONOS/EUCALIPTO.png');
}
.icon-bambu::before {
	content:  url('../img/ICONOS/BAMBU.png');
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

/* Content */
.content-wrap {
	position: relative;
	left:-17%;
	top:0px;
	width:823px;
	border: solid 0px #fff;
}

.content-wrap section {
	color:#fff;
	display: none;
	margin: 0 auto;
	padding: 0px;
	max-width: 1200px;
	text-align: center;
}

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

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(255,255,255,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 0em;
	border-bottom: 0px 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: 58em) {
	.tabs nav a.icon span {
		display: block;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}