/*
==================================================================
	main css
================================================================== */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
	font-family: Arial;
}

/*
==================================================================
	main 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: #02a7de;
}
#main-bg {
	display: block;
	width: 100%;
}
#overlaybg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: none;
	width: 100%;
	background: #000;
	opacity: 0;
}

/*
==================================================================
	Side
================================================================== */
#sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	float: left;
	clear: none;
	max-width: 782px;
	width: 21%;
	height: 100%;
	border-right: 4px solid #02a7de;
	-webkit-box-shadow: 0.1vw 0 0.5vw 0.15vw #7b7b7b;
	box-shadow: 0.1vw 0 0.5vw 0.15vw #7b7b7b;
}
#sidebar-bg {
	width: 100%;
}
#logo_headline_fg {
	position: absolute;
	top: 6%;
	left: 0;
	z-index: 10;
	width: 107.5%;
	height: auto;
}
#logo_headline_fg .bg {
	max-width: 908px;
	width: 100%;
}
#logo_headline {
	position: absolute;
	top: 4%;
	left: 0;
	width: 208.88%;
	z-index: 1;
}
#logo_headline .bg {
	margin-left: -21px;
	padding-left: 21px;
	max-width: 1698px;
	width: 100%;
	border: 4px solid #02a7de;
	border-top: 0;
	border-left: 0;
	-webkit-box-shadow: 0.15vw 0.2vw 0.35vw -0.05vw #7b7b7b;
	box-shadow: 0.15vw 0.2vw 0.35vw -0.05vw #7b7b7b;
}
#headline {
	position: absolute;
	z-index: 100;
	max-width: 732px;
	width: 100%;
}
#click_details {
	position: absolute;
	top: 6%;
	right: 5%;
	z-index: 1;
	max-width: 726px;
	width: 19%;
}

/*
==================================================================
	contact us form
================================================================== */
#contact_us_wrap {
	position: absolute;
	bottom: 3%;
	left: 2%;
	z-index: 100;
	display: block;
	width: 21%;
	max-width: 838px;
	height: 21.5%;
	background: url(https://www.ecolab.com.cn/sdnalco/dcrc-inc/poultry_plant/img/contact-form-box-sm.png) left top no-repeat;
	background-size: 100%;
}
#contact_us_default {
	position: relative;
	top: 18%;
	left: 7%;
	width: 85%;
}
#contact_us_form,
#contact_us_form_response {
	margin: 1vw 1.5vw;
	width: 73%;
}
#contact_us_form h3,
#contact_us_form_response h3 {
	margin: 0 0 0.15vw;
	padding: 0;
	color: #585858;
	font-size: 1.5vw;
}
#contact_us_form p,
#contact_us_form_response p {
	margin: 0 0 0.7vw;
	padding: 0;
	color: #585858;
	font-size: 0.85vw;
}
#contact_us_form_response p {
	margin: 1vw 0;
	font-size: 1vw;
}
#contact_us_form_response {
	top: 12%;
	position: relative;
}
#contact_us_form_response #close.button {
	margin-top: 0.25vw;
	font-size: 1vw;
	padding: 0.4vw 0.75vw;
	line-height: 1;
}
#contact_us_form p.error_message {
	display: none;
	margin: 0;
	margin-bottom: -0.6vw;
	color: red;
	font-size: 0.8vw;
}
#contact_us_form .input_text {
	margin: 0.75vw 0 0;
	padding: 0.6vw 0.5vw;
	width: 100%;
	border: none;
	background: #ebebeb !important;
	color: #585858;
	font-size: 0.85vw;
}
#contact_us_form .input_text#Name {
	margin-top: 0 !important;
}
#contact_us_form,
#contact_us_form_response {
	display: none;
}
#contact_us {
	margin-top: 0;
	top: 6vw;
}
#headline_text {
	width: 100%;
}
.button_grey {
	border: 0.15vw solid #666 !important;
	background: #999 none repeat scroll 0 0 !important;
}
.button_grey.button_hover {
	border: 0.15vw solid #4b4b4b !important;
	background: #707070 none repeat scroll 0 0 !important;
}
.btn_no_shadow {
	margin-top: 1.5vw;
	box-shadow: none !important;
	cursor: pointer;
}
#submit.button,
#cancel.button {
	margin-top: 1vw;
}
#cancel.button {
	left: 35%;
}
#full_screen_link {
	right: 8%;
	bottom: 7%;
	margin: 0;
	padding: 0;
	max-width: 534px;
	width: 11%;
	height: auto;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	text-decoration: none;
	border: none;
	outline: none;
}
#full_screen_link img {
	width: 100%;
	border: none;
	outline: none;
}

/*
==================================================================
   button class
================================================================== */
.button {
	position: absolute;
	z-index: 1;
	padding: 0.2vw 0.75vw;
	border: 0.15vw solid #02a7de;
	-webkit-border-radius: 0.5vw;
	-moz-border-radius: 0.5vw;
	border-radius: 0.5vw;
	background: #0078cc;
	-webkit-box-shadow: 0.1vw 0.1vw 0.4vw 0 #5c5c5c;
	-moz-box-shadow: 0.1vw 0.15vw 0.4vw 0 #5c5c5c;
	box-shadow: 0.1vw 0.1vw 0.4vw 0 #5c5c5c;
	color: #FFF;
	font-weight: 700;
	font-size: 0.9vw;
	cursor: pointer;
}
.button.button_hover {
	border: 0.15vw solid #02a7de;
	background: #0066b1 none repeat scroll 0 0;
}
.button.disabled {
	border-color: #666;
	background: #999;
	color: #E0E0E0;
	cursor: default;
}
#btn-next {
	top: 91%;
	left: 92%;
	z-index: 2100 !important;
	display: none;
	visibility: visible !important;
	border-color: #ffa23f;
	background-color: #e47913;
	-webkit-box-shadow: 0.1vw 0.15vw 0.4vw 0 #474747;
	-moz-box-shadow: 0.1vw 0.15vw 0.4vw 0 #474747;
	box-shadow: 0.1vw 0.15vw 0.4vw 0 #474747;
	cursor: pointer;
}
#btn-next.button_hover {
	border-color: #eb912d;
	background-color: #ce6600;
}

/*
==================================================================
	Display Area
================================================================== */
#display-main {
	float: right;
	clear: none;
}

/*
==================================================================
   zoom buttons 
================================================================== */
#btn-antimicrobial_treat {
	top: 56%;
	left: 28%;
}
#btn-cleaning_sanitation {
	top: 25%;
	left: 35%;
}
#btn-boiler_treatment {
	top: 59%;
	left: 85%;
}
#btn-refrigeration_systems {
	top: 72%;
	left: 79%;
}
#btn-wastewater_treatment {
	top: 36%;
	left: 87%;
}
#btn-scrubber_treatment {
	top: 15%;
	left: 59%;
}
#btn-water_pretreatment {
	top: 84%;
	left: 37%;
}

/*
==================================================================
	zoom images. 
================================================================== */
.zoomimg {
	position: absolute;
	z-index: 100;
	display: none;
	text-align: center;
}
.zoomimg .zoomedimg {
	margin: 10% auto auto;
	width: 0;
	width: 0;
	opacity: 0;
}
.zoomimg.antimicrobial_treat {
	top: 1%;
	left: 23%;
	max-width: 2878px;
	width: 75%;
}
.zoomimg.refrigeration_systems {
	top: 43%;
	left: 55%;
	max-width: 680px;
	width: 33%;
}
.zoomimg.wastewater_treatment {
	top: 15%;
	left: 57%;
	max-width: 980px;
	width: 35%;
}
.zoomimg.cleaning_sanitation {
	top: 1%;
	left: 24%;
	max-width: 2786px;
	width: 73%;
}
.zoomimg.boiler_treatment {
	top: 40%;
	left: 55%;
	max-width: 1411px;
	width: 45%;
}
.zoomimg.scrubber_treatment {
	top: 20%;
	left: 37%;
	width: 36%;
}
.zoomimg.water_pretreatment {
	top: 43%;
	left: 34%;
	max-width: 890px;
	width: 24%;
}


/*
==================================================================
	infobox
================================================================== */
.infobox {
	position: absolute;
	opacity: 0;
}
.infobox-title {
	position: relative;
	margin: 0;
	padding: .5vw 1vw;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #017AC9;
	color: #FFF;
	text-align: left;
	font-weight: 700;
	font-size: 1.7vw;
}
.infobox-close {
	position: absolute;
	top: 0;
	right: 10px;
	min-height: 10px;
	width: 2vw;
	height: 100%;
	background: url(https://www.ecolab.com.cn/sdnalco/dcrc-inc/poultry_plant/img/icon-close.png) center center no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.infobox-text {
	margin: 0;
	padding: 1vw;
	width: 100%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #FFF;
	box-shadow: 10px 10px 20px -9px #000;
	text-align: left;
	overflow: hidden;
}
.down-arrow .arrow {
	float: left;
	clear: both;
	width: 1.8vw;
}
.up-arrow .arrow {
	position: relative;
	display: block;
	float: none;
	clear: both;
	margin-bottom: -2px;
	width: 1.8vw;
}
.up-arrow .r-arrow {
	position: absolute;
	top: 80%;
	right: -1.4vw;
	display: block;
	clear: both;
	height: 1.8vw;
}
.right-arrow .arrow {
	position: absolute;
	top: 50%;
	right: -1.4vw;
	display: block;
	clear: both;
	height: 1.8vw;
}
.left-arrow .arrow {
	position: absolute;
	top: 50%;
	left: -1.4vw;
	display: block;
	clear: both;
	margin-left: 0!important;
	height: 1.8vw;
}
.infobox p {
	margin-top: 0;
	margin-bottom: .5vw;
	color: #E47913;
	font-weight: 400;
	font-size: 1vw;
}
.infobox p.more_info_ref {
	color: #696969!important;
	font-style: italic;
	font-size: .8vw;
}
.infobox h3 {
	margin-top: 0;
	margin-bottom: .5vw;
	color: #696969;
	font-size: 1vw;
}
.infobox-text li {
	font-size: 1.2vw;
}
.infobox-text ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.infobox-text li,
.infobox-text .show-how li {
	margin-bottom: .6vw;
	padding-left: 1.6vw;
	color: #585858;
	list-style-type: none;
}
.infobox-text li {
	background: url(https://www.ecolab.com.cn/sdnalco/dcrc-inc/poultry_plant/img/icon-bullet-blue.png) no-repeat scroll left .2vw / .9vw auto rgba(0,0,0,0);
}
.infobox-text .show-how li {
	background: url(https://www.ecolab.com.cn/sdnalco/dcrc-inc/poultry_plant/img/icon-bullet-yellow.png) no-repeat scroll left .2vw / .9vw auto rgba(0,0,0,0);
}
.infobox-text ul.bullet_list li {
	margin: .3vw .6vw;
	margin: .3vw !important;
	background: url(https://www.ecolab.com.cn/sdnalco/dcrc-inc/poultry_plant/img/icon-bullet-large.png) no-repeat scroll left .2vw / .6vw auto rgba(0,0,0,0);
}

/* antimicrobial_treat */
.infobox.antimicrobial_treat {
	top: 96%;
	left: 12%;
	width: 46%;
}
.infobox.antimicrobial_treat .arrow {
	top: 25%;
	left: 61%;
}

/* refrigeration_systems */
.infobox.refrigeration_systems {
	bottom: 79%;
	right: 62%;
	width: 110%;
}
.infobox.refrigeration_systems .arrow {
	top: 20%;
	left: 73%;
	position: relative;
}

/* wastewater_treatment */
.infobox.wastewater_treatment {
	right: 45%;
	top: 75%;
	width: 103%;
}
.infobox.wastewater_treatment .arrow {
	top: 26%;
	margin-left: 70%;
}

/* cleaning_sanitation */
.infobox.cleaning_sanitation {
	top: 97%;
	left: 14%;
	width: 52%;
}
.infobox.cleaning_sanitation .arrow {
	top: 26%;
	left: 42%;
}

/* boiler_treatment */
.infobox.boiler_treatment {
	bottom: 100%;
	right: 55%;
	width: 80%;
}
.infobox.boiler_treatment .arrow {
	margin-left: 70%;
}

/* scrubber_treatment */
.infobox.scrubber_treatment {
	width: 100%;
}

/* water_pretreatment */
.infobox.water_pretreatment {
	bottom: 100%;
	width: 150%;
}
.infobox.water_pretreatment .arrow {
	top: 20%;
	left: 38%;
	position: relative;
}


/* misc */
.t-mark {
	position: relative;
	top: -0.5vw;
	font-size: 0.7vw;
}

/* Styles for slide-in / slide-out functions */
.slider_one.open,
.slider_two.open {
	position: relative;
	visibility: visible;
}
.slider_one.close,
.slider_two.close {
	position: absolute;
	visibility: hidden;
}
.slider_one.open {
	right: 0vw !important;
}
.slider_two.open {
	left: 0vw !important;
}
.slider_one.close {
	right: -32vw !important;
	width: 32vw;
}
.slider_two.close {
	left: -32vw !important;
	width: 32vw;
}
.infobox-text ul.slides {
    margin-bottom: -0.6vw;
}
.slides li.transition {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
.slider_one.transition {
	-webkit-transition: right 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: right 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: right 0.5s ease-out;  /* Opera 10.50–12.00 */
	transition: right 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.slider_two.transition {
	-webkit-transition: left 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: left 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: left 0.5s ease-out;  /* Opera 10.50–12.00 */
	transition: left 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
button.slide-control {
	float: right;
	font-size: 1vw;
	line-height: 1;
	font-weight: bold;
	border: 0.15vw solid #eeaf00;
	padding: 0.4vw 0.85vw;
	background: #fff;
	color: #017ac9;
	-webkit-border-radius: 0.3vw;
	-moz-border-radius: 0.3vw;
	border-radius: 0.3vw;
}
button.slide-control:hover {
	border: 0.15vw solid #017ac9;
	cursor: pointer;
}
button.slide-control:focus {
	outline: 0;
}