@charset "utf-8";
/*
CUSTOM CSS STYLES
======================================================*/
/*COLOURS---------------------------------*/
/*
dark green 		: #2d663f - PRIMARY COLOR
gold 			: #b7a671 - SECONDARY COLOR
light blue 		: #6dbae1
dark blue 		: #568fac
light green 	: #6caa77
light brown 	: #857051
dark brown 		: #453b2c
brown			: #3e3424 - Logo Header and body text
beige 			: #978f82
*/

/*FONTS---------------------------------*/

@font-face {
    font-family: 'adria_groteskbold_italic';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_bold_uprightitalic-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_bold_uprightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskbold';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_bold-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskLtuprightIt';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_light_uprightitalic-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_light_uprightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_grotesklight';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_light-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskMduprightIt';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_medium_uprightitalic-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_medium_uprightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskmedium';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_medium-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskitalic';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_regular_uprightitalic-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk_regular_uprightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adria_groteskregular';
    src: url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk-webfont.woff2') format('woff2'),
         url('/fonts/AdriaGrotesk/facetype_-_adria_grotesk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*TEXT Styling---------------------------------*/

body{
	font-family: 'adria_groteskregular';
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color:#3e3424;
	background:#eae5d2;
}
h1, .h1{
	font-family: 'adria_groteskmedium';
	font-weight: normal;
	font-size: 54px;
	line-height: 64px;
	letter-spacing: -0.02em;
	color:#2d663f;
	width:100%;
}
h1.itl{
	font-family: 'adria_groteskMduprightIt';
	font-weight: normal;
}
h1.homeheadline{
	font-family: 'adria_groteskMduprightIt';
	font-weight: normal;
	font-size: 50px;
}
.product-intro p,
.product-intro h1{
	width:100%;
	text-align:center;
}
.product-intro h1.itl{
	font-size: 50px;
	line-height: 60px;
}
h2{
	font-family: 'adria_grotesklight';
	font-weight: normal;
}
h2.itl{
	font-family: 'adria_groteskLtuprightIt';
	font-weight: normal;
}
h3{
	font-family: 'adria_groteskbold';
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color:#fff;
	text-transform: uppercase;
}
h3.itl{
	font-family: 'adria_groteskMduprightIt';
	font-weight: normal;
}
h3.alt{
	font-size: 24px;
	line-height: 26px;
	color:#2d663f;
	text-transform: none;
}
h3 span{
	font-family: 'adria_groteskregular';
	font-size: 16px;
	color:#2d663f;
	font-weight:normal;
}
h4{
	font-family: 'adria_groteskbold';
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color:#2d663f;
	text-transform: none;
}

h4.itl{
	font-family: 'adria_groteskitalic';
	font-weight: normal;
}
p{
	font-family: 'adria_groteskregular';
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color:#3e3424;
}
a,
a:link,
a:visited{
	color:#2d663f;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	text-decoration:none;
}
a:focus,
a:hover,
a:active{
	color:#b7a671;
}
p.caption{
	font-size: 16px;
	line-height: 20px;
	font-style:italic;
	padding:0 0 15px 0;
}
p.caption2{
	font-family: 'adria_groteskbold';
	font-size: 16px;
	line-height: 32px;
	padding:5px 0 10px 0;
	color:#2d663f;
}
.fractop {font-size: 55%; vertical-align: 17%;}
.fracbot {font-size: 50%;}

/*BX-SLIDER Overwrite & Styling---------------------------------*/

.sliderheader {	
	width: 80%;
	padding: 0;
	position:absolute;
	top:60%;
	left:20%;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	font-size: 63px;
	line-height: 68px;
	font-family: 'adria_groteskLtuprightIt';
	font-weight: normal;
}
/*.sliderheader.soil {	
	top:30%;
	color: #2d663f;
	
}
.sliderheader.mulch {	
	left:auto;
	right:10%;
	text-align:right;
}*/

.bx-wrapper {
	margin: 0 0 25px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 15px;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b7a671;
}

/*NAVIGATION Styling---------------------------------*/
.mobile_only{
	display:none;	
}
.tablet_only{
	display:none;	
}
#navigation_bar{
	background:#fff;
}
#menu {	
	position:relative;
	width:100%;
	font-family: 'adria_groteskmedium';
	font-weight: normal;
	
}
#menu a {
	display: block;
	color: #2d663f;
}
#menu ul {
	margin: 0;
}
#menu > ul {
	display: block;
}
#menu > ul > li {
	float: left;
	position: relative;
	list-style: none;
	/*font-size:22px;
	line-height:30px;*/
	font-size:19px;
	line-height:28px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align:center;
}
#menu > ul a {
	/*padding: 10px 30px;*/
	padding: 5px 40px;
}
#menu > ul > li:hover > a,
#menu > ul li:hover,
#menu > ul a:hover {
	color:#fff;
	background: #b7a671;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}
#menu > ul li a.currenttab, #menu > ul li a.currenttab:hover {
	background: #b7a671;
	color:#ffffff;
}
#menu > ul li a.current, #menu > ul li a.current:hover {
	background: #2d663f;
	color:#ffffff;
}
#menu > ul a:hover .name,
#menu .current .name {
	color: #ffffff;
}
#menu ul ul {
	width: 100%;
	position: absolute;
	background-color: #b7a671;
	display: none;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
	overflow:visible !important; /* this is required for Chrome and IE to display tertiary dropdowns */
}
#menu ul ul ul {
	background-color: #c3b380;
}
#menu ul ul li a,
#menu ul ul ul li a{
	padding: 8px 10px;
	border-bottom:1px solid #ede5b4;
}
#menu ul ul li a.first,
#menu ul ul ul li a.first{
	border-top:1px solid #ede5b4;
}
#menu ul ul a:hover {
	color: #6caa77;
	background-color: #ede5b4;
}
#menu ul ul li {
	list-style: none;
	position: relative;
	text-align:left;
	margin:0;
	padding:0;
}
#menu li:hover {
	visibility: inherit;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left: 0;
	top: 100%;
	z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
	left: 96%;
	top: 0;
}
.res-menu {
	width: 100%;
	display: none;
}
/*-------------------
SHOW MOBILE MENU 
-------------------*/
#mobilemenu {
    display: none;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #2d663f;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	border:2px solid #6caa77;
	display: none;
	width:100%;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
    display: block;
}
/*BREADCRUMB Navigation---------------------------------*/
.breadcrumb {
    background:none;
	margin-bottom:0;
	border-radius:0;
}
.breadcrumb-item {
    font-size:16px;
	line-height:24px;
	letter-spacing: 0.06em;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #2d663f;
}
.breadcrumb-item.active {
    color: #2d663f;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
    text-decoration: underline;
}

/*PAGE Styling & Layout---------------------------------*/

.full_width{
	width:100%;
	height:auto;
}

.float_left{
	float:left;
	padding-right:20px;
}
.float_right{
	float:right;
	padding-left:20px;
}
.pad_bottom{
	padding-bottom:20px;
}
.pad_top{
	padding-top:20px;
}
.ten{ width:10%; }
.fifteen{ width:15%; }
.twenty{ width:20%; }
.twentyfive{ width:25%; }
.thirty{ width:30%; }
.fourty{ width:40%; }
.fifty{ width:50%; }
.sixty{ width:60%; }
.seventy{ width:70%; }
.eighty{ width:80%; }
.ninety{ width:90%; }

#utility-nav{
	width:100%;
	padding:2px 0;
	background: #2d663f;
}
#utility-nav a,
#utility-nav a:link,
#utility-nav a:visited{
	color: #fff;
	text-transform:uppercase;
}
#utility-nav a:focus,
#utility-nav a:hover,
#utility-nav a:active{
	color: #b7a671;
}

nav#top_nav{
	width:100%;
	position:relative;
	text-align:right;
}
nav#top_nav ul {
	font-size:14px;
	line-height:24px;
	letter-spacing:-0.02em;
	text-transform:uppercase;
	float:right;
	list-style:none;
	display:inline;
	margin:0;
}
nav#top_nav ul li{
	float:left;
	display:inline;
	padding:0 110px 0 110px;
}
nav#top_nav ul li:last-child{
	padding: 0 15px 0 110px;
}

#reimer-logo-block{
	width:100%;
	display:table;
	padding:25px 0;
	background-image:  url(/images/moire-pattern-15.png), url(/images/moire-pattern-15-flipped.png);
	background-position:  left center, right center;
	background-repeat: repeat-y, repeat-y;
	background-color: #3e3424;
	/*background: #3e3424 url(/images/moire-pattern-15.png) left center repeat-y, url(/images/moire-pattern-15-flipped.png) right center repeat-y;*/
}
#logo_container{
	display:table;
	height:75px;
}
#logo{
	display:table-cell;
	vertical-align:middle;
}
#call-to-action {
	position:relative;
	
}
#cta {
	text-align:right;
	
}
#call-to-action p{
	font-family: 'adria_groteskregular';
	font-weight: normal;
	font-size: 24px;
	line-height: 37px;
	color:#6fab79;
	padding-bottom:0;
	display:table-cell;
	vertical-align:middle;
	margin-bottom:0;
	width:100%;
	/*text-align:right;*/
	float:right;
}
#call-to-action p span{
	font-family: 'adria_groteskbold';
	font-weight: normal;
	color:#fff;
	text-transform: uppercase;
}
#call-to-action p a,
#call-to-action p a:link,
#call-to-action p a:visited,
#call-to-action p a:focus,
#call-to-action p a:hover,
#call-to-action p a:active{
	font-size: 36px;
	letter-spacing: 0.06em;
	color:#B7A671;
	text-decoration:none;
	display:block
}
#calculator_bar{
	margin-top:-76px;
	margin-bottom:30px;
	background: rgba(0,0,0,.3);
	width:100%;
	padding:10px 0;
}
#calculator_bar a{
	height:30px;
	text-transform:uppercase;
	color:#6caa77;
	font-family: 'adria_groteskmedium';
	font-weight: normal;
	font-size:22px;
	line-height:30px;
	padding:0 0 0 40px;
}
a.calculator_callout{	
	background:url(/images/icon-calculator.png) left center no-repeat;
	
}
a.product_callout{
	background:url(/images/icon-search.png) left center no-repeat;
}
img#glove{
	width:80%;
	height:auto;
	margin-left:15%;
}

.home_callout{
	/*background:;*/
}
.home_callout.homeowners{
	background: #568fac;
}
.home_callout.landscapers{
	background: #2d663f;
}
.home_callout.developers{
	background: #453b2c;
}
.home_callout.homeowners .home_callout_bottom{
	border-top:28px #6dbae1 solid;
}
.home_callout.landscapers .home_callout_bottom{
	border-top:28px #6caa77 solid;
}
.home_callout.developers .home_callout_bottom{
	border-top:28px #857051 solid;
}
.home_callout_bottom{
	padding:40px 30px 0px;
	background-image:  url(/images/moire-pattern-15.png);
	background-position:  left top;
	background-repeat: repeat-y;
	text-align:center;
	min-height:184px;
}
.home_callout_title{
	font-family: 'adria_groteskmedium';
	font-weight: normal;
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing: -0.02em;
}
.home_callout_title span{
	font-family: 'adria_groteskbold_italic';
	font-size:30px;
	line-height:28px;
	text-transform:uppercase;
	display:block;
	padding-bottom:5px;
}
.icon_container{
	margin-top:-88px;
	margin-bottom:15px;
}

#footer{
	margin-top:60px;
	background-color: #3e3424;
}
#footer p{
	font-size: 14px;
	line-height: 26px;
	letter-spacing:-0.02em;
	color:#978f82;
}
#footer p a{
	font-size: 16px;
	color:#b7a671;
}
#footer p a:hover{
	color:#fff;
}
footer{
	padding:40px 0;
}

/*PRODUCTS Page---------------------------------*/
.banner{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:300px;
	display:block;
	margin-bottom:40px;
	position:relative;
}
#five-way{
	background-image: url(/images/home-banner-plant-1920x570.jpg);
}
#four-way{
	background-image: url(/images/banner-4-way-mix-1920x570.jpg);
}
#three-way{
	background-image: url(/images/banner-3-way-mix-1920x570.jpg);
}
#fifty-fifty{
	background-image: url(/images/banner-50-50-mix-1920x570.jpg);
}
#seventy-five-twenty-five{
	background-image: url(/images/banner-75-25-mix-1920x570.jpg);
}
#compost{
	background-image: url(/images/banner-compost-1920x570.jpg);
}
#peat{
	background-image: url(/images/banner-peat-1920x570.jpg);
}
#fill-screenings{
	background-image: url(/images/banner-fill-screenings-1920x570.jpg);
}
#field-soil{
	background-image: url(/images/banner-field-soil-1920x570.jpg);
}
#custom-blends{
	background-image: url(/images/banner-custom-blends-1920x570.jpg);
}
#river-wash{
	background-image: url(/images/banner-river-wash-3-quarter-inch.jpg);
}
#coloured-mulch{
	background-image: url(/images/banner-mulch-coloured-red.jpg);
}
#natural-wood-mulch{
	background-image: url(/images/banner-mulch-natural-wood.jpg);
}
#pine-bark-mulch{
	background-image: url(/images/banner-mulch-pine-bark.jpg);
}
#wood-chips{
	background-image: url(/images/banner-wood-chips.jpg);
}
#bark-nuggets{
	background-image: url(/images/banner-bark-nuggets-medium.jpg);
}
#limestone{
	background-image: url(/images/banner-limestone-2-inch-down.jpg);
}
#lawn-products{
	background-image: url(/images/banner-lawn-products.jpg);
}
#richer-lake-stone{
	background-image: url(/images/banner-richer-lake-stone.jpg);
}
#lsl-stone{
	background-image: url(/images/banner-lsl-stone.jpg);
}
#black-granite{
	background-image: url(/images/banner-black-granite-1-and-half-inch.jpg);
}
#red-granite{
	background-image: url(/images/banner-red-granite.jpg);
}
#grey-granite{
	background-image: url(/images/banner-grey-granite-3-quarter-inch.jpg);
}
#red-shale{
	background-image: url(/images/banner-red-shale-quarter-inch.jpg);
}
#buckshot{
	background-image: url(/images/banner-buckshot-10mm.jpg);
}
#boulders{
	background-image: url(/images/banner-boulders-black-granite.jpg);
}
#grass-seed{
	background-image: url(/images/banner-grass-seed-deluxe.jpg);
}
#sod{
	background-image: url(/images/banner-grass-sod.jpg);
}
#sand{
	background-image: url(/images/banner-sand-fine.jpg);
}
#concrete-gravel{
	background-image: url(/images/banner-concrete-gravel.jpg);
}
#coarse-sand{
	background-image: url(/images/banner-sand-coarse.jpg);
}
#about{
	background-image: url(/images/banner-about.jpg);
}
#careers{
	background-image: url(/images/banner-careers.jpg);
}
#contact{
	background-image: url(/images/banner-contact.jpg);
}
#professional-services{
	background-image: url(/images/banner-professional-services.jpg);
}
hr { height: 30px; border-style: solid; border-color: #fff; border-width: 1px 0 0 0; margin-top:20px;} 
hr.dashed { border-style: dashed;} 
fieldset{
	border:2px solid #2d663f;
	border-radius: 5px;
	padding:2% 5%;
	margin: 0 0 5% 0;
}
legend {
    display: inline;
    margin-bottom: 0;
    padding: 0;
    width:auto;
}
.btn-primary {
    background-color:#2d663f;
	text-transform:uppercase;
	color:#fff;
	font-family: 'adria_groteskbold_italic';
	font-size:22px;
	line-height:30px;
	padding:5px 20px;
	border:5px solid #6caa77;
}
.btn-primary:hover {
    background-color: #000;
   border-color:#6caa77;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    width: 100%;
}
.banner .row{
	position:relative;
}
.secondary_title{
	color:#fff;
	font-size:78px;
	position:absolute;
	top:170px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.product-row{
	margin-bottom:40px;
}

.product_callout.blue{
	background: #568fac;
}
.product_callout.green{
	background: #2d663f;
}
.product_callout.brown{
	background: #453b2c;
}
.product_callout.blue .product_callout_bottom,
.product_callout.blue .product_callout_bottom2{
	border-top:10px #6dbae1 solid;
}
.product_callout.green .product_callout_bottom,
.product_callout.green .product_callout_bottom2{
	border-top:10px #6caa77 solid;
}
.product_callout.brown .product_callout_bottom,
.product_callout.brown .product_callout_bottom2{
	border-top:10px #857051 solid;
}
.product_callout_bottom,
.product_callout_bottom2{
	padding:18px 30px 0px;
	background-image:  url(/images/moire-pattern-15.png);
	background-position:  left top;
	background-repeat: repeat-y;
	text-align:center;
	min-height:100px;
}
.product_callout_bottom2{
	padding:18px 30px 0px;
	min-height:130px;
}
.product_callout_title,
.product_callout_bottom2 .product_callout_title{
	font-family: 'adria_grotesklight';
	font-size:16px;
	line-height:18px;
	color:#fff;
	letter-spacing: -0.02em;
}
.product_callout_title a{color:#fff;}
.product_callout_title a:hover{color:#b7a671;}
.product_callout_title a.learn_more{color:#b7a671;text-decoration:underline;padding-top:5px;display:block;}
.product_callout_title a.learn_more:hover{color:#fff;}
.product_callout_title span{
	font-family: 'adria_groteskbold_italic';
	font-size:30px;
	line-height:28px;
	text-transform:uppercase;
	display:block;
	padding-bottom:5px;
	color:#fff;
}
.product_callout_bottom2 .product_callout_title span{
	font-size:26px;
	line-height:24px;
	/*color:#d8d0b2;*/
}
.product_callout_title span.fractop,
.product_callout_title span.fracbot{
	font-family: 'adria_grotesklight';
	font-size:55%;
	text-transform:none;
	display:inline;
	padding-bottom:0;

}
.product_callout_title a:hover span.fractop,
.product_callout_title a:hover span.fracbot {
	color:#b7a671;

}

.product_callout .icon_container{
	margin-top:-88px;
	margin-bottom:15px;
}
.bestseller{
	font-family: 'adria_groteskbold';
	font-size:57px;
	line-height:28px;
	color:#2d663f;
	text-transform:uppercase;
	background:#ffd962;
	border-radius:65px;
	position:absolute;
	top:20px;
	right:50px;
	padding:30px 15px 15px 15px;
}
.bestseller span{
	font-size:19px;
	display:block;
}

.best-for,
.ingredients{
	padding:5%;
	background:#fff;
	position:relative;
	margin-bottom:20px;
}
.best-for .icon{
	width:30%;
	float:left;
	text-align:center;
	margin-right:5%;
	font-size: 16px;
	line-height: 20px;
}
.best-for .icon.last{
	margin-right:0;
}
.group:after{
	content: "";
 	display: table;
    clear: both;
}

.calculator-container{
	position:relative;
	width:100%;
	text-align:center;
	margin:10px 0;
	display:block;
}
a.coverage-calculator{
	height:30px;
	background:#2d663f url(/images/icon-calculator.png) 10px center no-repeat;
	text-transform:uppercase;
	color:#fff;
	font-family: 'adria_groteskbold_italic';
	font-size:22px;
	line-height:30px;
	padding:5px 20px 5px 50px;
	border:5px solid #6caa77;
}
a.coverage-calculator:hover{
	background:#000 url(/images/icon-calculator.png) 10px center no-repeat;
	color:#b7a671;
}
table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
	font-size:18px;
}
tr{
	border-bottom:1px solid #6caa77;
}
th{
	background:#2d663f;
	color:#fff;
}
td, th{
	padding:5px;
	text-align:center;
}
col:first-child {/*background: #fff;*/ width:17%;}
/*col:nth-child(2n+3) {background: #eee}*/
.google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
		margin-bottom:20px;
		border:1px solid #2d663f;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);

    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
@media (max-width: 1440px) {
	.sliderheader {	
		top:25%;
		left:10%;
		font-size: 53px;
		line-height: 58px;	
	}
	/*.sliderheader.soil {	
		top:25%;
	}*/

}
@media (max-width: 1024px) {
	#menu {
		float: none;
		padding: 3px;
		margin: 0 0 10px 0;
		background-color: #2d663f;/*#6caa77*/
		display:none;
	}
	
	#menu > ul > li {
		font-size:16px;
		line-height:24px;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu > ul a {
		width: 100%;
		padding: 10px 0 10px 0;
		margin:0 0 0 0;
	}
	#menu li:hover ul,
	#menu li.sfHover ul {
	  /*top: 38px;*/
		
	}
	/*Make dropdown links appear inline*/
	#menu ul {
		position: static;
		display: block;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu ul ul {
		position:static;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}

	/*Create vertical spacing*/
	#menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menu ul li {
		width: 100%;
	}
	#menu li a {
		width:inherit;

	}
	#menu a {
		color: #fff;
	}
	.show-menu {
		display:block;
	}
	a.coverage-calculator{
		font-size:20px;
		padding:5px 15px 5px 50px;		
	}

}
@media (max-width: 768px) {
	.tablet_only{
		display:block;	
	}
	.sliderheader {	
		top:22%;
		left:6%;
		font-size: 40px;
		line-height: 44px;	
	}
	/*.sliderheader.soil {	
		top:22%;
	}
	.sliderheader.mulch {	
		right:6%;
	}
	.sliderheader.rocks{	
		left:20%;
	}*/
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		top: 5px;

	}
	#utility-nav{
		font-size:16px;
	}
	#call-to-action span{
		display:block;
	}
	#calculator_bar{
		display:none;
	}
	.home_callout_bottom{
		min-height:200px;
	}
	.home_callout_title{
		font-size:16px;
		line-height:20px;
	}
	.home_callout_title span{
		font-size:22px;
		line-height:20px;
	}
	h1, .h1{
		font-size: 48px;
		line-height: 54px;
	}
	.secondary_title{
		font-size:70px;
		top:175px;
	}

	a.coverage-calculator{
		height:40px;
		background:#2d663f url(/images/icon-calculator.png) 3px center no-repeat;
		text-transform:uppercase;
		color:#fff;
		font-family: 'adria_groteskbold_italic';
		font-size:13px;
		line-height:40px;
		padding:10px 5px 10px 40px;

	}
	.best-for,
	.ingredients{
		float:left;
	}
	.product_callout_bottom,
	.product_callout_bottom2{
		padding:15px 10px 0px;
		min-height:120px;
	}
	.product_callout_bottom2{
		padding:13px 10px 0px;
		min-height:140px;
	}
	th{
		line-height:18px;
	}
	ul.benefits{
		font-size:14px;
	}
}
@media (max-width: 640px) {
	.mobile_only{
		display:block;	
	}
	.remove_on_mobile{
		display:none !important;	
	}
	.sliderheader {	
		/*top:40%;
		left:6%;*/
		font-size: 20px;
		line-height: 23px;	
	}
	/*.sliderheader.plant {	
		top:40%;
	}
	.sliderheader.mulch {	
		right:6%;
		top:40%;
	}
	.sliderheader.rocks{	
		top:40%;
		left:20%;
	}*/
	.product-row{
		margin-bottom:0px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		display:none;
	}
	
	#utility-nav,
	#glove_container{
		display:none;
	}
	
	#logo img{
		width:100%;
		height:auto;
		/*padding:2% 5%;*/
	}
	#call-to-action {
		position:relative;
		width:100%;
		text-align:center;

	}
	#cta {
		text-align:center;

	}
	
	.home_callout_bottom{
		min-height:190px;
	}
	.home_callout_title{
		font-size:18px;
		line-height:24px;
	}
	.home_callout_title span{
		font-size:28px;
		line-height:26px;
	}
	h1, .h1,
	.product-intro h1.itl,
	h1.homeheadline{
		font-size: 32px;
		line-height: 38px;
	}
	.secondary_title{
		font-size:60px;
		top:140px;
		line-height: 50px;
	}
	
	table{
		font-size:12px;
	}
	.best-for,
	.ingredients{
		float:none;

	}
	.breadcrumb-item {
		font-size:12px;
		line-height:20px;
		letter-spacing: 0.04em;
	}
	a.coverage-calculator{
		background:#2d663f url(/images/icon-calculator.png) 10px center no-repeat;
		font-size:20px;
		padding:10px 15px 10px 50px;

	}
	.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
		padding:.5rem .25rem;
	}
	ul.benefits{
		font-size:18px;
	}

}
@media (max-width: 420px) {
	
	a.coverage-calculator{
		background:#2d663f url(/images/icon-calculator.png) 10px center no-repeat;
		font-size:17px;
		padding:10px 15px 10px 50px;

	}
	ul.benefits{
		font-size:14px;
	}

}