/***********/
/*! FONTS  */
/***********/
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "Roboto";
	src: url("https://es-la.ecolab.com/sdnalco/dcrc-inc/food_canning_kiosk/webfonts/roboto/Roboto-Regular-webfont.woff") format("woff"),
	url("https://es-la.ecolab.com/sdnalco/dcrc-inc/food_canning_kiosk/webfonts/roboto/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
	font-weight: bold;
	font-style: normal;
	font-family: "Roboto";
	src: url("https://es-la.ecolab.com/sdnalco/dcrc-inc/food_canning_kiosk/webfonts/roboto/Roboto-Bold-webfont.woff") format("woff"),
	url("https://es-la.ecolab.com/sdnalco/dcrc-inc/food_canning_kiosk/webfonts/roboto/Roboto-Bold-webfont.ttf") format("truetype");
}


/***************/
/*! RESET CSS  */
/***************/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-family: Arial;
}


/********************/
/*! PAGE STRUCTURE  */
/********************/
#page-main {
	display: table;
	width: 100%;
	height: 100%;
}
#page-row {
	display: table-cell;
	width: 100%;
	height: 100%;
	background: #FFF;
	vertical-align: middle;
}
#page {
	position: relative;
	overflow: hidden;
	margin: auto;
	max-width: 3840px;
	width: 100%;
	background: #FFFFFF;
}
#main-bg {
	display: block;
	width: 100%;
}
#overlaybg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20.725%;
	z-index: 10;
	visibility: visible;
	opacity: 0.7;
	width: 100%;
	background: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#overlaybg.hidden {
	visibility: hidden;
	opacity: 0;
}


/*************/
/*! SIDEBAR  */
/*************/
#sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	width: 20.725%;
	height: 100%;
	border-right: 0.3125vw solid #007ac9;
	background: url('https://nalco.crc-inc.com/food_canning_kiosk/img/bg-sidebar.jpg');
	background-position: top left;
	background-size: cover;
}
#sidebar-bg {
	width: 100%;
}
#sidebar_headline_wrap * {
	font-family: 'Roboto', sans-serif;
}
#sidebar_headline_wrap {
	position: absolute;
	bottom: 4.75%;
	left: 4.5%;
	margin: 0;
	padding: 8.5% 4.5% 10.5%;
	border: 0.3125vw solid #007ac9;
	border-radius: 0.625vw;
	background-color: #FFF;
	width: 92%;
}
#sidebar_headline_wrap h2.sidebar-headline {
	margin: 0;
	color: #007ac9;
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.13vw;
	font-size: 2.08333vw;
	font-family: 'Roboto', sans-serif;
}


/*************************/
/*! LOGO/BANNER SECTION  */
/*************************/
.logo-wrap {
	background-color: #0078cc;
	position: absolute;
	width: 20.725%;
	top: 3%;
	left: 0;
	z-index: 10;
	height: 6.614583333333333vw;
	padding: 0 1.3020833333333335vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo-wrap img.bg {
	width: 100%;
	height: auto;
}
.headline-touch-click-wrap {
	position: absolute;
	top: 3%;
	left: 20.725%;
	width: 79.275%;
	height: 6.614583333333333vw;
	padding: 0 6% 0 2%;
	border-top: 0.026041666666666668vw solid #acacac;
	border-bottom: 0.026041666666666668vw solid #acacac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/* subtitle */
.subtitle-wrap .subtitle {
	margin: 0;
	color: #007ac9;
	letter-spacing: -0.05vw;
	font-weight: 700;
	font-style: normal;
	font-size: 1.770833vw;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
p.touch-click-text {
	margin: 0;
	color: #777777;
	font-size: 1.1979166666666667vw;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}


/*************/
/*! BUTTONS  */
/*************/
button.button {
	border: none;
	position: absolute;
	z-index: 1;
	padding: 0.46875vw 0.78125vw;
	border-radius: 0.20833333333333334vw;
	background-color: #007ac9;
	color: #FFF;
	font-weight: 700;
	font-size: 0.833334vw;
	cursor: pointer;
	outline: none;
	line-height: 1;
}
button.button:hover {
	background-color: #0868a7;
}
button.zoom_to {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
button.zoom_to.hidden {
	visibility: hidden;
	opacity: 0;
}


/******************/
/*! POPUP/IMAGES  */
/******************/
.zoomimg {
	position: absolute;
	z-index: 100;
	display: none;
}
.zoomimg .zoomedimg {
	width: 0;
	opacity: 0;
	margin-top: 10%;
}
.zoomimg .zoomedimg.no_shrink {
	width: 100%;
	opacity: 0;
	margin-top: 0;
}


/****************/
/*! INFO BOXES  */
/****************/
.infobox {
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0;
	margin-left: 10%;
	-webkit-box-shadow: 0.4166666666666667vw 0.4166666666666667vw 0.625vw 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0.4166666666666667vw 0.4166666666666667vw 0.625vw 0 rgba(0, 0, 0, 0.65);
}

.infobox-title-wrap,
.infobox-text-wrap,
.infobox-text ul,
.how-back-control-wrap,
.general-link-wrap {
	padding-left: 1.40625vw;
	padding-right: 1.40625vw;
}
.infobox-title-wrap {
	position: relative;
	padding-top: 1.0416666666666665vw;
	padding-bottom: 0.8854166666666666vw;
	margin-bottom: 1.25vw;
	background-color: #007ac9;
}
.infobox-title {
	position: relative;
	margin: 0;
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	font-weight: 700;
	font-size: 1.5625vw;
}
.infobox-close {
	position: absolute;
	top: 21%;
	right: 1.75%;
	cursor: pointer;
}

.infobox-close i {
	color: #FFFFFF;
	font-size: 1.9791666666666665vw;
	vertical-align: top;
}

/* Infobox text section */
.infobox-text {
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 1.0416666666666665vw;
	font-weight: 400;
}
.infobox-text p {
	margin-top: 0;
	margin-bottom: 0.703125vw;
	color: #666666;
}
.infobox-text ul {
	margin: 0;
	color: #666666;
	list-style: none;
}
.infobox-text li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-bottom: 0.6770833333333334vw;
}
.infobox-text li i {
	margin-right: 0.3125vw;
}
.infobox-text li i.yellow-bullet {
	color: #e0a500;
}
.infobox-text li i.blue-bullet {
	color: #007ac9;
}
.infobox-text sup {
	vertical-align: super;
	font-size: 50%;
	line-height: 1;
}

/* How/back section */
.infobox-text .content-lists-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.infobox-text .how-content-wrap,
.infobox-text .main-content-wrap {
	min-width: 100%;
	max-height: 100vh;
	-webkit-transition: max-height 500ms ease;
	-o-transition: max-height 500ms ease;
	transition: max-height 500ms ease;
}
.infobox-text .how-content-wrap.hidden,
.infobox-text .main-content-wrap.hidden {
	max-height: 0;
}
.infobox-text .infobox-text-wrap,
.infobox-text ul.content-list,
.infobox-text .general-link-wrap {
	width: 100%;
	-webkit-transition: margin-left 500ms ease;
	-o-transition: margin-left 500ms ease;
	transition: margin-left 500ms ease;
}
.infobox-text .infobox-text-wrap.hidden,
.infobox-text .main-content.hidden,
.infobox-text ul.how-content,
.infobox-text .general-link-wrap {
	margin-left: -100%;
}
.infobox-text .infobox-text-wrap,
.infobox-text ul.main-content,
.infobox-text ul.how-content.hidden,
.infobox-text .general-link-wrap.hidden {
	margin-left: 0;
}
.general-link-wrap {
	display: inline-block;
	margin-top: 0.6770833333333334vw;
	margin-bottom: 0.6770833333333334vw;
}
.how-back-control-wrap {
	text-align: right;
	padding-bottom: 1.25vw;
	padding-top: 0.3125vw;
}
button.how-back-button {
	position: relative;
	padding: 0.5989583333333334vw 1.953125vw;
	font-size: 1.0416666666666665vw;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.026041666666666668vw;
}
button.how-back-button:focus {
	outline: 0;
}


/********************************/
/*! Buttons, Images, Infoboxes  */
/********************************/

/* wastewater_treatment */
#btn-wastewater_treatment {
	top: 23.35%;
	left: 29.75%;
}
.zoomimg.wastewater_treatment {
	top: 11%;
	left: 22%;
	max-width: 1564px;
	width: 40.7295%;
}
.infobox.wastewater_treatment {
	top: 45%;
	left: 58%;
	width: 92%;
}


/* refrigeration_cooling */
#btn-refrigeration_cooling {
	top: 36.5%;
	left: 48.5%;
}
.zoomimg.refrigeration_cooling {
	top: 16.5%;
	left: 38.75%;
	max-width: 992px;
	width: 25.833333016%;
}
.infobox.refrigeration_cooling {
	top: 96%;
	left: 36%;
	width: 143%;
}


/* boiler_treatment */
#btn-boiler_treatment {
	top: 23%;
	left: 69%;
}
.zoomimg.boiler_treatment {
	top: 14.25%;
	left: 61%;
	max-width: 1048px;
	width: 27.291665078%;
}
.infobox.boiler_treatment {
	top: 103%;
	left: -69%;
	width: 138%;
}


/* thermal_processing */
#btn-thermal_processing {
	top: 54%;
	left: 42%;
}
.zoomimg.thermal_processing {
	top: 17%;
	left: 23.5%;
	max-width: 1651px;
	width: 42.994791031%;
}
.infobox.thermal_processing {
	top: 29%;
	left: 103%;
	width: 66%;
}


/* cleaning_sanitation */
#btn-cleaning_sanitation {
	top: 73.2%;
	left: 68%;
}
.zoomimg.cleaning_sanitation {
	top: 26%;
	left: 29%;
	max-width: 2657px;
	width: 69.1928%;
}
.infobox.cleaning_sanitation {
	top: -39%;
	left: 55%;
	width: 43%;
}


/* pest_manage */
#btn-pest_manage {
	top: 45.5%;
	left: 74.25%;
}
.zoomimg.pest_manage {
	top: 18.85%;
	left: 25.85%;
	max-width: 2847px;
	width: 74.14062119%;
}
.infobox.pest_manage {
	top: -19.25%;
	left: -4%;
	width: 50%;
}


/* antimicrobial */
#btn-antimicrobial {
	top: 46.5%;
	left: 71%;
}
.zoomimg.antimicrobial {
	top: 30%;
	left: 54%;
	max-width: 1691px;
	width: 44.04%;
}
.infobox.antimicrobial {
	top: -24%;
	left: -71%;
	width: 68%;
}