header {
	background-image: none;
}
section#banner {
	position: relative;
	background-image: url('../images/banner/banner-bg.jpg');
	overflow: hidden;
}
	section#banner .banner-caption {
		position: absolute;
		top: 50%;
		width: 610px;
	}
	section#banner .banner-caption.right {
		width: 670px;
		top: 50%;
		right: 5%;
	}
		section#banner .banner-caption.right.long {
			width: 700px;
		}
		section#banner .banner-caption.left {
			left: 10%;
		}
		section#banner .banner-caption.center {
			left: 20%;
			top: 49%;
			text-align: center;
		}
			section#banner .banner-caption.center h1 {
				line-height: 75px;
			}
		section#banner .banner-caption h1 {
			margin: 0;
			font-size: 60px;
			color: #282828;
			font-weight: 100;
		}
		section#banner .banner-caption h1.smaller-font {
			font-size: 48px;
			line-height: 75px;
		}
			section#banner .banner-caption h1.smaller-font span {
				font-size: 48px;
				color: #336600;
			}
			section#banner .banner-caption h1 span.green {
				color: #4b6000;
				font-size: inherit;
				font-weight: 100;
			}
		section#banner .banner-caption.right h1 {
			text-align: center;
		}
		section#banner .banner-caption h2 {
			color: #4b6000;
			font-size: 32px;
			font-weight: 200;
			margin: 10px 0 0;
			text-align: center;
		}
/*Flexslider*/
.flexslider {
	background-color: transparent;
	overflow: hidden;
}
.flexslider .slides > li {
	position: relative;
}
.flexslider .slides img {
  width: auto;
  display: block;
}
.flexslider .slides img.scale {
	-webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1 !important;
	}
	.flexslider .slides li.flex-active-slide img.scale {
		-webkit-transition: all ease 1.5s;
        transition:all ease 1.5s;
		-webkit-transform: scale(1);
    	transform: scale(1);
	}
.flexslider .slides .fadeup, .flexslider .slides .bounceleft,
.flexslider .slides .bounceright, .flexslider .slides .flipx, .flexslider .slides .slidedown {
	display: none;
}
.flexslider .slides li .bounceleft.bounceleft2, .flexslider .slides li .bounceright.bounceright2,
.flexslider .slides li .fadeup.fadeup2, .flexslider .slides li .flipx.flipx2,
.flexslider .slides li .slidedown.slidedown2  {
	display: block;
}
.flex-direction-nav a {
	display: none;
}
.flex-control-nav {
	bottom: 5px;
	z-index: 100;
	text-align: center;
}
/* Fill in */
.flex-control-paging ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flex-control-paging li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.flex-control-paging li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	background-color: rgba(184, 284, 110, 0.5);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	box-shadow: none;
}
.flex-control-paging li a:focus {
	outline: none;
}
.flex-control-paging li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #B8CC6E;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
	background-color: rgba(184, 284, 110, 0.7);
}

.flex-control-paging li a.flex-active::after {
	height: 100%;
}
/*.flex-control-nav:nth-child(4n),
.flex-control-nav:nth-child(4n-3) {
	background-color: rgba(0, 0, 0, 0.05);
}*/
/*.flex-control-nav li a {
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.flex-control-nav li a:hover,
.flex-control-nav li a:focus {
	background-color: #fff;
}*/
section#products {

}
	section#products #product-text {
		float: left;
		width: 60%;
		background-image: url('../images/products/product-bg.png');
		background-size: auto 100%;
		padding: 0 150px;
		height: 622px;
		overflow: hidden;
	}
	section#products #product-text .mobile-text {
		display: none;
	}
	section#products #product-text .text-table {
		display: table;
		height: 100%;
	}
		section#products #product-text .text-table .text-cell {
			display: table-cell;
			height: 100%;
			vertical-align: middle;
		}
		section#products h4 {
			font-size: 16px;
			color: #4b6000;
			font-weight: 500;
			margin: 0;
		}
		section#products h1 {
			color: #004460;
			font-size: 40px;
			font-weight: 500;
			margin: 10px 0;
			letter-spacing: 8px;
		}
		section#products article {
			margin-top: 90px;
			color: rgba(40,40,40,0.66);
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}
		section#products article.less-space {
			margin-top: 30px;
		}
	section#products #products-img {
		float: left;
		width: 40%;
	}
		section#products #products-img img {
			transform: scale(1);
			overflow: hidden;
			transition: all ease 1s;
		}
		section#products #products-img .active img {
			/*z-index: 1;*/
		}
		section#products #products-img img:hover, section#products #products-img img:focus {
			transform: scale(1.125);
			
		}
	section#products #products-img .desc-on-mobile {
		display: none;
		padding: 20px;
		background-image: url("../images/products/product-bg.png");
		background-size: 100% 100%;
	}
	/*Down-right pointing*/
	#add-triangle-on-side {
		position: relative;
	}
		.triangle-down-right {
		    width: 100%;
		    height: 0;
		    padding-top: 100%;
		    overflow: hidden;
		    position: absolute;
		    bottom: 0;
		    right: 0;
		    display: none;
		}
		.triangle-down-right:after {
		    content: "";
		    display: block;
		    width: 0;
		    height: 0;
		    margin-top:-500px;
		    border-top: 500px solid transparent;
		    border-right: 568px solid rgba(184,204,110,0.8);
		}
/*Glide Carousel*/
.module--vertical {
	float: left;
	overflow: hidden;
}
.glide--slider .glide__arrow.disabled {
	opacity: 0.5;
}
	.glide--horizontal .glide__arrows {
		top: calc(50% - 3.2em);
		left: -34px;
	}
	.glide__arrow {
		background: transparent !important;
		height: 45px;
		padding: 0;
		border: none;
	}
		.glide--horizontal .glide__arrows i {
			font-size: 45px;
			color: #b8cc6e;
		}
		.glide--horizontal .glide__arrow:hover i {
			color: #004460;
		}
	.glide--horizontal .glide__arrow.prev {
		position: absolute;
	}
		.glide--horizontal .glide__arrow.prev i {
			text-shadow: 1px 1px 1px #dadada;
		}
		.glide--horizontal .glide__arrow.next i {
			text-shadow: -1px 1px 1px #dadada;
		}
	.glide--horizontal .glide__arrow.next {
		top: 45px;
		left: 0;
		position: absolute;
	}
/* end of Glide Carousel*/
/*Video Section*/
section#video {
	position: relative;
	background-color: #000;
	height: 360px;
}
	section#video #video-overlay {
		position: absolute;
		display: table;
		width: 100%;
		text-align: center;
		height: 360px;
		background-color: #000;
	}
		section#video #video-overlay #video-caption {
			display: table-cell;
			vertical-align: middle;
			height: 100%;
			color: #fff;
		}
			section#video #video-overlay #video-caption h2 {
				margin: 0 auto 35px;
				font-size: 40px;
				line-height: 50px;
				font-weight: 500;
				max-width: 560px;
				letter-spacing: 2px;
			}
				section#video #video-overlay #video-caption span#play i {
					font-size: 30px;
					color: #fff;
					border-radius: 100%;
					height: 60px;
					width: 60px;
					text-align: center;
					background-color: #b8cc6e;
					line-height: 60px;
					padding-left: 5px;
					cursor: pointer;
				}
	section#video iframe {
		margin: 0 auto;
		display: block;
		max-width: 640px;
	}
/*About section*/
section#about {
	padding: 60px 0;
	background-image: url('../images/about/about-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
	section#about #about-img {
		float: left;
		width: 43%;
		overflow: hidden;
	}
		section#about #about-img img {
			box-shadow: 3px 2px 3px #d3cece;
			height: 470px;
			max-width: none;
		}
	section#about #about-text {
		float: left;
		width: 57%;
		padding: 0 70px 0 0;
	}
		section#about #about-text #about-text-table {
			display: table;
			height: 470px;
		}
			section#about #about-text #about-text-table #about-text-cell {
				display: table-cell;
				height: 100%;
				vertical-align: middle;
			}
		section#about #about-text h4 {
			margin: 0;
			color: #4b6000;
			font-weight: 500;
			font-size: 16px;
		}
		section#about #about-text h1 {
			color: #004460;
			font-weight: 500;
			font-size: 40px;
			letter-spacing: 2px;
			margin: 25px 0;
		}
		section#about #about-text article {
			color: rgba(40, 40, 40, 0.66);
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}
		section#about #about-text article a {
			font-size: 12px;
			color: #004460;
			line-height: 26px;
			display: inline-block;
		}
		section#about #about-text article a:hover, section#about #about-text article a:focus {
			color: #4b6000;
			transition: all ease 0.5s;
		}
@media (max-width: 1299px) {
	section#banner .banner-caption.center {
		left: 14%;
	}
	section#products #product-text {
		padding: 0 120px;
	}
}
@media (max-width: 1199px) {
	section#products #product-text {
		padding: 0 60px;
	}
	section#about #about-text {
		padding: 0 20px 0;
	}
	section#banner .banner-caption.left {
		left: 5%;
		width: 455px;
	}
	section#banner .banner-caption.right {
		right: 1%;
	}
	section#banner .banner-caption.right.long {
		right: 0;
	}
	section#banner .banner-caption.center {
		left: 15%;
	}
		section#banner .banner-caption h1, section#banner .banner-caption h1 span.green {
			font-size: 44px;
		}
		section#banner .banner-caption h1.smaller-font, section#banner .banner-caption h1.smaller-font span {
			font-size: 44px;
			line-height: 55px;
		}
		section#banner .banner-caption h2 {
			font-size: 24px;
		}
}
@media (max-width: 1119px) {
	section#banner .banner-caption.center h1 {
		line-height: 55px;
	}
	section#banner .banner-caption.right.long {
		width: 650px;
	}
	section#banner .banner-caption.center {
		top: 42%;
		left: 16%;
		width: 525px;
	}
}
@media (max-width: 991px) {
	section#banner .banner-caption.left {
		width: 325px;
	}
	section#products #product-text {
		padding: 0 50px;
		height: 715px;
	}
	section#products #products-img img {
		height: 715px;
		max-width: none;
	}
	section#about #about-text h1 {
		font-size: 34px;
		margin: 15px 0;
	}
	section#banner .banner-caption {
		width: 390px;
	}
	section#banner .banner-caption.right.long {
		width: 520px;
	}
	section#banner .banner-caption.center {
		left: 23%;
		width: 395px;
	}
	section#banner .banner-caption.center h1 {
		line-height: 36px;
	}
	section#banner .banner-caption h1.smaller-font, section#banner .banner-caption h1.smaller-font span {
		font-size: 32px;
		line-height: 40px;
	}
		section#banner .banner-caption.right {
			width: 500px;
		}
		section#banner .banner-caption h1, section#banner .banner-caption h1 span.green {
			font-size: 32px;
		}
		section#banner .banner-caption {
			font-size: 18px;
		}
}
@media (max-width: 859px) {
	section#banner .banner-caption.center {
		left: 17%;
	}

	section#about #about-text {
		padding-top: 0;
	}
	section#about #about-img #about-img-table, section#about #about-text #about-text-table {
		display: table;
		height: 380px;
		width: 100%;
	}
		section#about #about-img #about-img-table #about-img-cell,
		section#about #about-text #about-text-table #about-text-cell {
			display: table-cell;
			height: 100%;
			vertical-align: middle;
		}
			section#about #about-img #about-img-table #about-img-cell img {
				height: 380px;
			}
}
@media (max-width: 767px) {
	section#banner .banner-caption.center {
		width: 325px;
		left: 20%;
	}
	section#banner .banner-caption.right {
		width: 350px;
	}
	section#banner .banner-caption.right.long {
		width: 400px;
	}
	section#banner .banner-caption h1.smaller-font, section#banner .banner-caption h1.smaller-font span {
		font-size: 24px;
		line-height: 36px;
	}
	section#products #product-text {
		width: 100%;
		background-image: none;
		padding: 50px 20px !important;
		height: auto;
	}
	section#products #products-img a {
		float: left;
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	section#products article {
		margin-top: 50px;
	}
	section#products #product-text .mobile-text {
		display: block;
	}
	section#products #product-text #products-details {
		display: none;
	}
	section#products article {
		margin-top: 20;
	}
	section#products .product-img-container {
		max-width: 560px;
		width: 100%;
		margin: auto;
		display: block;
	}
	section#products #products-img {
		width: 100%;
	}
		section#products #products-img img {
			max-width: 560px;
			display: block;
			margin: 0 auto;
			height: auto;
		}
		section#products #products-img .desc-on-mobile {
			display: block;
		}
	.glide--horizontal .glide__arrows {
		top: -50px;
		left: 0;
		width: 100%;
	}
	.glide--horizontal .glide__arrow.prev {
		left: calc(50% - 2.5em);
	}
	.glide--horizontal .glide__arrow.next {
		top: 0;
		left: calc(50% + 0.25em);
	}
	section#products #products-img img {
		width: 100%;
		max-width: 470px;
	}
	.triangle-down-right {
		right: auto;
		left: 0;
		max-width: 560px;
	}
	.triangle-down-right::after {
		border-right: 600px solid rgba(184, 204, 110, 0.8);
		border-top: 505px solid rgba(0, 0, 0, 0);
		 margin-top: -595px;
	}
	section#products #product-text {
		padding: 50px;
		/*height: 550px;*/
		height: auto;
	}
	section#video #video-overlay #video-caption h2 {
		font-size: 30px;
		padding: 0 10px;
	}
	section#about {
		background-size: auto 100%;
	}
		section#about #about-img {
			width: 100%;
			padding: 0 20px;
		}
			section#about #about-img img {
				margin: 0 auto;
				display: block;
				max-width: 470px;
				width: 100%;
				height: auto;
			}
	section#about #about-text {
		width: 100%;
		margin-top: 30px;
	}
	section#about #about-img #about-img-table, section#about #about-text #about-text-table,
	section#about #about-img #about-img-table #about-img-cell img {
		height: auto;
	}
	.triangle-down-right {
		bottom: auto;
		top: 143px;
	}
}
@media (max-width: 699px) {
	section#banner .banner-caption.center {
		left: 15%;
	}
}
@media (max-width: 599px) {
	section#products #products-img .desc-on-mobile {
		background-size: auto 100%;
	}
	section#products article {
		margin-top: 20px;
	}
	section#banner .banner-caption {
		width: 250px;
	}
	section#banner .banner-caption.right {
		top: 50%;
		width: 280px;
	}
	section#banner .banner-caption.right.long {
		width: 300px;
		top: 40%;
	}
	section#banner .banner-caption.center {
		width: 240px;
	}
		section#banner .banner-caption h1.smaller-font, section#banner .banner-caption h1.smaller-font span {
			font-size: 18px;
		}
		section#banner .banner-caption h1, section#banner .banner-caption h1 span.green {
			font-size: 24px;
		}
		section#banner .banner-caption h2 {
			font-size: 14px;
		}
}
@media (max-width: 579px) {
	section#banner {
		margin-top: 85px;
	}
	section#banner .banner-caption.left {
		width: 250px;	
	}
	.triangle-down-right {
		display: none;
	}
}
@media (max-width: 479px) {
	section#products {
		padding: 0 20px;
	}
	section#products h1 {
		font-size: 32px;
		letter-spacing: 5px;
	}
	section#banner .banner-caption {
		top: 45%;
		width: 185px;
		display: none;
	}
		section#banner .banner-caption h1, section#banner .banner-caption h1 span.green {
			font-size: 18px;
		}
		section#banner .banner-caption h2 {
			font-size: 10px;
		}
	section#video #video-overlay #video-caption h2 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 359px) {
	section#products {
	}
	section#products article {
		margin-top: 20px;
	}
	section#banner .banner-caption {
		left: 10px;
	}
	section#products h1 {
		font-size: 24px;
	}
}