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, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, 
li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline:0;
}
body {
  line-height:1;
  color:#515151;
  overflow-y: auto !important;
  margin: 0 !important;
  -webkit-print-color-adjust:exact;
}
ul {
  list-style:none;
}
table {
  border-collapse:separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  padding: 0; margin: 0;
}
html{
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font: 400 100%/1.65 serif;
  scroll-behavior: smooth;
}
body {
  font-family: 'poppinsregular', Tahoma, Arial, sans-serif;
  line-height: 1.4em; 
  font-size: 1em; 
  color: #737373; 
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
body {
  word-wrap: break-word;
}
.section {
  width: 100%;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.wrap {
  position: relative;
  max-width: 1200px;
  padding: 0px 0px 0px 0px;  
  margin: 0 auto;       
}

/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/
header {
  position: fixed;
  float: left;
  width: 100%;
  height: 141px;
  padding: 0;
  background: #fff url('../../images/bgr-top.png') bottom left repeat-x;
  z-index:1000;
}
header * {
  margin-bottom: 0 !important;
}
#logo a  {
  float: left;
  width: 234px;
  height: 55px;
  margin: 45px 0px 0px 0px;
}
#logo span {
  position: relative;
  left: -9000px;
}
div#topinfo {
  float: right;
  height: 40px;
  margin: 60px 0px 0px 0px;
}
div#topinfo div {  
  float: left;
}
div#topinfo div div.ico {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px; 
}
div#topinfo div.esh div.ico {
  background: #fff url('../../images/ico-cart.png') center center no-repeat;
}
div#topinfo div.usr div.ico {
  background: #fff url('../../images/ico-user.png') center center no-repeat;
}
div#topinfo div.esh {
  position: relative;
}
div#topinfo div.esh h3.prc {
  float: left;
  font-size: 1.3em;
  font-family: 'poppinsbold', Tahoma, Arial, sans-serif;
  padding: 8px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
}
div#topinfo div.esh h3.prc a {
  color: #242424;
}
div#topinfo div.esh h3.prc a:hover {
  color: #18a33d;
  text-decoration: none;
}
div#cartcount {
  position: absolute;
  left: 20px;
  bottom: -5px;
  height: 20px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  background: #242424;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 0.65em;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
div#topinfo div.usr {
  position: relative;
  margin-left: 10px;
}
div#acclog {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 10px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #242424;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
nav#mainmenu {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 66px 0px 0px 100px;
}
nav#mainmenu ul.menu {
  float: left;
  list-style: none;   
}
nav#mainmenu ul.menu li {
  float: left;
  margin: 0px 30px 0px 0px;
}
nav#mainmenu ul.menu li a {
  float: left;
  width: 100%;
  font-size: 1.05em; 
  font-family: 'poppinsextrabold', Tahoma, Arial, sans-serif;
  text-decoration: none;
  color: #242424;
}
nav#mainmenu ul.menu li a.active {
  text-decoration: none;
  color: #18a33d;  
}
nav#mainmenu ul.menu li a:hover {
  text-decoration: none;
  color: #18a33d; 
}
div#slidemenu {
  display: none; 
}
div.section { 
  float: left;
  width: 100%;
  padding: 70px 0px 70px 0px;
  margin: 0px 0px 0px 0px;
}
div#home { 
  background: #fff url('../../images/bgr-home.webp') top center no-repeat;
  padding: 80px 0px 80px 0px;
  margin-top: 141px;
}
div#home p {
  font-size: 1.15em;
  line-height: 1.6em;
  padding-bottom: 10px;
  font-family: 'poppinslight', Tahoma, Arial, sans-serif;  
}
div#subpage {
  margin-top: 141px;
  height: 250px;
  background: #2e9a36 url('../../images/bgr-subpage.webp') center center no-repeat;
}
div#landing {
  margin-top: 141px;
  //height: 40px;
  background: #2e9a36;
}
div#landing.section { 
  padding: 20px 0px 20px 0px;
}
div#refs.section { 
  padding: 20px 0px 20px 0px;
}
div#howto.section { 
  padding: 30px 0px 0px 0px;
}
div#refs div.col33 { 
  text-align: center;
  padding: 0px 20px 0px 20px;
}
/*div#landing div.wrap, div#intro div.wrap, div#refs div.wrap, 
div#howto div.wrap { 
  max-width: 900px;
} */
div#prodprom div.wrap {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid silver;
}
div#prodprom h3 {
  padding: 30px 0px 0px 0px;
}
div#howto h3 {
  //padding-top: 30px;
}
div#howto img.imgleft {
  padding-right: 20px;
}
div#howto img.imgright {
  padding-left: 20px;
}
div#intro div.col33 img {
  width: 100%;
  height: auto;
} 
div#prods {
  margin-top: 141px;
}
div.section.darkgrey {
  background-color: #242424;
  color: #fff; 
}
div.section.lightgrey {
  background-color: #f3f3f3;
}
div.section.green {
  background-color: #32a43b;
  color: #fff; 
}
div.section.white {
  background-color: #fff;
}
div.icos.section {
  padding: 70px 0px 70px 0px;
}
div.icos div {
  padding: 0px 0px 0px 0px;
  text-align: center;
}
div.icos div div.crcl {
  display: inline-block;
  margin: 0px auto 0px auto;
  width: 122px;
  height: 122px;  
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
div.icos div div.sml div.crcl {  
  width: 100px;
  height: 100px;
  cursor: pointer;
}
div.icos div div div.crcl:hover, div.icos div div.sml div.crcl:hover {
  border: 2px solid #32a43b;
}
div.icos div div.brdr div.crcl {
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
div.icos div div.brdr div.crcl:hover {
  border: 2px solid #32a43b;
}
div.icos div div.hdr {
  color: #242424;
  font-size: 1.1em;
  font-family: 'poppinsbold', Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  margin: 10px 0px 5px 0px;
  padding: 15px 30px 10px 30px;
}
div.icos div.sml div.hdr, div.uses div div.hdr {  
  font-size: 1.0em;
  font-family: 'poppinsbold', Tahoma, Arial, sans-serif;
  margin: 0px 0px 5px 0px;
}
div.uses div div.hdr {
  color: #fff;
  text-align: center;
  padding: 15px 15px 10px 15px;
}
div.icos div a:hover {
  text-decoration: none;
} 
div.icos div p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  padding: 15px 0px 15px 0px;
}
div.icos div div.sml, div.icos div div.brdr {
  position: relative;
}

div.icotxt {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0px;
  //float: left;
  width: 100%;
  background: #38a336;
  z-index: 2000;
}
.icotxt:after, .icotxt:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.icotxt:after {
  border-color: rgba(56, 163, 54, 0);
  border-bottom-color: #38a336;
  border-width: 10px;
  margin-left: -10px;
}
.icotxt:before {
  border-color: rgba(56, 163, 54, 0);
  border-bottom-color: #38a336;
  border-width: 11px;
  margin-left: -11px;
}
.crcl:hover ~ .icotxt {
  display: block;
}

div#contact {
  padding: 50px 0px 30px 0px;
}
div#contact p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.1em;
}
div#contact em.adrico {
  float: left;
  width: 30px;
  color: #40b157;
}
div#contact h4 {
  color: #656565;
  padding: 0px 0px 20px 0px;
}
div#contact div.addr p a {
  color: #fff;
}
div#contact div.addr p a:hover {
  color: #18a33d;
}

div#footer {
  position: relative;
  float: left;
  width: 100%;
  color: #a7a7a7;
  background: #171717;           
}
div.copy {
  float: left;
  width: 100%;
  margin: 25px 0px 0px 0px;
  font-size: 0.9em;
  text-align: center;
}
div.copy a {
  color: #40b157;
}
div.copy a:hover {
  color: #fff;
}
div.gototop a {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: url('../../images/btn-gototop.png') top center no-repeat;
  background-color: #242424;
  border-radius: 25px;
}
div.gototop a:hover {
  background-color: #656565;
}
.ppad20 {
  padding: 0px 20px 0px 20px; 
}
div#refs .col25 p {
  text-align: center;
}
div#det.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div#det.logos div.logo {
  width: calc(50% - 20px);
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid silver;
  margin: 0px 10px 20px 0px;
}
div#det.logos div.logo p {
  padding: 0px 0px 10px 0px;
}
div#det.logos div.logo p:first-child {
  padding: 10px 0px 10px 0px;
}
div#det.logos div.logo img {
  float: left;
  width: 100%;
  height: auto;
}
div#det.logos div.logo .col50:first-child {
  padding: 0px 10px 0px 0px;
}