html
{
	min-height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.cookies
{
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	font-size: 0.6em;
	width: 100%;
	position: fixed;
	z-index: 11;
	text-align: center;
	min-height: 5%;
}
.cookies p
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
}
.cookies a
{
	color: #ffffff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a
{
	text-decoration: none;
	color: #808284;
	font-weight: bold;
}

body
{
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: normal;
	background-color: #ffffff;
	font-style: normal;
	font-weight: normal;
	color: #808284;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
}

section.main-container
{
	position: fixed;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	top:0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
/* 	opacity: 0; */
}

section.main-container .image
{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
}

section.main-container .image img
{
	opacity: 1;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	opacity: 1;
}

.main-header
{
	width: 100%;
	position: fixed;
	z-index: 1;
	display: none;
	left: 0;
	top: 0;
	min-height: 100%;
	overflow: hidden;
}


*:focus {
    outline: 0;
}


::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

:-ms-input-placeholder {
   color: white;
}

.logo
{
	background-image: url(../images/epca.svg);
	background-position: center center;
	background-size: cover;
/* 	left: 50%; */
/* 	top: 20px; */
/* 	opacity: 0.55; */
/* 	position: absolute; */
/* 	width: 100%; */
	width: 140px;
	height: 140px;
/* 	margin-left: -70px; */
	display: inline-block;
}
nav.temp-nav
{
	position: fixed;
	top: 140px;
	z-index: 3;
	display: none;
	left: 50px;

	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
nav.temp-nav a
{
	color: #ffffff !important;
}
.panels
{
	position: fixed;
	min-height: 100%;
	width: 100%;
	z-index: 2;
}
.panels .panel
{
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 100%;
	text-align: center;
	background-color: #F1F1F2;
	padding-top: 105px;
	color: #808284;
	font-size: 1em;
}
.panels .panel p
{
	font-size: 0.6em;
	width: 45%;
	margin: auto;
	line-height: 1.6em;
	margin-top: 7px;
}
nav.top-nav
{
	background-color: #ffffff;
	height: 66px;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 4;
}
nav.top-nav .main-step-indicator
{
	min-width: 66px;
	height: 66px;
	background-color: #F16A6C;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: -33px;
	border-radius: 33px;
	text-align: center;
	line-height: 66px;
	font-size: 1.3em;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	box-sizing: border-box;
	-webkit-transform-origin: center center;
}
nav.bottom-nav
{
	height: 88px;
	position: fixed;
	bottom: -88px;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #F1F1F2;
}
nav.bottom-nav p
{
	margin: auto;
	width: 60%;
	font-size: 0.5em;
	text-align: center;
	margin-top: 10px;
}
nav.bottom-nav ul
{
	text-align: center;
}

nav.bottom-nav ul li
{
	display: inline-block;
	text-indent: -9000px;
	width: 10px;
	height: 10px;
}

nav.bottom-nav ul li a
{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav.bottom-nav ul li.special a
{
	width: 27px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav.bottom-nav ul li a.active,nav.bottom-nav ul li a:hover
{
	background-color: #F16A6C;
}
a.icon
{
	display: block;
	width: 36px;
	height: 36px;
	background-color: #A7A9AC;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	font-size: 0.8em;
	position: absolute;
	bottom: -21px;
	left: 36px;
	font-family: 'Open Sans', sans-serif;
font-weight: 600;
	text-decoration: none;
	border: 4px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.icon.active, a.icon.active:hover
{
	border: 4px solid #393F4F;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
	color: #393F4F;
}
 a.icon:hover
{
	border: 4px solid #C3C5C9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
 a.icon.help
{
	left: auto;
	right: 36px;
	font-size: 0.9em;
	top:43px;
	z-index: 10;
}
.panels .panel.selected
{
	top: 0;
}

.panel h1
{
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	font-size: 1.7em;
	color: #808284;
}

.center-limiter
{
	width: 960px;
	margin: auto;
}
.panel.ppe-question h1
{
	font-size: 1.4em;
	color: #ffffff;
}
.panel.ppe-question hgroup
{
	position: absolute;
	left: 50%;
	width: 100%;
}

.panel.ppe-question
{
	padding-top: 160px;
	color: #ffffff;
	background-color: transparent;
}
.panel.ppe-question .columns-container
{
	position: absolute;
	width: 100%;
	bottom: 160px;
	left: 0;
	height: 300px;
	background-color: rgba(0,0,0,0.1);
	/*
background-image: url(../images/columns-background.png);
	background-repeat: no-repeat;
	background-size: cover;
*/
}

.panel.ppe-question .columns-container .column
{
	width: 33%;
	float: left;
	min-height: 200px;
	position: relative;
	text-align: left;
	padding-top: 40px;
	font-size: 0.8em;
	box-sizing:border-box
}
.panel.ppe-question .columns-container .column span.extra-description
{
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
}

.panel.ppe-question .columns-container .column h2
{
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	color: #E37E19;
	text-align: center;
	line-height: 33px;
	font-size: 0.8em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -16px;
}
.panel.ppe-question p
{
	margin: inherit;
	font-size: 1em;
	width: auto;
	line-height: inherit;
	font-size: 1.3em;
}
.panel.ppe-question .columns-container .column label
{
	position: absolute;
	width: 80%;
	height: 160px;
	cursor: pointer;
}
.panel.ppe-question .columns-container .column label .hover-ball
{
	background-color: #EF4036;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 136px;
	right: 10px;
	z-index: 2;
	border-radius: 50%;
	-webkit-transform: scale(0);
}
.panel.ppe-question .columns-container .column.valid label .hover-ball
{
	background-color: #5EBC5F;
}

.panel.ppe-question .columns-container .column label .over
{
	width: 242px;
	height: 144px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	position: absolute;
	bottom: 13px;
	left: -8px;
	z-index: 1;
	padding: 8px;
	border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-transform: scale(0);
	-webkit-transform-origin: bottom left;
	color: #808284;
	font-size: 0.8em;
}
.panel.ppe-question .columns-container .column label .over h3
{
	color: #EF4036;
	font-size: 2em;
	line-height: 1em;
	margin: auto;
	margin-bottom: 10px;
/* 	width: 40%; */
}
.panel.ppe-question .columns-container .column.valid label .over h3
{
	color: #5EBC5F;
}
.panel.ppe-question .columns-container .column label .half-circle
{
	/* width: 40px; */
	width: 40px;
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	bottom: -6px;
	right: 3px;
	line-height: 1.3em;
/* 	-webkit-transform-origin: bottom left; */
	-webkit-transform: scale(0);
}

.panel.ppe-question .columns-container .column.valid .half-circle
{
	background-color: #cccccc;
}
.panel.ppe-question .columns-container .column.valid .orange-button
{
	height: 62px;
	width: 248px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #cccccc;
	z-index: 2;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.7em;
	padding-top: 20px;
	padding-left: 10px;
	text-transform: uppercase;
}
.panel.ppe-question .columns-container .column label input
{
	display: none;
}
.source-radio + .fake-radio {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-color: transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	border: 1px solid #ffffff;
	bottom: 0;
	right: 9px;
	font-size: 7px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	z-index: 3;
	font-size: 10px;
}
.source-radio:checked + .fake-radio {
	border-color: #ffffff;
}





.panel.application-equipment h1
{
	color: #F16A6C;
}

.custom-select-selector
{
	min-height: 100%;
	background-color: rgba(242, 85, 90, 0.9);
	position: fixed;
	width: 100%;
	left: 0;
/* 	top: 290px; */
	top: 100%;
	z-index: 3;
	box-shadow:1px 1px 22px 12px rgba(0,0,0,0.1);
	padding-top: 35px;
	text-align: center;
}
.panel.application-equipment .custom-select
{
	cursor: pointer;
	width: 520px;
	border-bottom: 1px solid #A7A9AC;
	padding-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #808284;
	margin: auto;
	margin-top: 35px;
	position: relative;
}
.panel.application-equipment .custom-select:hover i
{
	color: #f2555a;
}
.panel.application-equipment .custom-select i.icon-select-icon
{
	font-size: 0.5em;
	position: absolute;
	right: -6px;
	bottom: 19px;
}

.panel.application-equipment .main-next-button
{
	background-color: #f2555a;

}
.custom-select-selector a
{
	display: block;
	padding-left: 45px;
	padding-right: 45px;
	height: 34px;
	width: 443px;
	line-height: 34px;
	border-radius: 17px;
	color: #E6E7E8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.95em;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	position: relative;
	font-weight: normal;
	font-style: normal;
}
.custom-select-selector a:hover, .custom-select-selector a.active
{
	background-color: #f2555a;
}
.custom-select-selector a:hover span, .custom-select-selector a.active span
{
	background-color: #ffffff;
	opacity: 1;
	color: #f2555a;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.custom-select-selector span.check-ball, .custom-select span.check-ball
{
	display: block;
	border: 1px solid #ffffff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 7px;
	text-align: center;
	line-height: 23px;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.2;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


.custom-select-selector.crop-development-panel
{
	background-color: rgba(77,183, 205, 0.9);
}

.custom-select-selector.crop-development-panel a
{
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1em;
}

.custom-select-selector.crop-development-panel a:hover, .custom-select-selector.crop-development-panel a.active
{
	background-color: #31A2B8;
}
.custom-select-selector.crop-development-panel a:hover span, .custom-select-selector.crop-development-panel a.active span
{
	color: #31A2B8;
}

.custom-select-selector.crop-development-panel .main-next-button
{
	color: #31A2B8 !important;
	background-color: #ffffff !important;
	margin-top: 20px !important;
}

.custom-select-selector.crop-development-panel .main-next-button:hover
{
	background-color: #D2D2D2 !important;
	color: #ffffff !important;
}
.custom-select-selector.crop-development-panel .horizontal-separator
{
	height: 1px;
	margin: auto;
	width: 531px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #ffffff;
}


.main-next-button
{
	width: 167px;
	height: 46px;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	border-radius: 23px;
	background-color: #808284;
	display: block;
	position: relative;
	margin: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}
.main-next-button:hover
{
	background-color: #D86061 !important;
}
.main-next-button i.icon-right-arrow
{
	font-size: 0.7em;
	position: absolute;
	top: 16px;
	right: 13px;
}
.custom-select span.check-ball
{
	background-color: #f2555a;
	border: 1px solid #f2555a;
	opacity: 0;
	color: #ffffff;
	line-height: 23px;
	top: 6px;
}
.custom-select:hover span.check-ball i
{
	color: #ffffff !important;
}

.panel.help, .panel.disclaimer, .panel.general-conditions
{
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 100%;
	text-align: center;
	background-color: #F1F1F2;
	padding-top: 60px;
	color: #808284;
	font-size: 1em;
	margin-top: 66px;
	background-color: rgba(57,63,79, 0.9);
	color: #ffffff;
	z-index: 3;

}

.panel.help a
{
	color: #ffffff;
	text-decoration: underline;
}
.panel.help p
{
	font-size: 0.75em;
	width: 45%;
	margin: auto;
	line-height: 1.7em;
	margin-top: 25px;
	margin-bottom: 40px;
}
.panel.help h1
{
	color: #ffffff;
}

.panel.help .close, .panel.disclaimer .close, .panel.general-conditions .close
{
	text-decoration: none;
	color: #ffffff;
	font-size: 1.4em;
}
.panel.help .close:hover, .panel.disclaimer .close:hover, .panel.general-conditions .close:hover
{
	color: #C3C5C9;
}
.panel.formulation .formulations-container
{
	text-align: center;
	margin-top: 15px;
}
.panel.formulation .formulations-container .formulation
{
	display: inline-block;
	width: 181px;
	height: 181px;
	background-color: #ffffff;
	border: 10px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 45px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: center;
	line-height: 230px;
	position: relative;
}
.panel.formulation .formulations-container .formulation:hover
{
	background-color: #F1F1F2;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.panel.formulation .formulations-container .formulation:hover span.label
{
	color: #A8A4D1;
}
.panel.formulation .formulations-container .formulation.liquid
{
	margin: 0;
}

.panel.formulation .formulations-container .formulation.active
{
	background-color: #A8A4D1;
}
.panel.formulation .formulations-container .formulation.active span.label
{
	color: #A8A4D1;
}
.panel.formulation .formulations-container .formulation.active i.icon
{
	color: #ffffff;
}

.panel.formulation .formulations-container .formulation span.label
{
	position: absolute;
	top: 40%;
	left: -260px;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	width: 200px;
	display: block;
	height: 40px;
	line-height: 1.4em;
	text-align: right;
}
.panel.formulation .formulations-container .formulation.liquid span.label
{
	right: -260px;
	left: auto;
	text-align: left;
}
.panel.formulation .formulations-container .formulation .icon
{
	color: #A8A4D1;
	font-size: 4.1em;

}

.panel.formulation .main-next-button
{
	background-color: #ffffff !important;
	color: #A8A4D1 !important;
	margin-top: 15px !important;
}
.panel.formulation .main-next-button:hover
{
	background-color: #928EB6 !important;
	color: #ffffff !important;
}



/* CLOSE TRANSFER SYSTEM */
.panel.close-transfer-system .close-transfer-system-container
{
	text-align: center;
	margin-top: 25px;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option
{
	display: inline-block;
	width: 181px;
	height: 181px;
	background-color: #ffffff;
	border: 10px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 45px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: center;
	line-height: 220px;
	position: relative;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option:hover
{
	background-color: #F1F1F2;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.no
{
	margin: 0;
}

.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.no.active
{
	background-color: #F16A6C;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.yes.active
{
	background-color: #5EBC5F;
}

.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.active i.icon
{
	color: #ffffff;
}

.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option span.label
{
	position: absolute;
	top: 40%;
	left: -260px;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	width: 200px;
	display: block;
	height: 40px;
	line-height: 1.4em;
	text-align: right;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.no span.label
{
	right: -260px;
	left: auto;
	text-align: left;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option .icon
{
	color: #5EBC5F;
	font-size: 2.6em;
	font-weight: normal;
	font-style: normal;
}
.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.no .icon
{
	color: #F16A6C;
}

.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option.yes .icon
{
	font-size: 2.25em;
}

.panel.close-transfer-system .main-next-button
{
	background-color: #ffffff !important;
	color: #5EBC5F !important;
	margin-top: 15px !important;
}
.panel.close-transfer-system .main-next-button:hover
{
	background-color: #D2D2D2 !important;
	color: #ffffff !important;
}
.panel.equipment-to-use .suggestion-wearing
{
	width: 960px;
	top: 66px;
	min-height: 100%;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
	padding-top: 60px;
}
.panel.equipment-to-use .suggestion-wearing h1
{
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	font-weight: normal;
	font-style: normal;
	color: #808284;
	font-size: 1.1em;
}
.panel.equipment-to-use .suggestion-wearing.application
{
	left: 150%;
}
.suggestion-wearing-switch
{
	display: block;
	position: fixed;
	width: 137px;
	background-color: rgba(0,121,191, 0.9);
	min-height: 100%;
	padding: 14px;
	padding-top: 116px;
	z-index: 3;
	color: #E6E7E8;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	font-weight: normal;
	font-style: normal;
	left: 100%;
}
.suggestion-wearing-switch.application
{
	text-align: right;
}
.suggestion-wearing-switch .icon
{
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
}

.suggestion-wearing nav
{
	position: absolute;
	left: 0;
	bottom: 400px;
}
.panel.equipment-to-use .suggestion-wearing .export-options a
{
	display: block;
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	color: #808284;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 0.8em;
	margin-bottom: 4px;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.panel.equipment-to-use .suggestion-wearing .export-options a span, .panel.equipment-to-use .suggestion-wearing .steps-short-edit a span
{
	position: absolute;
	width: 170px;
	height: 15px;
	font-size: 11px;
	top: 0;
	left: 40px;
	text-align: left;
	color: #58595B;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	font-style: normal;
	font-weight: normal;
}
.panel.equipment-to-use .suggestion-wearing .steps-short-edit a span
{
	opacity: 1;
	line-height: 14px;
	font-size: 11px;
}
.panel.equipment-to-use .suggestion-wearing .export-options a:hover
{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #ffffff;
	background-color: #D2D2D2;
}
.panel.equipment-to-use .suggestion-wearing .export-options a:hover span, .panel.equipment-to-use .suggestion-wearing .steps-short-edit a:hover span
{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 1;
}
.panel.equipment-to-use .suggestion-wearing .steps-short-edit a .over
{
	position: absolute;
	width: 170px;
	height: 15px;
	font-size: 11px;
	top: -9px;
	left: 180px;
	text-align: left;
	color: #58595B;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0;
}
.panel.equipment-to-use .suggestion-wearing .steps-short-edit a:hover .over
{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 1;
}
.refine-button
{
	display: block;
	text-transform:uppercase !important;
	background-color: #F15A29;
	color: #ffffff;
	font-size: 0.7em;
	display: block;
	width: 104px;
	height: 28px;
	border-radius: 14px;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	position: absolute;
	bottom: -55px;
	font-style: normal;
	font-weight: normal;
}
.refine-button i
{
	font-size: 0.4em;
	position: absolute;
	top: 10px;
	left: 10px;
}
.refine-button:hover
{
	background-color: #D2D2D2;
}
.steps-short-edit
{
	margin-bottom: 30px;
}
.steps-short-edit li a
{
	position: relative;
	color: #ffffff;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
font-weight: 300;
	line-height: 33px;
}
.steps-short-edit li a .icon
{
	font-size: 33px;
	position: absolute;
	left: 1px;
	z-index: -1;
}
.steps-short-edit li a.application .icon
{
	color: #F16A6C;
}
.steps-short-edit li a.crop .icon
{
	color: #4DB7CD;
}
.steps-short-edit li a.formulation .icon
{
	color: #A8A4D1;
}
.steps-short-edit li a.transfer .icon
{
	color: #5EBC5F;
}

.equip-result
{
	width: 196px;
	height: 414px;
	position: absolute;
	left: 50%;
	margin-left: -98px;
	text-align: center;
	top: 50%;
	margin-top: -345px;
}

.equip-result .equipment-item
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 414px;
	background-repeat: no-repeat;
	z-index: 1;
}
.equip-result .equipment-item.head
{
	z-index: 2;
}
.equip-result .equipment-item.body-over
{
	z-index: 2;
}
.equip-result .equipment-item.face
{
	z-index: 2;
}
.equip-result .equipment-item.feet
{
	z-index: 0;
}
.equip-result .equipment-item.mouth
{
	z-index: 0;
}
.equip-result .equipment-item.hands
{
	z-index: 2;
}
.equip-result .plus .description
{
	display: none;
}
.equip-result .plus
{
	width: 8px;
	height: 8px;
	background-color: #EF4036;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	text-align: center;
	border-radius: 4px;
	left: 115px;
	font-size: 12px;
	position: absolute;
	z-index: 90;
	cursor: pointer;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
}
.equip-result .plus.head
{
	top: 30px;
}
.equip-result .plus.mouth
{
	top: 70px;
}
.equip-result .plus.face
{
	top: 50px;
	left: 123px;
}
.equip-result .plus.body
{
	top: 160px;
	left: 150px;
}

.equip-result .plus.body-over
{
	top: 130px;
	left: 130px;
}
.equip-result .plus.hands
{
	top: 230px;
	left: 150px;
}

.equip-result .plus.feet
{
	top: 380px;
	left: 143px;
}

.equip-result .plus .inner
{
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffffff;
	position: absolute;
	margin-left: 2px;
	margin-top: 2px;

}
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.28); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.25); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}
.pulse {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 5000ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.equip-result .tooltip
{
	min-width: 125px;
/* 	height: 36px; */
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	position: absolute;
/*
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
*/
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	left: 170px;
	font-size: 0.55em;
	text-align: left;
	opacity: 0;
	padding-top: 20px;
	color: #272828;
}
.equip-result .tooltip .alternative-equipment-text
{
	color: #EF4036;
	display: none;
}

.equip-result .tooltip .plus-info
{
	background-color: #58585B;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	font-size: 0.6em;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	font-weight: bold;
	color: #ffffff;
	right: -5px;
	top: 20px;
	/* padding-left: 1px; */
	position: absolute;
	cursor: pointer;
}
.equip-result .tooltip .alternative-equipment
{
	background-color: #EF4036;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	font-size: 0.5em;
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
	font-weight: bold;
	color: #ffffff;
	right: -5px;
	top: 36px;
	/* padding-left: 1px; */
	position: absolute;
	cursor: pointer;
	display: none;
}

.equip-result .tooltip .plus-info:hover,.equip-result .tooltip .alternative-equipment:hover
{
	background-color: #939597;
}

.equip-result .tooltip .small-arrow
{
	position: absolute;
	left: -6px;
	top: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #ffffff transparent transparent;
}

.panel.extra-info
{
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 100%;
	text-align: center;
	background-color: #F1F1F2;
	padding-top: 60px;
	color: #808284;
	font-size: 1em;
	margin-top: 66px;
	background-color: rgba(57,63,79, 0.9);
	color: #ffffff;
	z-index: 3;

}
.panel.extra-info p
{
	font-size: 0.75em;
	width: 75%;
	margin: auto;
	line-height: 1.7em;
	margin-top: 25px;
	margin-bottom: 40px;
}

.panel.extra-info .close
{
	text-decoration: none;
	color: #ffffff;
	font-size: 1.4em;
}
.panel.extra-info .close:hover
{
	color: #C3C5C9;
}
.print
{
	 font-family: 'open-sans';
}
.print table, .print table td
{
/* 	border: 1px solid #000; */
	padding: 0;
	vertical-align: middle;
}

.print table.center
{
	width: 794px;
	margin: auto;
	margin-top: 20px;
}

.print h1, .print h2, .print h3, .print h4, .print h5, .print h6
{
	color: #58585B !important;
	margin: 0;
	font-size: 25px;
	margin-bottom: 10px;

}
.print h2
{
	font-size: 18px;
	color: #808284 !important;
}
.print p
{
	color: #808284;
	font-size: 12px;
}

.print p.strong
{
	font-weight: bold;
}

.print-columns-container
{
	width: 460px;
	height: 414px;
	background-color: black;
	margin: 0;
	padding: 0;
}

.print-columns-container .image-column
{
	width: 197px;
	height: 414px;
	float: left;

	padding: 0;
	margin: 0;
	position: relative;
}
.print-columns-container .info-column
{
	width: 263px;
	height: 414px;
	float: left;
	background-color: yellow;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
}
.print-columns-container .info-column .info-row
{
	position: absolute;
	width: 243px;
	font-size: 12px;
	min-height: 30px;
	color: #000;
}
.print-columns-container .image-column .sample-equipment img
{
	display: block;
	width: 197px;
	height: 414px;
	position: absolute;
	top: 0;
	left: 0;
}
.print-columns-container .image-column img
{
	display: block;
	width: 197px;
	height: 414px;
}




.print-columns-container .info-column .info-row.head
{
	top: 30px;

}
.print-columns-container .info-column .info-row.face
{
	top: 50px;
}
.print-columns-container .info-column .info-row.mouth
{
	top: 70px;
}
.print-columns-container .info-column .info-row.body
{
	top: 130px;
}
.print-columns-container .info-column .info-row.hands
{
	top: 230px;
}

.print-columns-container .info-column .info-row.feet
{
	top: 380px;
}

.print td
{

	vertical-align: top !important;
}
.nano { background: transparent; width: 100%; height: 500px; }
.nano .nano-content {  padding: 10px; }
.nano .nano-pane   { background: rgba(0,0,0,0.4); }
.nano .nano-slider { background: #ffffff !important; }

@media (max-width: 600px){
	.panel.ppe-question h1
	{
		font-size: .7rem;
		text-align: center;
		font-weight: 600

	}
	.panel.ppe-question h2
	{
		font-size: .7rem;
		text-align: center;
		font-weight: 600

	}

	.logo
	{
		width: 40px;
		height: 40px;
		margin-left: 0;
		position: static;
		margin-top: 5px;
		display: block;
		float: left;
		margin-right: .6rem;
		display: none;
	}
	.panel.ppe-question
	{
		padding-top: 90px;
	}

	.columns-container
	{
		bottom: auto;
		top: 150px;
		height: auto;
	}
	.center-limiter
	{
		width: 100%;
		text-align: center;
	}
	.panel.ppe-question .columns-container
	{
		text-align: center;
/* 		background-color: transparent; */
		top: 85px;
	}
	.panel.ppe-question .columns-container .column
	{
		clear: both;
		width: 90% !important;
		display: inline-block;
		float: none;
		text-align: center;
		min-height: 0;
		box-sizing: border-box;
		margin: 0;
		padding-top: 0;

		padding-top: 20px;
		margin-bottom: 45px;
	}

	.panel.ppe-question .columns-container .column h2
	{
		left: 50%;
		margin-left: -18px;

	}
	.panel.ppe-question .columns-container .column label
	{
		left: 0;
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
	}
	.source-radio + .fake-radio
	{
		left: 50%;
		margin-left: -13px;
		bottom: auto;
		top: 40px;
		display: none;
	}

	.panel.ppe-question .columns-container .column label .half-circle
	{
		left: 50%;
		margin-left: -20px;
		bottom: 91px;
	}
	.panel.ppe-question .columns-container .column label .over
	{
		left: 0;
		border-bottom-left-radius: 4px;
		top 0;
		box-sizing: border-box;
		width: 100%;
		bottom: auto;
		top: 0;
		height: 50px;
	}
	.panel.ppe-question .columns-container .column.valid .orange-button
	{
		border-bottom-left-radius: 4px;
		width: 100%;
		box-sizing: border-box;
		height: 32px;
		font-size: 1.1em;
		line-height: 25px;
		padding: 0;
	}
	.panel.ppe-question .columns-container .column label .hover-ball
	{
		left: 50%;
		margin-left: -12px;
		bottom: auto;
		top: 40px;
	}
	.panel.ppe-question p
	{
		width: 90%;
		margin: auto;
	}
	.panels .panel p
	{
		width: 99%;
		font-size: 0.5em;
	}
	.panel.ppe-question .columns-container .column span.extra-description
	{
		font-size: 0.6em;
	}
	.panel.ppe-question .columns-container .column label .over h3
	{
		font-size: 1.3em;
		width: 100%;
		line-height: 4px;
	}
	.panel.ppe-question hgroup
	{
		width: 100%;
		float: left;
		text-align: left;
		position: absolute;
		top: 0px !important;
		left: 0px !important;
		box-sizing: border-box;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 2%;
	}


	.main-header
	{
		width: 70px;
		float: left;
	}
	nav.top-nav
	{
		height: 25px;
	}
	nav.top-nav .main-step-indicator
	{
		min-width: 0px;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1em;
		bottom: -26px;
	}
	.panels .panel
	{
		padding-top: 55px;
	}
	.panel.application-equipment h1
	{
		font-size: 1.1em;
	}
	.panel.application-equipment .custom-select
	{
		width: 90%;
		margin-top: 5px;
		font-size: 0.7em;
	}
	.custom-select-selector
	{
		padding-top: 5px;
	}
	.custom-select-selector.crop-development-panel .horizontal-separator
	{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.custom-select-selector.crop-development-panel a
	{
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.custom-select-selector a
	{
		width: 75%;
		font-size: 0.6em;
		padding-right: 35px;
	}
	.custom-select span.check-ball
	{
		top: 3px;
	}
	.panel.application-equipment .custom-select i.icon-select-icon
	{
		bottom: 15px;
	}
	nav.bottom-nav p
	{
		width: 100%;
		font-size: 8px;
		margin-top: 0;
	}
	.panels .panel p
	{
		margin-top: 0px;
	}
	.panel h1
	{
		font-size: 1em;
	}
	.panel.formulation .formulations-container .formulation
	{
		width: 101px;
		height: 101px;
		line-height: 6.7em;
		margin-right: 15px;
		margin-top: 15px;
	}
	.panel.formulation .formulations-container .formulation .icon
	{
		font-size: 2.6em;
	}
	.panel.formulation .formulations-container .formulation span.label, .panel.formulation .formulations-container .formulation.liquid span.label
	{
		text-align: center;
		font-size: 0.7em;
		left: 50%;
		margin-left: -100px;
		top: -30px;

	}
	.panel.close-transfer-system .close-transfer-system-container
	{
		margin-top: 5px;
	}
	.panel.close-transfer-system .close-transfer-system-container .close-transfer-system-option
	{
		width: 101px;
		height: 101px;
		line-height: 6.7em;
		margin-right: 15px;
	}
	nav.top-nav a.icon
	{
		left: 6px;
	}
	nav.top-nav a.icon.help
	{
		right: 6px;
	}

	.suggestion-wearing-switch, .suggestion-wearing.mix-loading
	{
		width: 100%;
		/* 		left: 50% !important; */
		padding-top: 55px;
		height: 15px;
		min-height: 0;
		left: 0;
		text-align: center;

	}
	.suggestion-wearing-switch
	{
		font-size: 0.8em;
	}

	.suggestion-wearing-switch .icon
	{
		padding-left: 10px;
	}
	.steps-short-edit
	{
		display: none;
	}
	.panel.equipment-to-use .suggestion-wearing .export-options
	{
		margin-left: 20px;
	}
	.panel.equipment-to-use .suggestion-wearing
	{
		margin-left: 0;
		width: 100%;
		left: 0px;
	}
	.panel.equipment-to-use .suggestion-wearing.application
	{
		left: 100%;
	}
	.suggestion-wearing nav
	{
		position: absolute,
	}
	.panel.equipment-to-use .suggestion-wearing h1
	{
		font-size: 0.7em;
		margin-left: 20px;
	}
	.equip-result
	{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-ms-transform: scale(0.8);
		top: 54%;
		margin-top: -330px;
	}
	.equip-result .tooltip
	{
		z-index: 100;
		left: 140px !important;
	}
	.refine-button
	{
		margin-left: 20px;
	}
	.equip-result .plus
	{
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
	.equip-result .plus .inner
	{
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		margin-left: 5px;
		margin-top: 5px;
	}
	 a.icon.help
	 {
		 top: 60px;
		 right: 4px;
	}
}
