@charset "UTF-8";
@media screen and (min-width: 0px) and (max-width: 799px) {
 	
.dontshowme {
	display:none;
}

.dontshowmobile {
	display:none;
}

.imgscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#topbar {
  text-align: center;
}

#topbartext {
  width: 100%;
  float: none;
  text-align: center;
  color:#fff;
  font-size: .8em;
  display: inline-block;
}

#topbartextleft {
  width: 100%;
  text-align: center;
  color:#fff;
  font-size: .8em;
  display: inline-block;
  float: none;
}


#holder {height: auto;}

#masthead {
	margin-bottom: 5em;
}

#masthead h1 {
	font-size: 2.9em;
}

#menu {
	display: none;
}

#mobilemenu {
	display: block;
  float: right;
  margin-top:3em;
}

.product {
  display: inline-block;
  width: 35%;
  margin-left:1em;
  margin-right: 1em;
  margin-top: 1em;
  background-color:#fff;
  padding:.5em;
  border-radius: 10px;
}

.productimg {
  max-width: 99%;
}

#subcta {
  width: auto;
  text-align: center;
  color:#fff;
  background-color: #696969;
  font-style: italic;
  font-size: 1.3em;
  padding-right: 0;
  padding:.5em;
}

.block {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.8em;
  padding-right: 0;
  font-size: 1.1em;
}

.block h1 {
  font-weight: bold;
  color:#0b6a2a;
  letter-spacing: -.03em;
  font-size: 2.6em;
  line-height: 1em;
}


.productinfo-holder {
  width: 100%;
  margin-bottom: 2em;
  overflow: auto;
}

.productinfoleft {
  width: 100%;
  float: none;
  padding-right: 0;
  vertical-align: top;
}

.productinforight {
  width: 100%;
  float: none;
  vertical-align: top;
}

.productinfoleft img {
-webkit-box-shadow: 0px 0px 21px 0px rgba(179,179,179,1);
-moz-box-shadow: 0px 0px 21px 0px rgba(179,179,179,1);
box-shadow: 0px 0px 21px 0px rgba(179,179,179,1);
width: 90%;
}

.productbtn {
  font-size: 1.3em;
  margin-bottom: .5em;
}

.productbtn a {
  color:#fff;
  text-decoration: none;
}

.productline {
  width: 80%;
  margin: 0 auto;
  margin-top: .5em;
  margin-bottom: 2em;
  background-color:#f3f3f3;
  padding-top:.3em;
}




#footer {
     clear: both;
     position:relative;
     width: 100%;
   color: #fff;
   background-color:#0b6a2a;
   overflow: auto;
   margin-top: 0;
}

#footer-left {
  float: none;
  width: 90%;
  margin: 0 auto;
  word-spacing: 1.2em;
  font-size: .9em;
  text-align: center;
}

#footer-right {
  float: none;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: .8em;
}

/* responsive mobile menu credit: https://medium.com/creative-technology-concepts-code/responsive-mobile-dropdown-navigation-using-css-only-7218e4498a99; */

.header {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top:0;
  padding-top:0;
}
 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  background-color: #0b6a2a;
}
 
.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color:#fff;
  font-size: 1.2em;
}

.header li a:hover {
  color:#333;
}
 
  
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 28px 40px;
  position: relative;
  user-select: none;
  background-color: #0b6a2a;
}
 
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 31px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 10px;
}
 
.header .menu-icon .navicon:after {
  top: -10px;
}

.header .menu-btn {
  display: none;
}
 
.header .menu-btn:checked ~ .menu {
  max-height: 440px;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* make accordion closed on mobile devices */
.ss_content {
  display: none;
  }

.mobileonly {
  display: block;
}

}