/*!
 * Based on twitter bootstrap
 */
/* PLACE SELECTED GOOGLE FONTS HERE OR USE <link> AT top.php */
/* RESET FOR XHTML/HTML5 ***************************************************************************************/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  word-wrap: break-word;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* will not work in IE7 and below */

}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}
a:focus {
  outline: thin dotted;
}
/* Addresses outline displayed oddly in Chrome */
a:hover,
a:active {
  outline: 0;
}
/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
/************************************************************************************************************
 ADAPTATION FROM RESET.LESS
 twitter-bootstrap
*************************************************************************************************************/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Display block in IE6-9 and FF3 */
audio:not([controls]) {
  display: none;
}
/* Prevents modern browsers from displaying 'audio' without controls */
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/************************************************************************************************************
 ADAPTATIONS FROM NORMALIZE.CSS AND RESET.LESS
 [https://github.com/necolas/normalize.css]
*************************************************************************************************************/
html {
  font-size: 100%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units (https://clagnut.com/blog/348/#c790) */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom (www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/) */
  -ms-text-size-adjust: 100%;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Corrects font family set oddly in IE6, S4/5, Chrome | en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Improves readability of pre-formatted text in all browsers */
[hidden] {
  display: none;
}
/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 | Known issue: no IE6 support */
img {
  border: 0;
  /* Removes border when inside 'a' element in IE6/7/8/9, FF3 */
  -ms-interpolation-mode: bicubic;
  /* Improves image quality when scaled in IE7  (code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing)*/
  max-width: 100%;
  height: auto;
  /* For the responsive web design */

  width: auto\9;
  /* ie8 */

}
svg:not(:root) {
  overflow: hidden;
}
/* Corrects overflow displayed oddly in IE9  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Removes inner padding and border in FF3+ (www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/) */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  /* Inner spacing ie IE6/7 */

  line-height: normal;
  /* FF3/4 have !important on line-height in UA stylesheet */

}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Inner padding and border oddities in FF3/4 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  *overflow: visible;
  /* Removes inner spacing in IE7 without affecting normal text inputs | Known issue: inner spacing remains in IE6 */
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Removes excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* Removes inner padding that is displayed in S5, Chrome on OS X */
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}
/* special class for responsive web for video */
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
/* safari does not support max-width for embed */
/************************************************************************************************************/
/*Use -webkit-text-size-adjust:none to disable text size adjust on the iPhone. */
/* html { -webkit-text-size-adjust: none; } /* This is to disable text size adjust on the iPhone.  */ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.unstyled {
  margin-left: 0;
  list-style: none;
}
.century-gothic {
  font-family: 'Century Gothic', sans-serif;
}
.myriad-pro-regular {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
}
.myriad-pro-bold {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 700;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
#markers {
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
html {
  height: 100%;
  background-color: #4d4d4a;
}
body {
  margin: 0;
  background-color: #ffffff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 62.5%;
  color: #4d4d4a;
  text-rendering: optimizeLegibility;
  background: url(sos.png) repeat;
}
.border {
  border: 1px solid #cccccc;
}
.outer-wrap {
  *zoom: 1;
  width: 960px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
}
.outer-wrap:before,
.outer-wrap:after {
  display: table;
  content: "";
}
.outer-wrap:after {
  clear: both;
}
.capsule {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  position: relative;
}
.capsule:before,
.capsule:after {
  display: table;
  content: "";
}
.capsule:after {
  clear: both;
}
.container {
  *zoom: 1;
  background-color: #ffffff;
  min-height: 200px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.banner-dim {
  width: 930px;
  height: 317px;
}
.row {
  *zoom: 1;
  margin-left: -20px;
  margin-bottom: 20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.colz {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
}
.col1 {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 75px;
  min-height: 75px;
}
.col2 {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 170px;
  min-height: 170px;
}
.col3 {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 265px;
  min-height: 265px;
}
.col4 {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 360px;
  min-height: 360px;
}
.col5 {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 455px;
  min-height: 455px;
}
.row1-3 {
  *zoom: 1;
  margin-left: -21px;
  margin-bottom: 20px;
}
.row1-3:before,
.row1-3:after {
  display: table;
  content: "";
}
.row1-3:after {
  clear: both;
}
.col1-3 {
  float: left;
  margin-left: 21px;
  margin-bottom: 20px;
  width: 296px;
  min-height: 296px;
  border: 1px solid #cccccc;
}
.row1-4 {
  *zoom: 1;
  margin-left: -30px;
  margin-bottom: 20px;
}
.row1-4:before,
.row1-4:after {
  display: table;
  content: "";
}
.row1-4:after {
  clear: both;
}
.col1-4 {
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 210px;
  min-height: 210px;
}
.top {
  background: #ffffff url(header-divider.png) center bottom no-repeat;
}
.top header {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  height: 185px;
  position: relative;
  background: url(tagline.png) right 20px no-repeat;
  /* .logo */

  /*.frm-search*/

}
.top header:before,
.top header:after {
  display: table;
  content: "";
}
.top header:after {
  clear: both;
}
.top header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 392px;
  height: 125px;
}
.top header .logo figcaption {
  display: none;
}
.top header .frm-search {
  position: absolute;
  right: 5px;
  bottom: 25px;
  z-index: 299;
  padding: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.top header .frm-search input[type="text"] {
  border: none;
  padding: 3px 5px;
}
nav#menu-main {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 125px;
  left: 0;
  background-color: #f6f6f6;
  font-family: 'Century Gothic', sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 199;
  /* LEVEL ONE */

  /* Doesn't work in IE */

  /* 
		LEVEL TWO
	*/

  /* IE 6 & 7 Needs Inline Block */

  /* LEVEL THREE */

}
nav#menu-main:before,
nav#menu-main:after {
  display: table;
  content: "";
}
nav#menu-main:after {
  clear: both;
}
nav#menu-main ul {
  margin-left: 0;
  list-style: none;
}
nav#menu-main ul.dropdown {
  position: relative;
  z-index: 99;
}
nav#menu-main ul.dropdown li {
  float: left;
  zoom: 1;
  background-color: #f6f6f6;
  white-space: nowrap;
}
nav#menu-main ul.dropdown a:hover {
  color: #ffffff;
}
nav#menu-main ul.dropdown a:active {
  /*color:#ffa500;*/
  color: #00b7f1;
}
nav#menu-main ul.dropdown li a {
  display: block;
  padding: 12px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #ffffff;
  color: #999999;
  text-decoration: none;
}
nav#menu-main ul.dropdown li:last-child a {
  border-right: none;
}
nav#menu-main ul.dropdown li.hover,
nav#menu-main ul.dropdown li:hover {
  background: #6dab0f;
  color: #999999;
  position: relative;
}
nav#menu-main ul.dropdown li.hover a {
  color: #ffffff;
}
nav#menu-main ul.dropdown ul {
  min-width: 150px;
  white-space: nowrap;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #ffffff;
}
nav#menu-main ul.dropdown ul li {
  font-weight: normal;
  background: #f6f6f6;
  color: #000;
  border-bottom: 1px solid #ccc;
  float: none;
}
nav#menu-main ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
}
nav#menu-main ul.dropdown li.hover ul li a {
  color: #999999;
}
nav#menu-main ul.dropdown li ul li.hover a {
  color: #ffffff;
}
nav#menu-main ul.dropdown ul ul {
  left: 100%;
  top: 0;
}
nav#menu-main ul.dropdown li:hover > ul {
  visibility: visible;
}
nav#menu-main ul.dropdown li ul li.hover ul li a {
  color: #999999;
}
nav#menu-main ul.dropdown li ul li ul li.hover a {
  color: #ffffff;
}
/* nav */
.container-content {
  *zoom: 1;
  background-color: #ffffff;
  min-height: 200px;
  background: #ffffff url(bg-content.jpg) center top no-repeat;
}
.container-content:before,
.container-content:after {
  display: table;
  content: "";
}
.container-content:after {
  clear: both;
}
.content {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
  /* .content-home */

  /* .sub-content */

}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content h1 {
  font-family: 'Century Gothic', sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  color: #4d4d4a;
  margin-bottom: 20px;
}
.content h2 {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  font-weight: normal;
  color: #67a21c;
}
.content p {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin: 10px 0;
}
.content .content-home {
  /*.home-banner*/

  /*.home-body*/

}
.content .content-home .home-banner {
  width: 930px;
  height: 317px;
  position: relative;
  overflow: hidden;
  /*.banner-img*/

}
.content .content-home .home-banner .banner-img {
  width: 930px;
  height: 317px;
  /*position:absolute; top:0; left:0;*/

}
.content .content-home .home-banner .banner-img img {
  width: 930px;
  height: 317px;
}
.content .content-home .home-banner .banner-cut {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 930px;
  height: 75px;
  background: url(banner-cut.png) 0 0 no-repeat;
}
.content .content-home .home-body {
  position: relative;
  min-height: 700px;
  margin-top: -80px;
  display: table;
  /*.home-aside*/

  /*.home-summary*/

}
.content .content-home .home-body .home-aside {
  width: 265px;
  padding-bottom: 20px;
  display: table-cell;
  vertical-align: top;
  /*.aside-zeep*/

}
.content .content-home .home-body .home-aside .aside-zeep {
  position: relative;
  text-align: center;
}
.content .content-home .home-body .home-aside .aside-zeep .home-aside-buttons {
  width: 265px;
  position: absolute;
  bottom: 160px;
  left: 0;
}
.content .content-home .home-body .home-aside .calculator {
  margin-top: 30px;
  text-align: center;
}
.content .content-home .home-body .home-summary {
  display: table-cell;
  vertical-align: top;
  width: 665px;
  padding: 92px 0 20px 40px;
  /*.home-product-series*/

  /*.home-latest-promo*/

  /*.home-latest-projects*/

}
.content .content-home .home-body .home-summary ul.product-list {
  margin-left: 0;
  list-style: none;
  margin-left: -20px;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
}
.content .content-home .home-body .home-summary ul.product-list li {
  float: left;
  margin-left: 20px;
  border: 1px solid #cccccc;
  width: 75px;
  min-height: 75px;
  border: none;
  height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.1;
}
.content .content-home .home-body .home-summary ul.product-list li a {
  color: #67a21c;
  text-decoration: none;
  display: block;
}
.content .content-home .home-body .home-summary ul.product-list li a img {
  display: block;
  width: 75px;
  height: 75px;
}
.content .content-home .home-body .home-summary .home-product-series {
  *zoom: 1;
  width: 550px;
  height: 130px;
  overflow: hidden;
}
.content .content-home .home-body .home-summary .home-product-series:before,
.content .content-home .home-body .home-summary .home-product-series:after {
  display: table;
  content: "";
}
.content .content-home .home-body .home-summary .home-product-series:after {
  clear: both;
}
.content .content-home .home-body .home-summary .view-more {
  width: 550px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.content .content-home .home-body .home-summary .view-more img {
  cursor: pointer;
  margin-bottom: -13px;
}
.content .content-home .home-body .home-summary .view-more img.btn-view-less {
  display: none;
}
.content .content-home .home-body .home-summary .home-latest-promo {
  *zoom: 1;
  margin: 30px 0;
  /*.home-latest-product*/

}
.content .content-home .home-body .home-summary .home-latest-promo:before,
.content .content-home .home-body .home-summary .home-latest-promo:after {
  display: table;
  content: "";
}
.content .content-home .home-body .home-summary .home-latest-promo:after {
  clear: both;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-latest-product {
  float: left;
  width: 265px;
  min-height: 240px;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-latest-product h1 {
  margin-bottom: 10px;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-latest-product img {
  display: block;
  margin: 0 auto;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-latest-product a {
  color: #67a21c;
  text-decoration: none;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-promo-items {
  *zoom: 1;
  float: left;
  margin-left: 20px;
  width: 265px;
  min-height: 240px;
}
.content .content-home .home-body .home-summary .home-latest-promo .home-promo-items:before,
.content .content-home .home-body .home-summary .home-latest-promo .home-promo-items:after {
  display: table;
  content: "";
}
.content .content-home .home-body .home-summary .home-latest-promo .home-promo-items:after {
  clear: both;
}
.content .content-home .home-body .home-summary .home-latest-projects {
  *zoom: 1;
  padding: 20px 0;
  width: 550px;
  min-height: 200px;
  background-color: #f6f6f6;
}
.content .content-home .home-body .home-summary .home-latest-projects:before,
.content .content-home .home-body .home-summary .home-latest-projects:after {
  display: table;
  content: "";
}
.content .content-home .home-body .home-summary .home-latest-projects:after {
  clear: both;
}
.content .content-home .home-body .home-summary .home-latest-projects .img-project,
.content .content-home .home-body .home-summary .home-latest-projects .project-summary {
  float: left;
  padding: 0 20px;
  width: 320px;
}
.content .content-home .home-body .home-summary .home-latest-projects .img-project {
  width: 225px;
  height: 143px;
}
.content .content-home .home-body .home-summary .home-latest-projects .img-project img {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.content .content-home .home-body .home-summary .home-latest-projects .project-summary {
  float: right;
}
.content .content-home .home-body .home-summary .home-latest-projects .project-summary h1 {
  margin-bottom: 10px;
}
.content .content-home .home-body .home-summary .home-latest-projects .project-summary a.learn-more {
  font: normal 0.8em Georgia,serif;
  font-style: italic;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.content .content-home .home-body .home-summary .home-latest-projects .project-summary a.learn-more:hover {
  text-decoration: underline;
}
.content .sub-content {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  position: relative;
  /*.home-banner*/

  /*.search-result*/

  /*.sub-body*/

  /*.footer-zeep*/

}
.content .sub-content:before,
.content .sub-content:after {
  display: table;
  content: "";
}
.content .sub-content:after {
  clear: both;
}
.content .sub-content .sub-banner {
  height: 221px;
  position: relative;
}
.content .sub-content .sub-banner .sub-banner-cut {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 930px;
  height: 97px;
  background: url(sub-banner-cut.png) 0 0 no-repeat;
}
.content .sub-content .search-result {
  padding: 20px;
}
.content .sub-content .search-result a {
  color: #67a21c;
}
.content .sub-content .sub-body {
  display: table;
  /*.sub-aside*/

  /*.sub-article*/

}
.content .sub-content .sub-body .sub-aside {
  width: 265px;
  padding: 0 10px 20px 10px;
  display: table-cell;
  vertical-align: top;
  /*.sub-latest-product*/

}
.content .sub-content .sub-body .sub-aside ul {
  margin-left: 0;
  list-style: none;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  /*.sidenav*/

}
.content .sub-content .sub-body .sub-aside ul.sidenav,
.content .sub-content .sub-body .sub-aside ul.product-sidenav {
  font-size: 1.7em;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li {
  border-bottom: 1px solid #cccccc;
  background: url(arrow-green.png) 0 15px no-repeat;
  position: relative;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li:first-child,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li:first-child {
  border-top: 1px solid #cccccc;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li a,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li a {
  padding: 10px 15px;
  color: #67a21c;
  text-decoration: none;
  display: block;
  position: relative;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li a:hover,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li a:hover {
  text-decoration: underline;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li ul,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li ul {
  margin: 5px 0 0 0;
  font-size: 0.85em;
  display: none;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li ul li,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li ul li {
  border: none;
  border-top: 1px solid #f6f6f6;
  padding: 0;
  background: url(arrow-green.png) 0 9px no-repeat;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li ul li:first-child,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li ul li:first-child {
  border: none;
}
.content .sub-content .sub-body .sub-aside ul.sidenav li ul li a,
.content .sub-content .sub-body .sub-aside ul.product-sidenav li ul li a {
  display: block;
  padding: 5px 15px;
}
.content .sub-content .sub-body .sub-aside ul.product-sidenav li {
  background: none;
}
.content .sub-content .sub-body .sub-aside ul.product-sidenav li a {
  padding: 10px 0 10px 60px;
}
.content .sub-content .sub-body .sub-aside ul.product-sidenav li a .ico-side {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 40px;
  height: 40px;
}
.content .sub-content .sub-body .sub-aside .sub-latest-product img {
  margin: 10px auto;
  display: block;
  width: 150px;
  height: 150px;
}
.content .sub-content .sub-body .sub-article {
  *zoom: 1;
  display: table-cell;
  vertical-align: top;
  width: 665px;
  padding: 0 20px 20px 40px;
  position: relative;
  /*ul.product-list*/

  /*.paginate*/

  /*.productimage*/

  /*.product-details*/

  /*.tbl-savings-calculator*/

}
.content .sub-content .sub-body .sub-article:before,
.content .sub-content .sub-body .sub-article:after {
  display: table;
  content: "";
}
.content .sub-content .sub-body .sub-article:after {
  clear: both;
}
.content .sub-content .sub-body .sub-article .brochure {
  position: absolute;
  top: 0;
  right: 20px;
}
.content .sub-content .sub-body .sub-article h2 {
  margin-top: 20px;
}
.content .sub-content .sub-body .sub-article h3 {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}
.content .sub-content .sub-body .sub-article p {
  color: #575757;
  margin: 20px 0;
}
.content .sub-content .sub-body .sub-article a {
  color: #67a21c;
}
.content .sub-content .sub-body .sub-article ol,
.content .sub-content .sub-body .sub-article ul {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin-left: 20px;
}
.content .sub-content .sub-body .sub-article ol li,
.content .sub-content .sub-body .sub-article ul li {
  padding: 5px 0;
}
.content .sub-content .sub-body .sub-article ul.product-list {
  margin-left: 0;
  list-style: none;
  *zoom: 1;
  margin: 20px 0;
}
.content .sub-content .sub-body .sub-article ul.product-list:before,
.content .sub-content .sub-body .sub-article ul.product-list:after {
  display: table;
  content: "";
}
.content .sub-content .sub-body .sub-article ul.product-list:after {
  clear: both;
}
.content .sub-content .sub-body .sub-article ul.product-list li {
  float: left;
  width: 170px;
  height: 250px;
  overflow: hidden;
  margin: 0 16px 16px 0;
  padding: 5px;
  border: 1px solid #f6f6f6;
  text-align: center;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  white-space: normal;
}
.content .sub-content .sub-body .sub-article ul.product-list li:hover {
  border: 1px solid #e7e7e7;
}
.content .sub-content .sub-body .sub-article ul.product-list li a {
  color: #575757;
  text-decoration: none;
  display: block;
}
.content .sub-content .sub-body .sub-article ul.product-list li a img {
  width: 170px;
  height: 170px;
  display: block;
  margin-bottom: 5px;
}
.content .sub-content .sub-body .sub-article table.tbl-default {
  border-collapse: collapse;
  margin: 10px 0;
}
.content .sub-content .sub-body .sub-article table.tbl-default thead {
  font-size: 1.3em;
}
.content .sub-content .sub-body .sub-article table.tbl-default thead th {
  padding: 5px;
  border: 1px solid #000000;
  background-color: #6dab0f;
  color: #ffffff;
}
.content .sub-content .sub-body .sub-article table.tbl-default tbody {
  font-size: 1.2em;
}
.content .sub-content .sub-body .sub-article table.tbl-default tbody td {
  padding: 5px;
  border: 1px solid #000000;
}
.content .sub-content .sub-body .sub-article .paginate {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.content .sub-content .sub-body .sub-article .paginate a {
  margin: 0 5px;
  padding-top: 3px;
  font-size: 1.2em;
  color: #575757;
  text-decoration: none;
}
.content .sub-content .sub-body .sub-article .paginate a:hover,
.content .sub-content .sub-body .sub-article .paginate a.current {
  text-decoration: underline;
}
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-next,
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-previous {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
}
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-next {
  background: url(btn-pg-next-off.png) 0 0 no-repeat;
}
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-next:hover {
  background: url(btn-pg-next-on.png) 0 0 no-repeat;
}
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-previous {
  background: url(btn-pg-previous-off.png) 0 0 no-repeat;
}
.content .sub-content .sub-body .sub-article .paginate a.btn-pg-previous:hover {
  background: url(btn-pg-previous-on.png) 0 0 no-repeat;
}
.content .sub-content .sub-body .sub-article .product-image {
  float: left;
  margin-top: 20px;
  width: 325px;
  min-height: 500px;
  /*.image-wrap*/

}
.content .sub-content .sub-body .sub-article .product-image .image-wrap {
  width: 325px;
  height: 325px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #cccccc;
}
.content .sub-content .sub-body .sub-article .product-image .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #ffffff;
  display: none;
}
.content .sub-content .sub-body .sub-article .product-image .image-wrap img.show {
  display: block;
}
.content .sub-content .sub-body .sub-article .product-image ul {
  margin-left: 0;
  list-style: none;
  *zoom: 1;
  margin-left: -20px;
}
.content .sub-content .sub-body .sub-article .product-image ul:before,
.content .sub-content .sub-body .sub-article .product-image ul:after {
  display: table;
  content: "";
}
.content .sub-content .sub-body .sub-article .product-image ul:after {
  clear: both;
}
.content .sub-content .sub-body .sub-article .product-image ul li {
  float: left;
  margin: 0 0 20px 20px;
  padding: 5px;
  border: 1px solid #cccccc;
}
.content .sub-content .sub-body .sub-article .product-image ul li img {
  width: 83px;
  height: 83px;
  cursor: pointer;
}
.content .sub-content .sub-body .sub-article .product-details {
  float: right;
  margin-top: 20px;
  width: 245px;
  min-height: 500px;
}
.content .sub-content .sub-body .sub-article .product-details h2 {
  margin: 0 0 20px 0;
}
.content .sub-content .sub-body .sub-article .product-details h3 {
  font-size: 1.4em;
  margin-top: 30px;
}
.content .sub-content .sub-body .sub-article .product-details ul {
  margin-left: 0;
  list-style: none;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin: 5px 0;
}
.content .sub-content .sub-body .sub-article .product-details ul li {
  padding: 5px 15px;
  background: url(list-tick.png) 0 10px no-repeat;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator {
  border-collapse: collapse;
  width: 100%;
  /*tbody*/

  /*tfoot*/

}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.8em;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead th {
  border-left: 1px solid #ffffff;
  vertical-align: bottom;
  font-weight: 300;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead th .th {
  background-color: #999999;
  display: block;
  height: 70px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead th .th-1 {
  padding-top: 22px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead th .th-2 {
  padding-top: 10px;
  -moz-box-shadow: inset -5px 0 5px -5px #000000;
  -webkit-box-shadow: inset -5px 0 5px -5px #000000;
  box-shadow: inset -5px 0 5px -5px #000000;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator thead th .thilite {
  padding-top: 20px;
  background-color: #f9b701;
  display: block;
  height: 80px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #ffffff;
  color: #575757;
  /*.calc*/

}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td:nth-child(2) {
  -moz-box-shadow: inset -5px 0 5px -5px #000000;
  -webkit-box-shadow: inset -5px 0 5px -5px #000000;
  box-shadow: inset -5px 0 5px -5px #000000;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc {
  background-color: #ffffff;
  padding: 5px 0;
  /*.calc-form*/

  /*.aloc*/

}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form {
  padding: 10px 0;
  min-height: 90px;
  background-color: #e7e7e7;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form fieldset {
  position: relative;
  margin: 10px 0;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form fieldset label {
  float: left;
  width: 300px;
  text-align: right;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form fieldset input,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form fieldset select {
  float: left;
  margin-left: 10px;
  padding: 2px;
  border: none;
  width: 100px;
  text-align: right;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .calc-form fieldset span.unit {
  float: left;
  margin-left: 10px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tbody tr td.calc .aloc {
  padding: 20px 0;
  background-color: #4d4d4a;
  font-size: 1.3em;
  color: #ffffff;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  color: #ffffff;
  /*.calc-save*/

}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save {
  padding-top: 10px;
  /*.asac*/

}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .asac,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac {
  position: relative;
  background-color: #f9b701;
  height: 70px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .asac header,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac header {
  position: absolute;
  font-size: 2em;
  top: 20px;
  left: 20px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .asac span.label,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac span.label {
  font-size: 1.4em;
  position: absolute;
  top: 5px;
  right: 110px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .asac span.asac-amt,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac span.asac-amt,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .asac span.msac-amt,
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac span.msac-amt {
  font-size: 2.5em;
  position: absolute;
  bottom: 15px;
  right: 53px;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac {
  background-color: #4d4d4a;
}
.content .sub-content .sub-body .sub-article .tbl-savings-calculator tfoot .calc-save .msac span#msac-amt {
  bottom: 23px;
}
.content .sub-content .sub-body .sub-article .savings-footer {
  margin: 10px 0;
  font-style: italic;
}
.content .sub-content .sub-body .sub-article form#form2 {
  margin: 20px 0;
}
.content .sub-content .sub-body .sub-article form#form2 div {
  *zoom: 1;
  padding: 10px 0;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  position: relative;
}
.content .sub-content .sub-body .sub-article form#form2 div:before,
.content .sub-content .sub-body .sub-article form#form2 div:after {
  display: table;
  content: "";
}
.content .sub-content .sub-body .sub-article form#form2 div:after {
  clear: both;
}
.content .sub-content .sub-body .sub-article form#form2 div label {
  position: absolute;
  top: 7px;
  left: 0;
}
.content .sub-content .sub-body .sub-article form#form2 div input[type='text'],
.content .sub-content .sub-body .sub-article form#form2 div textarea {
  float: left;
  margin-left: 80px;
  border: 1px solid #cccccc;
}
.content .sub-content .footer-zeep {
  width: 960px;
  padding: 20px;
  margin-left: -15px;
  background: #ffffff url(bg-footer-zeep.png) left bottom repeat-x;
  position: relative;
  border: 1px solid #cccccc;
}
.content .sub-content .footer-zeep h1 {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: -10px;
}
.content .sub-content .footer-zeep .btn-enq-zeep {
  position: absolute;
  top: 30px;
  right: 20px;
}
/* .content */
#footer {
  width: 100%;
  /* .footer-wrap */

}
#footer .footer-wrap {
  *zoom: 1;
  width: 930px;
  margin: 0 auto;
  position: relative;
  background-color: #4d4d4a;
  color: #f6f6f6;
  font-family: 'myriad-pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  /*.useful-links*/

}
#footer .footer-wrap:before,
#footer .footer-wrap:after {
  display: table;
  content: "";
}
#footer .footer-wrap:after {
  clear: both;
}
#footer .footer-wrap .col1-4 {
  padding: 20px;
}
#footer .footer-wrap .col1-4 h1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
}
#footer .footer-wrap .col1-4 p {
  font-size: 0.9em;
  color: #bbb;
  line-height: 1.8;
}
#footer .footer-wrap .col1-4 a {
  color: #bbb;
  text-decoration: none;
}
#footer .footer-wrap .copyright {
  color: #999999;
  display: block;
}
#footer .footer-wrap .co {
  display: block;
}
#footer .footer-wrap .useful-links ul {
  margin-left: 0;
  list-style: none;
  margin-top: -10px;
}
#footer .footer-wrap .useful-links ul li {
  padding: 5px 15px;
  background: url(arrow-gray.png) 0 center no-repeat;
  border-bottom: 1px solid #999999;
}
/* #footer */
