/* -------------------------------- 

Primary style
LINK HOVER 950007
arrow  0C 7C00
h1 red   950007 
text	414042


Primary style

LOGO 			
TITLE								#950007	RED
LINK								#0a5901 GREEN
LINK HOVER / SELECT	#950007	RED
*/
@font-face {
	font-family: 'Benecarlo';
	src: url('Benecarlo-Book-webfont.eot'); /* IE9 Compat Modes */
	src: url('Benecarlo-Book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('Benecarlo-Book-webfont.woff') format('woff'), /* Modern Browsers */
	     url('Benecarlo-Book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('Benecarlo-Book-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

*, *::after, *::before {
  box-sizing: border-box;
}

.showAll {
	display:none;
}
.logoHomeColor {
	display:inline;
}
.logoHomeColor2 {
	display:none;
}
.none {
	display:none;
}

html {
  font-size: 100%;
}

body {
	font-size:1rem;
	line-height:1.4rem;
	font-weight:normal;
  font-family: arial;
  color: #2e3233;
  backgr ound-color: #ffffff;
	backgr ound-image: url("../img/bgHome3.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	background-size:initial ;
}
p{margin-bottom:.8rem;}
@media only screen and (max-width: 1269px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
h1, h2, h3, h4, h5	{	
  font-family: 'Benecarlo', cursive;
	color:#950007;
}
h1	{	
	font-size:2.2rem;
    font-weight: bold;
}
h2	{	
	font-size:1.4rem;
    font-weight: bold;
}
h3	{	
	font-size:1.3rem;
    font-weight: normal;
}
h4	{	
	font-size:1.1rem;
    font-weight: normal;
}
h5	{	
	font-size:1.0rem;
    font-weight: normal;
}
ol {
	list-style:decimal;
	margin: 0px 0px 20px 50px;
	font-size:1rem;
}
ol  li{
	margin: 0px 0px 10px 0px;
	padding-left:10px;
}
a {
  color: #0a5901;
  text-decoration: underline;
}
a:hover {
  color: #950007;
}
#cd-primary-nav a{
  color: #0a5901;
  font-family: 'Benecarlo', cursive;
  font-size:1.25rem;
  text-decoration: none;
}
#cd-primary-nav a:hover, a:hover {
  color: #950007;
  text-decoration: none;
}
#cd-primary-nav a.selected {
  color: #950007;
}

div.homeButWrap div.homeBut a {
  text-decoration: none;
}
img {
  /* make images responsive */
  max-width: 100%;
}

input {
  font-family: sans-serif;
  font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1269px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
	background-color:transparent;
  min-height: 100vh;
  z-index: 2;
}

.top-header {
  height: 80px;
  margin: 0px;
  border-bottom:solid 1px #666;
  background: #ffffff;
  z-index: 3;
}
.cd-main-header {
  height: 80px;
  backg round: #ffffff;
  background-color: transparent;
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1270px) {
  .cd-main-header {
    height: 80px;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.cd-logo {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 99999;
}
.cd-logo img {
  margin:0px 0px 0px 0px;
}
@media only screen and (max-width: 1650px) {
  .cd-logo img{
    width: 595px;
    height: 85px;
  }
}
@media only screen and (max-width: 1450px) {
  .cd-logo img{
    width: 525px;
    height: 75px;
  }
}
@media only screen and (max-width: 1269px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1270px) {
  .cd-logo {
    top: 8px;
    left: 1em;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 1em;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1269px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1270px) {
  .cd-header-buttons {
    top: 8px;
    right: 1em;
  }
}

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  margin-top: 0px;
  margin-left: 30px;
  display: none;
  width: 34px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  float:right;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-nav-trigger {  display: block;}  /* HAMBURGER HAMBURGER HAMBURGER */

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 0px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #00A64D;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #120DCC;background: #00A64D;
  bottom: 25px;
  right: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger:hover::before {
  /* lens */
  border: 3px solid #00A64D;
}
.cd-search-trigger:hover::after {
  /* handle */
  background: #00A64D;
  
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;top: 8px;
  margin-top: 0px;
  left: 0px;
  margin-left: -11px;margin-left: 0px;
  background: #120DCC;background: #FFCC00;/* search close "X" */
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #0a5901;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /*                                                     hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #0a5901;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
 .cd-nav-trigger span:hover::before, .cd-nav-trigger span:hover::after {
  /* hamburger icon in CSS */
  background: #950007;
}
@media only screen and (min-width: 1270px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #fff;/*                                bg color in hamburger drop down */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 5px 0 20px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  /*
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #120DCC;color: #fff;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 60px;
  line-height: 60px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 60px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-nav-item H3	{
	padding-left:10px;
	margin-top:0px;
	margin-left:30px;
	font-size:1.1rem;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.0rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 15%;
  margin-top: -20px;
  margin-left: -20px;
  width: 122px;   height: 80px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 122px 80px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Blue::before {
	background: url("../img/item-Blue-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Cardboard::before {
	background: url("../img/item-Cardboard-G.png") bottom no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Concrete::before {
	background: url("../img/item-Concrete-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Crane::before {
	background: url("../img/item-Crane-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Drywall::before {
	background: url("../img/item-Drywall-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-FrontLoad::before {
	background: url("../img/item-FrontLoad-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Enclosed::before {
	background: url("../img/item-Enclosed-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Metal::before {
	background: url("../img/item-Metal-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Mini::before {
	background: url("../img/item-Mini-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-RollOff::before {
	background: url("../img/item-RollOff-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Shingle::before {
	background: url("../img/item-Shingle-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Split::before {
	background: url("../img/item-Split-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Tipper::before {
	background: url("../img/item-Tipper-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Trailer::before {
	background: url("../img/item-Trailer-G.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Wood::before {
	background: url("../img/item-Wood-G.png") bottom no-repeat;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Blue:hover::before {
	background: url("../img/item-Blue-R.png") bottom  no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Cardboard:hover::before {
  background: url("../img/item-Cardboard-R.png") bottom no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Concrete:hover::before {
	background: url("../img/item-Concrete-R.png") bottom no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Crane:hover::before {
	background: url("../img/item-Crane-R.png") bottom no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Drywall:hover::before {
	background: url("../img/item-Drywall-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-FrontLoad:hover::before {
	background: url("../img/item-FrontLoad-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Enclosed:hover::before {
	background: url("../img/item-Enclosed-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Metal:hover::before {
	background: url("../img/item-Metal-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Mini:hover::before {
	background: url("../img/item-Mini-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-RollOff:hover::before {
	background: url("../img/item-RollOff-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Shingle:hover::before {
	background: url("../img/item-Shingle-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Split:hover::before {
	background: url("../img/item-Split-R.png") bottom no-repeat;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Tipper:hover::before {
background: url("../img/item-Tipper-R.png") bottom  no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Trailer:hover::before {
background: url("../img/item-Trailer-R.png") bottom  no-repeat ;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Wood:hover::before {
	background: url("../img/item-Wood-R.png") bottom no-repeat;
}

@media only screen and (max-width: 1269px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
	.cd-nav-item H3	{
		padding-left:10px;
		margin-top:-10px;
		margin-left:30px;
		font-size:.9rem;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item {
		padding-left: 40px;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
		/* item icon */
		content: '';
		display: block;
		position: absolute;
		left: 30px;
		top: 35%;
		margin -top: -20px;
		margin-left: -20px;
		width: 61px;   height: 40px;
		background-repeat: no-repeat;
		background-position: left top;
		backg round-size: 61px 40px;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Blue::before {
		background: url("../img/item-Blue-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Cardboard::before {
		background: url("../img/item-Cardboard-Gs.png") bottom no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Concrete::before {
		background: url("../img/item-Concrete-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Crane::before {
		background: url("../img/item-Crane-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Drywall::before {
		background: url("../img/item-Drywall-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-FrontLoad::before {
		background: url("../img/item-FrontLoad-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Enclosed::before {
		background: url("../img/item-Enclosed-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Metal::before {
		background: url("../img/item-Metal-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Mini::before {
		background: url("../img/item-Mini-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-RollOff::before {
		background: url("../img/item-RollOff-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Shingle::before {
		background: url("../img/item-Shingle-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Split::before {
		background: url("../img/item-Split-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Tipper::before {
		background: url("../img/item-Tipper-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Trailer::before {
		background: url("../img/item-Trailer-Gs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Wood::before {
		background: url("../img/item-Wood-Gs.png") bottom no-repeat;
	}
/* ************************************************************************ */
	.cd-primary-nav .cd-nav-icons .li .cd-nav-item .h3:hover::before {
		color: #950007;
	}

	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Blue:hover::before {
		background: url("../img/item-Blue-Rs.png") bottom  no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Cardboard:hover::before {
		background: url("../img/item-Cardboard-Rs.png") bottom no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Concrete:hover::before {
		background: url("../img/item-Concrete-Rs.png") bottom no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Crane:hover::before {
		background: url("../img/item-Crane-Rs.png") bottom no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Drywall:hover::before {
		background: url("../img/item-Drywall-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-FrontLoad:hover::before {
		background: url("../img/item-FrontLoad-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Enclosed:hover::before {
		background: url("../img/item-Enclosed-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Metal:hover::before {
		background: url("../img/item-Metal-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Mini:hover::before {
		background: url("../img/item-Mini-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-RollOff:hover::before {
		background: url("../img/item-RollOff-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Shingle:hover::before {
		background: url("../img/item-Shingle-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Split:hover::before {
		background: url("../img/item-Split-Rs.png") bottom no-repeat;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Tipper:hover::before {
	background: url("../img/item-Tipper-Rs.png") bottom  no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Trailer:hover::before {
	background: url("../img/item-Trailer-Rs.png") bottom  no-repeat ;
	}
	.cd-primary-nav .cd-nav-icons .cd-nav-item.item-Wood:hover::before {
		background: url("../img/item-Wood-Rs.png") bottom no-repeat;
	}
}

@media only screen and (min-width: 1270px) {
  .cd-primary-nav {
    position: static;
    padding: 0 80px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    margin-left: .5em; /* was 3em */
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #0a5901;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
    color: #950007;
  }
  .cd-primary-nav > li > a.selected {
    color: #950007;
    box-shadow: inset 0 -3px 0 #950007; /* line under selected top button */
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;background: #ffffff; /* hover bg color for ALL link at bottom */
    border-color: #2e3233;
    color: #ff0000;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 10%;
    float: right;
    margin-right: 2.0%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    color: #0a5901;/* secondary nav title */
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 24px;
    line-height: 24px;
    padding: 0 18% 0 0;
    color: #0a5901;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav  a:hover {
    color: #950007;
  }
  .cd-secondary-nav a:hover {
    color: #ED1C24;color: #950007;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 14%;
    float: right;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #0a5901;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /*                                         icons       set here number of columns - use width percentage */
    width: 22%;
    float: right;
    float: left;
    margin: 0 0px 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 72px;
    line-height: 1.2;
    padding: 0px 0 0 85px;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3:hover,
  .cd-primary-nav .cd-nav-icons:hover {
    /*background: #f6f6f5;*/
	color: #950007;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #0a5901;
    font-weight: bold;
		line-height:70px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
	background: #0a5901;
    background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1270px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #0a5901;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #950007;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1270px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .cd-primary-nav > .has-children > a {
    /*                                              main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #0a5901; /*                                                      down arrow */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
    background: #950007;
  }
  .cd-primary-nav > .has-children > a:hover::before, .cd-primary-nav > .has-children > a:hover::after {
    background: #950007;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;height: 24px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;he ight: 60%;
  width: 100%;wi dth: 60%;
  fl oat:right;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;color: #6666ff;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;color: #6666ff;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;color: #6666ff;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;color: #6666ff;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1270px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  /*                          shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(40, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1269px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1270px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}


/* -------------------------------- *********************************************

added by thewebguy 

--------------------------------************************************************ */

/* Fancybox text style ************************************************/
div.clientSays	{
	max-width:400px;
	display: none;
	padding-top:35px;
	font-size:1.25em !important;
	line-height:1.5em !important;
}
/*************************************************/
*.C				{text-align:center;}
*.floatL	{float:left}
*.floatR	{float:right}
*.block	{display:block;clear:both;float:none;}
*.content_block	{display:block;clear:both;float:none;margin:20px auto 20px 10px;}
*.divider_thick {clear:both;width:100%;height:20px;}
*.none	{display:none;}
*.hidden	{visibility: hidden;}
*.warning	{
	color: #fff;
	background-color:#950007;
	padding:2px 5px 2px 5px;
	border-radius: 10px;
	}
img.SmBin	{
	 margin-bottom:-15px;
}
ul.wPic li {
	line-height:50px;
}
*.clients	{
	color: #950007;
	border: solid 1px #950007;
	padding:5px 10px 5px 10px;
	border-radius: 20px;
	font-size:.9rem;
	line-height:1.1rem;
	}

#contentWrap	{
	max-width:900px;
	margin:20px auto;
	padding:0px 0px 0px 20px;
	color:#2e3233;
	border-radius: 10px;
	float:initial;
}
#homeIs {
	max-width:900px;
	margin:40px 0 0 0;
	padding:5px 2px 5px 2px;
	border-radius: 0px;
	background:#fff;
}
#aboutIs	{
	display:block;
	width:initial;max-width:500px;
	margin:10px auto 50px;
	padding:15px 15px 25px 15px;
	color:#2e3233;
	background:#fff;
	border-radius: 10px;
	float:right;
	border-radius: 10px;
	border:solid 1px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
*.contentLeft	{	
	float:left !important;
	width:initial;max-width:450px !important;
}
/*
#aboutIs img.bin	{
	float:right;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ccc;
	border:solid 1px #ccc;
	margin:0px 0px 10px 10px;
}*/
#aboutIs div.formPrices input	{
	width:100%;
	font-size: 1rem;
  margin: 10px 0;
  line-height: 1.9rem;
}
button.bLink
{
  width:100%;color: #0a5901;
  background-color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #0a5901;
  border-right-color: #0a5901;
  border-bottom-color: #0a5901;
  border-left-color: #0a5901;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-family: sans-serif;
  font-size: 1.1rem;
  margin: 10px 0;
  font-weight: 400;
  line-height: 2.2rem;
}
#aboutIs ul, #contentIs ul	{
	width:initial;
	margin:10px 0 10px 20px;
	padding:0px 5px 0px 20px;
	color:#2e3233;
	background:#fff;
	border-radius: 10px;
	float:none;
}
#aboutIs li, #contentIs li	{
	width:initial;
	list-style-type:disc;
	margin:0px 0 0px 0px;
	padding:0px 25px 0px 5px;
	color:#2e3233;
	background:#fff;
	float:none;
}
#contentIs	{
	display:block;
	width:initial;max-width:100%;
	margin:0px;
	padding:5px 15px 15px 25px;
	color:#2e3233;
	background:#fff;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-radius: 10px;
	/*box-shadow: 5px 5px 5px #ccc;*/
	float:left;
	clear:right;
}
#contentIs div.item	{
	float:left;
	width:255px;
	min-height:auto;
	margin:8px 10px 8px 10px;
	padding:8px 5px 8px 5px;
	color:#2e3233;
	background:#fff;
	border-radius: 5px;
	box-shadow: 2px 3px 3px #666;
}
#contentIs  img	{
	float:right;
	margin:0px 0px 5px 15px;
	box-shadow: 2px 3px 3px #666;
}
#contentIs div.item img	{
	float:left;
	margin-bottom:5px;
}
#contentIs div.item h3	{
	font-size:1.4em;
	text-align:center;
}
#contentIs h4	{
	font-size:1.2em;
	text-align:left;
}
#contentIs div.item p	{
	font-size:.9em;
	margin-top:.5em;
	display:block;clear:both;float:none;
}
#contentIs  ul 	{
	font-size:1rem;
	list-style-type:disc;
	margin: 0px 0px 0px 30px;	
}
#contentIs   li	{
	padding-left:5px;
	margin: 0px 0px 5px 10px;	
}
#contentIs  p	{
	font-size:1rem;
	margin-top:.7rem;	
}
#contentIs div.item p span	{
	float:right;
}
/*-----added by Nathan Friesen Mar,25,2021-----*/
.FTowns{
     max-width: 600px;
     padding: 0px 20px 0px 20px;
     margin:-10px auto 0;
     bor der: 1px solid red;
     text-align: center;
 }
.FTowns p{
    margin:  0 auto;
    text-align: left;
     bor der: 1px solid red;
}
/*---------*/
#footerGoTop	{
	position:fixed;
	bottom:0px;
	display: block;
	width:100%;
	text-align:center;
	background-color:#0a5901;
	color:#fff;
	height:25px;
	z-index:999;
}	
#footerGoTop:hover	{
		background-color:#970007;
}
div.homeButWrap	{
	margin:0px 0 10px 0;
	max-width:400px;
	float:right;
}
div.homeBut	{
	max-width:180px;height:158px;
	float:right;
	text-align:center;
	font-size:1.1rem;
	font-weight:bold;
	font-family: 'Benecarlo', cursive;
}
div.homeBut img	{
	width:180px;height:115px;
}
#allBins	{
	display:block;
	width:initial;max-width:665px;
	margin:10px auto 50px;
	padding:15px 5px 25px 5px;
	color:#2e3233;
	background:#fff;
	border-radius: 10px;
	float:right;
	border-radius: 10px;
	border:solid 1px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
div.allBinsBut	{
	max-width:150px;height:131px;
	float:left;
	margin:0px 10px 10px 0px;
	text-align:center;
	font-size:1.1rem;
	font-weight:bold;
	font-family: 'Benecarlo', cursive;
}
div.allBinsBut img	{
	width:150px;height:90px;
}
div.LEEDa img	{
	height:220px;
}
div.LEEDa	{
	height:262px;
}
div.LEEDa	{
	background:url('../img/hButLEEDa150x263_G.png') no-repeat;
	background-size: contain;
}
div.LEEDa:hover	{
	background:url('../img/hButLEEDa150x263_R.png') no-repeat;
	background-size: contain;
}
div.LEED img	{
	height:270px;
}
div.LEED	{
	height:315px;
}
div.LEED	{
	background:url('../img/hButLEED180x315_G.png') 
}
div.LEED:hover	{
	background:url('../img/hButLEED180x315_R.png') 
}
div.Blue	{
	background:url('../img/hButBlue150x131_G.png')no-repeat;
	background-size: contain; 
}
div.Blue:hover	{
	background:url('../img/hButBlue150x131_R.png')no-repeat;
	background-size: contain; 
}
div.Cardboard	{
	background:url('../img/hButCardboard150x131_G.png')no-repeat;
	background-size: contain;
}
div.Cardboard:hover	{
	background:url('../img/hButCardboard150x131_R.png') no-repeat;
	background-size: contain;
}
div.CraneA	{
	background:url('../img/hButCraneA150x131_G.png') no-repeat;
	background-size: contain;
}
div.CraneA:hover	{
	background:url('../img/hButCraneA150x131_R.png') no-repeat;
	background-size: contain;
}
div.Crane	{
	background:url('../img/hButCrane180x158_G.png') no-repeat;
}
div.Crane:hover	{
	background:url('../img/hButCrane180x158_R.png') no-repeat;
}
div.Concrete	{
	background:url('../img/hButConcrete150x131_G.png') no-repeat;
	background-size: contain;
}
div.Concrete:hover	{
	background:url('../img/hButConcrete150x131_R.png')no-repeat;
	background-size: contain; 
}
div.Distant	{
	background:url('../img/hButDistant150x131_G.png') no-repeat;
	background-size: contain;
}
div.Distant:hover	{
	background:url('../img/hButDistant150x131_R.png') no-repeat;
	background-size: contain;
}
div.Drywall	{
	background:url('../img/hButDrywall150x131_G.png') no-repeat;
	background-size: contain;
}
div.Drywall:hover	{
	background:url('../img/hButDrywall150x131_R.png') no-repeat;
	background-size: contain;
}
div.EnclosedA	{
	background:url('../img/hButEnclosed150x131_G.png') no-repeat;
	background-size: contain;
}
div.EnclosedA:hover	{
	background:url('../img/hButEnclosed150x131_R.png') no-repeat;
	background-size: contain;
}
div.Enclosed	{
	background:url('../img/hButEnclosed180x158_G.png') no-repeat;
}
div.Enclosed:hover	{
	background:url('../img/hButEnclosed180x158_R.png') no-repeat;
}
div.FrontLoad	{
	background:url('../img/hButFrontLoad150x131_G.png') no-repeat;
	background-size: contain;
}
div.FrontLoad:hover	{
	background:url('../img/hButFrontLoad150x131_R.png') no-repeat;
	background-size: contain;
}
div.Metal	{
	background:url('../img/hButMetal150x131_G.png') no-repeat;
	background-size: contain;
}
div.Metal:hover	{
	background:url('../img/hButMetal150x131_R.png') no-repeat;
	background-size: contain;
}
div.Mini	{
	background:url('../img/hButMini150x131_G.png') no-repeat;
	background-size: contain;
}
div.Mini:hover	{
	background:url('../img/hButMini150x131_R.png') no-repeat;
	background-size: contain;
}
div.Split	{
	background:url('../img/hButSplit150x131_G.png') no-repeat;
	background-size: contain;
}
div.Split:hover	{
	background:url('../img/hButSplit150x131_R.png') no-repeat;
	background-size: contain;
}
div.Shingle	{
	background:url('../img/hButShingle150x131_G.png') no-repeat;
	background-size: contain;
}
div.Shingle:hover	{
	background:url('../img/hButShingle150x131_R.png') no-repeat;
	background-size: contain;
}
div.StandardA	{
	background:url('../img/hButStandard150x131_G.png') no-repeat;
	background-size: contain;
}
div.StandardA:hover	{
	background:url('../img/hButStandard150x131_R.png') no-repeat;
	background-size: contain;
}
div.Standard	{
	background:url('../img/hButStandard180x158_G.png') no-repeat;
}
div.Standard:hover	{
	background:url('../img/hButStandard180x158_R.png') no-repeat;
}
div.TipperA	{
	background:url('../img/hButTipper150x131_G.png') no-repeat;
	background-size: contain;
}
div.TipperA:hover	{
	background:url('../img/hButTipper150x131_R.png') no-repeat;
	background-size: contain;
}
div.Tipper	{
	background:url('../img/hButTipper180x158_G.png') no-repeat;
}
div.Tipper:hover	{
	background:url('../img/hButTipper180x158_R.png') no-repeat;
}
div.Wood	{
	background:url('../img/hButWood150x131_G.png') no-repeat;
	background-size: contain;
}
div.Wood:hover	{
	background:url('../img/hButWood150x131_R.png') no-repeat;
	background-size: contain;
}
div.goToTop	{
	cursor: pointer;
	padding:3px 0 0 0;
	margin:2px auto;
	color:#fff;
	font-size:.9rem;	
	font-weight:bold;
	font-family:'Benecarlo', cursive;
	left:0;
	width:100%;
	height:25px;
	background: transparent;
}
#footer	{
	max-width:100%;
	min-height:60px;
	text-align:center;
	margin: 20px 0px 40px 0px ;
	padding:15px 0px 10px 0px ;
	color:#2e3233;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size:1.6rem;line-height:2.6rem;
	font-family: 'Benecarlo', cursive;
	display:block;clear:both;
	background:#fff;
}
#footer2	{
	display:block;
	width:initial;max-width:500px;
	margin:10px auto 50px;
	padding:15px 15px 25px 15px;
	color:#2e3233;
	background:#fff;
	border-radius: 10px;
	float:right;
	border-radius: 10px;
	border:solid 1px #000;
	box-shadow: 5px 5px 5px #ccc;
}
#footer p	{
	font-size:1.0rem;line-height:1.6rem;
	display:block;clear:left;
	font-family: arial;
}
 .cd-main-content h1	{
	margin:0px 0px 25px 0px;
	color:#950007;
	font-weight:500;
	font-size: 190%;
}
.cd-main-content h2	{
	margin:10px 0px 25px 0px;
	color:#950007;
	font-weight:500;
	font-size: 160%;
}
 .cd-main-content h3	{
	margin:30px 0px 25px 0px;
	color:#950007;
	font-weight:500;
	font-size: 130%;
	display:block;
}
#contentIs h4	{
	margin:25px 0px 25px 0px;
	padding:25px 0px 0px 0px;
	color:#950007;
	font-weight:500;
	font-size: 1.2rem;
	float:none;
	clear:both;
}
 .cd-main-content h5	{
	margin:25px 0px 25px 0px;
}
div.hr	{
	width:50%;
	height:6px;
	margin:100px auto 0;
	background:url('../img/hr.jpg') repeat-x;
}
h1.pageH1	{
	text-transform: capitalize;
	fgont-size:1em;
}
/*-----Added Mar 11 2021---*/

.fancyboxGrid{max-width: 100px !important; background-color:red;margin: 6px;}

/*-----Added Mar 11 2021---*/
@media only screen and (max-width: 1269px) {
  .cd-logo { width: auto;height: auto; }
}
@media only screen and (max-width: 1269px) {
  #homeIs {
	width:80%;
	margin:20px auto;
	padding:25px 0px 25px 0px;
	border-radius: 10px;
	background:#fff; }
  h1 {
	margin:0px 0px 10px 0px;
	font-weight:500;
	font-size: 150%;}
  h2  {
	margin:10px 0px 10px 0px;
	font-weight:500;
	font-size: 135%;}
  h3  {
	margin:0px 0px 10px 0px;
	font-weight:500;
	font-size: 1.2REM;}

}

@media only screen and (max-width: 900px) {
	#cd-primary-nav a{
		font-size:1.1rem;
	}
	.cd-primary-nav a, .cd-primary-nav ul a {
		height: 40px;
		line-height: 40px;
		padding: 0 5px 0 20px;
	}
  .cd-logo img{
    width: 225px;
    height: 32px;
  }
  body { background-image:none!important;}
	.logoHomeColor {	display:none;}
	.logoHomeColor2 {display:inline;margin-left:auto;margin-right:auto;text-align:center;}
	h2.homeH2 {text-align:center;color:#00005E;}
}
@media only screen and (min-width: 899px) {
	h2.homeH2 {display:none;}
}
@media only screen and (max-width: 500px) {
	.cd-logo { width: auto;height: auto; }
	#footer	{
	font-size:1.0em;line-height:1.2em;
	}
	#footer div.FTowns p{
	font-size:1.0em;line-height:1.2em;
	margin-top:15px;
	}
	#contentWrap	{
		padding:0px 0px 0px 0px;
	}
  .cd-logo img{
    wi dth: 350px;
    he ight: 50px;
  }
	div.homeButWrap	{
	}	
	#allBins	{
		margin:10px auto 50px;
		padding:15px 0px 25px 4px;
		border-radius: 10px;
		border:solid 1px #ccc;
		box-shadow: none;
	}	
	#allBins h1	{
	font-size: 1.3rem;
	Line-height: 1.5rem;
	}		
	#allBins h3	{
	font-size: 1.1rem;
	Line-height: 1.4rem;
	}	
	h1	{
	font-size: 1.3rem;
	Line-height: 1.5rem;
	}
	div.allBinsBut	{
		max-width:130px;
		height:131px;
		height:111px;
		float:left;
		margin:0px;
		text-align:center;
		font-size:1.1rem;
		font-weight:bold;
		font-family: 'Benecarlo', cursive;
	}
	div.allBinsBut img	{
		max-width:100%;height:75px;
	}
	div.LEEDa img	{
		height:180px;
	}
	div.LEEDa	{
		height:222px;
	}
	div.allBinsBut a	{
	margin:0px 0px 2px 0px;
	font-size: 1.0rem;
	Line-height: 1.5rem;
	}
}
@media only screen and (max-width: 400px) {
  body { background-image:none!important;}
  .cd-logo {
    margin:30px auto;
    padding:0px 0 0px 0px;}
  .cd-logo img {
    margin: 0px 0px 0px 0px;}
  .showAll {display:none;}
  .showPhone {display:inline;}
  #homeIs {
	width:100vw;
	margin:40px 0 0 0;
	padding:5px 2px 5px 2px;
	border-radius: 0px;}
  h1 {
	margin:0px 0px 10px 5px;
	font-family: sans-serif;
	font-size: 1.2rem;}
  h2  {
	margin:10px 0px 10px 5px;
	font-family: sans-serif;
	font-size: 1.1rem;}
  h3  {
	margin:0px 0px 10px 5px;
	font-family: sans-serif;
	font-size: 1.0rem;}
  p  {
	margin:10px 0px 10px 5px;
	font-family: sans-serif;}
/*-----added by Nathan Friesen Mar,25,2021-----*/
.FTowns{
     max-width: 100%;
     padding: 20px;
     margin: auto;
     text-align: center;
 }
.FTowns p{
    max-width: 90%;
    margin: auto;
    text-align: center;
}
}