/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

img {max-width: 100%;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	transition: 0.5s;
	border-bottom: 0;
	color: #00a300;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold;
	font-family: "Avenir Heavy"
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: 'Avenir Heavy';
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

::-moz-selection {
	background: #FFF498
}

::selection {
	background: #FFF498
}

::-moz-selection {
	background: #FFF498
}

img::-moz-selection {
	background: transparent
}

img::selection {
	background: transparent
}

img::-moz-selection {
	background: transparent
}

/* p {
	text-transform: uppercase;
}
p:first-letter {
	font-size: 120%;
	margin-right:1px;
} */

.green-1 {background-color: #00a300}
.green-1-text {color: #00a300}
.green-2 {background-color: #61e32c}
.green-2-text {color: #61e32c}
.green-3 {background-color: #a3ff35}
.green-3-text {color: #a3ff35}

body {
	-webkit-tap-highlight-color: #FFF498
}

body {
	background-color: white;
	font-size: 18px;
	line-height: 1.6;
	font-family: 'Avenir Medium', sans-serif;
	color: rgb(26, 15, 15);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

.l-viewport {
	position: relative;
	width: 100%;
	height: 100vh;
	box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
	overflow: hidden
}

.l-wrapper {
	position: relative;
	width: 1440px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto
}

.l-side-nav {
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.l-side-nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 70%;
	max-height: 750px;
	background-color: #00a300;
	opacity: .35;
	z-index: 10
}

@media (max-width: 1180px) {
	.l-side-nav {
		display: none
	}
}

.l-main-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}

.l-section {
	position: absolute;
	width: 100%;
	height: 100%
}

.device-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #0c0c0c;
	z-index: 12
}

.device-notification--logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #fff
}

.device-notification--logo p {
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.device-notification--message {
	width: 70%;
	margin: 30px 0 0 0;
	font-weight: 700;
	text-align: center
}

@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media(max-width: 359px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.button, .button-link {
	background-color: transparent;
	border: 1px solid #00a300;
	color: #00a300;
	padding: 3px 0.8em;
	border-radius: 0.8em;
	transition: all .4s ease-in-out;
}

.principal-link {
	background-color: transparent;
	border: 1px solid #00a300;
	color: #00a300;
	padding: 3px 0.8em;
	border-radius: 0.8em;
	transition: all .4s ease-in-out;
	font-size: 2em;
}

.principal-link:hover {
	background-color: #00a300;
	color: white;
}

@media (max-width: 600px) {
	.principal-link {font-size:1.2em}
}

.button.big {
	padding: 5px 0.8em;
	font-size: 2em;
	font-weight: bold;
	background-color: transparent;
}

.button:hover, .button-link:hover {
	background-color: #00a300;
	color: #fff;
	border: 1px solid #00a300;
}


.section {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
	transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: opacity .4s ease-in-out .4s;
	transition: opacity .4s ease-in-out .4s
}

.section--next {
	-webkit-transform: translateY(-45px);
	transform: translateY(-45px);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	width: 100%;
	height: 70px;
	/* -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	z-index: 10
}

.header-logo {
	position:fixed; 
	left: 30px; 
	top:30px;
	max-width:180px;
	height:auto;
}

.header--logo {
	padding: 10px 30px;
    height: 50px;
    display: block;
    width: fit-content;
    text-align: center;
    margin: 30px auto;
	background-color: white;
	border-radius: 25px;
	overflow: hidden;
	transition: 1s cubic-bezier();
}

.header--logo img {
	max-height: 100%;
}

.header--logo p {
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.header--nav-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
	content: "";
	position: relative;
	width: 20px;
	height: 3px;
	background-color: #61e32c;
}

.header--nav-toggle::before {
	bottom: 5px;
	width: 30px;
	background-color: #a3ff35;
}

.header--nav-toggle::after {
	top: 5px;
	width: 30px;
	background-color: #00a300;
}

.header--cta {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 20px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #a3ff35;
	border: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
	transition: opacity .4s ease-in-out, visibility 0s .4s
}

.header--cta:focus {
	outline: none
}

.header--cta.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease-in-out .4s;
	transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
	.header--cta {
		display: none
	}
}

.side-nav {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 70%;
	max-height: 750px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	z-index: 10
}

.side-nav>li {
	position: relative;
	top: -5px;
	color: #00a300;
	font-size: 6px;
	cursor: pointer
}

.side-nav>li span {
	position: relative;
	top: 3px;
	left: 10px;
	color: #61e32c;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
	visibility: hidden
}

.side-nav>li::before {
	position: absolute;
	top: 3px;
	left: 10px;
	color: #00a300;
	font-size: 14px;
	font-weight: 300
}

.side-nav>li:hover::before {
	color: #a3ff35;
}

.side-nav li:nth-child(1)::before {
	content: "01"
}

.side-nav li:nth-child(2)::before {
	content: "02"
}

.side-nav li:nth-child(3)::before {
	content: "03"
}

.side-nav li:nth-child(4)::before {
	content: "04"
}

.side-nav li:nth-child(5)::before {
	content: "05"
}

.side-nav li.is-active span {
	color: #00a300;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out
}

.side-nav li.is-active span {
	color: #00a300;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}

.side-nav li.is-active::before {
	left: -33px;
	color: #00a300;
}

.intro {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.intro {
		max-width: 100%
	}
}

.intro--banner {
	position: relative;
	height: fit-content
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	right: 20px;
	width: fit-content;
	bottom: 30px;
	left: inherit;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	border-radius: 0;
	background-color: #61e32c;
	opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background-color: #00a300;
}
/* 
.intro--banner::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: -15px;
	right: 0;
	height: 2px;
	background-color: #282828
}

.intro--banner::after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #a3ff35
} */

.intro .swiper-wrapper {align-items: center;}

.intro--banner h1 {
	position: relative;
	font-size: 3em;
	font-weight: 900;
	line-height: 1;
	z-index: 1
}

.intro--banner h1 span {font-size: 70%; color: #61e32c}


.intro--banner button {
	position: relative;
	padding: 5px 17px 5px 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	border: none
}

.intro--banner button .btn-background {
	position: absolute;
	top: 0;
	left: 23px;
	right: 0;
	height: 100%;
	background-color: #a3ff35;
	z-index: -1;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out
}

.intro--banner button:hover .btn-background {
	left: 0
}

.intro--banner button:focus {
	outline: none
}

.intro--banner button svg {
	position: relative;
	left: 5px;
	width: 15px;
	fill: #fff
}

.dx-intro-img {
	max-width: 60%;
	width: auto;
	height: auto;
	max-height: 30vh;
	display: block;
	margin: 0 auto;
}

.comap-intro-img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 30vh;
	display: block;
	margin: 0 auto;
}

.intro--options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none
}

.intro--options>a {
	max-width: 250px;
	text-decoration: none;
	color: #282828;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.intro--options>a:hover {
	color: #fff
}

.intro--options h3 {
	font-size: 16px;
	text-transform: uppercase
}

.intro--options p {
	margin-bottom: 0
}

.arrows {
	width: 60px;
	height: 80px;
	position: absolute;
	right: 20px;
	bottom: 50px;
  }
  
  .arrows path {
	stroke: #a3ff35;
	fill: transparent;
	stroke-width: 4px;  
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
  }
  
  @keyframes arrow
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  @-webkit-keyframes arrow /*Safari and Chrome*/
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  .arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
  }
  
  .arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
  }
  
  .arrows path.a3 { 
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
  }

@media (max-width: 900px) {
	.intro--banner {
		height: fit-content
	}
	.intro--banner h1 {
		font-size: 2em
	}
	.intro--options>a {
		margin-right: 30px
	}
	.intro--options>a:last-child {
		margin-right: 0
	}
}

@media (max-width: 767px) {
	.intro--banner {
		height: fit-content
	}
	.intro--banner h1 {
		font-size: 1.8em
	}
	.intro--options {
		display: block
	}
	.intro--options>a {
		display: block;
		max-width: 100%;
		margin: 0 0 30px 0
	}
	.intro--options>a:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 600px) {
	.intro--banner {
		height: fit-content
	}
	.intro--banner h1 {
		font-size: 1.8em
	}
	.button.big {font-size: 1.4em;}
	.arrows {display: none;}
}

@media (max-width: 600px) and (max-height: 750px) {
	.intro--banner {
		height: fit-content;
	}
	.intro--banner::before,
	.intro--banner::after {
		display: none
	}
	.intro--banner h1 {
		margin-top: 0
	}
	.intro--options {
		display: none
	}
}

.modal {border-radius: 2em;}

.catalog {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	max-width: 80%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
    text-align: center;
}

@media (max-width: 1180px) {
	.catalog {
		max-width: 100%
	}
}

.catalog h2 {
	margin: 0;
	font-size: 30px;
	text-align: center;
}

.catalog--lockup {
	position: relative;
    margin-top: 2em;
}

.catalog--lockup .slider {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

.catalog--lockup .slider--item {
	position: absolute;
	display: none;
	text-align: center
}

.product-title {
    font-size: 2em;
	line-height: 1em;
	margin: 0;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.catalog--lockup .slider--item-image:hover .product-title {
	color: #62B000;
}

@media (max-width: 900px) {
	.product-title {
		font-size: 1.5em;
	}
}

.catalog--lockup .slider--item-image a.button {
	display: none;
	opacity: 0;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition:opacity 1s;
	transition:opacity 1s;
}

.catalog--lockup .slider--item-image:hover a.button {
	display: block;
	opacity: 1;
}

.catalog--lockup .slider--item-title {
	/* margin-top: 10px; */
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	text-align: center;
	z-index: 10;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.catalog--lockup .slider--item-description {
	display: none;
	max-width: 250px;
	margin: 0 auto
}

.catalog--lockup .slider--item-image {
	width: 50vh;
	height: 50vh;
	margin: 0 auto;
	border-radius: 2.3em;
	overflow: hidden;
	/* background-color: #61e32c; */
	background-color: #fff;
	position: relative;
	border: 5px solid rgba(99,229,44, 0);
	transition: all 1s;
}

.catalog--lockup .slider--item-image:hover {
	border: 5px solid rgba(99,229,44, 1);

}


.catalog--lockup .slider--item-image img {
	width: 100%
}

.catalog--lockup .slider--item-image img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 6;
	cursor:pointer;
	opacity: 1;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.catalog--lockup .slider--item-image a img {opacity: 0;
	-o-transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);}
.catalog--lockup .slider--item-image:hover a img {opacity: 1;
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);}

.catalog--lockup .slider--item-image:hover img {
	-o-transform: scale(2);
	 -webkit-transform: scale(2);
	 -moz-transform: scale(2);
	 -ms-transform: scale(2);
	 transform: scale(2);
	 opacity: 0;
}


.catalog--lockup .slider--next,
.catalog--lockup .slider--prev {
	position: absolute;
	top: 160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	outline: none !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	top: 50%;
	margin-top: -50px;
	font-size: 3em;
	color: #61e32c
}

.catalog--lockup .slider--next svg,
.catalog--lockup .slider--prev svg {
	width: 20px;
	fill: #fff
}

.catalog--lockup .slider--next {
	right: 0;
    position: absolute;
    z-index: 1000;
}

.catalog--lockup .slider--prev {
	left: 0;
    position: absolute;
    z-index: 1000;
}

.swiper-button-disabled {opacity: 0;}

@media (max-width: 900px) {
	.catalog--lockup .slider--item-image {
		/* width: 500px;
		height: 500px; */
	}
	/* .catalog--lockup .slider--item-center .slider--item-image {
		width: 240px;
		height: 240px
	} */
	/* .catalog--lockup .slider--next,
	.catalog--lockup .slider--prev {
		top: 130px
	} */
}

@media (max-width: 767px) {
	.catalog--lockup .slider {
		width: 75%
	}
	.catalog--lockup .slider--item-image {
		width: 300px;
		height: 300px
	}
	.catalog--lockup .slider--item-center .slider--item-image {
		width: 190px;
		height: 190px
	}
	/* .catalog--lockup .slider--next,
	.catalog--lockup .slider--prev {
		top: 105px
	} */
}

@media (max-width: 600px) {
	.catalog--lockup .slider {
		width: auto
	}
	.catalog--lockup .slider--item-left,
	.catalog--lockup .slider--item-right {
		display: none
	}
}

.about {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto
}

@media (max-width: 1180px) {
	.about {
		max-width: 100%
	}
}

.about--banner {
	position: relative;
	height: 475px
}

.about--banner::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 200px;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	border: 5px solid #a3ff35;
	border-right-color: transparent;
	border-bottom-color: transparent
}

.about--banner::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 400px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #a3ff35
}

.about--banner h2 {
	position: relative;
	margin-top: 35px;
	font-size: 68px;
	font-weight: 900;
	line-height: 1;
	z-index: 1
}

.about--banner h2::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 268px;
	width: 30px;
	height: 30px;
	background-color: #a3ff35;
	border-radius: 50%
}

.about--banner h2::after {
	content: "";
	position: absolute;
	top: 255px;
	left: 255px;
	width: 10px;
	height: 10px;
	background-color: #a3ff35
}

.about--banner a {
	padding: 5px 17px 5px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent
}

.about--banner a:hover svg {
	left: 10px
}

.about--banner a svg {
	position: relative;
	left: 5px;
	width: 15px;
	fill: #fff;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out
}

.about--banner img {
	position: absolute;
	bottom: -90px;
	right: -12px
}

.about--options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none
}

.about--options>a {
	position: relative;
	width: 150px;
	height: 75px;
	text-decoration: none;
	color: #fff;
	border: 10px solid #a3ff35;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.about--options>a:nth-child(1) {
	/* background-image: url("../img/about-winners.jpg") */
}

.about--options>a:nth-child(2) {
	/* background-image: url("../img/about-philosophy.jpg") */
}

.about--options>a:nth-child(3) {
	/* background-image: url("../img/about-history.jpg") */
}

.about--options>a:hover h3 {
	bottom: -50px
}

.about--options h3 {
	position: absolute;
	bottom: -38px;
	left: 10px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: bottom .2s ease-in-out, left .2s ease-in-out;
	transition: bottom .2s ease-in-out, left .2s ease-in-out
}

@media (max-width: 767px) {
	.about--banner {
		height: 305px
	}
	.about--banner::before {
		top: 0;
		left: 125px
	}
	.about--banner::after {
		top: 35px;
		left: 260px
	}
	.about--banner h2 {
		margin-top: 10px;
		font-size: 44px
	}
	.about--banner h2::before {
		top: 28px;
		left: 168px
	}
	.about--banner h2::after {
		top: 163px;
		left: 163px
	}
	.about--banner img {
		width: 315px
	}

	.about {
		font-size: 0.8em;
	}
}

@media (max-width: 600px) {
	.about--banner {
		height: auto
	}
	.about--banner::before {
		left: 155px
	}
	.about--banner::after {
		left: 310px
	}
	.about--banner h2 {
		margin-top: 0;
		font-size: 55px
	}
	.about--banner h2::before {
		top: 43px;
		left: 214px
	}
	.about--banner h2::after {
		top: 205px;
		left: 205px
	}
	.about--banner img {
		display: none
	}
	.about--options {
		display: none
	}
}

.applications {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url("../img/application-visual.jpg"); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.applications--lockup {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto
}

.product-title {
	padding: 15px 0;
	display: block;
	text-align: center;
}

@media (max-width: 1180px) {
	.applications--lockup {
		max-width: 90%
	}
}

@media (max-width: 767px) {
	.applications--lockup {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.applications--lockup .modal {
	padding: 45px 45px;
	text-align: center;
	background-color: #a3ff35;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75)
}

.applications--lockup .modal--information p,
.applications--lockup .modal--information a {
	display: block;
	margin: 14px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700
}

.applications--lockup .modal .modal--information li {
	text-align: left;
}

.applications--lockup .modal--information p {
	margin-top: 0
}

.applications--lockup .modal--options {
	margin: 0;
	padding: 0;
	list-style: none
}

.applications--lockup .modal--options>li {
	width: 130px;
	margin: 0 auto 25px auto
}

.applications--lockup .modal--options li:nth-child(1) {
	background-color: #1769ff
}

.applications--lockup .modal--options li:nth-child(2) {
	background-color: #ea4c89
}

.applications--lockup .modal--options li:nth-child(3) {
	margin-bottom: 0;
	background-color: #a3ff35;
	text-transform: uppercase
}

.applications--lockup .modal--options a {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700
}

.contact {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url("../img/contact-visual.jpg"); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.contact--lockup {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto
}

@media (max-width: 1180px) {
	.contact--lockup {
		max-width: 90%
	}
}

@media (max-width: 767px) {
	.contact--lockup {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.contact--lockup .modal {
	padding: 45px 45px;
	text-align: center;
	background-color: #a3ff35;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
	width: 100%;
}

.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
	display: block;
	margin: 14px 0;
	text-decoration: none;
	color: #333;
	font-weight: 700
}

.contact--lockup .modal--information p {
	margin-top: 0
}

.contact--lockup .modal--options {
	margin: 0;
	padding: 0;
	list-style: none
}



.contact--lockup .modal--options li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-decoration: none;
	color: #333;
	font-weight: 700
}

.contact--lockup .modal--options li a:hover {
	color: #00a300;
}

.about {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 700px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto
}

@media (max-width: 1180px) {
	.about {
		max-width: 100%
	}
}

.about h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	text-align: center
}


.perspective {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.perspective--modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px
}

.container {
	position: relative;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
	transform: translateZ(0) translateX(0) rotateY(0deg);
	min-height: 100%;
	outline: 30px solid #a3ff35;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.modalview .container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.effect-rotate-left .container {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.effect-rotate-left--animate .container {
	-webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	outline: 30px solid #a3ff35
}

.outer-nav {
	position: absolute;
	top: 50%;
	left: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	visibility: hidden;
	-webkit-transition: visibility 0s .2s;
	transition: visibility 0s .2s
}

.outer-nav.is-vis {
	visibility: visible
}

.outer-nav--return {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
	z-index: 11
}

.outer-nav--return.is-vis {
	display: block
}

.outer-nav>li {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateX(350px) translateZ(-1000px);
	transform: translateX(350px) translateZ(-1000px);
	font-size: 3em;
	font-weight: 900;
	opacity: 0;
	cursor: pointer;
	margin-bottom: 5px;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.outer-nav>li.is-vis {
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	opacity: 1;
	-webkit-transition: all .4s, -webkit-transform .4s;
	transition: all .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
	padding: 0 0.8em;
	border: 1px solid #fff;
}

.outer-nav>li.is-active, .outer-nav>li:hover {
	border: 1px solid #a3ff35;
	color: #62B000;
	border-radius: 0.8em;
}

/* .outer-nav>li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
	width: 110%;
	height: 15px;
	opacity: 0;
	background-color: #a3ff35
}

.outer-nav>li.is-active::before {
	opacity: 1
} */

@media (max-width: 767px) {
	.outer-nav>li {
		/* font-size: 44px */
		font-size: 2em;
	}
}

@media (max-width: 600px) {
	.outer-nav>li {
		/* font-size: 26px */
		font-size: 1.5em;
	}
}

.outer-nav li.is-vis:nth-child(2) {
	-webkit-transition-delay: .04s;
	transition-delay: .04s
}

.outer-nav li.is-vis:nth-child(3) {
	-webkit-transition-delay: .08s;
	transition-delay: .08s
}

.outer-nav li.is-vis:nth-child(4) {
	-webkit-transition-delay: .12s;
	transition-delay: .12s
}

.outer-nav li.is-vis:nth-child(5) {
	-webkit-transition-delay: .16s;
	transition-delay: .16s
}

#footer-band {
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
	bottom: 0;
	height: 23px;
	background-image: linear-gradient(90deg, #00a300 33.33%, #61e32c 33.33%, #61e32c  66.66%, #a3ff35 66.66%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#tag-line {
	position: fixed;
	z-index: 10000;
	left: 1em;
	bottom: 25px;
	text-align: right;
	font-size: 1.3em;
}

@media (max-width: 600px) {
	#tag-line {font-size:0.8em;}
}

.modal-container {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 1;
  }
  .modal-container.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .modal-container.one .modal-background .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .modal-container.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .modal-container.one.out .modal-background .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  .modal-container .modal-background {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
  }
  .modal-container .modal-background .modal {
	background: white;
	color: black;
	padding: 50px 20px;
	display: inline-block;
	border-radius: 10px;
	font-weight: 300;
	font-size: 0.8em;
	position: relative;
	width: 80vw;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
  }

  .close-modal {
	position: fixed;
    top: 15px;
    right: 15px;
    font-size: 1.5em;
    z-index: 2000;
    border: 2px solid #00a300;
	color: #00a300;
    padding: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 0em;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-ticker-wrapper {
	  overflow: hidden;
	  width: 100%;
	  height: 150px;
	  max-height: 30vh;
	  border-radius: 10px;
  }
  .img-ticker {
	animation: ticker-kf 18s linear infinite;
	display: flex;
	height: 100%;
  }

  .img-ticker img {
	  max-height: 100%;
	  width: auto;
  }
  
  @keyframes ticker-kf {
	0% {
	  transform: translate3d(0, 0, 0);
	}
  
	100% {
	  transform: translate3d(-108rem, 0, 0);
	}
  }
  
  

  .modal-container .modal-background .modal h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
  }
  .modal-container .modal-background .modal p {
	/* font-size: 18px; */
	/* line-height: 22px; */
	text-align: justify;
  }
  .modal-container .modal-background .modal .modal-svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 3px;
  }
  .modal-container .modal-background .modal .modal-svg rect {
	stroke: #fff;
	stroke-width: 2px;
	stroke-dasharray: 778;
	stroke-dashoffset: 778;
  }
  
  .content {
	min-height: 100%;
	height: 100%;
	background: white;
	position: relative;
	z-index: 0;
  }
  .content h1 {
	padding: 75px 0 30px 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
  }
  .content .buttons {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
  }
  .content .buttons .button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	margin: 10px;
	background: red;
	font-size: 18px;
	background-color: #efefef;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
  }
  .content .buttons .button:hover {
	color: white;
	background: #009bd5;
  }
  
  @keyframes unfoldIn {
	0% {
	  transform: scaleY(0.005) scaleX(0);
	}
	50% {
	  transform: scaleY(0.005) scaleX(1);
	}
	100% {
	  transform: scaleY(1) scaleX(1);
	}
  }
  @keyframes unfoldOut {
	0% {
	  transform: scaleY(1) scaleX(1);
	}
	50% {
	  transform: scaleY(0.005) scaleX(1);
	}
	100% {
	  transform: scaleY(0.005) scaleX(0);
	}
  }

  @keyframes zoomIn {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes zoomOut {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }


  /* ===== Begin contact ===== */
.contact .contact-form {
	margin-bottom: 40px;
}
.contact .contact-form h4 {
	margin-bottom: 25px;
}
.contact .contact-form .input-lg {
	font-size: 14px;
}
/* .contact .contact-form button {
	height: 40px;
} */
.contact .contact-form button:hover {
	color: #fff;
}

.form-group { display: block; margin-bottom: 10px;}

.contact .form-control {
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid #00a300;
	padding: 5px 0.8em;
	border-radius: 0.8em;
	width: 100%;
}
.contact .form-control:focus {
	background-color: #00a300;
	color: white;
	outline: none;
	box-shadow: none;
}

/* ===== End contact ===== */

  @font-face {
    font-family: 'Avenir Medium';
    src: url('../fonts/Avenir-Medium-09.eot');
    src: url('../fonts/Avenir-Medium-09.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Medium-09.woff2') format('woff2'),
         url('../fonts/Avenir-Medium-09.woff') format('woff'),
         url('../fonts/Avenir-Medium-09.ttf')  format('truetype'),
         url('../fonts/Avenir-Medium-09.svg#Avenir Medium') format('svg');
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('../fonts/Avenir-Heavy-05.eot');
    src: url('../fonts/Avenir-Heavy-05.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Heavy-05.woff2') format('woff2'),
         url('../fonts/Avenir-Heavy-05.woff') format('woff'),
         url('../fonts/Avenir-Heavy-05.ttf')  format('truetype'),
         url('../fonts/Avenir-Heavy-05.svg#Avenir Heavy') format('svg');
}