body{
	background-color:#299045 !important;
	padding-top:0px;
	background-image:url(library/images/bg-grass2.jpg);
	background-repeat:repeat;
}

img {
	max-width:100%;
	height:auto;
}

.fluid-width-video-wrapper{
	margin-bottom:15px;
}


.page-template-page-php #content, .single #content, .archive #content, .search #content{
	background-color:#FFF;
}

a{
	color:#207140;
}

a:hover{
	color:#299045;
}

.article-header {
padding:0px;}

.entry-content p, .entry-content > ol, .entry-content > ul {
	font-size: 14px;
}

.navbar{
	border-top:4px solid #299045;
	border-bottom:0px;	
	background-color:transparent;	
	border-radius:0px;
}
#content{
padding-top:20px;}


.navbar-nav{
box-shadow:0px 1px 1px #000;
border-radius:0px 0px 5px 5px;
padding:0px 20px;
background: rgb(41,144,69); /* Old browsers */
background: -moz-linear-gradient(top, rgba(41,144,69,1) 0%, rgba(29,102,62,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,144,69,1)), color-stop(100%,rgba(29,102,62,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(41,144,69,1) 0%,rgba(29,102,62,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(41,144,69,1) 0%,rgba(29,102,62,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(41,144,69,1) 0%,rgba(29,102,62,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(41,144,69,1) 0%,rgba(29,102,62,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299045', endColorstr='#1d663e',GradientType=0 ); /* IE6-9 */
}

.nav > li > a{
color:#fff;
font-family: 'Asap', sans-serif;
font-size:14px;
text-transform:uppercase;
}

.nav > li > a:hover{
border-radius:3px 3px 0px 0px;
background: rgb(0,110,46); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,110,46,1) 1%, rgba(0,110,46,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,110,46,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,110,46,1) 1%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,110,46,1) 1%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,110,46,1) 1%,rgba(0,110,46,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,110,46,1) 1%,rgba(0,110,46,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
}

.nav > li > a .caret{
display:none;
}

.navbar-nav > li > a {
    padding-bottom: 14px;
    padding-top: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
background-color:#006E2E;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #299045;
}

h1, h2, h3, h4{
	font-family: 'Asap', sans-serif;
	font-weight:800;
	text-rendering: optimizeLegibility;
}

.page-head {
	display:none;
}

.homebanner {
	background-image:url(library/images/hero3.jpg);
	background-position: center top;
    	background-size: cover;
	border-bottom:5px solid #299045;
	margin-bottom:0px;
}

.home-intro{
background-color:#FFF;
}
.home-intro h3{
color:#299045;
font-size:28px;
font-weight:800;
}

.home-intro .container .hentry{
background-color:transparent;
box-shadow:none;
border-left:1px dashed #299045;
border-right:1px dashed #299045;
border-top:0px;
border-bottom:0px;
margin:20px 0px;
}

.home-intro .entry-content{
	padding-bottom:0px;
}

#footer{
	padding-top: 0px;
	border-top: 5px solid #FFF;
}


.homebanner .btn-default {
    background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    border: 2px solid rgb(255, 255, 255);
    color: #FFF;
    transition: all 0.2s ease 0s;
	font-family: 'Asap', sans-serif;
	margin-top:10px;
}

.cat-heros{
	margin-bottom:45px;
}

.cat-hero{
	background-size:cover;
	background-position:center center;
	min-height:200px;
	padding-top:15px;
}
.cat-hero h3{
	background: none repeat scroll 0 0 rgba(41, 144, 69, 0.8);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-size: 18px;
	padding:5px;
	text-transform:uppercase;
	border-radius:3px;
	margin-top:0px;
	text-shadow:1px 1px 1px #3D542F;
	margin-bottom:0px;
	}

.hero-1{
	background-image:url(library/images/flex-net.jpg);
}
.hero-2{
	background-image:url(library/images/turf-net.jpg);
}
.hero-3{
	background-image:url(library/images/bale-wrap.jpg);
}
.hero-4{
	background-image:url(library/images/pegs.jpg);
}
.hero-5{
	background-image:url(library/images/walkilid.jpg);
}
.hero-6{
	background-image:url(library/images/thermal-blankets.jpg);
}
.hero-7{
	background-image:url(library/images/perforated-films.jpg);
}
.hero-8{
	background-image:url(library/images/wrapping-machine.jpg);
}

.sub-pg-banner {
	background-image:url(library/random-header.php?);
	background-position: center top;
    	background-size: cover;
	border-bottom:5px solid #299045;
	margin-bottom:0px;
	margin-top: -66px;
}

.hentry, #comments, .respond-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid rgb(221, 221, 221);
    border-radius: 0;
    box-shadow: none;
}
.page-template-page-php .entry-content, .archive .entry-content{
	padding: 0;
	margin-bottom:0px;
}
.article-footer{
	display:none;
}

.single .entry-content {
	padding: 0;
}

h1{
color:#299045;
font-size:32px;
font-weight:800;
}
h2{
color:#666;
font-size:26px;
}
h3{
color:#333;
font-size:20px;
}
h4{
color:#299045;
font-size:18px;
}

.widgettitle{
	padding-bottom:5px;
	font-size:20px;
	color:#666;
	border-bottom:1px dashed #ccc;
}



.hentry {
    margin: 0 0 40px;
}

input, select, textarea{
	width:99%;
}

.img-container{
	width:100%;
	height:145px;
	overflow:hidden;
	background-color: rgb(238, 238, 238);
}

.img-container img{
	width:100%;
	height:auto;
	margin-top:0px;
	border-radius:5px 5px 0px 0px;
	border:2px solid #299045;
	border-bottom:0px;
}




.archive article h2{
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:6px 10px;
	background-color:#299045;
	border-radius:0px 0px 4px 4px;
}
.archive article h2 a{
	color:#fff;
}

.archive .entry-content {
    margin-bottom: 0px;
}

.archive .hentry{
	margin-bottom: 10px;
}

.archive article:nth-child(2n+1) { 
	clear: both; 
}

.article-header h1{
	margin-top:20px;
}

.qm_quote_widget{
   	border: 0px solid #dcdcdc !important;
    	box-shadow: none !important;
    	color: #299045 !important;
    	line-height: 26px !important;
    	padding: 0px !important;
	position: relative !important;
	text-align: left !important;
	font-size:20px !important;
	font-family: "Asap",sans-serif !important;
}

.qm_quote_widget_author {
	margin-top: 5px;
	font-size:15px;
}

.widget_mlw_quotes_quote_widget p{
	font-size:23px;
	font-family: "Asap",sans-serif;
	line-height:24px;
	color:#299045;
}
.widget_mlw_quotes_quote_widget p:nth-child(1n+3){
	color:#333;
	font-size:16px;
}






/* START ALL MEDIA CUSTOMISATIONS */


/* MOBILE */
@media (max-width: 767px) {

.navbar{
	border-top:0px;
	margin-bottom:0px;
}

.navbar-fixed-top{	
	background-color:rgba(255, 255, 255, 0.65);	
background: linear-gradient(to bottom, rgb(41, 144, 69) 0%, rgb(29, 102, 62) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navbar-toggle{
background-color:#fff;
}
.navbar-toggle .icon-bar {
    background-color: rgb(41, 144, 69);
}
a.navbar-brand {
color:#299045;
font-family: "Asap",sans-serif;
font-size:25px;
font-weight:600;
}

.home-logo{
	display:none;
}

.homebanner{
padding-top:65px;
height:250px;
margin-top:-50px;
}

.home .header{
background-color:rgba(255, 255, 255, 0.8);
position:relative;
}


.homebanner p{
font-size:22px;
text-shadow: 1px 1px 1px rgb(20, 73, 35);
}
.homebanner h2{

}

.home-intro .container .hentry {
    border-width: 0;
}
.home-intro .entry-content{
	padding:0px;
}

.dropdown-menu > li > a {
  color: #fff;
}

.sub-pg-banner{
	display:none;
}
#content{
	padding-top:0px;
}
h1{
	font-size:23px;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
}
.vid-img{
	height:140px;
	width:100%;
	overflow:hidden;
}
.vid-img img{
	width:100%;
	margin-top: -35px; /* -100px will crop from the top so change this value until it's around the middle of the image */
}


} /* END MEDIA */



/* TABLET + LARGER */
@media (min-width: 768px) {

.homebanner{
margin-top: -66px;
height:340px;
}

.homebanner .container{
margin-top:60px;
}

.home-intro .container .hentry {
    border-width: 0;
}
.home-intro .entry-content{
	padding:0px;
}

.navbar-brand{
	background-color:#fff;
	padding:10px;
	border-radius:0 0 7px 7px;
	position:absolute;
	height:auto;
	box-shadow: 0 2px 2px rgb(60, 80, 21);
	margin-top: -4px;
	border:4px solid #299045;
	border-top:0px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.navbar-inverse .navbar-brand:hover{
	background-color:#fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.homebanner h1{
	font-size: 70px;
	text-shadow: 1px 1px 1px #144923;
font-weight:300;

}

.nav > li > a {
	padding: 10px 10px;
}

.homebanner h2{
	font-size:40px;
	margin-top:15px;
	text-shadow: 1px 1px 1px #144923;
font-weight:300;
color:#fff;
}
.sub-pg-banner {
	height:200px;
}

.vid-img{
	height:130px;
	width:100%;
	overflow:hidden;
}
.vid-img img{
	width:100%;
	margin-top: -20px; /* -100px will crop from the top so change this value until it's around the middle of the image */
}
.cat-hero {
	min-height: 150px;
}

.tel,.tel:visited {
	background:none; 
	cursor:default; 
}
.tel,.tel:focus {
	color:#000;
}


} /* END MEDIA */




/* SML DESKTOP + LARGER */
@media (min-width: 992px) {

.homebanner {
    	margin-top: -66px;
	height:400px;
}

.homebanner .container{
margin-top:0px;
}

.cat-hero h3{
font-size:18px;
}
.cat-hero {
	min-height: 180px;
}
.sub-pg-banner {
	height:200px;
}
.nav > li > a {
	padding: 10px 15px;
}

} /* END MEDIA */




/* LARGEST DESKTOP */
@media (min-width: 1200px) {

.img-container{
	height:175px;
}
.cat-hero {
	min-height: 200px;
}


} /* END MEDIA */