/*everything relative...*/
header, hgroup, footer, section, article, aside, nav, details, summary, figcaption, figure, audio, video,
iframe, div, p, img, ol, ul, li, table, h1, h2, h3, h4, h5, h6, address,
form, fieldset, textarea, input, select, a, button, object, code, pre, blockquote, dl, dt, dd {
	position: relative;
}
/*defaults...*/
html, body {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff none;
	color: #151515;
	font-family: "Oxygen", sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.5;
}
/*elements...*/
blockquote {
	font-style: italic;
	margin-bottom: 25px;
}
input, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
img {
	max-width: 100%;
	vertical-align: top;
}
section {
	width: 100%;
}
strong {
	font-weight: 700;
}
address {
	display: block;
	font-size: 12pt;
	font-style: normal;
	margin: 1em 0;
}
/*headings...*/
h1 {
	font-family: "Nunito", sans-serif;
	font-size: 30pt;
	font-weight: 400;
	line-height: 1.2;
}
h2 {
	font-family: "Nunito", sans-serif;
	font-size: 20pt;
	font-weight: 400;
	line-height: 1.2;
}
h3 {
	font-family: "Oxygen", sans-serif;
	font-size: 16pt;
	font-weight: 700;
	line-height: 1.25;
}
h4 {
	font-family: "Oxygen", sans-serif;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1.5;
}
h5 {
	font-family: "Oxygen", sans-serif;
	font-size: 12pt;
	font-weight: 700;
	line-height: 1.5;
}
h6 {
	font-family: "Oxygen", sans-serif;
	font-size: 12pt;
	font-weight: 700;
	line-height: 1.5;
}
/*classes...*/
.bqend,
.bqstart {
	color: #bbbbbb;
	font-size: 6em;
}
.bqend {
	float: right;
	height: 25px;
	margin: 0 15px 0 0;
	padding-top: 10px;
}
.bqstart {
	float: left;
	height: 45px;
	margin: -20px 20px -50px 0;
	padding-top: 45px;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clearfix:after {
	clear: both;
	content: "";
	display: table;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
}
.column_left {
	float: left;
	width: 60.9756%; /*=500px at 900px wide (500/820)*/
}
.column_right {
	float: right;
	width: 29.2683%; /*=240px at 900px wide (240/820)*/
}
.content,
#content {
	padding: 0 4.4444%; /*=40px at 900px wide*/
}
.content-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 900px;
}
.edo-sz {
	font-family: "edo_szregular", sans-serif;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.fontweight-bold {
	font-weight: 700;
}
.fontweight-light {
	font-weight: 300;
}
.fontweight-normal {
	font-weight: 400;
}
.full-height {
	height: 100%;
}
.full-width {
	width: 100%;
}
.info_box {
	background: transparent url("../graphics/box-bkg.png") repeat 0 0;
	border: 1px solid #bad69d;
	border-radius: 4px;
	color: #61a154;
	margin-bottom: 3em;
	padding: 0 20px;
	overflow: auto;
}
.info_box h2 {
	color: #4db748;
	font-size: 24pt;
}
.large {
	font-size: 16pt;
}
.larger {
	font-size: 14pt;
}
.nunito {
	font-family: "Nunito", sans-serif;
}
.oxygen-heavy {
	font-family: "Oxygen", sans-serif;
	font-weight: 700;
}
.oxygen-light {
	font-family: "Oxygen", sans-serif;
	font-weight: 300;
}
.pseudo-para {
	margin-bottom: 1em;
	margin-top: 1em;
}
.spinner {
	display: none;
}
.spinning {
	display: inline-block;
}
.textalign-center {
	text-align: center;
}
.textalign-left {
	text-align: left;
}
.textalign-right {
	text-align: right;
}
.three-images p {
	display: inline-block;
	font-size: 10pt;
	font-weight: 700;
	overflow: hidden;
	max-width: 33.3333%;
}
.verticalalign-middle {
	vertical-align: middle;
}
.whitespace-nowrap {
	white-space: nowrap;
}
/*...buttons...*/
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 14pt;
  font-weight: 400 !important;
  margin: 0 0.2em 0.5em;
  padding: 4px 10px;
  text-decoration: none;
  background-color: #f47621;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f47621), to(#ee3724));
  background-image: -webkit-linear-gradient(top, #f47621, #ee3724);
  background-image:    -moz-linear-gradient(top, #f47621, #ee3724);
  background-image:     -ms-linear-gradient(top, #f47621, #ee3724);
  background-image:      -o-linear-gradient(top, #f47621, #ee3724);
  background-image:         linear-gradient(to bottom, #f47621, #ee3724);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f47621, endColorstr=#ee3724);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f47621, endColorstr=#ee3724)";
}
a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #ee3724;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee3724), to(#f47621));
  background-image: -webkit-linear-gradient(top, #ee3724, #f47621);
  background-image:    -moz-linear-gradient(top, #ee3724, #f47621);
  background-image:     -ms-linear-gradient(top, #ee3724, #f47621);
  background-image:      -o-linear-gradient(top, #ee3724, #f47621);
  background-image:         linear-gradient(to bottom, #ee3724, #f47621);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee3724, endColorstr=#f47621);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee3724, endColorstr=#f47621)";
}
/*page and sections...*/
#page {
	background: #ffffff url("../graphics/page-bkg.png") repeat 0 0;
}
#header {
	background: #152F19 url("../graphics/header-bkg.png") repeat 0 0;
	border-bottom: 6px solid #fcad1d;
	min-height: 125px;
	z-index: 10;
}
#body-content {
	z-index: 5;
}
#footer {
	background: #152F19 url("../graphics/footer-bkg.png") repeat 0 0;
	border-top: 6px solid #fcad1d;
	padding: 2em 0;
	z-index: 1;
}
/*header content...*/
#logo {
	float: left;
	left: 0;
	top: 0.5em;
}
/*...navigation...*/
#main-navigation {
	float: right;
	clear: left;
}
#nav {

}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin-right: 14px;
}
#nav li li,
#nav li.last-option {
	margin-right: 0;
}
#nav a {
	color: #ffffff;
	background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 14pt;
  font-weight: 400;
  padding: 8px;
  text-decoration: none;
	text-transform: uppercase;
}
#nav ul ul a {
	display: block;
	font-size: 12pt;
}
#nav li.active > a {
  background-color: #152f19;
  border-color: #fcad1d;
}
#nav a:hover {
  background-color: #4db748;
  border-color: #fcad1d;
	color: #152f19;
}
#nav li.active > a:hover {
	color: #ffffff;
}
#nav > ul {

}
#nav > ul > li {
	float: left;
}
#nav li ul {
	background-color: rgba(21, 47, 25, 0.5);
	border-radius: 5px;
	display: none;
	padding: 8px;
	position: absolute;
	top: 100%;
}
#nav li.showme ul,
#nav li:hover ul {
	display: block;
}
/*...responsive navigation...*/
#nav > a {
	background-color: #fcad1d;
	bottom: 0;
	display: none;
	height: 1.5em;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	width: 2em;
}
#nav > a:before,
#nav > a:after {
	border: 2px solid #ffffff;
	content: "";
	display: block;
	left: 25%;
	position: absolute;
	right: 25%;
	top: 35%;
}
#nav > a:after {
	top: 60%;
}
#nav > a:hover {

}
/*body-content...*/
#content_bg {
	margin: 40px auto 0;
	max-width: 100%;
	padding-bottom: 11.1111%; /*=100px at 900px wide*/
	width: 900px;
}
#content {

}
#iscc-certified {
	margin: 2em 0;
}
/*...slider...*/
#slider {
	padding-bottom: 38.3333%; /*=345px at 900px wide*/
	width: 100%;
}
#intro_slider {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider-scrolling-content {
	background-color: #000000;
	background-image: url("../../content/video/video-still-slide1-start.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size:         cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.slider-scrolling-content video {
	height: 100%;
	width: 100%;
}
.slider-scrolling-content object {
	height: 100%;
	width: 100%;
}
/*...pager...*/
.cycle-pager {
	bottom: 0;
	font-size: 9pt;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 500;
}
.cycle-pager span {
	cursor: pointer;
	line-height: 3;
	margin: 0 0.25em;
}
.cycle-pager span:before {
	content: url("../graphics/slider-navigation-off.png");
	height: 20px;
	position: relative;
	width: 30px;
}
.cycle-pager span.cycle-pager-active:before {
	content: url("../graphics/slider-navigation-on.png");
}
/*...overlays...*/
.cycle-overlay {
	color: #ffffff;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.cycle-overlay .edo-sz {
	font-size: 38pt;
	line-height: 1.2;
	margin: 5% 0 0 0.8em;
	padding: 0 0 0 76px;
	white-space: nowrap;
}
.cycle-overlay .edo-sz p {
	margin: 0.25em 0;
}
.cycle-overlay .edo-sz p.smaller {
	font-size: 0.75em;
}
.cycle-overlay .edo-sz img {
	float: left;
	margin: 0.4em 0 0 -76px;
}
.cycle-overlay .oxygen-light {
	margin: 5em 0 0 0;
}
.cycle-overlay .oxygen-light p {
	background-color: rgba(0, 0, 0, 0.7);
	clear: right;
	float: right;
	font-size: 12pt;
	line-height: 2.41;
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
.cycle-overlay-button {
	bottom: 2em;
	position: absolute;
	right: 0.5em;
	text-transform: uppercase;
}
#slider-content1 .cycle-overlay-fadein {
	margin-top: -110px;
	position: absolute;
	right: 22%;
	top: 50%;
}
#slider-content2 .cycle-overlay-fadein {
	margin-top: -110px;
	position: absolute;
	right: 28%;
	top: 50%;
}
#slider-content3 .cycle-overlay-fadein {
	margin-top: -92px;
	position: absolute;
	right: 34%;
	top: 50%;
}
#slider-content4 .cycle-overlay-fadein {
	margin-top: -100px;
	position: absolute;
	right: 26%;
	top: 50%;
}
#slider-content5 .cycle-overlay-fadein {
	margin-top: -110px;
	position: absolute;
	right: 28%;
	top: 50%;
}
#slider-content3 .cycle-overlay .edo-sz {
	text-shadow: 1px 1px 1px #333333;
}
/*...overlay animation...*/
.cycle-overlay .slider-anim-left {
	left: 0;
}
.csstransitions .cycle-overlay .slider-anim-left {
	left: -100%;
}
.csstransitions .cycle-slide .cycle-overlay .slider-anim-left {
	transition: left 1s ease 0.5s;
}
.csstransitions .cycle-slide-active .cycle-overlay .slider-anim-left {
	left: 0;
}
.cycle-overlay .cycle-overlay-fadein {
	opacity: 1;
}
.csstransitions .cycle-overlay .cycle-overlay-fadein {
	opacity: 0;
}
.csstransitions .cycle-slide .cycle-overlay .cycle-overlay-fadein {
	transition: opacity 2s linear 1s;
}
.csstransitions .cycle-slide-active .cycle-overlay .cycle-overlay-fadein {
	opacity: 1;
}
.cycle-overlay .slider-anim-right {
	right: 0;
}
.csstransitions .cycle-overlay .slider-anim-right {
	right: -100%;
}
.csstransitions .cycle-slide .cycle-overlay .slider-anim-right {
	transition: right 1s ease 2s;
}
.csstransitions .cycle-slide-active .cycle-overlay .slider-anim-right {
	right: 0;
}
/*right column...*/
.column_right > img:first-child {
	margin-bottom: 3em;
}
/*...arrow facts...*/
.arrow-fact {

}
a.arrow-fact-next {
	text-transform: uppercase;
}
/*...carbon counter...*/
#carbon-container {
	margin: 2em 0;
}
#carbon-counter {
	background-color: #ffffff;
	border: 1px solid #bad69d;
	font-size: 1.5em;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}
/*base logos...*/
.logo_base {
	display: inline-block;
	padding: 10px 0;
}
.logo_base a {
	color: #152F19;
	font-size: 11pt;
	text-decoration: none;
}
.logo_base img {
	margin: 0 30px;
}
/*...order form...*/
#form_box {
	background: #fcedc1 url("../graphics/info_box_bg.gif") repeat-x 0 0;
	border: 1px solid #bad69d;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
}
fieldset {
	border: 1px solid #bad69d;
	padding: 20px 0 10px 10px;
	margin-bottom: 20px;
}
fieldset legend {
	color: #5bb847;
}
fieldset label,
fieldset input[type="text"],
fieldset input[type="number"] {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 180px;
}
fieldset input[type="number"] {
	width: 6em;
}
fieldset input.full-width,
fieldset textarea.full-width {
	width: 90%;
}
fieldset label {
	padding-right: 0.5em;
	text-align: right;
	width: 10em;
}
fieldset label.full-width {
	float: none;
	text-align: left;
	width: auto;
}
fieldset br {
	clear: left;
}
.required {
	color: #fa2952;
}
.green_box,
.red_box {
	background-image: url("../graphics/intro_bg.jpg");
	border: 1px solid #bad69d;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	color: #ffffff;
}
.red_box {
	background-image: url("../graphics/intro_red_bg.jpg");
}
.green_box h2,
.red_box h2 {
	color: #ffffff;
}
#log {
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
	clear: both;
}
#log_res {
	overflow: auto;
}
/*footer content...*/
#footer,
#footer a {
	color: #ffffff;
	font-weight: 700;
}
#footer .phone-number {
	font-size: 28pt;
	line-height: 1;
	text-decoration: none;
}
.footer-part {
	float: left;
	width: 75%;
}
.footer-part-right {
	width: 25%;
}

/*media queries...*/
@media only screen and ( max-width: 899px ) {
	.hide-899 {
		display: none;
	}
	#nav ul a {
		font-size: 13pt;
		padding: 8px 6px;
	}
	#slider-content1 .cycle-overlay .edo-sz {
		padding-left: 0;
	}
	#slider-content1 .cycle-overlay-fadein {
		right: 22%;
	}
	#slider-content2 .cycle-overlay-fadein {
		right: 22%;
	}
	#slider-content3 .cycle-overlay-fadein {
		right: 24%;
	}
	#slider-content4 .cycle-overlay-fadein {
		right: 10%;
	}
	#slider-content5 .cycle-overlay-fadein {
		right: 22%;
	}
	#carbon-counter {
		font-size: 1.2em;
	}
}

@media only screen and ( max-width: 767px ) {
	.hide-767 {
		display: none;
	}
	#nav ul a {
		font-size: 12pt;
		padding: 6px 6px;
	}
	#nav li {
		margin-right: 0;
	}
	.column_left,
	.column_right,
	.footer-part {
		float: none;
		width: auto;
	}
	.column_right {
		margin-top: 2em;
	}
	.info_box {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		max-width: 66%;
	}
	#iscc-certified {
		float: right;
	}
	#carbon-counter {
		font-size: 1.5em;
	}
	#footer .large {
		font-size: 14pt;
	}
}

@media only screen and ( max-width: 650px ) {
	.hide-650 {
		display: none;
	}
	.cycle-overlay .edo-sz {
		font-size: 26pt;
		line-height: 1.1;
		margin-top: 3%;
	}
	.info_box,
	#iscc-certified {
		float: none;
		max-width: 100%;
	}
	/*navigation...*/
	#header:not( :target ) #nav > a:first-of-type,
	#header:target #nav > a:last-of-type,
	#nav ul a {
		display: block;
		font-size: 14pt;
	}
	#nav > ul {
		display: none;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
	}
	#header:target #main-navigation {
		width: 100%;
	}
	#header:target #nav > ul {
		background-color: rgba(21, 47, 25, 0.9);
		border: 2px solid #fcad1d;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		margin: 0 -4.878%;
		padding: 0 8px 8px;
	}
	#nav > ul.active {
		display: block;
	}
	#nav li.active > a {
		border-color: #152F19;
	}
	#nav > ul > li {
		float: none;
		margin: 0;
		width: 100%;
	}
	#nav li ul {
		border: 1px solid #fcad1d;
		position: relative;
	}
}

@media only screen and ( max-width: 480px ) {
	.hide-480 {
		display: none;
	}
	a.button,
	input[type="reset"],
	input[type="button"],
	input[type="submit"] {
		font-size: 12pt;
	}
	.cycle-overlay .edo-sz {
		margin-top: 0;
		padding-left: 0;
	}
	.cycle-overlay-button {
		bottom: 0;
	}
	#slider-content1 .cycle-overlay-button {
		overflow: hidden;
		text-indent: -3.9em;
		white-space: nowrap;
	}
	fieldset input {
		width: auto;
	}
	fieldset input[type="text"] {
		clear: left;
		width: 90%;
	}
	fieldset label {
		width: 8em;
	}
	fieldset.full-width-480 label {
		text-align: left;
		width: 90%;
	}
}

@media only screen and ( max-width: 320px ) {
	.hide-320 {
		display: none;
	}
	.cycle-overlay .edo-sz {
		font-size: 20pt;
		margin-left: 0.4em;
	}
	#footer .phone-number {
		font-size: 24pt;
	}
	#footer .large {
		font-size: 1em;
	}

}
