/*******************************************************************************
\file templates.css
\author Benson Tan
\par bensontan.1989\@gmail.com
\date Aug 09, 2013
\brief
This css contain the master pages of the CMS-longxin

Copyright (C) 20xx DPM. 
Reproduction or disclosure of this file or its contents without the 
prior written consent of DPM is prohibited. 
*******************************************************************************/
/* Reset css -----------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* line 28, ../../scss/Base/_master.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 32, ../../scss/Base/_master.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../../scss/Base/_master.scss */
ol, ul {
  list-style: none;
}

/* line 34, ../../scss/Base/_master.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../../scss/Base/_master.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 36, ../../scss/Base/_master.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End of reset css -----------------------------------------------------------------*/
/* My Master Page */
/* Body Structure -------------------------------------------------------------------*/
/* line 44, ../../scss/Base/_master.scss */
* {
  *behavior: url("../Scripts/boxsizing.htc");
  /* This is to support ie7 */
  -webkit-box-sizing: border-box;
  /* Safari  */
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 54, ../../scss/Base/_master.scss */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*body, html { overflow-x:hidden; }*/
/* line 64, ../../scss/Base/_master.scss */
body {
  overflow-x: hidden;
  font: 62.5% 'Open Sans', sans-serif;
  text-align: left;
  line-height: 1;
  min-height: 100%;
  width: 100%;
  height: auto;
}

/* line 74, ../../scss/Base/_master.scss */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
}

/* Position & Container --------------------------------------------------------------*/
/* line 79, ../../scss/Base/_master.scss */
.clear {
  clear: both;
}

/* line 80, ../../scss/Base/_master.scss */
.right {
  float: right;
}

/* line 81, ../../scss/Base/_master.scss */
.left {
  float: left;
}

/* line 83, ../../scss/Base/_master.scss */
.margin {
  margin: 0 auto;
}

/* line 84, ../../scss/Base/_master.scss */
.top {
  vertical-align: top;
}

/* line 85, ../../scss/Base/_master.scss */
.bottom {
  vertical-align: bottom;
}

/* line 87, ../../scss/Base/_master.scss */
.border {
  border: 1px solid #d0d0d0;
}

/* line 88, ../../scss/Base/_master.scss */
.container {
  width: 100%;
  height: auto;
}

/* line 89, ../../scss/Base/_master.scss */
.container100 {
  width: 100%;
  height: 100%;
}

/* line 91, ../../scss/Base/_master.scss */
.inline {
  display: inline;
}

/* line 92, ../../scss/Base/_master.scss */
.inlineblock {
  display: inline-block;
}

/* line 93, ../../scss/Base/_master.scss */
.block {
  display: block;
}

/*#header_wrap #menu_btm { width: 100%; height: auto; text-align: justify; float: left;  }
#header_wrap #menu_btm a { color: #d7c06e;  display: inline-block;  *display: inline; width: auto; zoom: 1; }*/
/* line 97, ../../scss/Base/_master.scss */
.stretcher {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* Text -----------------------------------------------------------------------------*/
/* line 107, ../../scss/Base/_master.scss */
.unbold {
  font-weight: normal;
}

/* line 108, ../../scss/Base/_master.scss */
.bold700 {
  font-weight: 700;
}

/* line 109, ../../scss/Base/_master.scss */
.bold800 {
  font-weight: 800;
}

/* line 110, ../../scss/Base/_master.scss */
.bold {
  font-weight: bold;
}

/* line 112, ../../scss/Base/_master.scss */
.lineheight20 {
  line-height: 2.0;
}

/* line 113, ../../scss/Base/_master.scss */
.lineheight15 {
  line-height: 1.5;
}

/* line 114, ../../scss/Base/_master.scss */
.lineheight10 {
  line-height: 1.0;
}

/* line 116, ../../scss/Base/_master.scss */
.justify {
  text-align: justify;
}

/* line 117, ../../scss/Base/_master.scss */
.center {
  text-align: center !important;
}

/* line 119, ../../scss/Base/_master.scss */
.px10 {
  font-size: 10px;
}

/* line 120, ../../scss/Base/_master.scss */
.px11 {
  font-size: 11px;
}

/* line 121, ../../scss/Base/_master.scss */
.px12 {
  font-size: 12px;
}

/* line 122, ../../scss/Base/_master.scss */
.px13 {
  font-size: 13px;
}

/* line 123, ../../scss/Base/_master.scss */
.px14 {
  font-size: 14px;
}

/* line 124, ../../scss/Base/_master.scss */
.px15 {
  font-size: 15px;
}

/* line 125, ../../scss/Base/_master.scss */
.px16 {
  font-size: 16px;
}

/* line 126, ../../scss/Base/_master.scss */
.px17 {
  font-size: 17px;
}

/* line 127, ../../scss/Base/_master.scss */
.px18 {
  font-size: 18px;
}

/* line 128, ../../scss/Base/_master.scss */
.px19 {
  font-size: 19px;
}

/* line 129, ../../scss/Base/_master.scss */
.px20 {
  font-size: 20px;
}

/* line 130, ../../scss/Base/_master.scss */
.px21 {
  font-size: 21px;
}

/* line 131, ../../scss/Base/_master.scss */
.px22 {
  font-size: 22px;
}

/* line 132, ../../scss/Base/_master.scss */
.px23 {
  font-size: 23px;
}

/* line 133, ../../scss/Base/_master.scss */
.px24 {
  font-size: 24px;
}

/* Dropdown -------------------------------------------------------------------------*/
/* line 136, ../../scss/Base/_master.scss */
.dropdownList {
  position: relative;
  color: #6a6a6a;
  cursor: pointer;
}

/* line 137, ../../scss/Base/_master.scss */
.dropdownList a {
  position: relative;
  z-index: 998;
}

/* line 138, ../../scss/Base/_master.scss */
.dropdownList > div {
  position: static;
  z-index: 999;
  width: 100%;
  display: none;
}

/* line 140, ../../scss/Base/_master.scss */
.dropdownList > div ul {
  width: auto;
  height: auto;
  opacity: 0.6;
}

/* line 141, ../../scss/Base/_master.scss */
.dropdownList > div ul li {
  width: auto;
  text-align: center;
  border-bottom: 1px solid #085c3b;
  line-height: 1.5;
}

/* line 142, ../../scss/Base/_master.scss */
.dropdownList > div ul li > a {
  color: white;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  transition: color 1s;
  display: inline-block;
}

/* line 143, ../../scss/Base/_master.scss */
.dropdownList > div ul li > a:hover {
  color: #ffde45;
  text-decoration: none;
}

/* line 146, ../../scss/Base/_master.scss */
.nav_bar {
  padding: 10px 15px;
}

/* line 147, ../../scss/Base/_master.scss */
#login-nav {
  display: none;
}

@media (min-width: 768px) {
  /* line 152, ../../scss/Base/_master.scss */
  #services-nav {
    left: -100px;
  }

  /* line 153, ../../scss/Base/_master.scss */
  #contact-nav {
    right: 33px;
  }

  /* line 154, ../../scss/Base/_master.scss */
  #about-nav {
    left: -66px;
  }

  /* line 155, ../../scss/Base/_master.scss */
  #product-nav {
    left: -66px;
  }

  /* line 158, ../../scss/Base/_master.scss */
  .dropdownList > div {
    position: absolute;
    top: 32px;
  }

  /* line 159, ../../scss/Base/_master.scss */
  .dropdownList > div ul {
    opacity: inherit;
  }

  /* line 160, ../../scss/Base/_master.scss */
  .dropdownList > div ul li {
    background: #07965e;
  }

  /* line 162, ../../scss/Base/_master.scss */
  .nav_bar {
    width: 210px !important;
  }
}
@media (min-width: 992px) {
  /* line 167, ../../scss/Base/_master.scss */
  #services-nav {
    left: -71px;
  }

  /* line 168, ../../scss/Base/_master.scss */
  #contact-nav {
    left: -57px;
  }

  /* line 169, ../../scss/Base/_master.scss */
  #about-nav {
    left: -66px;
  }

  /* line 170, ../../scss/Base/_master.scss */
  #product-nav {
    left: -66px;
  }

  /* line 172, ../../scss/Base/_master.scss */
  .nav_bar {
    width: 210px !important;
  }
}
/* SubDropdown ----------------------------------------------------------------------*/
/* line 177, ../../scss/Base/_master.scss */
.subdropdownlist {
  position: relative;
  color: #6a6a6a;
  cursor: pointer;
}

/* line 178, ../../scss/Base/_master.scss */
.subdropdownlist a {
  position: relative;
  z-index: 998;
  color: #6a6a6a;
}

/* line 179, ../../scss/Base/_master.scss */
.subdropdownlist span {
  position: absolute;
  top: 10px;
  left: 139px;
  z-index: 999;
  width: 230px;
  display: none;
}

/* line 181, ../../scss/Base/_master.scss */
.subdropdownlist span ul {
  width: 100%;
  height: auto;
}

/* line 182, ../../scss/Base/_master.scss */
.subdropdownlist span ul li {
  width: 100%;
  text-align: center;
  padding-top: 5px !important;
}

/* line 183, ../../scss/Base/_master.scss */
.subdropdownlist span ul li a {
  color: #6a6a6a;
  cursor: pointer;
}

/* line 184, ../../scss/Base/_master.scss */
.subdropdownlist span ul li a:hover {
  color: #c0c0c0;
}

/* Form -----------------------------------------------------------------------------*/
/* line 188, ../../scss/Base/_master.scss */
.pointer {
  cursor: pointer;
}

/* line 189, ../../scss/Base/_master.scss */
textarea {
  resize: none;
}

/*input[type="text"], input[type="password"], textarea {
         border:1px solid #ccc; 
        -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    background: rgba(255,255,255,0.5);
}*/
/* line 204, ../../scss/Base/_master.scss */
input[type="submit"] {
  border: none;
  padding: 0;
}

/* Table  ---------------------------------------------------------------------------*/
/* Shape ----------------------------------------------------------------------------*/
/* line 208, ../../scss/Base/_master.scss */
.radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 209, ../../scss/Base/_master.scss */
.radius-top-left {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}

/* line 210, ../../scss/Base/_master.scss */
.radius-top-right {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

/* line 211, ../../scss/Base/_master.scss */
.radius-bottom-left {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

/* line 212, ../../scss/Base/_master.scss */
.radius-bottom-right {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

/* line 215, ../../scss/Base/_master.scss */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

/* line 221, ../../scss/Base/_master.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
}

/* line 227, ../../scss/Base/_master.scss */
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #7b7b7b;
}

/* line 233, ../../scss/Base/_master.scss */
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #7b7b7b;
}

/* Shadow & Gradient ----------------------------------------------------------------*/
/* line 242, ../../scss/Base/_master.scss */
.gradient {
  background: #d41e1e;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d41e1e", endColorstr='#900f0f');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d41e1e), to(#900f0f));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d41e1e, #900f0f);
  /* for firefox 3.6+ */
}

/* line 250, ../../scss/Base/_master.scss */
.inner-shadow {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}

/* line 256, ../../scss/Base/_master.scss */
.drop-shadow {
  -moz-box-shadow: 0px 4px 10px -2px black;
  -webkit-box-shadow: 0px 4px 10px -2px black;
  box-shadow: 0px 4px 10px -2px black;
}

/* line 262, ../../scss/Base/_master.scss */
.text-shadow {
  text-shadow: 1px 1px #00294e;
}

/* line 264, ../../scss/Base/_master.scss */
.img-shadow {
  position: relative;
}

/* line 265, ../../scss/Base/_master.scss */
.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 273, ../../scss/Base/_master.scss */
.img-shadow img {
  float: left;
}

/* line 275, ../../scss/Base/_master.scss */
.max-width {
  width: 100%;
}

/* Table  ---------------------------------------------------------------------------*/
/* line 280, ../../scss/Base/_master.scss */
td, th {
  padding: 0;
}

/* Struture Setting -----------------------------------------------------------------*/
/* line 284, ../../scss/Base/_master.scss */
img {
  display: block;
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 288, ../../scss/Base/_master.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 290, ../../scss/Base/_master.scss */
a {
  background: transparent;
  text-decoration: none;
}

/* line 291, ../../scss/Base/_master.scss */
a:hover, a:active {
  outline: 0;
}

/* line 294, ../../scss/Base/_master.scss */
a img {
  border: 0;
}

/* line 296, ../../scss/Base/_master.scss */
.rollover {
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

/* line 297, ../../scss/Base/_master.scss */
.rollover:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 302, ../../scss/Base/_master.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 308, ../../scss/Base/_master.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 314, ../../scss/Base/_master.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 320, ../../scss/Base/_master.scss */
[hidden], template {
  display: none;
}

/* End of Table Structure -----------------------------------------------------------*/
/* line 354, ../../scss/Base/_master.scss */
.text-xs-left {
  text-align: left;
}

/* line 355, ../../scss/Base/_master.scss */
.text-xs-right {
  text-align: right;
}

/* line 356, ../../scss/Base/_master.scss */
.text-xs-center {
  text-align: center;
}

/* line 357, ../../scss/Base/_master.scss */
.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  /* line 360, ../../scss/Base/_master.scss */
  .text-sm-left {
    text-align: left;
  }

  /* line 361, ../../scss/Base/_master.scss */
  .text-sm-right {
    text-align: right;
  }

  /* line 362, ../../scss/Base/_master.scss */
  .text-sm-center {
    text-align: center;
  }

  /* line 363, ../../scss/Base/_master.scss */
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  /* line 367, ../../scss/Base/_master.scss */
  .text-md-left {
    text-align: left;
  }

  /* line 368, ../../scss/Base/_master.scss */
  .text-md-right {
    text-align: right;
  }

  /* line 369, ../../scss/Base/_master.scss */
  .text-md-center {
    text-align: center;
  }

  /* line 370, ../../scss/Base/_master.scss */
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  /* line 374, ../../scss/Base/_master.scss */
  .text-lg-left {
    text-align: left;
  }

  /* line 375, ../../scss/Base/_master.scss */
  .text-lg-right {
    text-align: right;
  }

  /* line 376, ../../scss/Base/_master.scss */
  .text-lg-center {
    text-align: center;
  }

  /* line 377, ../../scss/Base/_master.scss */
  .text-lg-justify {
    text-align: justify;
  }
}
/* line 1, ../../scss/Base/_masterpage.scss */
.btn-kl {
  padding: 12px 40px;
  color: white;
  font-size: 14px;
  background: #b9a079;
  border-radius: 20px;
  width: 160px;
  text-align: center;
  border: none;
}

/* line 7, ../../scss/Base/_masterpage.scss */
.btn-kl:hover {
  color: white;
  text-decoration: none;
  background: #6e5e46;
}

/* line 8, ../../scss/Base/_masterpage.scss */
.btn-kl-pos-center {
  margin: 0 auto;
  display: block;
}

/* line 13, ../../scss/Base/_masterpage.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 17, ../../scss/Base/_masterpage.scss */
#backtotop {
  display: none;
  z-index: 999;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 25px;
  right: 10px;
  background: #b9a079;
  padding: 9px 0 0 13px;
}

/* line 18, ../../scss/Base/_masterpage.scss */
#backtotop > span {
  color: #fff;
}

/* line 21, ../../scss/Base/_masterpage.scss */
.footer-sitemap-container {
  position: relative;
}

/* line 22, ../../scss/Base/_masterpage.scss */
.footer-social {
  padding: 10px 18.5px;
  color: #FFFFFF;
  background: #fab702;
  top: -71px;
  left: 0;
  position: absolute;
}

/* line 31, ../../scss/Base/_masterpage.scss */
.footer-social label {
  font-size: 13px;
  margin-right: 10px;
  color: #222222;
}

/* line 37, ../../scss/Base/_masterpage.scss */
.footer-social a {
  margin-right: 3px;
  color: #000;
}

/* line 42, ../../scss/Base/_masterpage.scss */
.footer-social:after {
  border-right: 9px solid #777777;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
}

/* Start of Footer Sitemap */
/* line 2, ../../scss/Master/_footer.scss */
.footer-sitemap {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background: #117251;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#117251, #4e8531);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#117251, #4e8531);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#117251, #4e8531);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#117251, #4e8531);
  /* Standard syntax */
}

/* line 9, ../../scss/Master/_footer.scss */
.footer-sitemap li {
  margin-bottom: 30px;
}

/* line 10, ../../scss/Master/_footer.scss */
.footer-header {
  color: white;
  font-size: 20px;
  display: inline-block;
  margin: 0 0 40px 0;
  display: block;
}

/* line 12, ../../scss/Master/_footer.scss */
.footer-link {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

/* line 13, ../../scss/Master/_footer.scss */
.footer-link:hover {
  color: #ffde45;
  text-decoration: none;
}

/* line 15, ../../scss/Master/_footer.scss */
.footer-info {
  font-size: 14px;
  color: white;
  line-height: 1.5;
}

/* line 16, ../../scss/Master/_footer.scss */
.footer-info > .span-icon {
  padding-right: 1em;
  font-size: 20px;
}

/* line 18, ../../scss/Master/_footer.scss */
.footer-email {
  color: white;
}

/* line 19, ../../scss/Master/_footer.scss */
.footer-email:hover {
  color: #ffde45;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 23, ../../scss/Master/_footer.scss */
  .footer-header {
    margin: 10px 0 40px 0;
  }
}
@media (min-width: 992px) {
  /* line 28, ../../scss/Master/_footer.scss */
  .footer-header {
    margin: 0 0 40px 0;
  }
}
/* Start of Footer Footer */
/* line 33, ../../scss/Master/_footer.scss */
.footer-footer {
  line-height: 1.5;
  margin: 40px 0;
  width: 100%;
  height: auto;
  color: #838383;
  font-size: 14px;
  padding: 0 15px;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 40, ../../scss/Master/_footer.scss */
  .footer-footer {
    text-align: center;
  }
}
/* line 1, ../../scss/Master/_Navigation.scss */
.nav-kl-container {
  width: 100%;
  position: relative;
}

/* line 5, ../../scss/Master/_Navigation.scss */
.navbar-kl-top {
  background: white;
  margin-top: 20px;
  max-height: 90px;
  height: 90px;
  position: relative;
  z-index: 2;
}

/* line 14, ../../scss/Master/_Navigation.scss */
.navbar-kl-btm {
  background: #5d9e3a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #07965e, #5d9e3a, #07965e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #07965e, #5d9e3a, #07965e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #07965e, #5d9e3a, #07965e);
  /* For Fx 3.6 to 15 */
  background: linear-gradient(to right, #07965e, #5d9e3a, #07965e);
  /* Standard syntax */
  -moz-box-shadow: inset 0px 11px 8px -14px black, inset 0px 0px 8px -14px black;
  -webkit-box-shadow: inset 0px 11px 8px -14px black, inset 0px 0px 8px -14px black;
  box-shadow: inset 0px 11px 8px -14px black, inset 0px 0px 8px -14px black;
  min-height: 50px;
  position: relative;
}

/* line 28, ../../scss/Master/_Navigation.scss */
.home-logo {
  position: absolute;
  float: left;
}

/* line 29, ../../scss/Master/_Navigation.scss */
.navbar-kl-top-bar {
  padding: 25px 0 0 0;
}

/* line 30, ../../scss/Master/_Navigation.scss */
.navbar-kl-top-a {
  color: #b0b0b0;
  font-size: 14px;
  -webkit-transition: color 1s;
  transition: color 1s;
  margin-left: 20px;
}

/* line 31, ../../scss/Master/_Navigation.scss */
.navbar-kl-top-a:hover {
  color: #07965e;
  text-decoration: none;
}

/* line 33, ../../scss/Master/_Navigation.scss */
.navbar-kl-top-a span {
  float: right;
}

/* line 34, ../../scss/Master/_Navigation.scss */
.navbar-kl-top-a .text {
  margin-top: 2px;
  line-height: 1.5;
  /*padding-left: 0.5em;*/
  /*font-weight: bold;*/
}

/* line 36, ../../scss/Master/_Navigation.scss */
#home-safety > .img {
  width: 35px;
  height: 29px;
  background: url("../images/base/leaf.png");
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* line 37, ../../scss/Master/_Navigation.scss */
#home-safety:hover > .img {
  background: url("../images/base/leaf-hover.png");
}

/* line 39, ../../scss/Master/_Navigation.scss */
#home-rubbishbin > .img {
  width: 31px;
  height: 29px;
  background: url("../images/base/rubbishbin.png");
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* line 40, ../../scss/Master/_Navigation.scss */
#home-rubbishbin:hover > .img {
  background: url("../images/base/rubbishbin-hover.png");
}

/* line 42, ../../scss/Master/_Navigation.scss */
#home-products > .img {
  width: 41px;
  height: 29px;
  background: url("../images/base/recycle.png");
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* line 43, ../../scss/Master/_Navigation.scss */
#home-products:hover > .img {
  background: url("../images/base/recycle-hover.png");
}

@media (min-width: 992px) {
  /* line 48, ../../scss/Master/_Navigation.scss */
  .navbar-kl-top-a {
    margin-left: 35px;
  }

  /* line 49, ../../scss/Master/_Navigation.scss */
  .navbar-kl-top-a .text {
    margin-top: -8px;
    /*padding-left: 1em;*/
  }
}
/* End of NavBar Top */
/* line 56, ../../scss/Master/_Navigation.scss */
.mobile_menu {
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  text-align: right;
  color: white;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  font-weight: bold;
}

/* line 60, ../../scss/Master/_Navigation.scss */
.mobile_menu:hover {
  color: #ffde45;
  text-decoration: none;
}

/* line 63, ../../scss/Master/_Navigation.scss */
#nav-z {
  position: relative;
  z-index: 3;
}

/* line 64, ../../scss/Master/_Navigation.scss */
#kl-nav {
  text-align: justify;
  padding-top: 18px;
  display: none;
}

/* line 65, ../../scss/Master/_Navigation.scss */
#kl-nav > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #085c3b;
}

/* line 68, ../../scss/Master/_Navigation.scss */
#kl-nav > div > a {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 70, ../../scss/Master/_Navigation.scss */
.nav-a {
  font-size: 15px;
  color: white;
}

/* line 71, ../../scss/Master/_Navigation.scss */
.nav-a:hover {
  color: #ffde45;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 76, ../../scss/Master/_Navigation.scss */
  #kl-nav {
    display: block;
  }

  /* line 77, ../../scss/Master/_Navigation.scss */
  #kl-nav > div {
    width: auto;
    border-bottom: none;
    padding: 0;
    background: inherit;
  }

  /* line 78, ../../scss/Master/_Navigation.scss */
  #kl-nav > div > a {
    padding: inherit;
    width: inherit;
    text-align: left;
  }

  /* line 80, ../../scss/Master/_Navigation.scss */
  .nav-stretcher {
    display: inline-block !important;
  }

  /* line 81, ../../scss/Master/_Navigation.scss */
  .mobile_menu {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 88, ../../scss/Master/_Navigation.scss */
  .home-nav-left {
    width: 15.1%;
  }

  /* line 89, ../../scss/Master/_Navigation.scss */
  .home-nav-right {
    width: 84.9%;
  }
}
@media (min-width: 1200px) {
  /* line 94, ../../scss/Master/_Navigation.scss */
  .home-nav-left {
    width: 13%;
  }

  /* line 95, ../../scss/Master/_Navigation.scss */
  .home-nav-right {
    width: 87%;
  }
}
/* line 1, ../../scss/Home/_home.scss */
.home-cert {
  padding: 20px 0 15px 0;
}

/* line 5, ../../scss/Home/_home.scss */
.home-cert-header {
  font-size: 20px;
  color: #07965e;
  display: block;
  margin: 20px 0 20px 0;
}

/* line 12, ../../scss/Home/_home.scss */
.home-cert-ul-col-1 > li {
  float: left;
  margin: 0 10px 15px 0;
}

/* line 17, ../../scss/Home/_home.scss */
.home-cert-ul-col-2 > li {
  float: left;
  margin: 0 20px 15px 0;
}

@media (min-width: 768px) {
  /* line 23, ../../scss/Home/_home.scss */
  .home-cert {
    padding: 50px 0 35px 0;
  }

  /* line 27, ../../scss/Home/_home.scss */
  .home-cert-header {
    margin: 0 0 45px 0;
  }

  /* line 31, ../../scss/Home/_home.scss */
  .home-cert-ul-col-1 > li {
    margin: 0 20px 15px 0;
  }
}
@media (min-width: 992px) {
  /* line 38, ../../scss/Home/_home.scss */
  .home-cert {
    padding: 50px 0;
  }

  /* line 42, ../../scss/Home/_home.scss */
  .home-cert-ul-col-1 > li {
    margin: 0 30px 15px 0;
  }
}
@media (min-width: 1200px) {
  /* line 49, ../../scss/Home/_home.scss */
  .home-cert-ul-col-2 > li {
    margin: 0 40px 15px 0;
  }
}
/* End of Cert */
/* line 56, ../../scss/Home/_home.scss */
.home-banner {
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* line 60, ../../scss/Home/_home.scss */
.bcg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* line 66, ../../scss/Home/_home.scss */
.bcg1 {
  background-image: url("../images/banner1.jpg");
}

/* line 70, ../../scss/Home/_home.scss */
.bcg2 {
  background-image: url("../images/banner2.jpg");
}

/* line 76, ../../scss/Home/_home.scss */
.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* line 85, ../../scss/Home/_home.scss */
.hsContent {
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8%;
  text-align: center;
  /*text-transform: uppercase;*/
}

/* line 97, ../../scss/Home/_home.scss */
.hsContent > h2 {
  font-size: 30px;
  line-height: 1.5;
  color: white;
}

/* line 99, ../../scss/Home/_home.scss */
.hsContent > h2 > span {
  background: #005726;
  padding: 0 15px;
  border-radius: 5px;
  opacity: 0.8;
  text-shadow: 2px 2px 2px black;
}

/* line 101, ../../scss/Home/_home.scss */
.changi {
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px black;
}

@media (min-width: 768px) {
  /* line 107, ../../scss/Home/_home.scss */
  .home-banner {
    height: 700px;
  }

  /* line 111, ../../scss/Home/_home.scss */
  .hsContent > h2 {
    font-size: 40px;
    background: none;
    text-align: right;
  }

  /* line 116, ../../scss/Home/_home.scss */
  .hsContent > h2 > span {
    background: #005726;
    padding: 0 15px;
  }

  /* line 117, ../../scss/Home/_home.scss */
  .changi {
    font-size: 30px;
    color: #fff;
    text-align: right;
  }

  /* line 120, ../../scss/Home/_home.scss */
  .hsContainer {
    height: 700px;
  }
}
/* End of Banner */
/* line 153, ../../scss/Home/_home.scss */
.home-about {
  padding: 70px 0 85px 0;
}

/* line 157, ../../scss/Home/_home.scss */
#home-about-wrap {
  position: relative;
}

/* line 161, ../../scss/Home/_home.scss */
.home-about h1 {
  text-align: center;
  color: #07965e;
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 40px;
}

/* line 169, ../../scss/Home/_home.scss */
.home-about p {
  text-align: center;
  color: #838383;
  line-height: 2;
  font-size: 14px;
}

/* line 176, ../../scss/Home/_home.scss */
.home-about-icon {
  display: none;
}

@media (min-width: 768px) {
  /* line 181, ../../scss/Home/_home.scss */
  .home-about-icon {
    display: block;
  }
}
/* line 186, ../../scss/Home/_home.scss */
.home-about-leaf1 {
  width: 194px;
  height: 219px;
  background: url("../images/leaf1-about.png") no-repeat;
  position: absolute;
  top: -55px;
  left: -50px;
}

/* line 195, ../../scss/Home/_home.scss */
.home-about-leaf2 {
  width: 274px;
  height: 280px;
  background: url("../images/leaft2-about.png") no-repeat;
  position: absolute;
  bottom: -210px;
  right: 0;
}

/* line 204, ../../scss/Home/_home.scss */
.home-about-photo1 {
  width: 224px;
  height: 248px;
  background: url("../images/photo1-about.png") no-repeat;
  position: absolute;
  top: -145px;
  right: 0;
  z-index: 999;
}

/* line 214, ../../scss/Home/_home.scss */
.home-about-photo2 {
  width: 290px;
  height: 329px;
  background: url("../images/photo2-about.png") no-repeat;
  position: absolute;
  bottom: -230px;
  left: -50px;
}

/* End of About */
/* line 231, ../../scss/Home/_home.scss */
.home-service-product {
  background: #117251;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#117251, #4e8531);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#117251, #4e8531);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#117251, #4e8531);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#117251, #4e8531);
  /* Standard syntax */
  width: 100%;
}

/* line 240, ../../scss/Home/_home.scss */
.home-service-product-wrap {
  background: url("../images/service-bg.png");
  width: 100%;
  padding: 75px 0 70px 0;
}

/* line 246, ../../scss/Home/_home.scss */
.home-service-product-wrap h1 {
  font-size: 30px;
  color: #838383;
  margin-bottom: 55px;
  text-align: center;
}

/* line 253, ../../scss/Home/_home.scss */
.home-service-product-wrap h1 > .active {
  color: white;
}

/* line 257, ../../scss/Home/_home.scss */
.metro-btn {
  cursor: pointer;
}

/* Top Header, Bottom Body */
/* line 262, ../../scss/Home/_home.scss */
.metro-body {
  display: none;
}

/* line 266, ../../scss/Home/_home.scss */
.metro-active {
  display: block;
}

/* beta */
/* line 271, ../../scss/Home/_home.scss */
.metro {
  display: none;
  margin: 0 15px 15px 15px;
  color: white;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  height: 308px;
}

/* line 281, ../../scss/Home/_home.scss */
.metro:hover {
  text-decoration: none;
  color: white;
  opacity: 0.7;
}

/* line 287, ../../scss/Home/_home.scss */
.metro > span {
  display: block;
  padding: 120px 0 0 0;
}

/* line 300, ../../scss/Home/_home.scss */
.metro-clear {
  clear: both;
  height: 15px;
}

@media (min-width: 768px) {
  /* line 307, ../../scss/Home/_home.scss */
  .metro-1st {
    padding-right: 10px;
    float: left;
    width: 33.33%;
  }

  /* line 313, ../../scss/Home/_home.scss */
  .metro-2nd {
    padding: 0 5px;
    float: left;
    width: 33.33%;
  }

  /* line 319, ../../scss/Home/_home.scss */
  .metro-3rd {
    padding-left: 10px;
    float: left;
    width: 33.33%;
  }

  /* line 325, ../../scss/Home/_home.scss */
  .metro-right {
    padding-right: 10px;
    float: left;
    width: 66.66%;
  }

  /* line 331, ../../scss/Home/_home.scss */
  .metro-left {
    padding-left: 10px;
    float: left;
    width: 66.66%;
  }

  /* line 338, ../../scss/Home/_home.scss */
  .home-service-product-wrap {
    padding: 75px 0 85px 0;
  }

  /* line 342, ../../scss/Home/_home.scss */
  .metro {
    margin: 0;
    text-shadow: 2px 2px 2px black;
  }
}
/* line 350, ../../scss/Home/_home.scss */
.home-metro-nursery {
  background: url("../images/beta/nursery.jpg") no-repeat;
  background-size: cover;
}

/* line 357, ../../scss/Home/_home.scss */
.home-metro-landscape {
  background: url("../images/beta/landscape-maintenance.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 363, ../../scss/Home/_home.scss */
  .home-metro-nursery > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    left: 30px;
  }

  /* line 370, ../../scss/Home/_home.scss */
  .home-metro-landscape > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    right: 30px;
  }
}
/* line 380, ../../scss/Home/_home.scss */
.home-metro-aroboriculture {
  background: url("../images/beta/arboriculture.jpg") no-repeat;
  background-size: cover;
}

/* line 385, ../../scss/Home/_home.scss */
.home-metro-floral {
  background: url("../images/beta/floral.jpg") no-repeat;
  background-size: cover;
}

/* line 390, ../../scss/Home/_home.scss */
.home-metro-rental {
  background: url("../images/beta/rental.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 396, ../../scss/Home/_home.scss */
  .home-metro-aroboriculture > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    left: 30px;
  }

  /* line 403, ../../scss/Home/_home.scss */
  .home-metro-floral > span {
    text-align: center;
    padding: 184px 0 0 0;
  }

  /* line 408, ../../scss/Home/_home.scss */
  .home-metro-rental > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    right: 30px;
  }
}
/* line 418, ../../scss/Home/_home.scss */
.home-metro-greenwaste {
  background: url("../images/beta/greenwaste.jpg") no-repeat;
  background-size: cover;
}

/* line 423, ../../scss/Home/_home.scss */
.home-metro-consulting {
  background: url("../images/beta/service.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 430, ../../scss/Home/_home.scss */
  .home-metro-greenwaste > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    left: 30px;
  }

  /* line 437, ../../scss/Home/_home.scss */
  .home-metro-consulting > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    right: 30px;
  }
}
/* line 447, ../../scss/Home/_home.scss */
.home-metro-humisoil {
  background: url("../images/beta/humi.jpg") no-repeat;
  background-size: cover;
}

/* line 455, ../../scss/Home/_home.scss */
.home-metro-compost {
  background: url("../images/beta/compost.jpg") no-repeat;
  background-size: cover;
}

/* line 460, ../../scss/Home/_home.scss */
.home-metro-soil {
  background: url("../images/beta/floral-display.png") no-repeat;
  background-size: cover;
}

/* line 465, ../../scss/Home/_home.scss */
.home-metro-vermicast {
  background: url("../images/beta/row1.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 471, ../../scss/Home/_home.scss */
  .home-metro-compost > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    left: 30px;
  }

  /* line 478, ../../scss/Home/_home.scss */
  .home-metro-soil > span {
    text-align: center;
    padding: 184px 0 0 0;
  }

  /* line 483, ../../scss/Home/_home.scss */
  .home-metro-vermicast > span {
    text-align: left;
    position: absolute;
    bottom: 49px;
    right: 30px;
  }
}
/* line 1, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner {
  width: 100%;
  height: 350px;
  background: #f00;
  margin-bottom: 60px;
}

/* line 2, ../../scss/SubPageMaster/_subpage.scss */
.sub-title {
  font-size: 45px;
  color: white;
  text-align: left;
  margin-left: 15px;
  padding-top: 100px;
}

@media (min-width: 768px) {
  /* line 3, ../../scss/SubPageMaster/_subpage.scss */
  .sub-title {
    text-align: right;
  }
}
/* line 6, ../../scss/SubPageMaster/_subpage.scss */
.sub-overflow-wrapper {
  overflow-x: hidden;
}

/* line 8, ../../scss/SubPageMaster/_subpage.scss */
.sub-h1 {
  font-size: 30px;
  color: #07965e;
}

/* line 9, ../../scss/SubPageMaster/_subpage.scss */
.sub-h1-square {
  width: 30px;
  height: 40px;
  position: relative;
  display: inline-block;
}

/* line 10, ../../scss/SubPageMaster/_subpage.scss */
.sub-h1-square:before {
  float: left;
  content: "";
  display: inline-block;
  width: 5px;
  height: 40px;
  background: #07965e;
  margin-top: 8px;
}

/* line 11, ../../scss/SubPageMaster/_subpage.scss */
.sub-h2 {
  font-size: 25px;
  color: #07965e;
}

/* line 12, ../../scss/SubPageMaster/_subpage.scss */
.sub-h1-marginbottom, .sub-h2-marginbottom {
  margin-bottom: 30px;
}

/* line 14, ../../scss/SubPageMaster/_subpage.scss */
.sub-p {
  font-size: 14px;
  color: #838383;
  line-height: 2.5;
}

/* line 15, ../../scss/SubPageMaster/_subpage.scss */
.sub-clear-p {
  clear: both;
  height: 30px;
}

/* line 18, ../../scss/SubPageMaster/_subpage.scss */
.sub-section-clear {
  clear: both;
  margin: 70px 0 50px 0;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
}

/* line 19, ../../scss/SubPageMaster/_subpage.scss */
.sub-lastclear {
  clear: both;
  height: 80px;
}

/* line 21, ../../scss/SubPageMaster/_subpage.scss */
.sub-corporate-image {
  max-width: 100%;
  margin: 30px auto 0 auto;
}

@media (min-width: 992px) {
  /* line 24, ../../scss/SubPageMaster/_subpage.scss */
  .sub-corporate-image {
    float: right;
    margin: 110px -30px 0 0;
    max-width: inherit;
  }

  /* line 25, ../../scss/SubPageMaster/_subpage.scss */
  .sub-corporate-image-left {
    float: left;
    margin: 110px 0 0 -30px;
  }
}
@media (min-width: 1200px) {
  /* line 29, ../../scss/SubPageMaster/_subpage.scss */
  .sub-corporate-image {
    margin: 0 -30px 0 0;
  }

  /* line 30, ../../scss/SubPageMaster/_subpage.scss */
  .sub-corporate-image-left {
    margin: 0 0 0 -30px;
  }
}
/* line 35, ../../scss/SubPageMaster/_subpage.scss */
.sub-image-circle {
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  /* line 37, ../../scss/SubPageMaster/_subpage.scss */
  .sub-image-circle {
    margin-top: 0;
  }
}
/* line 41, ../../scss/SubPageMaster/_subpage.scss */
.sub-small-clear {
  clear: both;
  height: 10px;
}

/* line 43, ../../scss/SubPageMaster/_subpage.scss */
.light-green {
  color: #07965e;
}

/* line 44, ../../scss/SubPageMaster/_subpage.scss */
.light-red {
  color: #910000;
}

/* line 47, ../../scss/SubPageMaster/_subpage.scss */
.sub-label {
  color: #838383;
  margin-bottom: 15px;
}

/* line 48, ../../scss/SubPageMaster/_subpage.scss */
.field-validation-error {
  color: #910000;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

/* line 51, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-project {
  background: url("../images/banner/sub/project.jpg") center 45%;
  background-size: cover;
}

/* line 52, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-aboutus {
  background: url("../images/banner/sub/aboutus.jpg") center center;
  background-size: cover;
}

/* line 53, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-service-floral {
  background: url("../images/banner/sub/service-floral.jpg") center bottom;
  background-size: cover;
}

/* line 54, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-arboriculture {
  background: url("../images/banner/sub/arboriculture.jpg") center 20%;
  background-size: cover;
}

/* line 55, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-landscape-maintenance {
  background: url("../images/banner/sub/landscape-maintenance.jpg") center 20%;
  background-size: cover;
}

/* line 56, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-greenwaste {
  background: url("../images/banner/sub/hort-waste.jpg") center 50%;
  background-size: cover;
}

/* line 57, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-nursery {
  background: url("../images/banner/sub/nursery.jpg") center 20%;
  background-size: cover;
}

/* line 60, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-compost {
  background: url("../images/banner/sub/compost.jpg") center center;
  background-size: cover;
}

/* line 61, ../../scss/SubPageMaster/_subpage.scss */
.sub-banner-rental {
  background: url("../images/banner/sub/rental.jpg") center center;
  background-size: cover;
}

/* line 63, ../../scss/SubPageMaster/_subpage.scss */
#humisoil-logo > img {
  max-width: 100%;
  margin: 0 auto 20px auto;
  display: block;
}

@media (min-width: 768px) {
  /* line 67, ../../scss/SubPageMaster/_subpage.scss */
  #humisoil-logo > img {
    max-width: 100%;
    margin: 0 0 20px 0;
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 72, ../../scss/SubPageMaster/_subpage.scss */
  #humisoil-logo {
    margin: -50px 0 0 0;
  }

  /* line 73, ../../scss/SubPageMaster/_subpage.scss */
  #humisoil-logo > img {
    float: right;
    max-width: inherit;
  }
}
/* line 1, ../../scss/CorporateProfile/_corporateprofile.scss */
.cp-clear-p {
  clear: both;
  height: 30px;
}

@media (min-width: 992px) {
  /* line 4, ../../scss/CorporateProfile/_corporateprofile.scss */
  .cp-clear-p {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../../scss/CorporateProfile/_corporateprofile.scss */
  .cp-clear-p {
    height: 0;
  }
}
/* line 12, ../../scss/CorporateProfile/_corporateprofile.scss */
.cp-philosophy > li {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 30px;
}

/* line 13, ../../scss/CorporateProfile/_corporateprofile.scss */
.cp-service-holder {
  display: none;
}

@media (min-width: 768px) {
  /* line 17, ../../scss/CorporateProfile/_corporateprofile.scss */
  .cp-service-holder {
    float: left;
    width: 112px;
    height: 60px;
    background: url("../images/corporate-profile/cp-ul.jpg") no-repeat;
    color: white;
    padding: 15px 0 0 22px;
    font-size: 30px;
    display: block;
  }
}
/* line 23, ../../scss/CorporateProfile/_corporateprofile.scss */
.cp-service-body {
  float: left;
}

/* line 24, ../../scss/CorporateProfile/_corporateprofile.scss */
.cp-service-body:after {
  display: block;
  clear: both;
  content: "";
}

/* line 1, ../../scss/Safety/_safety.scss */
.safe-corporate-image {
  max-width: 100%;
  margin: 30px auto 0 auto;
}

@media (min-width: 992px) {
  /* line 4, ../../scss/Safety/_safety.scss */
  .safe-corporate-image {
    float: right;
    margin: 0 -30px 0 0;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../../scss/Safety/_safety.scss */
  .safe-corporate-image {
    margin: 0 -30px 0 0;
  }
}
/* line 12, ../../scss/Safety/_safety.scss */
.safety-ul > li {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 12px;
}

/* line 13, ../../scss/Safety/_safety.scss */
.safety-ul > li:before {
  display: block;
  content: "";
  float: left;
  width: 30px;
  height: auto;
  min-height: 36px;
  background: url("../images/waste/cp-ul.jpg") no-repeat;
}

/* line 14, ../../scss/Safety/_safety.scss */
.safety-ul > li > p {
  margin-top: -3px;
  display: inline;
}

/* line 1, ../../scss/Projects/_projects.scss */
.project-wireframe {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #f3f6eb;
  padding: 30px 0;
}

/* line 9, ../../scss/Projects/_projects.scss */
.project-wireframe-title {
  color: #07965e;
  font-size: 30px;
}

/* line 10, ../../scss/Projects/_projects.scss */
.project-wireframe-icon {
  color: white;
  background: #183630;
  padding: 9px 12px;
  border-radius: 5px;
}

/* line 13, ../../scss/Projects/_projects.scss */
.project-btn {
  width: 100%;
  display: inline-block;
  height: auto;
  cursor: pointer;
}

/* line 14, ../../scss/Projects/_projects.scss */
.project-btn:hover {
  color: #07965e;
  text-decoration: none;
  opacity: 0.8;
}

/* line 17, ../../scss/Projects/_projects.scss */
.project-wireframe-body {
  display: none;
}

/* line 18, ../../scss/Projects/_projects.scss */
.project-wireframe-body.active {
  display: block;
}

/* line 22, ../../scss/Projects/_projects.scss */
.project-ul > li {
  margin: 10px 20px;
}

@media (min-width: 768px) {
  /* line 25, ../../scss/Projects/_projects.scss */
  .project-ul > li {
    float: left;
  }
}
/* line 1, ../../scss/Services/_services.scss */
.sidenav2 {
  display: none;
}

@media (min-width: 768px) {
  /* line 6, ../../scss/Services/_services.scss */
  .sidenav2 {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 9999;
    width: auto;
    height: auto;
    display: block;
  }

  /* line 16, ../../scss/Services/_services.scss */
  .sidenav2 > li {
    padding: 0 0 10px 0;
    right: 9px;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
  }

  /* line 24, ../../scss/Services/_services.scss */
  .sidenav2 a {
    font-size: 13px;
    color: #b9a079;
    text-align: right;
  }
}
/* line 35, ../../scss/Services/_services.scss */
.safety-ul2 > li {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 12px;
  float: left;
}

/* line 36, ../../scss/Services/_services.scss */
.safety-ul2 > li:before {
  display: block;
  content: "";
  float: left;
  width: 30px;
  height: auto;
  min-height: 36px;
  background: url("../images/waste/cp-ul.jpg") no-repeat;
}

/* line 37, ../../scss/Services/_services.scss */
.safety-ul2 > li > p {
  margin-top: -3px;
  display: inline;
}

@media (min-width: 768px) {
  /* line 43, ../../scss/Services/_services.scss */
  .safety-ul2 > li {
    width: 25%;
    clear: initial;
  }
}
/* line 1, ../../scss/Locator/_locator.scss */
.locator-map {
  width: 100%;
  height: 500px;
}

/* line 4, ../../scss/Locator/_locator.scss */
.locator-main-tab-wrapper {
  width: 100%;
  position: relative;
}

/* line 5, ../../scss/Locator/_locator.scss */
.locator-tabs {
  border: none;
  position: relative;
  z-index: 2;
  display: none;
}

/* line 6, ../../scss/Locator/_locator.scss */
.locator-tabs > li {
  background: white;
  width: 25%;
  text-align: center;
  border: 1px solid #838383;
  margin-bottom: 0;
}

/* line 10, ../../scss/Locator/_locator.scss */
.locator-tabs > li > a {
  font-size: 16px;
  color: #183630;
  border: none;
  padding: 15px !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  /* line 16, ../../scss/Locator/_locator.scss */
  .locator-tabs {
    display: block;
  }

  /* line 17, ../../scss/Locator/_locator.scss */
  .locator-tabs > li > a {
    height: 74px;
  }
}
@media (min-width: 992px) {
  /* line 22, ../../scss/Locator/_locator.scss */
  .locator-tabs > li > a {
    height: auto;
  }
}
/* line 25, ../../scss/Locator/_locator.scss */
.locator-tabs > li.active > a {
  border: none;
  font-weight: bold;
}

/* line 26, ../../scss/Locator/_locator.scss */
.locator-tabs > li > a:hover {
  border: none !important;
  color: #183630;
  text-decoration: none;
}

/* line 30, ../../scss/Locator/_locator.scss */
.locator-nav-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #838383;
  top: 26px;
  left: 0;
}

/* line 35, ../../scss/Locator/_locator.scss */
.locators-info {
  font-size: 16px;
  color: #838383;
  line-height: 2;
  padding-bottom: 10px;
}

/* line 36, ../../scss/Locator/_locator.scss */
.locators-info > .span-icon {
  padding-right: 0.5em;
  margin-top: 3px;
}

/* line 39, ../../scss/Locator/_locator.scss */
.locators-operatinghour {
  font-size: 20px;
  color: #07965e;
}

/* line 44, ../../scss/Locator/_locator.scss */
.schedule-ul {
  display: table;
  width: 100%;
  height: auto;
}

/* line 45, ../../scss/Locator/_locator.scss */
.schedule-ul > li {
  display: table-row;
  width: 100%;
}

/* line 46, ../../scss/Locator/_locator.scss */
.schedule-ul > li > span {
  font-size: 14px;
  display: block;
  padding: 3px 0;
  border: 1px solid #838383;
  text-align: center;
}

/* line 47, ../../scss/Locator/_locator.scss */
.schedule-ul > li > span > b {
  color: #183630;
}

/* line 49, ../../scss/Locator/_locator.scss */
.locator-body {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 52, ../../scss/Locator/_locator.scss */
  .schedule-ul > li {
    display: table-row !important;
  }

  /* line 53, ../../scss/Locator/_locator.scss */
  .schedule-ul > li > span {
    display: table-cell;
  }

  /* line 54, ../../scss/Locator/_locator.scss */
  .schedule-ul {
    width: 95%;
  }
}
/* line 59, ../../scss/Locator/_locator.scss */
.locator-select {
  background: white;
  margin: 10px auto 0 auto;
  height: 40px;
  position: relative;
  z-index: 2;
}
