@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

/*
font-family: 'Source Sans Pro', sans-serif;
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #000;
}
a, a:visited {
	text-decoration: none;
}
header {
	padding: 1em 0;
	color: #FFFFFF;
	font-size: 2em;
	text-transform: uppercase;
	}
	header a, header a:visited {
		color: #FFF;
	}
footer {
	background-color: #2C2C2C;
	color: #CCC;
	font-size: 1.5em;
	font-weight: 200;
	}
footer p {
	margin: 0;
	padding: 0;
}
footer li {
	font-size: 1.2em;
}
footer a, footer a:visited {
	color: #CCC;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
.pad-tb-row {
	padding: 2em 0;
}
.pad-tb-sml {
	padding: 1em 0;
}
.logo {
	margin: 2em 0 2em 0;
	display: block;
	width: 50%;
	float: left;
	position: relative;
}
.bus {
	margin: 2em 0 0 67%;
	padding: 0 0 0 0;
	display: block;
	float: right;
	position: absolute;
	text-align: right;
}
.tagline, .footer-address, .freecall {
	padding-top: 0.25em;
	color: #FFF100;
	font-size: 2.4em;
	font-weight: 300;
	text-transform: uppercase;
}
.servicing {
	font-size: 0.7em;
}
.footer-address {
	color: #FFF;
	text-align: left;
}
.freecall {
	text-align: right;
	}
	.freecall span {
		color: #FFF;
	}
#myNavbar {
	margin: 0;
	padding: 0;
	}
	#myNavbar ul {
		}
	#myNavbar li {
		margin: 0.5em;
		text-align: center;
		text-transform: uppercase;
		font-size: 2.4em;
	}
	#myNavbar li:first-child {
		margin-left: 0;
	}
	#myNavbar li:last-child {
		margin-right: 0;
	}
	#myNavbar a {
		margin: 0;
		padding: 0;
		color: #FFF;
		text-shadow: 1px 1px 0 #000;
		border: none;
	}
	#myNavbar a:hover {
		background: none;
		color: #060;
	}
	#myNavbarv a:active {
		border-bottom: 3px solid #FFF;
	}
.banner-image {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;	
}
.zero-left-zero-right {
	margin-left: 0;
	margin-right: 0;
}
.white-row {
	background-color: #FFF;
}
.grey-row {
	background-color: #F0F0F0;
}
.black-row {
	background-color: #000;
}
.green-row {
/*	background-color: #568B7E;*/
	background-color: #84BF33;
}
.grey-fade-bg {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(193,194,196,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(246,246,246,1)), color-stop(100%, rgba(193,194,196,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(193,194,196,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(193,194,196,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(193,194,196,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(193,194,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c2c4', GradientType=1 );
}
.green-fade-bg {
	background: -moz-linear-gradient(0deg, rgba(126,188,63,1) 0%, rgba(1,89,65,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(126,188,63,1)), color-stop(100%, rgba(1,89,65,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(126,188,63,1) 0%, rgba(1,89,65,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(126,188,63,1) 0%, rgba(1,89,65,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(126,188,63,1) 0%, rgba(1,89,65,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(126,188,63,1) 0%, rgba(1,89,65,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7EBC3F', endColorstr='#015941',GradientType=1 ); /* ie6-9 */
}
.content {
	display: block;
/*	width: 75%;*/
	color: #000;
}
.content h1 {
	margin: 0;
	font-weight: 300;
	font-size: 7em;
}
.content strong {
	font-weight: 700;
}
.content p, .content li, .content dt, .content dd, .content th, .content td {
	font-size: 2em;
}
.content ul, .content ol {
/*	width: 50%;*/
/*	text-align: left;*/
/*	margin: 2em auto;*/
	/*margin: 2em 0 2em 6em;*/
/*	padding: 0 0 0 10em;*/
}
.content li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content dt {
	font-weight: bold;
	float: left;
}
.content dd {
	padding: 0 0 0 80px;
}
.content th {
	font-weight: 800;
}
.content th, .content td, .content tr {
	padding: 0;
	margin: 0;
}
.content tr {
	border-bottom: 1px solid #EEE;
}
.content a, .content a:visited {
	color: #007EB7;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.contact-details {
	font-weight: 800;
	font-size: 2em;
	}
	.contact-details i {
	margin: -0.25em 0 0 0;
	color: #000;
	}
	.contact-details li {
		margin: 0.5em 0;
	}
	.contact-details li:first-child {
		margin-top: 0;
	}
	.contact-details li:last-child {
		margin-bottom: 0;
	}
	.contact-details a, .contact-details a:visited {
	color: #000;
	}
	.contact-details a:hover {
		text-decoration: none;
	}
.infoBlock {
	margin: 2em 2em 2em 9em;
	padding: 1em;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	}
.list-cat a {
	color: #666;
	text-decoration: none;
}
.list-cat a:hover {
	color: #84BF33;
	text-decoration: none;
}
.list-cat img {
	display: inline-block;
	border: 1px solid #999;
	padding: 2px;
	margin-right: 1em;
	border-radius: 4px;
	background-color: #CCC;
}
.list-cat img:hover {
	background-color: #999;
}
.list-cat:nth-child(odd) {
	background-color: #EEE;
}
.list-cat:nth-child(even) {
	background-color: #E0E0E0;
}
.zero-left-right {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.pad-right {
	padding-right: 1em;
}
.my-fb {
	font-size: 2em;
	margin-right: 0.5em;
	vertical-align: bottom;
}
	
/* ID's */	
#green-panel {
	border: none;
	border-radius: 0;
}
#green-panel-head {
	background-color: #84BF33;
	color: #FFF;
	text-transform: uppercase;
	font-size: 2.4em;
	text-shadow: 1px 1px 0 #000;
	border-radius: 0;
}
#green-panel-body {
	background-color: #F5F5F5;
	border-radius: 0;
}
#blk-btn {
	margin: 0 0.5em 1em 0.5em;
	color: #000;
  	background: none;
  	border: 1px solid #000;
  	border-radius: 0;
  	font-size: 1em;
  	font-weight: 300;
  	text-transform: uppercase;
}
#blk-btn:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
#wht-btn {
	margin: 1em 0 0 0;
	color: #FFF;
  	background: none;
  	border: 1px solid #FFF;
  	border-radius: 0;
  	font-size: 0.7em;
  	text-transform: uppercase;
}
#wht-btn:hover {
	background-color: rgba(255,255,255,0.5);
	color: #FFF;
	text-decoration: none;
}
#gal li {
	margin: 2px;
	}
#author {
	color: #999;
}
#slider {
	width: 100%;
	height: 300px;
	}
@media (min-width: 979px) {
}
 @media (max-width: 991px) {
}
/*Redefine bootstrap classes */
/*.row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
*/
/*.btn-success {
  color: #000;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
*/
.breadcrumb {
	padding:  0;
	margin: 0;
	background-color: black;
}
.breadcrumb-item {
	color: white;
	font-size: 1.5em;
	font-weight: 200;
}
.breadcrumb-item a, .breadcrumb-item a:visited {
	color: white;
}
.breadcrumb-item a:hover {
	text-decoration: none;
}
.breadcrumb a:active {
	color: gray;
}
.btn-default {
	padding: 0.1em 0.5em;
	margin: 0;
	font-size: 0.7em;
}