body {
	font-family: 'Changa', sans-serif;
	font-size: 20px;
	line-height: 23px;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	background-color: #000;
	background-image: url("images/background.jpg");
	margin: 0;
	padding:0;
	}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #FBD227;
	text-decoration: underline;
	}

a:hover {
	color: #a59bdf;
	text-decoration: underline;
	}

a:focus {
	background-color: #000;
	text-decoration: underline;
	}

h1 {
	font-size: 30px;
	line-height: 32px;
	color: #fbd227;
	font-family: 'Changa', sans-serif;
	margin-top: 20px;
	}

h2 {
	font-family: 'Changa', sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-style: italic;
	color: #FBD227;
	margin-bottom: 2px;
	margin-top: 13px;
	}

h3 {
	font-family: 'Changa', sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
	font-weight: normal;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB619;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFB619;
	font-size: 12px;
	font-style: italic;
	margin-top: 6px;
	font-weight: normal;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	width: 100%;
	height: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
	clear: both;
	}

ul, li {
	line-height: 20px;
	padding-bottom: 10px;
	list-style-position:outside;
	padding-left: 2px;
	margin-left: 10px;
	}

header {
	background-color: #197400;
	position: relative;
	display: block;
	width: 100%;

	}

header img {
	width: 100%;
	}

footer {
	display: block;
	padding: 15px;
	font-family: 'Changa', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #dfe858;
	background-color: #197400;
	clear: both;
	position: relative;
	}

#logo {
	z-index: 195;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	}

#wrapper {
	margin: auto;
	}

#content {
	padding: 20px 20px 30px 20px;
	background-image: url("images/content-background.jpg");
	margin: auto;
	max-width: 1280px;
	overflow: hidden;
	}
	
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	}

.left2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.right2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}
	

.centered {
	align-content: center;
	text-align: center;
	}

.qa {
	background-color: #000;
	padding: 15px;
	}

.cycle-slideshow {
	z-index: 80px;
	}

.cycle-right {
	float: right;
	max-width: 800px;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.cycle-left {
	float: left;
	max-width: 800px;
	margin-right: 15px;
	margin-bottom: 6px;
	}

.products-container a {color: #000;}

.products-container a:hover {color: #061a8f;}

.products-container {
	display: grid;
	grid-template-columns: 250px 250px 250px 250px;
	grid-gap: 15px;
	text-align: center;
	justify-content: space-evenly;
	justify-items: center;
	align-content: space-evenly;
	align-items: top;
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	color: #000;
	}

.photo img {
	display: block;
	}

.item {display: block;
	background-color: #fbd227;
	padding: 10px;
	min-width: 200px;
	}

.item img {display: block; padding-bottom: 10px;}

.strip {
	background-color: #fbd227;
	font-size: 27px;
	line-height: 29px;
	font-weight: bold;
	margin: auto;
	padding: 15px;
	text-align: center;
	color: #000;
	margin-top: 15px;
	overflow: hidden;
	}

.grow-area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
	margin-top: 15px;
	}

.grow-item {
	font-family: 'Changa', sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #FFB619;
	margin: 10px;
	line-height: 20px;
	text-align: center;
	max-width: 250px;
	}

.grow img {
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-o-transition: all 1s ease;
	/* IE 9 */
	-ms-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
	max-width: 100%;
	}

.grow:hover img {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
	}

.grow {
	overflow: hidden;
	margin-bottom: 8px;
	}

.grow-item:hover {color: #87CEEB;}

.smaller {font-size: 13px;}

.btn {
	margin-top: -4px;
	background-color: #fbd227;
	padding: 8px;
	font-weight: bold;
	color: #000;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	}

.social {
	margin: auto;
	width: 120px;
	height: 15px;
	padding-top: 24px;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 6;
	}

.social-facebook {
	background-image: url('images/facebook-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: left;
	}

.social-facebook:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-instagram {
	background-image: url('images/instagram-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: right;
	}

.social-instagram:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.skip-link {
    position: fixed;
    top: -200px;
    padding: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 5px;}


/*****************************Navigation******************************/

nav {
	background-color: #197400;
	width: 100%;
	padding-bottom: 10px;
	}

nav a {
	font-family: 'Changa', sans-serif;
	font-size: 26px;
	color: #fff;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-top: 10px;
	}

nav a:hover {
	color: #FBD227;
	text-decoration: none;
	background-color: #000;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	}

nav ul li {
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.bottom-nav {
	background-color: #197400;
	width: 100%;
	margin-top: 4px;
	}

.bottom-nav a {
	font-family: 'Changa', sans-serif;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	}

.bottom-nav a:hover {
	color: #FBD227;
	text-decoration: none;
	background-color: #000;
	}

.bottom-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	}

.bottom-nav ul li {
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}


/********************** FOR MOBILE RESOLUTIONS ********************/

@media screen and (max-width: 1100px) {

.right {width: 60%;}
.left {width: 60%;}

.cycle-right {width: 60%;}
.cycle-left {width: 60%;}

#logo {max-width: 600px;}

.item {
	font-size: 15px;
	min-width: 100px;
	}

.products-container {
	display: grid;
	grid-template-columns: 200px 200px 200px 200px;
	}
}

@media screen and (max-width: 850px) {

.products-container {
	grid-template-columns: 40% 40%;
	}

.bottom-nav a {font-size: 14px;}

#logo {max-width: 80%;}

}


@media screen and (max-width: 640px) {

.cycle-slideshow {
	z-index: 80;
	width: 100%;
	}

.cycle-right {
	margin-left: 0px;
	float: left;
	width: 100%;
	}

.cycle-left {
	margin-right: 0px;
	width: 100%;
	}

.right {margin-left: 0px; width: 100%;}

.left {margin-right: 0px; width: 100%;}

.panel img {width: 100%;}

footer {font-size: 14px;
	font-weight: normal;
	}

.grow-item {font-size: 16px;}

}

@media screen and (max-width: 600px) {

nav a {font-size: 20px;}

nav ul {flex-wrap: wrap;}

nav ul li {
	flex:1 1 25%;
	margin-right: 0;
	}

.bottom-nav ul li {flex: 1 1 50%;}

.bottom-nav ul {flex-wrap: wrap;}

.strip {
	font-size: 18px;
	line-height: 16px;
	padding: 15px;
	text-align: center;
	color: #000;	
	}

}

@media screen and (max-width: 330px) {

nav {font-size: 16px;}

nav ul li {flex:1 1 65%;}

.bottom-nav ul li {flex: 1 1 60%;}

}



/*****************************Cycle2******************************/
/******* pager **********/
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}

.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer; padding-right: 10px;
	}

.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .9;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 10% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 90% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=80) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/*****************************Lightbox*****************************/

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;

	/* Image border */
	border: 1px solid #7e7e7e;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;

	/* Background color behind image.
     This is visible during transitions. */
	background-color: #000;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1em;
}

.lb-data .lb-caption {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
