/*=================================================================
	Colours
==================================================================*/

.eucalyptus {
	color: #25b058;
}
.kaitoke {
	color: #005024;
}
.kaitokeT4 {
	color: #337350;
}
.kaitokeT3 {
	color: #66967c;
}
.kaitokeT2 {
	color: #99b9a7;
}
.kaitokeT1 {
	color: #ccdcd3;
}
.kaitokeS1 {
	color: #003c1b;
}
.kaitokeS2 {
	color: #002812;
}
.whitesmoke {
	color: #f5f5f5;
}
.whitesmokeS1 {
	color: #b8b8b8;
}
.whitesmokeS2 {
	color: #5c5c5c;
}
.whitesmokeS3 {
	color: #2e2e2e;
}
/*=================================================================
	General Custom Styles
==================================================================*/


body {
	background-color: #ffffff;
	font-family: 'Ubuntu', 'Arial', sans-serif;
	color: #2e2e2e !important;/*whitesmokeS3*/
}
p {
	font-size: 1.1em;
	line-height: 1.7;
}
.title {
	padding-bottom: 20px;
}
.title h2 {
	/*kaitoke*/
	color: #005024;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
}
h3, .h3 {
	color: #66967c; /*kaitokeT3*/
}
h4, .h4 {
	color: #5c5c5c; /*whitesmokeS2*/
}
.border {
	border-top: 1px solid #b8b8b8;/*whitesmokeS1*/
	height: 1px;
	margin: 15px auto 0;
	position: relative;
	width: 35%;
}
.border:before {
	background-color: #b8b8b8;/*whitesmokeS1*/
	border: 1px ridge #b8b8b8;/*whitesmokeS1*/
	content: "";
	height: 10px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: -5px;
	width: 40px;
}
.hammer li, .saw li {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #5c5c5c;/*whitesmokeS2*/
	padding-bottom: 20px;
}
.saw li {
	list-style: outside url('../img/bullet-saw.png');
}
.hammer li {
	list-style: outside url('../img/bullet-hammer.png');
}
.hammer, .saw {
	color: #5c5c5c;
/*whitesmokeS2 */
}
.clear {
	clear: both;
}
.bg-one {
	background-color: white;
}

.hia {
	padding-top:10px;
}

.hia p
{
	font-style:italic;
	font-size:11px;
}


/*workaround to get section id's to have a top margin offset so not hidden by header & nav*/
section {
	border-top: 140px solid transparent;
	margin-top: -140px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}




/*#commercial, #contact-us {
	padding-bottom: 10px;
}*/


#home {
	position: relative;
}
.about-side p {
	color: #2e2e2e !important;/*whitesmokeS3*/
	font-size: 1.1em;
}
.about-side h2 {
	font-size: 1.2em;
	color: #337350 /*kaitokeT4*/
}
.about-side img {
	margin-top: 40px;
	border: solid #5c5c5c 1px;/*kilamanjaro*/
}

#about .title {
	padding-bottom: 10px;
}

.products h3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.products img {
	border: solid #5c5c5c 1px;/*whitesmokeS2*/
}
.products-item {
	margin: 10px 0 30px 0;
}


/*=================================================================
	Basic Setup
==================================================================*/


ol, ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}
figure {
	margin: 0;
}
a {
	color: #25b058;/*eucalyptus*/
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
iframe {
	border: 0;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus, a:hover, a:active, a:visited {
	color: #66967c;/*kaitokeT3*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: oswald;
	font-weight: 400;
}
.kill-margin-bottom {
	margin-bottom: 0 !important;
}
/*=================================================================
	Navigation
==================================================================*/

.navbar-inverse {
	background-color: #f5f5f5;/*whitesmoke*/
	border: none;
	width: 100%;
	z-index: 99;
}
.navbar {
	border-bottom: 4px solid #5c5c5c;/*whitesmokeS2*/
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding: 8px 0;
}
.navbar-brand h1 {
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #66967c !important;/*kaitokeT3*/
	font-size: 14px;
	line-height: 26px;
	padding: 20px 15px;
	-webkit-transition: background .5s ease-in-out 0s;
	-moz-transition: background .5s ease-in-out 0s;
	-o-transition: background .5s ease-in-out 0s;
	transition: background .5s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li.current > a {
	color: #25b058 !important;/*eucalyptus*/
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #337350 !important;/*kaitokeT4*/
	
}
.icon-bar {
	background-color: #f5f5f5 !important;
	
}


.navbar-address {
float:left;	
margin-left:10px;
}



.navbar-address h1{
font-size:16px;
margin-bottom:0;
}



.navbar-address p{
font-size:12px;
line-height:1.4;
}

/*
=================================================================
	lightbox gallery
==================================================================*/

.gallery {
	width: 100%;
	margin-bottom:50px;
}
.gallery img {
	width: 150px;
	height: 150px;
	margin: 5px;
	border: 2px solid #5c5c5c;/*whitesmokeS2*/
}





/*=================================================================
	Footer section
==================================================================*/


.copyright {
	padding: 20px 0;
	color: #5c5c5c;
}
.copyright > img {
	margin-bottom: 15px;
}
#scrollUp {
	border: 1px solid #5c5c5c;/*whitesmokeS2 */  
bottom: 15px;
	background-color:#5c5c5c;/*whitesmokeS2 */ 
	color: #f5f5f5;/*whitesmoke*/
	display: none;
	padding: 8px 12px;
	position: fixed;
	right: 20px;
	z-index: 600;
}
#scrollUp:hover {
	background-color: #00b050;/*eucalyptus*/
	border: 1px solid #5c5c5c;/*whitesmokeS2 */
}
