body {
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	color: #dddddd;
	background-color: #141414;
	margin: 0;
	padding:0;
	text-align: center;
	}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #3c9444;
	text-decoration: underline;
	}

a:hover {
	color: #9f94dd;
	text-decoration: underline;
	}

a:focus {
	background-color: #000;
	text-decoration: underline;
	}

h1 {
	font-size: 46px;
	line-height: 48px;
	color: #3c9444;
	font-family: "Oswald", sans-serif;
	margin-top: 20px;
	font-weight: 300;
	text-align: center;
	}

h2 {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	line-height: 48px;
	color: #b9b9b9;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 13px;
	text-align: center;
	}

h3 {
	font-family: "Oswald", sans-serif;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 38px;
	line-height: 42px;
	font-weight: 300;
	color: #3c9444;
	}

h4 {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-top: 8px;
	font-weight: normal;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	width: 100%;
	height: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
	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: #000;
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	max-width: 1400px;
	min-height: 180px;
	background-image: url("images/top2.jpg");
	}

header img {
	width: 100%;
	}

footer {
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: auto;
	color: #fff;
	background-color: #1a1a1a;
	clear: both;
	position: relative;
	max-width: 1400px;
	min-height: 150px;
	background-image: url("images/top2.jpg");
	text-align: center;
	}

.footer-text {
	padding-top: 10px;
	padding-bottom: 20px;
	text-shadow: 2px 2px 5px #000008;
	}

footer a {
	color: #3c9444;
	}

#logo {
	z-index: 195;
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 170px;
	}

#wrapper {
	margin: auto;
	background-color: #000;
	}

#content {
	padding: 20px 20px 20px 20px;
	margin: auto;
	max-width: 1400px;
	background-color: #000000;
	overflow: hidden;
	}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 6px;
	/*border: 1px solid #1a1a1a;*/
	}

.left2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	/*border: 1px solid #1a1a1a;*/
	}

.right2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.centered {
	align-content: center;
	text-align: center;
	}

.cycle-slideshow {
	z-index: 80px;
	}

.cycle-right {
	float: right;
	max-width: 800px;
	margin-left: 15px;
	margin-bottom: 6px;
	/*border: 1px solid #1a1a1a;*/
	}

.cycle-left {
	float: left;
	max-width: 800px;
	margin-right: 15px;
	margin-bottom: 6px;
	/*border: 1px solid #1a1a1a;*/
	}

.products h3 {
	padding-top: 6%;
	}

video {width: 800px;
	border: 0;
	}

.item {display: block;
	background-color: #fbd227;
	padding: 10px;
	min-width: 200px;
	}

.item img {display: block; padding-bottom: 10px;}

.strip {
	background-color: #2c6495;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	}

.strip h2 {color: #fff;}

.smaller {font-size: 13px;}

.btn {
	background-color: #3c9444;
	padding: 6px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	border-radius: 3px;
	text-decoration: none;
	transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  	transition: 0.25s all ease;
	}

.btn:hover {
	background-color: #3c9444;
	padding: 12px;
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.2);
	}

.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;
	left: 10px;
    padding: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 5px;}


/*****************************Navigation******************************/

nav {
	width: 80%;
	padding-bottom: 10px;
	z-index: 196;
	position: absolute;
	right: 10px;
	top: 5px;
	}

nav a {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: inline-block;
	padding-top: 10px;
	}

nav a:hover {
	color: #3c9444;
	text-decoration: none;
	}

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;
	}


/********************** FOR MOBILE RESOLUTIONS ********************/

@media screen and (max-width: 1100px) {

.right {width: 60%;}
.left {width: 60%;}

.cycle-right {width: 60%;}
.cycle-left {width: 60%;}

}

@media screen and (max-width: 850px) {

nav a {font-size: 18px;}

nav {
	width: 70%;
	right: 0px;
	}

#logo {max-width: 150px;}

.products h3 {padding-top: 0%;}

}


@media screen and (max-width: 600px) {

.cycle-slideshow {
	z-index: 70;
	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%;}

.grow-item {font-size: 16px;}

nav ul li {
	flex:1 1 40%;
	margin-right: 0;
	}

nav {width: 70%;
	right: 10px;
	}

nav ul {flex-wrap: wrap;}

}

@media screen and (max-width: 470px) {

nav {width: 58%;}

nav a {font-size: 18px;}

header {min-height: 130px;}

footer {font-size: 16px;}

#logo {max-width: 120px;}

.btn {font-size: 16px;}

}

@media screen and (max-width: 300px) {

nav a {font-size: 18px;}

nav {width: 28%;}

}



/*****************************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); }
