/*==========================================================================
   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%; }