/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Variables */
/* Default Styles */
html {
  height: 100%; }

body {
  height: 100%;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }

.bodyWrap {
  min-height: 100%;
  position: relative; }

.wrap {
  width: 1200px;
  margin: auto; }

.clear {
  clear: both; }

.beforeFooter {
  padding-bottom: 230px;
  clear: both; }

a {
  text-decoration: none; }

/* Float */
.left {
  float: left; }

.right {
  float: right; }

/* Text Align */
.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.textJust {
  text-align: justify; }

/* Position */
.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

/* Display */
.hide {
  none; }

.block {
  display: block; }

.inline {
  display: inline; }

.inlineBlock {
  display: inline-block; }

/* Font Weight */
.bold, strong {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic, em {
  font-style: italic; }

/* Desktop/Mobile */
.desktop {
  display: block; }

.mobile {
  display: none; }

@media screen and (max-width: 1200px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .wrap {
    width: 100%; } }
/* Typography */
article h1 {
  font-size: 34px;
  font-weight: bold;
  color: #004321;
  margin-top: 10px; }
article h2, h2.subheader {
  font-size: 24px;
  font-weight: bold;
  color: #947a36;
  line-height: 30px;
  margin-bottom: 20px; }

article.homepage h2{
	color: #008852;
}

h2.subheader{
	font-size: 32px;
    padding: 10px 0 5px 0;
}

article h3 {
  color: #008852;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top:10px;
  text-transform: uppercase;}
article p {
  font-size: 16px;
  line-height: 24px; 
  margin-bottom: 25px;}
article ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 17px; }
article ul li {
  margin-bottom: 20px;
  font-size: 16px; }
article span {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #008852;
  display: block; }

/* Header */
header .topHeader {
  width: 100%;
  min-width: 1200px;
  background-color: #000; }
  header .topHeader nav {
    height: 30px; }
    header .topHeader nav li {
      float: left;
      width: calc(1200px / 7);
      text-align: center;
      line-height: 30px;
      font-size: 10px;
      text-transform: uppercase; }
    header .topHeader nav a {
      color: #fff;
      display: block; }
    header .topHeader nav a:hover {
      color: #008852; }
header .extendWrap {
  width: 50%;
  position: absolute;
  height: 125px;
  left: 0; }
  header .extendWrap .logoExtend {
    width: 100%;
    position: relative;
    z-index: 9999;
    right: 200px;
    height: 125px;
    background: #008650;
    background: -moz-linear-gradient(top, #008650 0%, #007444 31%, #034221 100%);
    background: -webkit-linear-gradient(top, #008650 0%, #007444 31%, #034221 100%);
    background: linear-gradient(to bottom, #008650 0%, #007444 31%, #034221 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008650', endColorstr='#034221',GradientType=0 ); }
header .bar2 {
  width: 100%;
  min-width: 1200px;
  height: 45px;
  background: #00854f;
  background: -moz-linear-gradient(top, #00854f 0%, #007141 100%);
  background: -webkit-linear-gradient(top, #00854f 0%, #007141 100%);
  background: linear-gradient(to bottom, #00854f 0%, #007141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00854f', endColorstr='#007141',GradientType=0 ); }
  header .bar2 .wrap {
    position: relative; }
  header .bar2 .logo {
    float: left;
    position: absolute;
    z-index: 9999;
    width: 325px;
    height: 125px;
    background: #008650;
    background: -moz-linear-gradient(top, #008650 0%, #007444 31%, #034221 100%);
    background: -webkit-linear-gradient(top, #008650 0%, #007444 31%, #034221 100%);
    background: linear-gradient(to bottom, #008650 0%, #007444 31%, #034221 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008650', endColorstr='#034221',GradientType=0 ); }
  header .bar2 .logo::after {
    content: '';
    background-image: url("/assets/images/curve.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 128px;
    height: 125px;
    right: -202px;
    top:0; }
  header .bar2 .logo img {
    position: relative;
    top: 20px; }
  header .bar2 ul {
    float: right;
  }
    header .bar2 ul li {
      float: left;
      font-size: 13px;
      line-height: 45px;
      position: relative; }
    header .bar2 ul li::after {
      content: '';
      width: 1px;
      height: 15px;
      background: #fff;
      position: absolute;
      right: -1px;
      top: 15px; }
    header .bar2 ul li:last-child::after {
      display: none; }
    header .bar2 ul a {
      color: #fff;
      padding: 0 10px; }
    header .bar2 ul li img {
      float: left; }
header .bar3 {
  width: 100%;
  min-width: 1200px;
  height: 35px;
  background-color: #008852; }
  header .bar3 ul {
    float: right;
  }
    header .bar3 ul li {
      float: left;
      font-size: 13px;
      font-weight: 500;
      font-style: italic;
      line-height: 35px;
      position: relative; }
    header .bar3 ul li::after {
      content: '';
      width: 1px;
      height: 15px;
      background: #fff;
      position: absolute;
      right: -1px;
      top: 10px; }
    header .bar3 ul li:last-child::after {
      display: none; }
    header .bar3 ul a {
      color: #fff;
      padding: 0 10px; }

/* Body */
#slider {
  width: 100%;
  height: 500px;
  background-color: lightgrey;
  position: relative; }
  #slider .slideImage {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden; 
    background-size: cover;
	background-repeat: no-repeat;
    }
    #slider .slideImage img {
      position: absolute;
      left: -9999px;
      right: -9999px;
      top: -9999px;
      bottom: -9999px;
      margin: auto;
      min-width: 100%;
      min-height: 100%; }
  #slider .navText {
    width: 100%;
    min-width: 1200px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0; }
    #slider .navText h1 {
      font-size: 60px;
      font-weight: bold;
      color: #004321;
      line-height: 85px; }
    #slider .navText h1.page-title{
      font-size: 40px;  
    }
    #slider .navText span {
      font-size: 18px;
      font-weight: bold;
      font-style: italic;
      color: #008852;
      display: block;
      margin-left: 40px; }
  #slider .navWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1200px; }
    #slider .navWrap .wrap {
      position: relative; }
    #slider .navWrap .sliderNavWrap {
      float: right;
      margin-right: 35px; }
    #slider .navWrap .slider-nav {
      cursor: pointer;
      width: 43px;
      height: 33px;
      background-image: url("/assets/images/nav-white.png");
      background-repeat: no-repeat;
      float: left; }
    #slider .navWrap .slider-nav.active {
      background-image: url("/assets/images/nav-green.png"); }

section#main {
  float: left;
  width: 100%;
  min-width: 1200px;
  box-shadow: 0px -20px 30px rgba(136, 136, 136, 0.4);
  position: relative;
  z-index: 999;
  background-color: #fff; 
}
section#main article {
  box-sizing: border-box;
  width: 800px;
  padding-right: 40px;
  margin: 20px 0 20px 0;
  float: left;
  border-right: 2px solid #000; 
}
section#main article.full-width{
	border: 0;
	padding-right: 0;
    width: 100%;
}
.aff{
	float: left;
    text-align: center;
	width: 25%; 
}
.aff:nth-of-type(4n+1){
	clear: both;
}
.aff img{
	margin: 15px auto;
	max-width: 80%;
}

section#main aside {
  box-sizing: border-box;
  width: 400px;
  float: right;
  min-height: 20px;
  padding: 20px;
  text-align: center;
}
section#main aside span {
 /*display: block;*/ 
}
section#main aside span.aHead {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #008852;
  margin-bottom: 15px; 
}
section#main aside span.aHead2 {
  font-size: 18px;
  font-weight: bold;
  color: #008852;
  margin-bottom: 15px; 
}
section#main aside ul {
  padding-bottom: 5px; 
}
section#main aside ul li {
  font-size: 14px;
  margin-bottom: 10px; 
}

.background {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e7e7e7; }

section#sub {
  width: 100%;
  min-width: 1200px;
  float: left; }
  section#sub .header {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #fff; }
    section#sub .header span {
      float: right;
      display: block;
      margin-right: 35px;
      line-height: 40px;
      color: #004321;
      font-size: 24px;
      text-transform: uppercase;
      max-width: 450px; }
  section#sub .gallery {
    float: left;
    margin: 30px 0 30px 40px;
    width: 370px; }
    section#sub .gallery .bigImage {
      width: 370px;
      height: auto;
      margin-bottom: 8px; }
    section#sub .gallery .smallImages {
      clear: both; }
      section#sub .gallery .smallImages ul li {
        float: left;
        margin: 8px; }
      section#sub .gallery .smallImages ul li:first-child {
        margin-left: 0; }
      section#sub .gallery .smallImages ul li:last-child {
        margin-right: 0; }
    section#sub .gallery .belowGallery span {
      font-size: 12px;
      font-style: italic;
      display: block;
      line-height: 15px; }
    section#sub .gallery .belowGallery .download {
      margin-top: 20px;
      clear: both; }
      section#sub .gallery .belowGallery .download img {
        float: left; }
      section#sub .gallery .belowGallery .download span {
        font-style: normal;
        color: #008852;
        text-transform: uppercase;
        margin-left: 10px;
        float: left;
        line-height: 40px; }
  section#sub article {
    float: right;
    width: calc(1200px - 410px);
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 35px;
    box-sizing: border-box; }
    section#sub article h1 {
      margin-top: 0;
      margin-bottom: 10px; }
    section#sub article span {
      margin-bottom: 25px; }
    section#sub article p {
      margin-bottom: 25px; }

/* Footer */
footer {
  position: absolute;
  border-top:10px solid #947a36;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 220px;
  background-color: #000; }
  footer .fLeft {
    box-sizing: border-box;
    width: 800px;
    padding-right: 30px;
    margin: 20px 0 20px 0;
    float: left;
    border-right: 2px solid #fff; }
    footer .fLeft .blurb {
      float: left;
      width: 220px;
      margin-right: 40px; }
      footer .fLeft .blurb span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: block;
        margin-bottom: 15px;
        line-height: 17px; }
      footer .fLeft .blurb p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0;
        line-height: 15px; }
    footer .fLeft .fLinks {
      float: left;
      margin-left: 20px; }
      footer .fLeft .fLinks ul {
        margin-bottom: 15px; }
        footer .fLeft .fLinks ul li {
          font-size: 12px;
          line-height: 15px; }
        footer .fLeft .fLinks ul a {
          color: #fff; }
        footer .fLeft .fLinks ul a:hover {
          color: #008852; }
      footer .fLeft .fLinks ul.uppercase {
        text-transform: uppercase; }
  footer .fRight {
    box-sizing: border-box;
    width: calc(1200px - 800px);
    float: right;
    min-height: 20px;
    padding: 0 30px 0 30px;
    margin: 20px 0 20px 0; }
    footer .fRight span {
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      display: block;
      margin-bottom: 15px; }
    footer .fRight ul {
      margin-bottom: 15px; }
      footer .fRight ul li {
        font-size: 12px;
        color: #fff;
        line-height: 14px; }
      footer .fRight ul li:first-child {
        text-transform: uppercase;
        font-size: 10px; }
    footer .fRight span.copyright {
      font-size: 10px;
      font-weight: normal;
      margin-bottom: 0; }
    footer .fRight span.copyright.middle {
      margin: 5px 0;
    }
    footer .fRight span.nounProject {
      font-size: 6px;
      color: #fff; }

/* Dev */
header .topHeader nav li {position:relative;}
header .topHeader nav li:hover {background-color:#3a3a3a;}
header .topHeader nav li:hover > a {color:#fff;}
header .topHeader nav li ul {display:none; position:absolute; width:100%; z-index:99999;}
header .topHeader nav li:hover > ul {display:block;}
header .topHeader nav li ul li {background-color:rgba(0,0,0,.8); line-height:16px; text-transform:none; margin-top:2px;}
header .topHeader nav li ul li a {padding:10px 20px;}

header .bar3 ul li:hover > a, header .bar2 ul li:hover > a {color:#dbbe48;}

#slider .navText {background-color:rgba(255,255,255,.8);}

section#sub .gallery .belowGallery .download span:hover {color:#004321;}
article a {color:#008852;}
article a:hover {text-decoration:underline;}

.bigImage{
	/*min-height: 280px;*/
}
.bigImage img{
	max-height: 280px;
	width: 100%;
}

.smallImages li{
    margin: 8px 2.5% 8px 0 !important;
	width: 18%;
}
.smallImages li:last-child{
	margin: 8px 0 8px 0 !important;
}
.smallImages li img{
	height: 46px;
	width: 100%;
}


/* Mobile Styles */
@media screen and (max-width: 1200px) {

	.wrap {width:100%;}
	header {float:left; position:relative; z-index:99; width:100%;}
	header .bar2, header .topHeader, header .bar3, #slider .slideImage, section#main, footer, #slider .navWrap, section#sub .header, section#sub {min-width:100%;}
	header .bar2 {float:left; height:auto; position:relative;}
	header .bar2 .logo::after, .background {display:none;}
	header .bar2 .logo {float:left; position:relative; width:90%; padding:0 5%; text-align:center;}
	header .bar2 .logo img {width:100%; max-width:316px; top:20px; margin:auto;}
	header .bar3 {float:left; height:auto;}
	header .bar3 ul, header .bar2 ul {float:none; margin-left:5%;}
	header .topHeader nav {height:auto; float:left; position:relative; z-index:999;}
	header .extendWrap {position:relative; height:auto;}
	header .extendWrap .logoExtend {position:relative; height:auto;}
	header .topHeader nav li ul {position:relative;}

	#slider, #slider .slideImage {height:auto;}
	#slider .slideImage img {position:relative; left:0; right:0; top:0; bottom:0; width:100%; float:left;}

  .sliderNavWrap{
    display: none;
  }
  #slider .navText{
  	clear: both;
    height: 56px;
    min-width: auto;
    position: initial;
  }
  #slider .navText h1.page-title{
    font-size: 24px;
    line-height: 56px;
    margin: 0 5%;
  }
  article h2{
    font-size: 20px;
  }
  h2.subheader{
  	text-align: center;
  }
  
  .aff{
  	float: none;
  	width: 100%;
  }
  
  .featured-products{
  	width: 90%;
  }
  .featured-products div{
  	float: none !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    margin-bottom: 40px !important;
  	width: 50% !important;
  }
  
  section#main aside{
  	margin-top: 0;
  	text-align: center;
  }

	section#main {z-index:0;}
	section#main article {width:90%; margin:20px 5%; padding:0; border:0;}
	section#main aside {float:left; width:90%; margin:20px 5%; padding:0;}
	section#sub {background:#e7e7e7;}
	section#sub .header span {float:left; margin-right:0; margin-left:5%;}
	section#sub .gallery {width:90%; margin:0 5%;}
	section#sub .gallery .bigImage, section#sub .gallery .bigImage img {width:100%; height:auto;}
	section#sub .gallery .smallImages, section#sub .gallery .belowGallery .download {float:left;}
	section#sub .gallery .belowGallery .download {margin-bottom:30px;}
	section#sub .gallery .smallImages ul li:first-child {margin-left:8px;}

	.flex {display:flex; flex-wrap:wrap; display:-webkit-flex; display:-ms-flex; display:-moz-flex; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap;}

	section#sub .gallery {order:2; -webkit-order:2;}
	section#sub article {order:1; -webkit-order:1; width:100%; margin:0; padding:20px 5%;}

	.beforeFooter, footer .fLeft .fLinks{display:none;}
	footer .fRight {float:left;}
	footer .fLeft {width:100%; border:0;}
	footer {position:relative; height:auto; float:left;}
	footer .fLeft, footer .fRight {padding:0; margin:20px 5%; width:90%; text-align:center;}
	footer .fLeft .blurb {width:100%;}
	footer {padding-bottom:60px;}

	header .topHeader {position:fixed; z-index:99999; width:100%; height:0%; bottom:0; transition:.5s ease;}
	header .topHeader nav {position:absolute; height:85%; overflow:scroll; z-index:999;}
	header .topHeader nav li {width:100%; line-height:50px; position:relative; font-size:14px;}
	header .topHeader nav li .arrow {position:absolute; line-height:50px; width:50px; right:0; color:#fff; top:0;}
	header .topHeader nav li ul li {line-height:35px;}
	.navBtn {width:50px; height:50px; border-radius:50px; position:fixed; bottom:20px; left:-9999px; right:-9999px; margin:auto; z-index:999999999; background:#00854f; box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);}
	.open {height:100% !important; }
	span.nav-toggle.nav-toggle--level-1, header .topHeader nav li:hover > ul {display:none;}

	.arrow > .fa {transition:.5s ease; transform:rotate(0deg); -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg);}
	.arrow.rotate > .fa {transition:.5s ease; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}

	.cover {display:block; width:30px; height:30px; position:absolute; left:-9999px; right:-9999px; margin:auto; top:13px;}
	.line {width:30px; height:3px; background:#fff; position:relative; top:10px; transition:ease;}
	.line::before {content:''; left:0; width:30px; height:3px; position:absolute; top:-10px; background-color:#fff;}
	.line::after {content:''; left:0; width:30px; height:3px; position:absolute; top:10px; background-color:#fff;}

	.line.animate::before {-webkit-animation: mymove .5s forwards; -moz-animation: mymove .5s forwards; -o-animation: mymove .5s forwards; animation: mymove .5s forwards; }
	.line.animate::after {-webkit-animation: mymove2 .5s forwards; -moz-animation: mymove2 .5s forwards; -o-animation: mymove2 .5s forwards; animation: mymove2 .5s forwards;}
	.line.animate {-webkit-animation: mymove3 .2s forwards; -moz-animation: mymove3 .2s forwards; -o-animation: mymove3 .2s forwards; animation: mymove3 .2s forwards;}

	.line.reverse::before {-webkit-animation: mymove4 .5s forwards; -moz-animation: mymove4 .5s forwards; -o-animation: mymove4 .5s forwards; animation: mymove4 .5s forwards;}
	.line.reverse::after {-webkit-animation: mymove5 .5s forwards; -moz-animation: mymove5 .5s forwards; -o-animation: mymove5 .5s forwards; animation: mymove5 .5s forwards;}
	.line.reverse {-webkit-animation: mymove6 .2s forwards; -moz-animation: mymove6 .2s forwards; -o-animation: mymove6 .2s forwards; animation: mymove6 .2s forwards;}

	@keyframes mymove {
		0% {top:-10px;} 
		50% {top:0;} 
		51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		100% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;} 
	}
	@keyframes mymove2 {
		0% {top:10px;} 
		50% {top:0;} 
		51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		100% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;} 
	}
	@keyframes mymove3 {
		99% {width:30px;} 
		100% {width:0px;} 
	}
	@keyframes mymove4 {
		0% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;} 
		50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		51% {top:0;} 
		100% {top:-10px;} 
	}
	@keyframes mymove5 {
		0% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;} 
		50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		51% {top:0;} 
		100% {top:10px;} 
	}
	@keyframes mymove6 {
		0% {width:0px;} 
		99% {width:0px;} 
		100% {width:30px;} 
	}

	@-webkit-keyframes mymove {
		0% {top:-10px;} 
		50% {top:0;} 
		51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		100% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;} 
	}
	@-webkit-keyframes mymove2 {
		0% {top:10px;} 
		50% {top:0;} 
		51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		100% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;} 
	}
	@-webkit-keyframes mymove3 {
		99% {width:30px;} 
		100% {width:0px;} 
	}
	@-webkit-keyframes mymove4 {
		0% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;} 
		50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		51% {top:0;} 
		100% {top:-10px;} 
	}
	@-webkit-keyframes mymove5 {
		0% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;} 
		50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);} 
		51% {top:0;} 
		100% {top:10px;} 
	}
	@-webkit-keyframes mymove6 {
		0% {width:0px;} 
		99% {width:0px;} 
		100% {width:30px;} 
	}

}

@media screen and (max-width: 800px) {
  .featured-products div{
    margin-left: 0% !important;
    margin-right: 0% !important;
    width: 100% !important;
  }
}
/* Product Splash Page */
.splash-bg {
  background-repeat: no-repeat !important;
  background-size:cover !important;
  background-position: 50% 45% !important;
  min-height: 900px;
}
.product-header {
  background: rgba(51,51,51, 0.8);
  color: #ffffff;
  text-align: center;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  padding: 65px 10px 25px 10px;
  font-size: 3em;
}
.sub-title {
  text-align: center;
  color: #ffffff;
  background: rgba(0,133,79, 0.7);
  padding: 25px 10px;
  font-size: 1.8em;
}
.product-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 220px;
  background: rgba(3,66,33,0.7);
}
.product-footer img {
  margin: 0 auto;
  display: block;
  padding: 30px 0;
  margin-top: -50px;
}
@media screen and (max-width:990px) {
  .close {
    margin: 15px !important;
  }
  .splash-bg {
    background-position: 15% 35% !important;
  }
  .product-header {
    background: #333 !important;
    font-size: 28px !important;
  }
  .sub-title {
    background: #008650 !important;
    font-size: 20px !important;
  }
  .product-footer {
    background: #034221 !important;
  }
}