

body {
	background-color: #f1f1f1;
	font-family: open sans;
}

.clear {
	clear: both;
}

.container-fluid {
	padding: 0;
}

.nav-wrapper {
	margin: 0 40px;
	position: relative;
}


.navbar {
	height: 150px;
	margin-top: 40px;
	background-color: rgba(0, 0, 0, .75);
	padding: 10px;
	border: 2px solid #f3e100;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.navbar-brand {
	float: left;
	max-width: 200px;
	padding: 0;	
}

.logo {
	max-width: 200px;
	margin: 15px;
	
}

.social {
	float: right;
	margin: 10px;
}

.social > a {
	margin: 5px;
}

.head-call {
	color: white;
	float: right;
	font-size: 20pt;
	font-weight: 400;
}

.nav {
	margin-top: 5px;
}

.nav > li > a {
	font-size: 13pt;
	color: white!important;
	
}

.page-header h1 {
	background-color: #195700;
	text-align: center;
	color: white;
	font-size: 30pt;
	font-weight: 800;
	padding: 8px;
}

.home-banner {
	background-image: url(../images/home-hero.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.products-banner {
	background-image: url(../images/home-hero.jpg);
	height: 300px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.home-hero-tag {
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	
}

.home-hero-tag h1 {
	color: white;
	font-family: 'Vollkorn', serif;
	font-weight: 700;
	text-align: center;
	font-size: 32pt;
}

.home-hero-tag > img {
	margin: 22px auto;
}

.home-content {
	background-color: #f1f1f1;
}

.home-cta-col {
	padding: 10px 10px 0px 10px;
}

.col-inner {
	background-color: white;
	padding: 15px;
	margin-top: 20px;
}

.col-inner-alt {
	background-color: #195700;
	padding: 15px;
	margin-top: 20px;
}

.home-col-header, .home-col-header-alt {
	height: 60px;
	border-bottom: 1px solid #eee;
}

.home-col-header > h3 {
	font-weight: 800;
	color: #195700;
	float: left;
	margin-left: 15px;
}

.home-col-header-alt > h3 {
	font-weight: 800;
	color: white;
	float: left;
	margin-left: 15px;
}

.home-col-header > img, .home-col-header-alt > img {
	float: left;
}

.col-inner p {
	padding: 25px 10px;
	margin-top: -15px;
}

.col-inner-alt p {
	padding: 25px 10px;
	margin-top: -15px;
	color: white;
}

.home-col-contact {
	background-color: white;
	margin-top: 30px;
}

.home-contact-header {
	background-color: #195700;
	height: 50px;
}

.home-contact-header > img {
	float: left;
}

.home-contact-header > h3 {
	color: white;
	float: left;
	margin: 15px 10px;
}

.home-col-contact h2, .home-col-contact h3 {
	text-align: center;
}

#map-container {
	width: 100%;
	height: 200px;
	margin: 30px 0;
}

.home-featured-col {
	padding: 5px;
}

.home-featured-inner {
	background-color: white;
	padding: 10px 10px 50px 10px;
	height: auto;
}

.home-featured-col h4 {
	color: #195700;
	margin: 0;
	padding: 0;
	font-weight: 800;
	font-size: 11pt;
	line-height: 20px;
	border-bottom: 2px dashed #333;
}

.home-featured-more {
	background-color: #195700;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	text-align: right;
	color: white;
	font-weight: 800;
}

.product-left-col {
	padding: 20px;
}

.product-detailed-img {
	max-width: 100%;
}

.product-info h2 {
	text-align: center;
	padding: 15px;
	background-color: white;
}

.product-info h3 {
	text-align: center;
	padding: 15px;
	background-color: white;
}


.product-desc {
	background-color: white;
	padding: 20px;
	margin-top: 20px;
}

.product-video {
	background-color: white;
	padding: 10px;
}

.product-video-frame {
	width: 100%;
	min-height: 220px;
}

.view-all h2 {
	text-align: center;
	color: white;
	padding: 20px;
	background-color: #195700;
	font-weight: 800;
}

.view-all a {
	text-decoration: none;
}

.footer-bar {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}

.footer-logo {
	margin: 0 auto;
}

.footer-links {
	text-align: center;
	font-size: 14pt;
	padding: 0;
	}

.footer-links a {
	color: white;
}

.footer-details {
	color: white;
	line-height: 28px;
	font-size: 14pt;
}

.icons {
	margin-bottom: 17px;
	margin-left: 25px;
	float: right;
}

.emailLink a {
	color: white;
}

.copyright {
	color: white;
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 40%;
	right: 40%;
}

@media only screen and (max-width: 1200px) {


.footer-bar {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}

.footer-logo {
	margin: 0 auto;
	max-width: 60%;
	
}

.footer-links {
	text-align: center;
	font-size: 12pt;
}

.footer-details {
	color: white;
	line-height: 28px;
	font-size: 10pt;
}

.icons {
	margin-bottom: 17px;
	margin-left: 25px;
	float: right;
}

.copyright {
	color: white;
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 30%;
	right: 30%;
}

}


@media only screen and (max-width: 992px) {
	
	.home-hero-tag h1 {
		color: white;
		font-family: 'Vollkorn', serif;
		font-weight: 700;
		text-align: center;
		font-size: 24pt;
	}
	
	
	.logo {
		width: 150px;
		margin-top: 30px;
	}
	
	.footer-logo {
		margin: 0 auto;
		max-width: 60%;
		
	}
	
	.footer-links {
		text-align: center;
		font-size: 12pt;
		padding: 0;
		
	}
	
	.footer-details {
		color: white;
		line-height: 28px;
		font-size: 9pt;
	}
	
	.icons {
		margin-bottom: 17px;
		margin-left: 25px;
		float: right;
	}
	
	.copyright {
		color: white;
		text-align: center;
		bottom: 10px;
		position: absolute;
		left: 20%;
		right: 20%;
	}
	
	
}


@media only screen and (max-width: 767px) {
	
	.home-hero-tag h1 {
		color: white;
		font-family: 'Vollkorn', serif;
		font-weight: 700;
		text-align: center;
		font-size: 18pt;
	}
	
	.nav-wrapper {
		margin: 0 10px;
	}
	
	.navbar {
		height: 80px;
	}
	
	.navbar-brand {
		float: left;
		max-width: 100px;
		padding: 0;	
	}
	
	.logo {
		margin-top: 5px;
		width: 100px;
	}
	
	.head-call {
		display: none;
	}
	
	.social {
		display: none;
	}
	
	.home-banner {
		height: 300px;
	}
	
	
	.footer-logo {
		margin: 0 auto;
		margin-bottom: 50px;
		max-width: 60%;
		
	}
	
	.footer-links {
		text-align: center;
		font-size: 12pt;
		margin-bottom: 50px;
		
	}
	
	.footer-links > ul {
		padding: 0;
	}
	
	.footer-details {
		margin-left: 100px;
		color: white;
		line-height: 28px;
		font-size: 10pt;
	}
	
	.icons {
		margin-bottom: 17px;
		padding-left: 100px;
		float: right;
	}
	
	.copyright {
		color: white;
		text-align: center;
		bottom: 10px;
		position: absolute;
		left: 20%;
		right: 20%;
	}


}

@media only screen and (max-width: 401px) {


.footer-details {
	margin-left: 10px;
	color: white;
	line-height: 28px;
	font-size: 8pt;

}

.icons {
	margin-bottom: 17px;
	margin-left: 30px;
	float: right;
}

}


@media only screen and (max-width: 320px){                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

.footer-logo {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 60%;
	
}
.footer-links {
	text-align: center;
	font-size: 10pt;
	margin-bottom: 50px;
	
}

.footer-links > ul {
	padding: 0;
}

.footer-details {
	margin-left: 0;
	color: white;
	line-height: 28px;
	font-size: 8pt;
	
}

.details {
	margin-bottom: 10px;
}

.icons {
	margin-bottom: 17px;
	margin-left: 20px;
	float: right;
}

.copyright {
	color: white;
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 10px;
	right: 10px;
	font-size: 8pt;
}
	
}


 








