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

.tabs {

	overflow: hidden;
	margin-top: 60px;
	width: 100%;
	font-weight: 300;

}

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



.tabs nav ul {

	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	padding-top:  10px;
	margin: 0 auto;
	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 {
	text-align: center;
	height: 150px;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
	border-radius: 3px;
background: #000;
box-shadow: 0px 0px 0px #e3e3e3, -3px 0px 0px #ffffff;

}

.tabs nav ul li:before {
	text-align: center;
	height: 150px;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
	border-radius: 3px;
background: #fff;
box-shadow: 0px 0px 0px #e3e3e3, -3px 0px 0px #ffffff;

}






.tabs nav ul li:hover {
    background: rgb(229,244,255);
    background: linear-gradient(361deg, rgb(9 56 10) 0%, rgb(0 0 0) 97%, rgb(0 0 0) 100%);
    display: block;
}








.tabs nav ul li img{
	width: 13%;
	margin: 8px 8px 0px -40px;
}



.tabs nav a {

	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	font-size: 18px;

}

.tabs nav li.tab-current a {
	color: #2dff5c;

}

.tabs nav a:focus {
	outline: none;


}

/* Icons */
.icon::before {

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

/* Content */
.content-wrap {

}

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

.content-wrap section.content-current {
	display: flex;
	justify-content: center;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: #c7c7c7;
	font-weight: 400;
    font-size: 16px;
    line-height: 2;
}
.content-wrap section h2 {
	margin: 0;
	padding: 0.75em 0;
	color: #ffffff;
	font-weight: 500;
    font-size: 26px;
    line-height: 1;
}

.content-wrap section h3 {
	margin: 0;
	padding: 0.75em 0;
	color: #ffffff;
	font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

button {
	margin-right: 25px;
	width: 220px;
	height: 45px;
	left: 185px;
	top: 647px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	background: #42FFD2;
	border-radius: 6px;
	color: #000;
}

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





@media screen and (max-width: 1025px)  {


.tabs nav ul li img{
	width: 26%;
    margin: 24px -63px 0px -51px;
}

.content-wrap section p {
    font-size: 14px;

}

.tabs nav a {
    line-height: 0;
}

.tabs nav ul li img {
    width: 12%;
    margin: -11px 12px 0px -17px;
}

.tabs nav ul li {
    height: 99px;
}


}




@media screen and (max-width: 769px)  {


.tabs nav ul li img {
    width: 25%;
    margin: -4px -1px -13px 0px;
}


.tabs {

    font-size: 4.85em;

}

.content-wrap section {

	padding: 1em 1em 1em 1em;
}


}






@media screen and (max-width: 575px) {

.tabs nav ul li img {
    width: 47%;
    margin: -5px -1px -13px 0px;
}

	button {
    margin-right: 25px;
    width: 100%;
    height: 45px;
    left: 185px;
    top: 647px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: #42FFD2;
    border-radius: 3px;
    color: #000;
}

.content-wrap section h2 {
    font-size: 20px;

}

.content-wrap section p {
    font-size: 14px;

}

.content-wrap section {

    margin: 0px auto;
    padding: 0.01em;

}

.tabs {
    font-size: 5.5em;

}

.content-wrap button {
    margin-right: 141px;
    width: 100%;
    height: 50px;
    left: 185px;
    top: 647px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: #42FFD2;
    border-radius: 3px;
    color: #000;
}


}


@media screen and (max-width: 375px) {

.tabs {

    font-size: 4.25em;
}


.tabs nav ul li img {
    width: 64%;
    margin: 0px -1px -13px 0px;
}



}


@media screen and (max-width: 325px) {

.tabs {

    font-size: 4em;
}

.tabs nav ul li {
    height: 70px;
}

.tabs nav ul li img {
    width: 60%;
    margin: 0px -1px -13px 0px;
}





}














