/*==========================================================================
   Base styles: Reset/Default Styles
==========================================================================*/
html { box-sizing: border-box; -webkit-font-smoothing: antialiased; font-size: 10px; vertical-align: baseline; margin: 0; padding: 0; border: 0; } header, nav, section, footer, q, ul { display: block; } html, body { line-height: 1.4; height: 100%; } img, a img { vertical-align: middle; border: 0; outline: 0; } input, textarea, button { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; } *, *:before, *:after { box-sizing: inherit; } .group:after { content: ""; display: table; clear: both; } .browser { padding: 3% 5%; text-align: center; font-size: 1.5em; } .bl:link, .bl:active, .bl:visited { color: inherit; font-size: inherit; text-decoration: underline; } .bl:hover { text-decoration: none; }

/*  Section Styles  */
body { margin: 0; padding: 0; } .bg_w { background-color: rgb(255,255,255); } .bg_g { background-color: rgb(230,230,230); } .bg_g1 { background-color: rgb(213,217,161); } .bg_g2 { background-color: rgb(198,207,70); } .bg_o { background-color: rgb(238,187,129); }

/*  Font Styles  */
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; } .sans { font-family: "Cabin", Helvetica, sans-serif; font-style: normal; } .serif { font-family: "Arvo", Georgia, serif; font-style: normal; } .light { font-weight: 400; } .semi-bold { font-weight: 600; } .bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .txt_g { color: rgb(96,96,96); } .txt_g1 { color: rgb(50,50,50); } .txt_g2 { color: rgb(36,36,36); }

.i1 { font-size: 3.2em; line-height: 1; margin: 0 0 0.5em 0; } .i2 { font-size: 1.4em; } .i3 { font-size: 1.4em; } .pb { padding-bottom: 1em; }

/*  Link Styles  */
.ulink:link, .ulink:active, .ulink:visited { text-decoration: underline; } .ulink:hover { text-decoration: none; } .img_link:link, .img_link:active, .img_link:visited, .img_link:hover { text-decoration: none; border: none; display: block; } .img_link img { border: none; text-decoration: none; } a[href^=tel] { color: inherit; text-decoration: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

.mbc { display: block; border-bottom: 1px solid rgb(36,36,36); width: 24em; margin: 3em auto 0; }
.mb:link, .mb:active, .mb:visited, .mb:hover { display: block; text-decoration: none; border-radius: 0.4em 0.4em 0 0; padding: 1em 0 0.9em 0; width: 12.6em; border: 1px solid rgb(36,36,36); border-bottom: none; background-color: transparent; margin: 0 auto; } ._w:hover { background-color: rgb(230,230,230); border-color: rgb(230,230,230); } ._g:hover { background-color: rgb(202,202,202); border-color: rgb(202,202,202); } ._g1:hover { background-color: rgb(183,188,114); border-color: rgb(183,188,114); } ._g2:hover { background-color: rgb(165,174,36); border-color: rgb(165,174,36); } ._o:hover { background-color: rgb(231,153,63); border-color: rgb(231,153,63); }


/*==========================================================================
   Base styles: Header Styles
==========================================================================*/
.body_header { height: 80em; position: relative; }
	.t1 { font-size: 1.6em; line-height: 1.2; text-align: center; padding-top: 2em; }
	.t2 { font-size: 3.2em; line-height: 1; text-align: center; padding: 0 5%; }
	.pos_abs { display: block; position: absolute; text-indent: -9999em; background-size: cover; background-position: top left; background-repeat: no-repeat; }
		.type1 { background-image: url('../images/header/documents.png'); top: 36%; left: 50%; width: 17em; height: 12em; -webkit-transform: translateX(-8.5em); -moz-transform: translateX(-8.5em); -ms-transform: translateX(-8.5em); -o-transform: translateX(-8.5em); transform: translateX(-8.5em); z-index: 10; }
		.type2 { background-image: url('../images/header/pallet.png'); top: 17%; left: 50%; width: 17em; height: 12em; -webkit-transform: translateX(-8.5em); -moz-transform: translateX(-8.5em); -ms-transform: translateX(-8.5em); -o-transform: translateX(-8.5em); transform: translateX(-8.5em); z-index: 10; }
		.type3 { background-image: url('../images/header/data.png'); top: 55%; left: 50%; width: 17em; height: 12em; -webkit-transform: translateX(-8.5em); -moz-transform: translateX(-8.5em); -ms-transform: translateX(-8.5em); -o-transform: translateX(-8.5em); transform: translateX(-8.5em); z-index: 10; }
		.box { background-image: url('../images/header/box.png'); bottom: 2em; left: 50%; width: 30em; height: 30em; -webkit-transform: translateX(-15em); -moz-transform: translateX(-15em); -ms-transform: translateX(-15em); -o-transform: translateX(-15em); transform: translateX(-15em); }

.mob_nav { padding: 3em 0; display: block; visibility: visible; }
	.mn_lvl1 { width: 100%; float: none; } .mn_lvl1 .menu { float: right; }
	.mn_lvl2 { width: 100%; float: none; } .mn_lvl2 .call { float: none; width: auto; text-align: center; margin: 2em 0 0 0; }

.body_nav { padding: 3em 0; display: none; visibility: hidden; }
	.center_nav { padding: 0 5%; width: 100%; margin: 0 auto; }
		.brand { float: left; width: 11.4em; height: 9.4em; }
			.logo:link, .logo:active, .logo:visited, .logo:hover { display: block; width: 100%; height: 100%; background-image: url('../images/lss_logo.png'); background-repeat: no-repeat; background-position: top left; background-size: cover; text-indent: -9999em; }
		.menu { float: left; width: 7em; height: 7em; margin: 1.2em 0 0 3em; background-color: rgb(226,226,226); padding: 1em; }
			.burger_wrap:link, .burger_wrap:active, .burger_wrap:visited, .burger_wrap:hover { display: block; width: 5em; height: 5em; padding: 1em; } .burger_layer { background-color: rgb(96,96,96); display: block; height: 0.5em; margin-top: 0.6em; border-radius: 0.5em; } .burger_wrap:hover .burger_layer { background-color: rgb(50,50,50); }
		.call { float: right; width: 29em; text-align: right; margin: 1.7em 0 0 0; }
			.c1 { font-size: 1.6em; line-height: 1; display: block; } .c2 { font-size: 4.4em; line-height: 1; display: block; }

.menu_container { display: none; border-top: 1px solid rgb(217,217,217); border-bottom: 1px solid rgb(217,217,217); }
	.menu_nav { float: none; padding: 4em 0 1em 0; }
		.navigation { list-style-type: none; margin: 0; padding: 0; }
			.navigation li { margin: 0 0 1.5em 0; }
				.nav_link:link, .nav_link:active, .nav_link:visited { font-size: 2em; text-decoration: none; } .nav_link:hover { text-decoration: underline; color: rgb(50,50,50); }
	.menu_social { float: none; padding: 1em 0 3.5em 0; width: 100%; }


/*==========================================================================
   Base styles: Section Styles
==========================================================================*/
.storage_stage { height: 70em; width: 100%; padding: 0 5%; background-repeat: no-repeat; background-size: auto; } .facilities_management { height: auto; width: 100%; padding: 15% 5%; background-repeat: no-repeat; background-size: auto; }
	.stage_info { width: 100%; text-align: center; padding-top: 5em; } #limpio_fm .stage_info { margin: 0 auto; padding-top: 0; }
		.stage_logo { width: 100%; height: 9em; margin-bottom: 1.2em; background-repeat: no-repeat; background-position: center; background-size: auto; } .facilities_management .stage_logo { height: 10em; } .stage_logo h1 { text-indent: -999999em; }
.section_half { height: auto; width: 100%; float: none; padding: 15% 5%; }
	.section_info { width: 100%; text-align: center; } .lm, .rm { margin: 0 auto; float: none; }

#collection { position: relative; background-image: url('../images/bgs/m1_collection_bg.png'); background-position: -5em bottom; }
#barcoding { background-image: url('../images/bgs/m1_barcoding_bg.png'); background-position: center bottom; }
#storage { background-image: url('../images/bgs/m1_storage_bg.png'); background-position: left bottom; }
#security { background-image: url('../images/bgs/m1_security_bg.png'); background-position: center bottom; }
#ret_del { background-image: url('../images/bgs/m1_retrieval_bg.png'); background-position: center bottom -2em; }
#limpio_cwd { background-image: url('../images/bgs/m1_wesort_blue_bg.png'); }
#limpio_ws { background-image: url('../images/bgs/m1_wesort_green_bg.png'); }
#limpio_cwd, #limpio_ws { background-size: 40em auto; background-position: center bottom; height: 59em; }

.scroll_box { display: none; visibility: hidden; position: absolute; top: 50%; right: 24em; -webkit-transform: translate(12.5em,-12.5em); -moz-transform: translate(12.5em,-12.5em); -ms-transform: translate(12.5em,-12.5em); -o-transform: translate(12.5em,-12.5em); transform: translate(12.5em,-12.5em); width: 25em; height: 25em; background-image: url('../images/box.png'); background-repeat: no-repeat; background-position: top left; background-size: cover; } .rotate_box { -webkit-transform: translate(12.5em,-12.5em) rotate(3deg); -moz-transform: translate(12.5em,-12.5em) rotate(3deg); -ms-transform: translate(12.5em,-12.5em) rotate(3deg); -o-transform: translate(12.5em,-12.5em) rotate(3deg); transform: translate(12.5em,-12.5em) rotate(3deg); }


/*==========================================================================
   Base styles: Footer Section Styles
==========================================================================*/
.body_footer { padding: 8.5em 5%; width: 100%; margin: 0 auto; }
	.footer_left, .footer_right { float: left; width: 100%; text-align: left; } .footer_gap { padding: 1em 0 0 0; }
		.foot_copy { font-size: 1.4em; }
		.icon_link:link, .icon_link:active, .icon_link:visited { float: left; width: 5em; height: 5em; margin: 0 1em 1em 0; opacity: 0.8; } .icon_link:hover { opacity: 1; } .icon_link img { width: 100%; height: auto; display: block; }


/*==========================================================================
   Page styles:
==========================================================================*/
.table { display: block; } .table_cell { display: block; vertical-align: middle; }

.title_wrap { margin: 0 auto; width: 100%; padding: 3.5em 5% 0 5%; }
	.title_wrap .t1 { padding-top: 0; }
.page_bgi { background-repeat: no-repeat; }
#page_collection { height: 45em; background-image: url('../images/bgs/m1_collection_bg.png'); background-position: right -12em bottom; }
#page_barcoding { height: 45em; background-image: url('../images/bgs/m1_barcoding_bg.png'); background-position: center bottom -2em; }
#page_storage { height: 45em; background-image: url('../images/bgs/m1_storage_bg.png'); background-position: left bottom -2em; }
#page_security { height: 45em; background-image: url('../images/bgs/m1_security_bg.png'); background-position: center bottom -0.5em; }
#page_ret_del { height: 45em; background-image: url('../images/bgs/m1_retrieval_bg.png'); background-position: center bottom -1em; }
#page_data { height: 45em; background-image: url('../images/bgs/m1_data_bg.png'); background-position: center bottom -1em; }
#page_document { height: 45em; background-image: url('../images/bgs/m1_documents_bg.png'); background-position: center bottom; }
#page_pallet { height: 45em; background-image: url('../images/bgs/m1_pallet_bg.png'); background-position: center bottom; }

.page_wrap { width: 100%; margin: 0 auto; padding: 8.5em 5%; }
	.page_nav { float: none; display: none; visibility: hidden; }
	.page_info { float: none; width: 100%; text-align: center; }
	.page_list { margin: 0; padding-left: 0; font-size: 1.4em; }
		.list_title { list-style-type: none; margin: 0 0 0.2em 0; }
		.list_item { list-style-type: none; color: rgb(255,255,255); margin: 0 0 0.2em 0; }
		.mob_bull { color: rgb(255,255,255); display: inline-block; visibility: visible; padding-right: 0.5em; }

.page_nav2 ul, .page_nav2 ul li, .page_nav2 ul li a { margin: 0; padding: 0; display: block; position: relative; }
	.page_nav2 ul ul { display: none; } .page_nav2 > ul > li.active > ul { display: block; } .align-right { float: right; }
	.page_nav2 > ul > li > a { padding: 0.6em 0.6em 0.7em 0.6em; cursor: pointer; z-index: 2; font-size: 1.6em; text-decoration: none; color: rgb(36,36,36); background-color: rgb(230,230,230); border-bottom: 1px solid rgb(255,255,255); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
	.page_nav2 > ul > li > a:hover { background-color: rgb(255,255,255); }
	.page_nav2 ul > li.has-sub > a:after { position: absolute; right: 17px; top: 13px; z-index: 5; display: block; height: 16px; width: 4px; background-color: rgb(36,36,36); content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
	.page_nav2 ul > li.has-sub > a:before { position: absolute; right: 11px; top: 19px; display: block; height: 4px; width: 16px; background-color: rgb(36,36,36); content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
	.page_nav2 ul > li.has-sub.open > a:after, .page_nav2 ul > li.has-sub.open > a:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
	.page_nav2 ul ul li a { padding: 0.8em 1.2em; cursor: pointer; z-index: 2; font-size: 1.5em; text-decoration: none; color: rgb(36,36,36); background-color: rgb(230,230,230); border-bottom: 1px solid rgb(255,255,255); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
	.page_nav2 ul ul li a:hover { background-color: rgb(255,255,255); }
	.page_nav2 > ul > li.open > a { background-color: rgb(198,207,70); }
	.page_nav2 ul ul li.active a { background-color: rgb(198,207,70); }
.seo .page_nav2 > ul > li.has-sub a { padding-right: 2.2em; }

.mob_page_nav { width: 100%; display: block; visibility: visible; }
	#pnl, #pnl ul { display: none; height: auto; }
	#pull_page { display: block; padding: 0.8em 1em; cursor: pointer; z-index: 2; font-size: 2em; text-decoration: none; color: rgb(36,36,36); background-color: rgb(198,207,70); position: relative; }
	#pull_page:after { position: absolute; right: 30px; top: 19px; z-index: 5; display: block; height: 22px; width: 6px; background-color: rgb(36,36,36); content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
	#pull_page:before { position: absolute; right: 22px; top: 27px; display: block; height: 6px; width: 22px; background-color: rgb(36,36,36); content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
	#pull_page.mob_open { display: block; }
	#pull_page.open_x:after, #pull_page.open_x:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.info_details, .info_address { margin-top: 2em; } .form { width: 100%; margin-top: 4em; }
	.half_col { width: 100%; float: left; } .col_right { float: left; }
		.cf_input, .cf_textarea { width: 100%; border: 2px solid rgb(255,255,255); background-color: rgb(230,230,230); display: block; padding: 0.8em 1.5em; margin: 0 0 0.8em 0; } .cf_input { height: 3.8em; } .cf_textarea { height: 8.4em; resize: none; }
		.cf_input:focus, .cf_textarea:focus { border-color: rgb(198,207,70); }
		.cf_input.req, .cf_input.req:focus, .cf_textarea.req, .cf_textarea.req:focus { border-color: rgb(215,30,69); }
		::-webkit-input-placeholder { opacity: 0.8; color: rgb(36,36,36); } ::-moz-placeholder { opacity: 0.8; color: rgb(36,36,36); } :-ms-input-placeholder { opacity: 0.8; color: rgb(36,36,36); } :-moz-placeholder { opacity: 0.8; color: rgb(36,36,36); }
		.cf_button { background-color: rgb(255,255,255); cursor: pointer; height: 3.8em; text-align: center; display: block; text-transform: uppercase; border: none; width: 100%; } .cf_button:hover { background-color: rgb(198,207,70); }
.map { margin-top: 3em; width: 100%; height: 35em; border: 2px solid rgb(255,255,255); background-color: rgb(198,207,70); }

.news_archive { width: 48%; float: left; }
.share-buttons { width: 48%; float: right; text-align: right; }

.news_list_container { width: 100%; height: 100%; }
	.news_item:link, .news_item:active, .news_item:visited { display: block; width: 100%; margin: 0 0 0.5em 0; text-decoration: none; float: left; border-bottom: 2px solid rgb(255,255,255); padding: 1.7em 2em; text-decoration: none; } .ni_title { font-size: 2em; }
	.news_item:hover { border-bottom: 2px solid rgb(198,207,70); }

.gallery_grid { margin: 0; padding: 0; }
	.gallery_item { list-style-type: none; margin: 2% 2% 0 0; padding: 0; float: left; width: 48%; height: 24em; }
		.gallery_link:link, .gallery_link:active, .gallery_link:visited, .gallery_link:hover { display: block; width: 100%; height: 100%; }
		.gallery_img { display: block; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; }
@media screen and (min-width:401px) {
	.storage_stage { height: 73em; }
	#security { background-position: center 36em; }
	#ret_del { background-position: center 39em; }
	#page_collection { background-position: right -5em bottom; }
	.t1 { font-size: 1.7em; } .t2 { font-size: 3.4em; padding: 0 5%; } .i1 { font-size: 3.4em; } .i2, .i3, .page_list { font-size: 1.5em; }
	.body_header { height: 75em; } .type1 { top: 39%; left: 25%; } .type2 { top: 19%; } .type3 { top: 39%; left: 75%; }
	#limpio_cwd, #limpio_ws { background-size: 50em auto; height: 62em; }
}
@media screen and (min-width:501px) {
	.mbc { width: 28em; } .body_header { height: 70em; } .t1 { padding-top: 2em; } .box { bottom: 2em; } .type1 { top: 44%; width: 18em; height: 13em; -webkit-transform: translateX(-9em); -moz-transform: translateX(-9em); -ms-transform: translateX(-9em); -o-transform: translateX(-9em); transform: translateX(-9em); } .type2 { top: 22%; width: 18em; height: 13em; -webkit-transform: translateX(-9em); -moz-transform: translateX(-9em); -ms-transform: translateX(-9em); -o-transform: translateX(-9em); transform: translateX(-9em); } .type3 { top: 44%; width: 18em; height: 13em; -webkit-transform: translateX(-9em); -moz-transform: translateX(-9em); -ms-transform: translateX(-9em); -o-transform: translateX(-9em); transform: translateX(-9em); }
	.storage_stage { height: 80em; } .stage_info { padding-top: 8%; } .facilities_management, .section_half { padding: 10% 5%; }
	#collection { background-image: url('../images/bgs/m2_collection_bg.png'); background-position: center bottom; }
	#barcoding { background-image: url('../images/bgs/m2_barcoding_bg.png'); background-position: center bottom; }
	#storage { background-image: url('../images/bgs/m2_storage_bg.png'); background-position: left bottom; }
	#security { background-image: url('../images/bgs/m2_security_bg.png'); background-position: center bottom; }
	#ret_del { background-image: url('../images/bgs/m2_retrieval_bg.png'); background-position: center bottom; }
	#page_collection { background-image: url('../images/bgs/m2_collection_bg.png'); background-position: right -20em bottom; height: 58em; }
	#page_barcoding { background-image: url('../images/bgs/m2_barcoding_bg.png'); background-position: center bottom -1em; height: 60em; }
	#page_storage { background-image: url('../images/bgs/m2_storage_bg.png'); background-position: left bottom -1em; height: 62em; }
	#page_security { background-image: url('../images/bgs/m2_security_bg.png'); background-position: center bottom -0.5em; height: 60em; }
	#page_ret_del { background-image: url('../images/bgs/m2_retrieval_bg.png'); background-position: center bottom -1em; height: 60em; }
	#page_data { background-image: url('../images/bgs/m2_data_bg.png'); background-position: center bottom -3em; height: 55em; }
	#page_document { background-image: url('../images/bgs/m2_documents_bg.png'); background-position: center bottom -3em; height: 55em; }
	#page_pallet { background-image: url('../images/bgs/m2_pallet_bg.png'); background-position: center bottom -3em; height: 55em; }
	.t1 { font-size: 1.8em; } .t2, .i1 { font-size: 3.6em; } .i2, .i3, .page_list { font-size: 1.6em; }
	.menu_nav { float: left; padding: 4em 0 2.5em 0; } .menu_social { float: right; padding: 4em 0 2.5em 0; width: 14em; } .menu_social .icon_link { float: right; }
}
@media screen and (min-width:601px) {
	.body_header { height: 65em; } .t2 { padding: 0; } .t1 { padding-top: 2.5em; } .type1 { top: 38%; left: 17.5%; } .type3 { top: 38%; left: 82.5%; } .type2 { top: 20%; }
	.mn_lvl1 { width: auto; float: left; } .mn_lvl1 .menu { float: left; }
	.mn_lvl2 { width: auto; float: right; } .mn_lvl2 .call { width: 29em; text-align: right; margin: 1.7em 0 0 0; }
	.footer_left, .footer_right { float: left; width: 50%; } .footer_right { text-align: right; }
		.icon_link:link, .icon_link:active, .icon_link:visited, .icon_link:hover { float: right; margin: 0 0 1em 1em; }
		.footer_left .icon_link { float: left; margin: 0 1em 1em 0; }
	#page_collection { background-position: right -16em bottom; height: 56.5em; }
	#page_storage { background-position: left bottom; height: 60em; }
	#page_security { background-position: center bottom; height: 57em; }
	#page_ret_del { background-position: center bottom; height: 57em; }
	#page_data { background-position: center bottom -5em; height: 50em; }
	#page_document { background-position: center bottom -1em; }
	.half_col { width: 48%; } .col_right { float: right; }
	#limpio_cwd { background-image: url('../images/bgs/m2_wesort_blue_bg.png'); }
	#limpio_ws { background-image: url('../images/bgs/m2_wesort_green_bg.png'); }
	#limpio_cwd, #limpio_ws { background-size: 60em auto; background-position: center bottom; height: 62em; }
}
@media screen and (min-width:701px) {
	.t1 { padding-top: 3.5em; } .type1, .type3 { top: 40%; } .type2 { top: 26%; } .box { bottom: -4em; }
	.mob_nav { display: none; visibility: hidden; } .body_nav { display: block; visibility: visible; }
	.mob_page_nav { display: none; visibility: hidden; } .page_nav { width: 35%; float: left; display: block; visibility: visible; } .page_info { width: 60%; float: right; text-align: left; }
	#page_collection { background-position: right -10em bottom; height: 55em; }
	#page_barcoding { background-position: center bottom -1.5em; height: 55em; }
	#page_pallet { background-position: center bottom -3em; height: 52em; }
	#page_document { background-position: center bottom; }
	.list_item { list-style-type: disc; margin: 0 0 0.2em 1em; } .mob_bull { display: none; visibility: hidden; }
	.menu_social { width: 26em; }
	.half_col { width: 100%; } .col_right { float: left; }
	#limpio_cwd, #limpio_ws { background-size: 74em auto; height: 68em; }
}
@media screen and (min-width:801px) {
	.table { display: table; } .table_cell { display: table-cell; }
	#limpio_fm { padding: 0 5%; } .storage_stage { height: 65em; } .section_half { height: 60em; width: 50%; float: left; padding: 0; } .stage_info { width: 35em; padding-top: 0; } .section_info { width: 34em; padding-top: 0; } .scroll_box { display: block; visibility: visible; }
	#collection { background-image: url('../images/bgs/collection_bg.png'); background-position: 170% 48%; }
	#barcoding { background-image: url('../images/bgs/barcoding_bg.png'); background-position: 96% 38%; }
	#storage { background-image: url('../images/bgs/storage_bg.png'); background-position: -557% bottom; }
	#security { background-image: url('../images/bgs/security_bg.png'); background-position: 98% 32%; }
	#ret_del { background-image: url('../images/bgs/retrieval_bg.png'); background-position: 302% 48%; }
	#limpio_cwd, #limpio_ws { background-size: 75% auto; background-position: right -8em center; }
	.page_nav { width: 33%; } .page_info { width: 63%; }
	.title_wrap { padding: 17em 5% 0 5%; } .title_wrap .t1, .title_wrap .t2 { max-width: 45%; text-align: left; } .title_wrap .t1 { font-size: 2em; } .title_wrap .t2 { font-size: 4.2em; }
	#page_collection { background-position: right -22em bottom; height: 50em; }
	#page_barcoding { background-position: right -12em bottom; height: 50em; }
	#page_storage { background-position: right -30em bottom; height: 55em; }
	#page_security { background-position: right -12em bottom 1em; height: 50em; }
	#page_ret_del { background-position: right -20em bottom; height: 55em; }
	#page_data { background-position: right -20em bottom; }
	#page_pallet { background-position: right -15em bottom; height: 50em; }
	#page_document { background-position: right -20em bottom 1em; height: 50em; }
	.type1 { left: 15%; width: 20em; height: 14em; -webkit-transform: translateX(-10em); -moz-transform: translateX(-10em); -ms-transform: translateX(-10em); -o-transform: translateX(-10em); transform: translateX(-10em); }
	.type2 { width: 20em; height: 14em; -webkit-transform: translateX(-10em); -moz-transform: translateX(-10em); -ms-transform: translateX(-10em); -o-transform: translateX(-10em); transform: translateX(-10em); }
	.type3 { left: 85%; width: 20em; height: 14em; -webkit-transform: translateX(-10em); -moz-transform: translateX(-10em); -ms-transform: translateX(-10em); -o-transform: translateX(-10em); transform: translateX(-10em); }
	.box { bottom: -8em; width: 36em; height: 36em; -webkit-transform: translateX(-18em); -moz-transform: translateX(-18em); -ms-transform: translateX(-18em); -o-transform: translateX(-18em); transform: translateX(-18em); }
}
@media screen and (min-width:901px) {
	.stage_info { width: 40em; } .scroll_box { right: 29em; }
	#collection { background-position: 135% 48%; }
	#barcoding { background-position: 97% 38%; }
	#storage { background-position: 1877% bottom; }
	#security { background-position: 97% 32%; }
	#ret_del { background-position: 210% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right -10em center; }
	.box { bottom: -10em; }
	.page_nav { width: 30%; } .page_info { width: 65%; }
	.title_wrap { padding: 20em 5% 0 5%; }
	#page_collection { background-position: right -20em bottom; height: 55em; }
	#page_document { background-position: right -15em bottom 1em; }
	.half_col { width: 48%; } .col_right { float: right; }
	.type1, .type3 { top: 44%; }
}
@media screen and (min-width:1001px) {
	.stage_info { width: 42em; } .scroll_box { right: 36.5em; }
	#collection { background-position: 110% 48%; }
	#barcoding { background-position: 95% 45%; }
	#storage { background-position: 397% bottom; }
	#security { background-position: 94% 36%; }
	#ret_del { background-position: 160% 48%; }
	#limpio_cwd, #limpio_ws { background-size: auto; background-position: right -9em center; }
	.center_nav, .body_footer, .page_wrap, .title_wrap { max-width: 110em; }
	.title_wrap .t1, .title_wrap .t2 { max-width: 40%; }
	#page_collection { background-position: right -10em bottom; }
	#page_barcoding { background-position: right -10em bottom; }
	#page_storage { background-position: right -20em bottom; height: 50em; }
	#page_security { background-position: right -10em bottom 1em; }
	#page_ret_del { background-position: right -15em bottom; height: 50em; }
	#page_data { background-position: right -15em bottom; }
	#page_pallet { background-position: right -5em bottom; }
	#page_document { background-position: right -10em bottom 1em; }
	.type1 { left: 17.5%; } .type3 { left: 82.5%; }
}
@media screen and (min-width:1101px) {
	.storage_stage, .facilities_management { padding: 0; }
	.stage_info, #limpio_fm .stage_info { margin: 0 0 0 8%; } .scroll_box { right: 43.25em; }
	#collection { background-position: 96% 48%; }
	#barcoding { background-position: 90% 45%; }
	#storage { background-position: 235% bottom; }
	#security { background-position: 86% 36%; }
	#ret_del { background-position: 133% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right -7em center; }
	#page_collection { background-position: right -5em bottom; }
	#page_storage { background-position: right -15em bottom; }
	#page_security { background-position: right -8em bottom 1em; }
	#page_ret_del { background-position: right -10em bottom; }
	#page_data { background-position: right -10em bottom; }
	#page_document { background-position: right -5em bottom 1em; }
	.type1 { left: 20%; } .type3 { left: 80%; }
}
@media screen and (min-width:1201px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 10%; } .scroll_box { right: 47.5em; }
	#collection { background-position: 90% 48%; }
	#barcoding { background-position: 86% 45%; }
	#storage { background-position: 180% bottom; }
	#security { background-position: 82% 36%; }
	#ret_del { background-position: 120% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right -4em center; }
	.lm { margin: 0 23% 0 0; float: right; } .rm { margin: 0 0 0 23%; float: left; }
	#page_collection { background-position: right bottom; }
	#page_barcoding { background-position: right -7em bottom; }
	#page_storage { background-position: right -10em bottom; }
	#page_security { background-position: right -4em bottom 1em; }
	#page_ret_del { background-position: right -5em bottom; }
	#page_data { background-position: right -5em bottom; }
	#page_pallet { background-position: right bottom; }
	#page_document { background-position: right bottom 1em; }
}
@media screen and (min-width:1301px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 14%; } .scroll_box { right: 50em; }
	#collection { background-position: 88% 48%; }
	#barcoding { background-position: 85% 45%; }
	#storage { background-position: 155% bottom; }
	#security { background-position: 84% 36%; }
	#ret_del { background-position: 113% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right center; }
	.lm { margin: 0 20% 0 0; } .rm { margin: 0 0 0 20%; }
	#page_collection { background-position: right 5em bottom; }
	#page_barcoding { background-position: right bottom; }
	#page_storage { background-position: right -5em bottom; }
	#page_security { background-position: right bottom 1em; }
	#page_ret_del { background-position: right bottom; }
	#page_data { background-position: right bottom; }
	#page_pallet { background-position: right 5em bottom; }
	#page_document { background-position: right 5em bottom 1em; }
	.type1 { left: 22.5%; } .type3 { left: 77.5%; }
}
@media screen and (min-width:1401px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 18%; } .scroll_box { right: 52.75em; }
	#collection { background-position: 86% 48%; }
	#storage { background-position: 139% bottom; }
	#ret_del { background-position: 108% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 4em center; }
	.lm { margin: 0 15% 0 0; } .rm { margin: 0 0 0 15%; }
	#page_collection { background-position: right 10em bottom; }
	#page_barcoding { background-position: right 7em bottom; }
	#page_storage { background-position: right bottom; }
	#page_security { background-position: right 4em bottom 1em; }
	#page_ret_del { background-position: right 5em bottom; }
	#page_data { background-position: right 5em bottom; }
	#page_pallet { background-position: right 10em bottom; }
	#page_document { background-position: right 10em bottom 1em; }
	.type1 { left: 25%; } .type3 { left: 75%; }
}
@media screen and (min-width:1501px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 20%; } .scroll_box { right: 57em; }
	#collection { background-position: 83% 48%; }
	#barcoding { background-position: 84% 45%; }
	#storage { background-position: 126% bottom; }
	#security { background-position: 82% 36%; }
	#ret_del { background-position: 102% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 7em center; }
	#page_collection { background-position: right 15em bottom; }
	#page_barcoding { background-position: right 11em bottom; }
	#page_security { background-position: right 14em bottom 1em; }
	#page_ret_del { background-position: right 10em bottom; }
	#page_data { background-position: right 10em bottom; }
	#page_pallet { background-position: right 15em bottom; }
	#page_document { background-position: right 15em bottom 1em; }
	.type1 { left: 27.5%; } .type3 { left: 72.5%; }
}
@media screen and (min-width:1601px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 21%; } .scroll_box { right: 64em; }
	#collection { background-position: 78% 48%; }
	#barcoding { background-position: 80% 45%; }
	#storage { background-position: 113% bottom; }
	#security { background-position: 76% 36%; }
	#ret_del { background-position: 95% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 11em center; }
	.lm { margin: 0 16% 0 0; } .rm { margin: 0 0 0 16%; }
	#page_collection { background-position: right 20em bottom; }
	#page_barcoding { background-position: right 16em bottom; }
	#page_security { background-position: right 20em bottom 1em; }
	#page_ret_del { background-position: right 15em bottom; }
	#page_data { background-position: right 15em bottom; }
	#page_pallet { background-position: right 20em bottom; }
	#page_document { background-position: right 20em bottom 1em; }
}
@media screen and (min-width:1701px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 22.5%; } .scroll_box { right: 69.5em; }
	#collection { background-position: 75% 48%; }
	#barcoding { background-position: 77% 45%; }
	#storage { background-position: 105% bottom; }
	#security { background-position: 74% 36%; }
	#ret_del { background-position: 90% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 16em center; }
	.lm { margin: 0 15% 0 0; } .rm { margin: 0 0 0 15%; }
	#page_collection { background-position: right 25em bottom; }
	#page_barcoding { background-position: right 21em bottom; }
	#page_security { background-position: right 25em bottom 1em; }
	#page_ret_del { background-position: right 20em bottom; }
	#page_data { background-position: right 20em bottom; }
	#page_pallet { background-position: right 25em bottom; }
	#page_document { background-position: right 25em bottom 1em; }
	.type1 { left: 30%; } .type3 { left: 70%; }
}
@media screen and (min-width:1801px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 24%; } .scroll_box { right: 73.5em; }
	#collection { background-position: 74% 48%; }
	#storage { background-position: 100% bottom; }
	#ret_del { background-position: 87.5% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 22em center; }
	#page_collection { background-position: right 30em bottom; }
	#page_barcoding { background-position: right 26em bottom; }
	#page_security { background-position: right 30em bottom 1em; }
	#page_ret_del { background-position: right 25em bottom; }
	#page_data { background-position: right 25em bottom; }
	#page_pallet { background-position: right 30em bottom; }
	#page_document { background-position: right 30em bottom 1em; }
}
@media screen and (min-width:1901px) {
	.stage_info, #limpio_fm .stage_info  { margin: 0 0 0 25.5%; } .scroll_box { right: 77.5em; }
	#collection { background-position: 73% 48%; }
	#barcoding { background-position: 76% 45%; }
	#storage { background-position: 96% bottom; }
	#security { background-position: 73% 36%; }
	#ret_del { background-position: 85.5% 48%; }
	#limpio_cwd, #limpio_ws { background-position: right 30em center; }
	.lm { margin: 0 17% 0 0; } .rm { margin: 0 0 0 17%; }
	#page_collection { background-position: right 35em bottom; }
	#page_barcoding { background-position: right 34em bottom; }
	#page_security { background-position: right 35em bottom 1em; }
	#page_ret_del { background-position: right 30em bottom; }
	#page_data { background-position: right 30em bottom; }
	#page_pallet { background-position: right 35em bottom; }
	#page_document { background-position: right 35em bottom 1em; }
	.type1 { left: 31.5%; } .type3 { left: 68.5%; }
}
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
  .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; }
}
.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }