@charset "utf-8";

.container {
    font-family: Helvetica, "serif";
    font-size: 15px;
    margin-top: 85px;
    margin-left: auto;
    margin-right: auto;
}

img {
	max-width: 100%;
}

nav {
    font-family: "Merriweather Black", Merriweather, "sans-serif";
    border-bottom: 5px solid #42A147;
    -webkit-box-shadow: 0px 2px 5px #095A4F;
    box-shadow: 0px 2px 5px #095A4F;
    font-size: 16px;
}

nav img {
    width: 150px;
    height: 60px;
    padding: 10px;
    border: thin solid #42A147;
    -webkit-box-shadow: -1px 1px 5px #095a4f;
    box-shadow: -1px 1px 5px #095a4f;
    margin-right: -5px;
    margin-left: 25px;
}

nav ul li {
    text-shadow: 1px 0px #095A4F;
    margin-left: -5px;
    margin-right: 3px;
}
nav img {
    max-width: 140px;
}

footer {
    font-size: 13px;
    text-align: center;
    background-color: #42A147;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 1.5rem;
}


header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

header img {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 205px;
	height: 125px;
}

.hometext {
    text-align: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-bottom: -10px;
    margin-top: 5px;
}

.homebtn {
    display: inline-block;
    text-align: center;
    color: #42A147;
    font-weight: bold;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-left: 25px;
    border: 2px solid #42A147;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 1px #095A4F;
    box-shadow: 2px 2px 1px #095A4F;
    border-radius: 5px;
    margin-top: 18px;
    text-shadow: 0px 0px #fff;
    margin-right: 12px;
    margin-left: 12px;
}

.homebtn:hover {
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    box-shadow: 1px 1px 1px #095A4F;
    background-color: #42A147;
    color: #FFFFFF;
    text-shadow: 1px 1px #095A4F;
    border: 2px solid #095A4F;
    text-decoration: none;
}

#view {
    font-size: 16pt;
    margin-bottom: 25px;
}
.product .allproductlist  {
    text-align: center;
    margin-top: -7px;
    margin-bottom: 0px;
}


h1 {
    font-family: "Merriweather Black", Merriweather, "sans-serif";
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 40px;
}

h1:before {
    content: "";
    display: block;
    width: 21%;
    height: 3px;
    background: #42a147;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: -15;
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    box-shadow: 1px 1px 1px #095A4F;
    padding-bottom: 5px;
}

h1:after {
    content: "";
    display: block;
    width: 21%;
    height: 3px;
    background: #42a147;
    position: absolute;
    right: 0;
    top: 45%;
    z-index: -15;
    -webkit-box-shadow: -1px 1px 1px #095A4F;
    box-shadow: -1px 1px 1px #095A4F;
    padding-bottom: 5px;
}

h2     {
    font-family: merriweather, "sans-serif";
    text-align: center;
    padding-bottom: 1rem;
    font-size: 32px;
}

h3   , h4  {
    font-family: Merriweather, sans-serif;
    padding-top: 20px;
}
h3      {
    font-family: Merriweather, sans-serif;
    padding-top: 20px;
    font-size: 30px;
}

h4 {
    font-family: "Merriweather Black", Merriweather, sans-serif;
    font-size: 28px;
}

h5 {
    font-family: Merriweather, sans-serif;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 24px;
}
h6 {
    text-align: center;
    font-size: 18px;
    font-family: Merriweather, sans-serif;
}

h6:before {
    content: "";
    display: block;
    width: 32%;
    height: 1px;
    background: #42a147;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -15;
}

h6:after {
    content: "";
    display: block;
    width: 32%;
    height: 1px;
    background: #42a147;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -15;
}

main img {
    border: 7px solid #42a147;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    margin-top: 10px;
}
main p {
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 16px;
}
#top {
    text-align: center;
    font-size: 13px;
    margin-top: 5rem;
    padding: 5px 15px;
}
#top a {
    color: #42A147;
    text-decoration: none;
    border: thin solid #42A147;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 1px 3px #095A4F;
    box-shadow: 0px 1px 3px #095A4F;
    font-style: normal;
    font-weight: bold;
}
#top a:hover {
    color: #FFFFFF;
    background-color: #42A147;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 2px 5px #095A4F;
    box-shadow: 0px 2px 5px #095A4F;
    text-shadow: 1px 0px #095A4F;
}
.productlist {
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
}
.row #equip {
    margin-top: 12px;
}

.grn {
    border: thin dotted #42A147;
}
.green {
    border: 5px solid #42A147;
    margin-bottom: 2rem;
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    box-shadow: 1px 1px 1px #095A4F;
    border-radius: 10px;
    margin-top: -0.5rem;

}

.grouprow {
    text-align: center;
}
.group  {
    display: list-item;
    list-style-type: none;
    text-align: center;
    color: #42A147;
    font-family: Helvetica, serif;
    font-weight: bold;
    border: 2px solid #42A147;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 20px;
    margin-right: 0px;
    background-color: #FFFFFF;
    text-shadow: 1px 1px #FFFFFF;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 1px #095A4F;
    box-shadow: 2px 2px 1px #095A4F;
}

.group1  {
    display: list-item;
    list-style-type: none;
    text-align: center;
    color: #fff;
    font-family: Helvetica, serif;
    font-weight: bold;
    border: 2px solid #095A4F;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 20px;
    margin-right: 0px;
    background-color: #42A147;
    text-shadow: 1px 1px #095A4F;
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    box-shadow: 1px 1px 1px #095A4F;
}

.group:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #42A147;
    text-shadow: 1px 1px #095A4F;
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    border: 2px solid #095A4F;
    border-radius: 20px;
    box-shadow: 1px 1px 1px #095A4F;
}

.group1:hover {
    text-decoration: none;
    color: #42A147;
    background-color: #fff;
    text-shadow: 1px 1px #fff;
    -webkit-box-shadow: 2px 2px 1px #095A4F;
    border: 2px solid #42A147;
    border-radius: 20px;
    box-shadow: 2px 2px 1px #095A4F;
}
nav ul {
    margin-left: -5px;
}
.center {
    text-align: center;
}

.namelist   {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: -2rem;
}

.names   {
    border: 10px double #42A147;
    -webkit-box-shadow: 1px 1px 1px #095a4f;
    box-shadow: 1px 1px 1px #095a4f;
    margin-bottom: 1.5rem;
    float: left;
    max-width: 25%;
}

.namelist:before {
    color: #42A147;
    content: "\2022";
    display: inline-block;
    width: 0.75em;
    margin-left: 0.5em;
    font-weight: bold;
}
.namelist a {
    color: #000;
}

.namelist a:hover {
    text-decoration: none;
	color: #095A4F;
	font-weight: bold;
}

.hours {
    color: #fff;
    background-color: #42A147;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-shadow: 1px 1px #095A4F;
    text-align: center;
    border: 3px solid #095A4F;
}

.hours li {
    list-style: none;
    margin-left: -2rem;
}

.contactimg {
    text-align: center;
}

.contactimg img {
    border: 5px solid #42A147;
    padding: 1.5rem;
    -webkit-box-shadow: 2px 2px 5px #095A4F;
    box-shadow: 2px 2px 5px #095A4F;
}

.contactinfo  {
    font-size: 12pt;
}

.contacttable {
    -webkit-box-shadow: 2px 2px 5px #095A4F;
    box-shadow: 2px 2px 5px #095A4F;
    border: 10px inset #42A147;
    color: #000;
    background-color: #FFF;
    font-weight: bolder;
}

.contacttable th {
    font-family: Merriweather, "sans-serif";
    font-size: 18pt;
    text-align: right;
    padding-top: 0.5rem;
    text-decoration: underline;
    padding-left: 1rem;
}

.contacttable td {
	padding-left: 1rem;
}

.about {
	text-align: center;
}

.about img {
    border: solid 5px #42A147;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.frog img {
    margin-bottom: 2rem;
    width: 375px;
    height: 95px;
}

.frog {
    margin-bottom: -1.5rem;
}
.productinfo h5 {
    margin-bottom: -1.5rem;
    font-size: 14pt;
    font-family: Helvetica, serif;
    text-decoration: underline;
}
.productinfo p {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}
.productinfo ul {
    list-style-position: outside;
    margin-left: -2rem;
}
.features {
    list-style-type: none;
    margin-left: -0.5rem;
}

.features:before {
    color: #42A147;
    content: "\2022";
    display: inline-block;
    width: 0.75em;
    font-weight: bold;
}
.hide {
    display: none;
}
body a {
    color: #42A147;
}
body a:hover {
    text-decoration: none;
    color: #095A4F;
}
.downloads {
    text-align: center;
    margin-bottom: 1.5rem;
}
.downloads a {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border: 2px solid #42A147;
    font-weight: bold;
    text-shadow: 1px 0px #FFF;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 1px #095A4F;
    box-shadow: 1px 1px 1px #095A4F;
}
.downloads h5 {
    margin-bottom: 0.75rem;
}
.product img {
    padding: 0;
}
.dist img {
    border: 3px solid #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
}
.productinfo h3 {
    margin-top: 7px;
    padding-top: 0px;
}
.constuction {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #095A4F;
    font-size: 16px;
    width: 100%;
    font-weight: bolder;
    margin-bottom: 3px;
}

.homelist  {
    text-align: center;
    margin-top: -30px;
    margin-bottom: -15px;
}
.flyers img {
    margin-bottom: 10px;
    border: 3px solid #42A147;

}
.flyers {
    text-align: center;
}
.downloads p {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;


}
.banner {
    margin-bottom: 1.5rem;
    border: 3px solid #42A147;
    margin-top: .5rem;
}
.product h5.allproductlist {
    font-size: 20px;
    margin-bottom: 1rem;
}
.product h4.allproductlist {
    font-size: 22px;
    margin-bottom: 5px;
}

.carousel {
    position: relative;
}

.carousel__item {
    background: #42A147;
	padding-top: .25em;
	padding-left: .25em;
	padding-right: .25em;
    padding-bottom: 1.5em;
	display: none;
}

.carousel__item--selected {
  display: block;
}

.carousel__nav {
  width: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: -5px 7px;
  cursor: pointer;
}

.carousel__button--selected {
  background: rgba(255, 255, 255, 0.75);
}











































@media (max-width:1199.98px){
h1:before, h1:after {
    display: none;
}
h6:after, h6:before {
    display: none;
}
.md-hide {
    display: none;
}




}



@media (max-width : 903px ){
.form-control {
    max-width: 40%;

}

}


@media (max-width:768.98px){

h1 {
    font-size: 24pt;
    padding-bottom: 5px;
    padding-top: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}

h4 {
    padding-top: 10px;
    font-size: 24px;
}

h5 {
    font-size: 18px;
    padding-top: 0;
}

.hometext {
    max-width: 100%;
}	
.contactinfo {
    text-align: center;
}
.contactimg img {
    max-width: 85%;
}

.names {
    float: none;
    max-width: 100%;
}
.about img {
    max-width: 75%;
}
.product img {
    border-width: 3px;
    max-width: 75%;
    margin-top: -5px;
    margin-bottom: 5px;
}
.productfloor img  {
    border-width: 3px;
    max-width: 75%;
    margin-top: -5px;
    margin-bottom: 5px;
}
.product {
    text-align: center;
}
.productfloor {
    text-align: center;
}
.productname {
    margin-bottom: -1rem;

}
.productinfo h3 {
    margin-top: 15px;
}
.downloads.french {
    margin-top: -2rem;
}
.banner .lr {
    display: none;
}
.product h5.allproductlist {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2rem;
}
	.product h4.allproductlist {
    font-size: 20px;
    margin-bottom: 5px;
}
.carousel__lr {
    display: none;
}
















	
}


@media (max-width : 480.98px ){
.group {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.group1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sm-hide {
    display: none;
}
.frog img {
    width: 255px;
    height: 67px;
}





}

.frog h2 {
    font-family: "Merriweather Black", Merriweather, sans-serif;

}

@media (min-width:769px){
.banner .sm {
    display: none;
}
.carousel__sm {
    display: none;
}






}
