/* @override 
	http://www.buildmidwestern.com/gcc/css/style.css
	http://gcc.packettide.com/dev/css/style.css */

@charset "UTF-8";


/* LAYOUT
===============================================================================*/
html,
body {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#page {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	min-width: 960px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.frame {
	position: relative;
	width: auto;
}
.clearfix:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}


/* SPRITES
===============================================================================*/

/* icons
---------------------------------------------*/
.icon {
	background: url(../img/sprite.icons.png) no-repeat;
}
.icon-social-facebook { 
	width: 10px; 
	height: 22px;
	background-position: 0 0;  
} 
a:hover .icon-social-facebook { 
	width: 10px; 
	height: 22px; 
	background-position: 0 -23px; 
} 
.icon-social-twitter { 
	width: 24px; 
	height: 22px; 
	background-position: 0 -46px; 
} 
a:hover .icon-social-twitter { 
	width: 24px; 
	height: 22px; 
	background-position: 0 -69px; 
} 
.icon-social-pinterest { 
	width: 14px; 
	height: 22px; 
	background-position: 0 -92px; 
} 
a:hover .icon-social-pinterest { 
	width: 14px; 
	height: 22px; 
	background-position: 0 -115px; 
} 
.icon-social-youtube { 
	width: 22px; 
	height: 22px;
	background-position: 0 -138px;  
} 
a:hover .icon-social-youtube { 
	width: 22px; 
	height: 22px; 
	background-position: 0 -161px; 
} 
.icon-search { 
	width: 21px; 
	height: 17px; 
	background-position: 0 -184px; 
} 
.active .icon-search { 
	width: 21px; 
	height: 17px;
	background-position: 0 -202px;  
} 
.icon-slider-nav { 
	width: 12px; 
	height: 12px;
	background-position: 0 -220px;  
} 
.active .icon-slider-nav { 
	width: 12px; 
	height: 12px; 
	background-position: 0 -233px; 
}
.icon-plant-slider-nav { 
	width: 12px; 
	height: 12px; 
	background-position: 0 -246px; 
} 
.active .icon-plant-slider-nav { 
	width: 12px; 
	height: 12px;
	background-position: 0 -259px;  
} 
.icon-big-social-youtube { 
	width: 46px; 
	height: 45px; 
	background-position: 0 -272px; 
} 
.icon-big-social-facebook { 
	width: 45px; 
	height: 46px;
	background-position: 0 -318px;  
} 
.icon-big-social-twitter { 
	width: 42px; 
	height: 45px; 
	background-position: 0 -365px; 
	margin-top: 18px;
} 
.icon-option-tool-email { 
	width: 34px; 
	height: 34px; 
	background-position: 0 -411px; 
} 
.icon-option-tool-print { 
	width: 34px; 
	height: 34px; 
	background-position: 0 -446px; 
} 
.icon-slider-button-prev { 
	width: 61px; 
	height: 61px; 
	background-position: 0 -481px; 
} 
.icon-slider-button-next { 
	width: 61px; 
	height: 61px; 
	background-position: 0 -543px; 
} 

/* texts
---------------------------------------------*/
.text {
	background: url(../img/sprite.texts.png) no-repeat;
}
.add-plant .text-varieties2,
.text-varieties { 
	width: 79px; 
	height: 16px;
	background-position: 0 0;  
} 
.page-detail .text-varieties,
.page-varietylanding .text-varieties,
.text-varieties2 { 
	width: 71px; 
	height: 16px; 
	background-position: 0 -17px; 
} 
.text-varieties-50 { 
	width: 45px; 
	height: 17px; 
	background-position: 0 -34px; 
} 
.add-plant .text-varieties-50 { 
	width: 50px; 
	height: 19px; 
	background-position: 0 -52px; 
}


/* HEADER
===============================================================================*/

/* container
---------------------------------------------*/
.header {
	position: relative;
}

/* box-header-panel-top
---------------------------------------------*/
.box-header-panel-top {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background: rgba(255, 255, 255, 0.6);
}
.lte8 .box-header-panel-top {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.6);
}

/* box-header-panel-top > add-header-logo
---------------------------------------------*/
.add-header-logo {
	position: absolute;
	top: 18px;
	left: 43px;
}
.add-header-logo .logo {
	margin: 0;
	padding: 0;
}
.add-header-logo .logo a {
	text-decoration: none;
}
.add-header-logo .logo img {
	outline: 0;
	border: none;
}
.page-about .add-header-logo,
.page-contact .add-header-logo,
.page-varietylanding .add-header-logo {
	left: 44px;
}
.page-plant-finder .add-header-logo {
	left: 46px;
}
.page-zipcode-search .add-header-logo {
	left: 45px;
}

/* box-header-panel-top > add-header-socials
---------------------------------------------*/
.add-header-socials {
	float: right;
	overflow: hidden;
	margin: 5px 25px 0 0;
}
.add-header-socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-header-socials ul li {
	float: left;
	margin-left: 5px;
}
.add-header-socials ul li a {
	display: block;
	text-decoration: none;
}
.add-header-socials ul li .icon {
	display: block;
	text-indent: -999em;
}
.add-header-socials ul li .icon-social-pinterest {
	margin: 0 1px 0 2px;
}

/* box-header-panel-top > add-header-menu
---------------------------------------------*/
.add-header-menu {
	float: right;
	margin: 10px 16px 0 0;
}
.add-header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-header-menu ul li {
	font-size: 12px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-header-menu ul li {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-header-menu > ul > li {
	float: left;
	position: relative;
	line-height: 14px;
	margin-left: 20px;
}
.add-header-menu > ul > li > a {
	text-decoration: none;
	color: #737b29;
}
.add-header-menu > ul > li > ul {
	display: none;
	position: absolute;
	top: 20px;
	left: -120%;
	width: 195px;
	padding: 5px;
	background: #cbd0a6;
}
.add-header-menu > ul > li > ul:before,
.add-header-menu > ul > li > ul .dropdown-arrow {
	position: absolute;
	top: -8px;
	left: 44%;
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	background: url(../img/bg.dropdownArrow.png) no-repeat;
}
.add-header-menu > ul > li > ul > li {
	line-height: 29px;
	margin-top: 1px;
}
.add-header-menu > ul > li > ul > li:first-child {
	margin: 0;
}
.add-header-menu > ul > li > ul > li > a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #586103;
	background: #f0f1e0;
}
.add-header-menu > ul > li > ul > li > a:hover {
	border-right: 1px solid #ecedd8;
	color: #9ba72c;
	background: #e4e5c8;
}
.add-header-menu > ul > li > ul > li:first-child > a {
	padding-top: 5px;
}
.add-header-menu > ul > li.active > a {
	color: #9ba72c;
}
.add-header-menu > ul > li:hover > a {
	color: #9ba72c;
}
.add-header-menu > ul > li:hover > ul {
	display: block;
} 
.page-about .add-header-menu,
.page-detail .add-header-menu,
.page-plant-finder .add-header-menu,
.page-varietylanding .add-header-menu,
.page-zipcode-search .add-header-menu {
	margin-right: 29px;
}
.page-about .add-header-menu > ul > li,
.page-detail .add-header-menu > ul > li,
.page-plant-finder .add-header-menu > ul > li,
.page-varietylanding .add-header-menu > ul > li,
.page-zipcode-search .add-header-menu > ul > li {
	margin-left: 17px;
}
.page-about .add-header-menu > ul > li > ul,
.page-contact .add-header-menu > ul > li > ul,
.page-detail .add-header-menu > ul > li > ul,
.page-plant-finder .add-header-menu > ul > li > ul,
.page-varietylanding .add-header-menu > ul > li > ul,
.page-zipcode-search .add-header-menu > ul > li > ul {
	left: -110%;
}
.page-contact .add-header-menu {
	margin-right: 33px;
}
.page-contact .add-header-menu > ul > li {
	margin-left: 16px;
}

/* box-header-panel-main 
---------------------------------------------*/
.box-header-panel-main {
	position: absolute;
	z-index: 9;
	top: 33px;
	left: 0;
	width: 100%;
	height: 46px;
	background: rgba(255, 255, 255, 0.9);
}
.lte8 .box-header-panel-main {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.9);
}

/* box-header-panel-main > add-header-search
---------------------------------------------*/
.add-header-search {
	float: right;
	position: relative;
	margin: 15px 27px 0 0;
}
.add-header-search .search-trigger {
	width: 21px;
	height: 17px;
	cursor: pointer;
}
.add-header-search .search-trigger .icon {
	display: block;
	text-indent: -999em;
}
.add-header-search .form-search {
	display: none;
	position: absolute;
	top: 30px;
	left: -221px;
	width: 240px;
	height: 21px;
	padding: 4px;
	background: url(../img/pattern.formSearch.png) repeat-x;
}
.add-header-search.active .form-search {
	display: block;
}
.add-header-search .form-search .form-row {
	float: left;
}
.add-header-search .form-search input {
	display: block;
	line-height: 21px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	outline: 0;
	border: none;
	background: none;
}
.add-header-search .form-search .input-text {
	width: 183px;
	height: 21px;
	padding: 0 10px 0 20px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #939393;
	background: url(../img/bg.inputSearch.jpg) no-repeat;
}
.lte8 .add-header-search .form-search .input-text {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-header-search .form-search .input-submit {
	position: relative;
	left: 1px;
	width: 24px;
	height: 21px;
	margin-left: 2px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	color: #e4e5c8;
}
.lte8 .add-header-search .form-search .input-submit {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.firefox .add-header-search .form-search .input-submit {
	top: -1px;
}

/* box-header-panel-main > add-header-nav
---------------------------------------------*/
.add-header-nav {
	float: right;
	position: relative;
	margin: 0 28px 0 0;
}
.add-header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-header-nav ul li {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-header-nav ul li {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-header-nav > ul > li {
	float: left;
	position: relative;
	margin-left: 37px;
	font-size: 14px;
	text-transform: uppercase;
}
.lte8 .add-header-nav > ul > li {
	behavior: url(PIE.php);
}
.add-header-nav > ul > li > a {
	display: block;
	line-height: 46px;
	text-decoration: none;
	color: #737b29;
}
.add-header-nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -48%;
	width: 195px;
	padding: 5px;
	background: rgba(205, 212, 177, 0.9);
}
.add-header-nav > ul > li:nth-child(4) > ul {
	left: -128%;
}
.add-header-nav > ul > li.nth-child-4 > ul {
	left: -128%;
}
.add-header-nav > ul > li > ul:before,
.add-header-nav > ul > li > ul .dropdown-arrow {
	position: absolute;
	top: -8px;
	left: 41.7%;
	content: '';
	display: block;
	width: 26px;
	height: 13px;
	background: url(../img/bg.dropdownArrow2.png) no-repeat;
}
.add-header-nav > ul > li > ul > li {
	margin-top: 1px;
	text-transform: none;
}
.add-header-nav > ul > li > ul > li:first-child {
	margin: 0;
}
.add-header-nav > ul > li > ul > li > a {
	display: block;
	line-height: 29px;
	padding: 0 10px;
	text-decoration: none;
	color: #586103;
	background: #f0f1e0;
}
.add-header-nav > ul > li > ul > li:first-child > a {
	padding-top: 5px;
}
.add-header-nav > ul > li > ul > li > a:hover {
	border-right: 1px solid #ecedd8;
	color: #9ba72c;
	background: #e4e5c8;
}
.add-header-nav > ul > li.active > a {
	color: #9ba72c;
}
.add-header-nav > ul > li:hover > a {
	color: #9ba72c;
}
.add-header-nav > ul > li:hover > ul {
	display: block;
}
.lte8 .add-header-nav > ul > li:hover > ul {
	background: url(../img/pattern.headerDropdown.png);
}
.page-about .add-header-nav,
.page-contact .add-header-nav,
.page-detail .add-header-nav,
.page-plant-finder .add-header-nav,
.page-varietylanding .add-header-nav,
.page-zipcode-search .add-header-nav {
	margin-right: 58px;
}
.page-about .add-header-nav > ul > li,
.page-contact .add-header-nav > ul > li,
.page-detail .add-header-nav > ul > li,
.page-plant-finder .add-header-nav > ul > li,
.page-varietylanding .add-header-nav > ul > li,
.page-zipcode-search .add-header-nav > ul > li {
	margin-left: 29px;
}
.page-about .add-header-nav > ul > li:nth-child(3) > ul,
.page-contact .add-header-nav > ul > li:nth-child(3) > ul,
.page-detail .add-header-nav > ul > li:nth-child(3) > ul,
.page-plant-finder .add-header-nav > ul > li:nth-child(3) > ul,
.page-varietylanding .add-header-nav > ul > li:nth-child(3) > ul,
.page-zipcode-search .add-header-nav > ul > li:nth-child(3) > ul {
	left: -35%;
}
.page-about .add-header-nav > ul > li.nth-child-3 > ul,
.page-contact .add-header-nav > ul > li.nth-child-3 > ul,
.page-detail .add-header-nav > ul > li.nth-child-3 > ul,
.page-plant-finder .add-header-nav > ul > li.nth-child-3 > ul,
.page-varietylanding .add-header-nav > ul > li.nth-child-3 > ul,
.page-zipcode-search .add-header-nav > ul > li.nth-child-3 > ul {
	left: -35%;
} 

/* box-header-panel-plants
---------------------------------------------*/
.box-header-panel-plants {
	position: absolute;
	top: 106px;
	left: 0;
	width: 100%;
}
.page-about .box-header-panel-plants,
.page-contact .box-header-panel-plants,
.page-plant-finder .box-header-panel-plants,
.page-zipcode-search .box-header-panel-plants {
	display: none;
}

/* box-header-panel-plants > add-plants-menu
---------------------------------------------*/
.add-plants-menu {
	float: left;
	position: relative;
	z-index: 3;
	width: 195px;
	margin-left: 15px;
}
.add-plants-menu:before,
.add-plants-menu .bg-top {
	position: absolute;
	top: -4px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 4px;
	background: url(../img/pattern.addPlantsMenuTop.png) repeat-x;
}
.add-plants-menu:after,
.add-plants-menu .bg-bottom {
	position: absolute;
	bottom: -4px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 4px;
	background: url(../img/pattern.addPlantsMenuBottom.png) repeat-x;
}
.add-plants-menu .bg-left {
	position: absolute;
	top: 0;
	left: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: url(../img/pattern.addPlantsMenuSide.png) repeat-y;
}
.add-plants-menu .bg-right {
	position: absolute;
	top: 0;
	right: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: url(../img/pattern.addPlantsMenuSide.png) repeat-y;
}
.add-plants-menu .title,
.add-plants-menu .maxim,
.add-plants-menu ul li {
	margin: 0;
	padding: 0;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-plants-menu .title,
.lte8 .add-plants-menu .maxim,
.lte8 .add-plants-menu ul li {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plants-menu .title {
	position: relative;
	z-index: 3;
	width: 174px;
	line-height: 29px;
	padding: 6px 11px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #737b29;
	background: #e4e5c8;
}
.add-plants-menu .maxim {
	position: relative;
	z-index: 3;
	width: 196px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.3px;
	border-top: 1px solid #ced2aa;
	color: #737b29;
	background: #e4e5c8;
}
.add-plants-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-plants-menu ul li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.add-plants-menu > ul > li {
	border-top: 1px solid #ced2aa;
}
.add-plants-menu > ul > li > a {
	position: relative;
	display: block;
	line-height: 29px;
	padding: 0 11px;
	font-size: 14px;
	color: #586103;
	background: rgba(255, 255, 255, 0.9);
}
.lte8 .add-plants-menu > ul > li > a {
	background: url(../img/pattern.plantsMenu.png);
}
.add-plants-menu > ul > li > ul {
	display: none;
	background: #f4f5eb;
}
.add-plants-menu > ul > li > ul > li > a {
	line-height: 29px;
	display: block;
	padding: 0 11px;
	font-size: 12px;
	color: #586103;
}
.add-plants-menu > ul > li > ul > li > a:hover {
	background: #e4e5c8;
}
.add-plants-menu > ul > li > ul > li > ul > li > a {
	line-height: 21px;
	display: block;
	padding: 0 16px;
	font-size: 12px;
	color: #737b29;
}
.add-plants-menu > ul > li > ul > li > ul > li > a:hover {
	color: #586103;
	background: #e4e5c8;
}
.add-plants-menu > ul > li:hover > a {
	color: #fff;
	background: #c7c49b;	
}
.add-plants-menu > ul > li:hover > ul {
	display: block;
}

/* box-header-teaser
---------------------------------------------*/
.box-header-teaser  {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 639px;
}
.page-about .box-header-teaser,
.page-contact .box-header-teaser,
.page-detail .box-header-teaser,
.page-plant-finder .box-header-teaser {
	height: 373px;
}
.page-varietylanding .box-header-teaser,
.page-zipcode-search .box-header-teaser {
	height: 372px;
}
.page-detail .box-header-teaser {
	padding-bottom: 10px;
}
.page-varietylanding .box-header-teaser {
	padding-bottom: 13px;
}
.page-detail .box-header-teaser:after,
.page-detail .box-header-teaser .bg-bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 11px;
	background: url(../img/pattern.pageDetailTeaser.jpg) repeat-x;
}
.page-varietylanding .box-header-teaser:after,
.page-varietylanding .box-header-teaser .bg-bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 14px;
	background: url(../img/pattern.pageVarietylandingTeaser.jpg) repeat-x;
}

/* box-header-teaser > add-teaser-main
---------------------------------------------*/
.add-teaser-main {
	display: block;
}
.page-about .add-teaser-main,
.page-contact .add-teaser-main,
.page-plant-finder .add-teaser-main,
.page-zipcode-search .add-teaser-main {
	display: none;
}

/* box-header-teaser > add-teaser-main > plant
---------------------------------------------*/
.plant {
	position: relative;	
}
.plant-data {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 293px;
	right: 53px;
	width: 268px;
	height: 268px;
	background: url(../img/bg.plantData.png) no-repeat;
}
.plant-data .varieties-number,
.plant-data .varieties-info .info-bottom,
.plant-data .plant-type,
.plant-data .plant-detail,
.plant-data .plant-variety,
.plant-data .plant-title,
.plant-data .plant-subtitle {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .plant-data .varieties-number,
.lte8 .plant-data .varieties-info .info-bottom,
.lte8 .plant-data .plant-type,
.lte8 .plant-data .plant-detail,
.lte8 .plant-data .plant-variety,
.lte8 .plant-data .plant-title,
.lte8 .plant-data .plant-subtitle {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.plant-data .data-plant-varieties {
	overflow: hidden;
	margin: 56px 0 0 48px;
	clear: both;
}
.plant-data .varieties-number {
	float: left;
	line-height: 140px;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 140px;
	color: #737b29;
}
.plant-data .varieties-info {
	float: left;
	margin: 31px 0 0;
}
.plant-data .varieties-info .info-top {
	position: relative;
	text-indent: -999em;
}
.plant-data .varieties-info .info-top:after,
.plant-data .varieties-info .info-top .bg-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	content: '';
	display: block;
	width: 75px;
	height: 3px;
	background: url(../img/pattern.linePlantData.png) repeat-x;
}
.plant-data .varieties-info .info-bottom {
	line-height: 46px;
	margin: 14px 0 0 -2px;
	font-size: 46px;
	color: #9ba72c;
}
.plant-data .data-plant-description {
	clear: both;
	margin-top: -8px;
}
.plant-data .plant-type,
.plant-data .plant-detail,
.plant-data .plant-variety {
	margin: 0;
	padding: 0;
	text-align: center;
}
.plant-data .plant-detail,
.plant-data .plant-variety {
	display: none;
}
.page-detail .plant-data .plant-detail,
.page-varietylanding .plant-data .plant-variety {
	display: block;
}
.plant-data .plant-type {
	position: relative;
	left: 3px;
	line-height: 19px;
	font-size: 18px;
	text-transform: uppercase;
	color: #737b29;
}
.page-detail .plant-data {
	top: 107px;
	right: 43px;
	width: 243px;
	height: 243px;
	background: url(../img/bg.plantDataDetail.png) no-repeat;
}
.page-detail .plant-data .data-plant-varieties {
	margin: 37px 0 0 40px;
}
.page-detail .plant-data .varieties-info,
.page-varietylanding .plant-data .varieties-info {
	margin: 46px 0 0 -6px;
}
.page-detail .plant-data .varieties-info .info-top:after,
.page-detail .plant-data .varieties-info .info-top .bg-bottom,
.page-varietylanding .plant-data .varieties-info .info-top:after,
.page-varietylanding .plant-data .varieties-info .info-top .bg-bottom {
	bottom: -11px;
	left: 1px;
	width: 69px;
}
.page-detail .plant-data .data-plant-description,
.page-varietylanding .plant-data .data-plant-description {
	margin-top: -11px;
}
.page-detail .plant-data .plant-type,
.page-varietylanding .plant-data .plant-type {
	position: relative;
	left: 1px;
	margin-bottom: 3px;
	font-size: 16px;
}
.page-detail .plant-data .plant-detail {
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #9ba72c;
}
.page-varietylanding .plant-data {
	top: 108px;
	right: 11px;
	width: 243px;
	height: 243px;
	background: url(../img/bg.plantDataDetail.png) no-repeat;
}
.page-varietylanding .plant-data .data-plant-varieties {
	margin: 36px 0 0 40px;
} 
.page-varietylanding .plant-data .plant-variety {
	width: 160px;
	line-height: 15px;
	margin: 0 auto;
	font-size: 11px;
	text-transform: uppercase;
	color: #9ba72c;
}

/* box-header-teaser > add-teaser-main > plant-presentation
---------------------------------------------*/
.plant-presentation {
	width: 1900px;
	margin-left: -470px;
}
.plant-presentation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.plant-presentation .slider {
	overflow: hidden;
}
.plant-presentation .slider ul {
	width: 7600px;
}
.plant-presentation .slider ul li {
	float: left;
}
.plant-presentation .slider ul li img {
	outline: 0;
	border: none;
}
.plant-presentation .slider-nav {
	position: absolute;
	z-index: 2;
	bottom: 19px;
	left: -2px;
	width: 100%;
}
.page-detail .plant-presentation .slider-nav,
.page-varietylanding .plant-presentation .slider-nav {
	display: none;
}
.plant-presentation .slider-nav ul {
	text-align: center;
}
.plant-presentation .slider-nav ul li {
	display: inline-block;
	margin: 0 6px 0 7px;
	cursor: pointer;
}
.plant-presentation .slider-nav ul li:last-child {
	margin-left: 5px;
}
.plant-presentation .slider-nav ul li.last-child {
	margin-left: 5px;
}
.plant-presentation .slider-nav ul li .icon {
	display: block;
	text-indent: -999em;
}

/* box-header-teaser > add-teaser-main > plant-data-alternate
---------------------------------------------*/
.plant-data-alternate {
	top: 111px;
	right: 12px;
	width: 241px;
	height: 241px;
	background: url(../img/bg.plantData2.png) no-repeat;
}
.plant-data-alternate .data-plant-varieties {
	margin: 33px 0 0;
	text-align: center;
}
.plant-data-alternate .varieties-info {
	float: none;
	margin: 0;
}
.plant-data-alternate .varieties-info .info-top {
	position: relative;
	left: 1px;
	display: block;
	margin: 0 auto 6px;
}
.plant-data-alternate .varieties-info .info-top:after,
.plant-data-alternate .varieties-info .info-top .bg-bottom {
	display: none;
}
.plant-data-alternate .varieties-info .info-bottom {
	position: relative;
	left: -3px;
	display: block;
	line-height: 17px;
	margin: 0 auto;
	font-size: 17px;
	text-indent: -999em;
}
.plant-data-alternate .data-plant-description {
	margin-top: 15px;
}
.plant-data-alternate .plant-title {
	position: relative;
	line-height: 55px;
	margin: 0 0 25px;
	padding: 0;
	font-size: 53px;
	text-align: center;
	letter-spacing: -2.5px;
	color: #737b29;
}
.plant-data-alternate .plant-title:after,
.plant-data-alternate .plant-title .bg-bottom {
	position: absolute;
	bottom: -14px;
	left: 34px;
	content: '';
	display: block;
	width: 172px;
	height: 3px;
	background: url(../img/pattern.linePlantData.png) repeat-x;
}
.plant-data-alternate .plant-subtitle {
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #737b29;
}
.page-contact .plant-data-alternate .data-plant-description {
	margin-top: 12px;
}
.page-contact .plant-data-alternate .plant-title {
	margin-bottom: 26px;
	font-size: 54px;
	letter-spacing: -2px;
}
.page-contact .plant-data-alternate .plant-title:after,
.page-contact .plant-data-alternate .plant-title .bg-bottom {
	bottom: -16px;
}

/* box-header-teaser > add-teaser-main > teaser-azaleas
---------------------------------------------*/
#teaser-azaleas {
	display: none;
}
#teaser-azaleas  .plant-data .data-plant-varieties {
	margin-left: 22px;
}
#teaser-azaleas  .plant-data .varieties-number {
	line-height: 140px;
	font-size: 100px;
}
#teaser-azaleas  .plant-data .varieties-info .info-bottom {
	line-height: 25px;
	width: 90px;
	margin-left: -8px;
	text-align: center;
	font-size: 16px;
}
.page-detail #teaser-azaleas {
	display: none;
}
.page-detail #teaser-azaleas  .plant-data .varieties-number,
.page-varietylanding  #teaser-azaleas  .plant-data .varieties-number {
	line-height: 140px;
	margin-right: 5px;
	font-size: 90px;
}
.page-detail #teaser-azaleas .plant-data .varieties-info .info-top,
.page-varietylanding #teaser-azaleas .plant-data .varieties-info .info-top {
	margin-top: -10px;
}
.page-varietylanding #teaser-azaleas {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-crapemyrtles
---------------------------------------------*/
#teaser-crapemyrtles {
	display: none;
}
#teaser-crapemyrtles .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 31px;
}
.page-detail #teaser-crapemyrtles {
	display: block;
}
.page-detail #teaser-crapemyrtles .plant-data .varieties-info .info-bottom {
	line-height: 40px;
	margin: 12px 0 0 2px;
	font-size: 38px;
}
.page-varietylanding #teaser-crapemyrtles {
	display: block;
}
.page-varietylanding #teaser-crapemyrtles .plant-presentation .slider ul li:first-child {
	display: none;
}
.page-varietylanding #teaser-crapemyrtles .plant-data .varieties-info .info-bottom {
	margin: 10px 0 0 2px;
	font-size: 38px;
} 

/* box-header-teaser > add-teaser-main > teaser-distylium
---------------------------------------------*/
#teaser-distylium {
	display: none;
}
#teaser-distylium .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 36px;
}
.page-detail #teaser-distylium {
	display: none;
}
.page-detail #teaser-distylium .plant-data .varieties-info .info-bottom,
.page-varietylanding #teaser-distylium .plant-data .varieties-info .info-bottom {
	font-size: 33px;
}
.page-varietylanding #teaser-distylium {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-edibles
---------------------------------------------*/
#teaser-edibles {
	display: none;
}
#teaser-edibles .plant-data .data-plant-varieties {
	margin-left: 60px;
}
#teaser-edibles .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 38px;
}
.page-detail #teaser-edibles {
	display: none;
}
.page-detail #teaser-edibles .plant-data .varieties-number,
.page-varietylanding #teaser-edibles .plant-data .varieties-number {
	margin-right: 8px;
}
.page-varietylanding #teaser-edibles {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-flowering-vines
---------------------------------------------*/
#teaser-flowering-vines {
	display: none;
}
#teaser-flowering-vines .plant-data .data-plant-varieties {
	margin-left: 60px;
}
#teaser-flowering-vines .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 38px;
}
#teaser-flowering-vines .plant-data .plant-type {
	font-size: 16px;
}
.page-detail #teaser-flowering-vines {
	display: none;
}
.page-detail #teaser-flowering-vines .plant-data .varieties-number,
.page-varietylanding #teaser-flowering-vines .plant-data .varieties-number {
	margin-right: 8px;
}
.page-detail #teaser-flowering-vines .plant-data .plant-type,
.page-varietylanding #teaser-flowering-vines .plant-data .plant-type {
	font-size: 15px;
}
.page-varietylanding #teaser-flowering-vines {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-gardenias
---------------------------------------------*/
#teaser-gardenias {
	display: none;
}
#teaser-gardenias .plant-data .varieties-info .info-bottom {
	margin-left: -2px;
	font-size: 38px;
}
.page-detail #teaser-gardenias {
	display: none;
}
.page-detail #teaser-gardenias .plant-data .varieties-number,
.page-varietylanding #teaser-gardenias .plant-data .varieties-number {
	margin-right: 5px;
}
.page-detail #teaser-gardenias .plant-data .varieties-info .info-bottom,
.page-varietylanding #teaser-gardenias .plant-data .varieties-info .info-bottom  {
	margin-left: -2px;
	font-size: 35px;
}
.page-varietylanding #teaser-gardenias {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-hydrangeas
---------------------------------------------*/
#teaser-hydrangeas {
	display: block;
}
.page-detail #teaser-hydrangeas {
	display: none;
}
.page-varietylanding #teaser-hydrangeas {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-loropetalum
---------------------------------------------*/
#teaser-loropetalum {
	display: none;
}
#teaser-loropetalum .plant-data .varieties-info .info-bottom {
	margin-left: -2px;
	font-size: 27px;
}
.page-detail #teaser-loropetalum {
	display: none;
}
.page-detail #teaser-loropetalum .plant-data .varieties-info .info-bottom,
.page-varietylanding #teaser-loropetalum .plant-data .varieties-info .info-bottom {
	margin-left: -1px;
	font-size: 24px;
}
.page-varietylanding #teaser-loropetalum {
	display: none;
}

/* box-header-teaser > add-teaser-main > teaser-viburnum
---------------------------------------------*/
#teaser-viburnum {
	display: none;
}
#teaser-viburnum .plant-data .data-plant-varieties {
	margin-left: 60px;
}
#teaser-viburnum .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 38px;
}
.page-detail #teaser-viburnum {
	display: none;
}
.page-detail #teaser-viburnum .plant-data .varieties-number,
.page-varietylanding #teaser-viburnum .plant-data .varieties-number {
	margin-right: 5px;
}
.page-detail #teaser-viburnum .plant-data .varieties-info .info-bottom,
.page-varietylanding #teaser-viburnum .plant-data .varieties-info .info-bottom {
	margin-left: 0;
	font-size: 36px;
}
.page-varietylanding #teaser-viburnum {
	display: none;
}

/* box-header-teaser > add-teaser-alternate
---------------------------------------------*/
.add-teaser-alternate,
.add-teaser-alternate .plant {
	display: none;
}
.page-about .add-teaser-alternate,
.page-contact .add-teaser-alternate,
.page-plant-finder .add-teaser-alternate,
.page-zipcode-search .add-teaser-alternate,
.page-about #teaser-about,
.page-contact #teaser-contact,
.page-plant-finder #teaser-plant-finder,
.page-zipcode-search #teaser-zipcode-search {
	display: block;
}

/* box-header-teaser > add-teaser-alternate > teaser-plant-finder
---------------------------------------------*/
.page-plant-finder #teaser-plant-finder .plant-data-alternate .data-plant-description {
	margin-top: 18px;
}
.page-plant-finder #teaser-plant-finder .plant-data-alternate .plant-title {
	margin: 0 0 21px;
	font-size: 80px;
}


/* SECTION-HOME
===============================================================================*/

/* container
---------------------------------------------*/
.section-home {
	clear: both;
	overflow: hidden;
}

/* box-articles
---------------------------------------------*/
.box-articles {
	clear: both;
	margin: 19px 0 28px;
}
.box-articles .add-plants {
	float: left;
	margin: 0 97px 0 73px;
}
.box-articles .add-article {
	float: left;
	margin: 46px 0 0;
}

/* box-articles > add-plants > plants
---------------------------------------------*/
.plants {
	width: 332px;
}
.plants ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.plants img {
	outline: 0;
	border: none;
}
.plants .slider {
	overflow: hidden;
}
.plants .slider ul {
	width: 1660px;
}
.plants .slider ul li {
	float: left;
	display: block;
	width: 332px;
}
.plants .slider ul li .slide {
	position: relative;
	height: 408px;
}
.plants .slider ul li .slide-image {
	width: 100%;
	height: 402px;
}
.plants .slider ul li .slide-image img {
	width: 100%;
	height: auto;
}
.plants .slider ul li .slide-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.plants .slider ul li .slide-description .slide-title {
	position: relative;
	left: 5px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .plants .slider ul li .slide-description .slide-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;	
}
.plants .slider-nav {
	clear: both;
	position: relative;
	left: 4px;
	margin-top: 17px;
	text-align: center;
}
.plants .slider-nav ul li {
	display: inline-block;
	margin: 0 6px 0 7px;
	cursor: pointer;
}
.plants .slider-nav ul li:nth-child(4) {
	margin-left: 5px;
}
.plants .slider-nav ul li.nth-child-4 {
	margin-left: 5px;
}
.plants .slider-nav ul li .icon {
	display: block;
	text-indent: -999em;
}

/* box-articles > add-article > article
---------------------------------------------*/
.article {
	width: 435px;
}
.article p,
.article-title,
.article-subtitle {
	margin: 0;
	padding: 0;
}
.article-title {
	line-height: 60px;
	margin-bottom: 18px;
	font-size: 60px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .article-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.article-subtitle,
.article p {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .article-subtitle,
.lte8 .article p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.article-subtitle {
	line-height: 20px;
	font-size: 18px;
	text-transform: uppercase;
	color: #9ba72c;
}
.article p {
	line-height: 23px;
	font-size: 13px;
	color: #454543;
}
.article-button {
	clear: both;
	margin: 27px 0 0;
}
.article-button a {
	display: inline-block;
	line-height: 28px;
	padding: 0 26px 0 25px;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #9ba72c;
	background: #eaedd2;
}
.lte8 .article-button a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.article-button a:hover {
	background: #cbd0a6;
}

/* box-teaser
---------------------------------------------*/
.box-teaser {
	clear: both;
}

/* box-teaser > add-plant > plant-teaser
---------------------------------------------*/
.plant-teaser .plant-data-alternate {
	top: 146px;
	left: 85px;
	width: 268px;
	height: 268px;
	background: url(../img/bg.plantData.png) no-repeat;
}
.plant-teaser .plant-data-alternate .data-plant-varieties {
	margin-top: 38px;
}
.plant-teaser .plant-data-alternate .data-plant-varieties .info-top {
	position: relative;
	left: 2px;
	margin-bottom: 7px;
}
.plant-teaser .plant-data-alternate  .data-plant-description {
	margin-top: 25px;
}
.plant-teaser .plant-data-alternate  .data-plant-description .plant-title {
	margin-bottom: 22px;
	font-size: 89px;
	letter-spacing: -3px;
}
.plant-teaser .plant-data-alternate .plant-title:after,
.plant-teaser .plant-data-alternate .plant-title .bg-bottom {
	left: 38px;
	width: 191px;
}
.plant-teaser .plant-data-alternate .plant-subtitle {
	position: relative;
	left: 1px;
	line-height: 20px;
	font-size: 18px;
}

/* box-articles2
---------------------------------------------*/
.box-articles2 {
	clear: both;
	margin: 4px 0 24px;
}
.box-articles2 .add-plants {
	float: left;
	margin: 0 0 0 85px;
}
.box-articles2 .add-article {
	float: left;
	margin: 58px 0 0 26px;
}

/* box-articles2 > add-article > article-garden-design
---------------------------------------------*/
.article-garden-design .article-title {
	margin-bottom: 20px;
}
.article-garden-design .article-button {
	margin-top: 26px;
}
.article-garden-design .article-button a {
	line-height: 28px;
	padding: 0 18px;
}

/* box-articles2 > add-plants > plants-2
---------------------------------------------*/
.plants-2 {
	width: 336px;
}
.plants-2 .slider ul {
	width: 1680px;
}
.plants-2 .slider ul li {
	width: 336px;
}
.plants-2 .slider ul li .slide {
	height: 425px;
}
.plants-2 .slider ul li .slide-image {
	height: 407px;
}
.plants .slider ul li .slide-description .slide-title {
	margin-bottom: 1px;
}
.plants-2 .slider-nav {
	left: -3px;
	margin-top: 15px;
}


/* SECTION-ABOUT
===============================================================================*/

/* container
---------------------------------------------*/
.section-about {
	clear: both;
	overflow: hidden;
}
.section-about .frame {
	margin: 0 0 0 36px;
}

/* box-about
---------------------------------------------*/
.box-about .add-plants,
.box-about .add-article {
	float: left;
}

/* box-about > add-headline
---------------------------------------------*/
.add-headline {
	clear: both;
	margin-bottom: 79px;
}
.add-headline .title {
	line-height: 70px;
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .add-headline .title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* box-about > add-options
---------------------------------------------*/
.add-options {
	float: right;
}
.add-options:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}
.add-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-options a {
	text-decoration: none;
}
.add-options img {
	outline: 0;
	border: none;
}
.add-options .option {
	float: left;
}

/* box-about > add-options > option-tools
---------------------------------------------*/
.option-tools {
	margin: 2px 0 0;
}
.option-tools ul li {
	margin-bottom: 6px;
}
.option-tools ul li .icon {
	display: block;
	text-indent: -999em;
}

/* box-about > add-options > option-socials
---------------------------------------------*/
.option-socials {
	margin-left: 8px;
}
.option-socials ul li {
	margin-bottom: 6px;
}
.option-socials ul li:first-child {
	margin-bottom: 5px;
}

/* box-about > add-plants > plants-3
---------------------------------------------*/
.plants-3,
.plants-3 .slider ul li {
	width: 460px;
}
.plants-3 .slider ul {
	width: 1840px;
}
.plants-3 .slider ul li .slide,
.plants-3 .slider ul li .slide-image {
	height: 444px;
}
.plants-3 .slider ul li .slide-description {
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
}	
.lte8 .plants-3 .slider ul li .slide-description {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.7);
}
.plants-3 .slider ul li .slide-description p {
	line-height: 23px;
	margin: 8px 5px 12px;
	padding: 0;
	font-size: 14px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .plants-3 .slider ul li .slide-description p {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.plants-3 .slider-nav {
	left: 4px;
	margin-top: 22px;
}

/* box-about > add-plants > article-garden
---------------------------------------------*/
.article-garden {
	width: 421px;
	margin: -5px 0 80px 25px;
}
.article-garden .article-title {
	margin: 0 0 15px -2px;
	font-size: 48px;
}
.article-garden .article-title .reg {
	position: relative;
	top: -18px;
	font-size: 27px;
}
.article-garden .article-subtitle {
	margin-bottom: 15px;
}
.article-garden .article-subtitle .reg {
	position: relative;
	top: -6px;
	font-size: 11px;
}

/* box-about > add-plants > article-gardeners
---------------------------------------------*/
.article-gardeners {
	width: 435px;
	margin: 32px 0 0;
}
.article-gardeners .article-title {
	line-height: 30px;
	margin-bottom: 16px;
	font-size: 24px;
	color: #cbd0a6;
}
.article-gardeners .article-subtitle {
	margin-bottom: 12px;
}
.article-gardeners p {
	margin-bottom: 23px;
}
.article-gardeners p a {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	color: #a1ac38;
}
.lte8 .article-gardeners p a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.article-gardeners p a:hover {
	text-decoration: underline;
}

/* box-about > add-plants > plants-4
---------------------------------------------*/
.plants-4 {
	width: 424px;
	margin: -65px 0 0 55px;
}
.plants-4 .image {
	position: relative;
	left: 9px;
}


/* SECTION-CONTACT
===============================================================================*/

/* container
---------------------------------------------*/
.section-contact {
	clear: both;
	overflow: hidden;
}
.section-contact .frame {
	margin: 0 0 0 36px;
}

/* box-contact
---------------------------------------------*/
.box-contact {
	margin: 0px 0 48px;
}
.box-contact .add-form {
	float: left;
	width: 510px;
	margin-right: 25px;
}
.box-contact .add-plants {
	float: left;
	width: 379px;
}

/* box-contact > add-headline
---------------------------------------------*/
.box-contact .add-headline  {
	margin-bottom: 0;
}
.box-contact .add-headline .title {
	margin-left: -1px;
	margin-bottom: 23px;
}
.box-contact .add-headline .subtitle {
	position: relative;
	top: 19px;
	line-height: 20px;
	margin: 0 0 0 9px;
	padding: 0;
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #9ba72c;
}
.lte8 .box-contact .add-headline .subtitle {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* box-contact > add-form > form
---------------------------------------------*/
form input,
form select,
form textarea {
	margin: 0;
	padding: 0;
	outline: 0;
}
form .form-row:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}
form p,
form label,
form .input-text,
form .message {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	border: none;
	color: #b3b88e;
}
.lte8 form p,
.lte8 form label,
.lte8 form .input-text,
.lte8 form .message {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
form .input-text {
	display: block;
	width: 229px;
	height: 29px;
	line-height: 29px;
	padding: 0 8px;	
	font-size: 12px;
	background: url(../img/bg.inputText.png) no-repeat;
}
form .input-submit {
	height: 27px;
	line-height: 27px;
	padding: 0 25px 0 26px;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-top: 1px solid #c7cba1;
	border-left: 1px solid #a0a66a;
	border-right: 1px solid #878e47;
	color: #9ba72c;
	background: #eaedd2;
}
.lte8 form .input-submit {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.firefox form .input-submit {
	padding-bottom: 2px;
}
form .message {
	overflow: auto;
	width: 486px;
	height: 109px;
	min-width: 486px;
	max-width: 486px;
	min-height: 109px;
	max-height: 109px;
	padding: 2px 8px;
	line-height: 27px;
	font-size: 12px;
	background: url(../img/bg.textarea.png) no-repeat;
	resize: none;
}

/* box-contact > add-form > form-contact
---------------------------------------------*/
.form-contact {
	position: relative;
	margin: 0px 0 0 7px;
}
.form-contact input {
	border: none;
}
.form-contact-data1 input,
.form-contact-data2 input {
	float: left;
	position: relative;
}
.form-contact-data1 input:first-child,
.form-contact-data2 input:first-child {
	margin-right: 13px;
}
.form-contact-data1 #contact-last-name {
	top: -1px;
}
.form-contact .form-row {
	margin-bottom: 15px;
}
.form-contact-message.form-row {
	margin-bottom: 16px;
}
.form-contact-checkbox.form-row {
	margin: 0 0 12px 1px;
}
.form-contact-checkbox input,
.form-contact-checkbox label {
	cursor: pointer;
}
.form-contact-checkbox label {
	position: relative;
	top: 0px;
	display: block;
	width: 313px;
	line-height: 15px;
	margin-left: 24px;
	font-size: 11px;
	color: #434344;
}
.form-contact-info p {
	clear: both;
	margin: 0 0 0 24px;
	padding: 0;
	font-size: 11px;
	color: #434344;
}
.form-contact-submit {
	position: absolute;
	bottom: 32px;
	right: 1px;
}
.form-contact-submit .input-submit {
	padding: 0 40px 0 35px;
	border-top: 1px solid #f1f3e1;
	border-left: 1px solid #f9faf2;
	margin-right: 32px !important;
}
.form-contact-submit .input-submit:hover {
	background: #cbd0a6;
}

/* box-contact > add-plants > plants-5
---------------------------------------------*/
.plants-5 {
	width: 379px;
}


/* SECTION-DETAILS
===============================================================================*/

/* container
---------------------------------------------*/
.section-details {
	clear: both;
	overflow: hidden;
}
.section-details .frame:before,
.section-details .frame .bg-top {
	position: absolute;
	top: 0;
	left: -32px;
	content: '';
	display: block;
	width: 1025px;
	height: 2px;
	background: #d3d6b1;
}

/* box-detail-plant
---------------------------------------------*/
.box-detail-plant {
	margin: 33px 0 38px;
}
.box-detail-plant .frame {
	padding-left: 232px;	
}
.box-detail-plant .frame:before,
.box-detail-plant .frame .bg-top {
	display: none;
}

/* box-detail-plant > add-plant-headline
---------------------------------------------*/
.add-plant-headline {
	margin-bottom: 37px;
}
.add-plant-headline .title,
.add-plant-headline .subtitle,
.add-plant-headline p {
	margin: 0;
	padding: 0;
}
.add-plant-headline .title,
.add-plant-headline .subtitle {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-plant-headline .title,
.lte8 .add-plant-headline .subtitle {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plant-headline .title {
	line-height: 50px;
	margin-bottom: 7px;
	font-size: 48px;
	color: #737b29;
	width: 100%;
}
.add-plant-headline .title .reg {
	position: relative;
	top: -15px;
	font-size: 28px;
}
.add-plant-headline .subtitle {
	line-height: 28px;
	margin-bottom: 11px;
	font-size: 24px;
	color: #9ba72c;
}
.add-plant-headline p {
	line-height: 15px;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #c7c49b;
}
.lte8 .add-plant-headline p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plant-headline p .reg {
	position: relative;
	top: -4px;
	margin-left: -3px;
	font-size: 8px;
}

/* box-detail-plant > add-plant-description
---------------------------------------------*/
.add-plant-description {
	margin-bottom: 42px;
}
.add-plant-description p {
	line-height: 23px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #454543;
}
.lte8 .add-plant-description p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* box-detail-plant > add-options
---------------------------------------------*/
.box-detail-plant .add-options {
	position: absolute;
	top: 6px;
	right: 14px;
}

/* box-detail-plant > add-plants > plants-detail
---------------------------------------------*/
.plants-detail {	
	position: relative;
	width: 716px;
	margin-left: 1px;
}
.plants-detail .slider {
	overflow: hidden;
	width: 708px;
	height: auto;
	border: 4px solid #d3d6b1;
}
.plants-detail .slider ul {
	width: 3540px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.plants-detail .slider ul li,
.plants-detail .slider ul li .slide,
.plants-detail .slider ul li .slide-image {
	width: 708px;
	height: 415px;
}
.plants-detail .slider ul li .slide-description {
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
}
.lte8 .plants-detail .slider ul li .slide-description {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.7);
}
.plants-detail .slider ul li .slide-description .slide-title {
	line-height: 22px;
	margin: 8px 70px;
	padding: 0;
	font-size: 14px;
}
.plants-detail .slider-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.plants-detail .slider-controls .icon {
	position: absolute;
	top: 182px;
	display: block;	
	text-indent: -999em;
	cursor: pointer;
}
.plants-detail .slider-controls .slider-button-prev {
	left: 20px;
}
.plants-detail .slider-controls .slider-button-next {
	right: 16px;
}
.plants-detail .slider-nav {
	left: -2px;
	margin-top: 22px;
}

/* box-detail-plant-data
---------------------------------------------*/
.box-detail-plant-data {
	margin: 0 0 29px;
}

/* box-detail-plant-data > add-plant-data-menu
---------------------------------------------*/
.add-plant-data-menu {
	position: relative;
	left: -3px;
	padding: 33px 0 0;
}
.add-plant-data-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.add-plant-data-menu ul li {
	display: inline-block;
	line-height: 13px;
	padding: 0 5px 0 9px;
	font-size: 13px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-left: 1px solid #eaedd2;
}
.lte8 .add-plant-data-menu ul li {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plant-data-menu ul li:first-child {
	border: none;
}
.add-plant-data-menu ul li a {
	text-decoration: none;
	color: #9ba72c;
}
.add-plant-data-menu ul li.active a {
	color: #cbd0a6;
}

/* box-detail-plant-data > add-plant-data-content
---------------------------------------------*/
.add-plant-data-content {
	clear: both;
	margin-top: 31px;
}

/* box-detail-plant-data > add-plant-data-content > data-box
---------------------------------------------*/
.data-box {
	display: none;
	margin: 0 0 0 22px;
}
#data-profile {
	display: block;
}
.data-box:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}
.data-box .data-set {
	float: left;
}
.data-box .data-plant-image {
	width: 337px;
	margin-right: 19px;
}
.data-box .data-plant-image img {
	width: 100%;
	height: auto;
	outline: 0;
	border: none;
}
.data-box .data-plant-description {
	width: 582px;
	margin: 50px 0 0;
}
.data-box .data-plant-description .data-title {
	position: relative;
	left: -2px;
	line-height: 50px;
	margin: 0 0 28px;
	padding: 0;
	font-size: 48px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: -2px;
	color: #737b29;
}
.lte8 .data-box .data-plant-description .data-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.data-box .data-row {
	margin-bottom: 8px;
}
.data-box .data-row:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}
.data-box .data-cell {
	float: left;
	line-height: 15px;
	font-size: 13px;
	color: #575751;
}
.data-box .data-cell-1 {
	width: 216px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.lte8 .data-box .data-cell-1 {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.data-box .data-cell-2 {
	width: 366px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .data-box .data-cell-2 {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* box-detail-plant-stories
---------------------------------------------*/
.box-detail-plant-stories {
	margin: 0 0 28px;
}

/* box-detail-plant-stories > add-plant-stories
---------------------------------------------*/
.add-plant-stories {
	margin: 0 0 0 10px;
	padding: 46px 0 0;	
}

/* box-detail-plant-stories > add-plant-stories > stories
---------------------------------------------*/
.stories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.stories .slider {
	overflow: hidden;
	width: 939px;
	height: 446px;
	background: #cbd0a6;;
}
.stories .slider ul {
	width: 3756px;
}
.stories .slider ul li,
.stories .slider ul li .slide {
	width: 939px;
	height: auto;
}
.stories .slider ul li {
	float: left;
	display: block;
}
.stories .slider ul li .slide {
	overflow: hidden;
}
.stories .slider ul li .slide-description {
	float: left;
	width: 409px;
	padding: 50px 38px 50px 30px;
	border-top: 1px solid #eaecdb;
}
.stories .slider ul li .slide-description .slide-title {
	line-height: 60px;
	margin: 0 0 32px;
	padding: 0;
	font-size: 48px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #737b29;
}
.lte8 .stories .slider ul li .slide-description .slide-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.stories .slider ul li .slide-description p {
	line-height: 23px;
	margin: 0 0 0 3px;
	padding: 0;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-overflow: ellipsis;
	color: #575751;
}
.lte8 .stories .slider ul li .slide-description p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.stories .slider ul li .slide-image {
	float: left;
	width: 462px;
}
.stories .slider ul li .slide-image img {
	width: 100%;
	height: auto;
	outline: 0;
	border: none;
}
.stories .slider-nav {
	position: relative;
	left: -17px;
	clear: both;
	margin-top: 35px;
	text-align: center;
}
.stories .slider-nav ul li {
	display: inline-block;
	margin: 0 6px 0 7px;
	cursor: pointer;
}
.stories .slider-nav ul li:nth-child(4) {
	margin-left: 5px;
}
.stories .slider-nav ul li.nth-child-4 {
	margin-left: 5px;
}
.stories .slider-nav ul li .icon {
	display: block;
	text-indent: -999em;
}

/* box-detail-plant-stories2
---------------------------------------------*/
.box-detail-plant-stories2 {
	margin-bottom: 28px;
}

/* box-detail-plant-stories2 > add-plant-stories
---------------------------------------------*/
.box-detail-plant-stories2 .add-plant-stories {
	margin: 0 0 0 9px;
	padding: 47px 0 0;
}

/* box-detail-plant-stories2 > add-plant-stories > stories-2
---------------------------------------------*/
.stories-2 .slider {
	height: 445px;
	background: none;
}
.stories-2 .slider ul li .slide-image {
	width: 462px;
}
.stories-2 .slider ul li .slide-description {
	width: 477px;
	width: 456px;
	padding: 21px 0 20px 21px;
	border: none;
}
.stories-2 .slider ul li .slide-description .slide-title {
	margin-bottom: 26px;
	word-spacing: -3px;
}
.stories-2 .slider ul li .slide-description p {
	margin-right: 20px;
}
.stories-2 .slider ul li .slide-description .slide-add-image {
	position: relative;
	left: -30px;
	margin: 33px 0 0;
	text-align: center;
}
.stories-2 .slider ul li .slide-description .slide-add-image img {
	outline: 0;
	border: none;
}
.stories-2 .slider-nav {
	left: -6px;
}
.stories-2 .slider-nav ul li:last-child {
	margin-left: 6px;
}
.stories-2 .slider-nav ul li.last-child {
	margin-left: 6px;
}

/* box-detail-plant-stories3
---------------------------------------------*/
.box-detail-plant-stories3 {
	margin-bottom: 44px;
}

/* box-detail-plant-stories3 > add-plant-stories
---------------------------------------------*/
.box-detail-plant-stories3 .add-plant-stories {
	margin: 0 0 0 9px;
	padding: 44px 0 0;
}

/* box-detail-plant-stories3 > add-plant-stories > stories-3
---------------------------------------------*/
.stories-3 .slider {
	width: 940px;
	height: 332px;
	border-right: 1px solid #f4f5e7;
	border-bottom: 1px solid #fafaf5;
	background: #eaedd2;
}
.stories-3 .slider ul {
	width: 5640px;
}
.stories-3 .slider ul li,
.stories-3 .slider ul li .slide {
	width: 940px;
}
.stories-3 .slider ul li .slide-image {
	width: 470px;
}
.stories-3 .slider ul li .slide-description {
	width: 417px;
	padding: 47px 20px 0 33px;
	border: none;
}
.stories-3 .slider ul li .slide-description .slide-title {
	margin: 0 0 22px 1px;
	word-spacing: -3px;
}
.stories-3 .slider-nav {
	display: none;
}

/* box-detail-plant-suggestions
---------------------------------------------*/
.box-detail-plant-suggestions {
	margin-bottom: 52px;
}

/* box-detail-plant-suggestions > add-plant-suggestions
---------------------------------------------*/
.add-plant-suggestions {
	padding-top: 42px;
}
.add-plant-suggestions .suggestions-title,
.add-plant-suggestions .suggestions-list li .plant-description .plant-name {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-plant-suggestions .suggestions-title,
.lte8 .add-plant-suggestions .suggestions-list li .plant-description .plant-name {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plant-suggestions .suggestions-title {
	line-height: 30px;
	margin: 0 0 17px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #737b29;	
}
.add-plant-suggestions .suggestions-list {
	position: relative;
	left: -2px;
	overflow: hidden;
	width: 734px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.add-plant-suggestions .suggestions-list li {
	float: left;
	display: block;
	width: 349px;
	margin: 9px 9px 8px;
}
.add-plant-suggestions .suggestions-list li a {
	display: block;
	text-decoration: none;
}
.add-plant-suggestions .suggestions-list li .plant,
.add-plant-suggestions .suggestions-list li .plant-image,
.add-plant-suggestions .suggestions-list li .plant-description,
.add-plant-suggestions .suggestions-list li .plant-name {
	display: block;
}
.add-plant-suggestions .suggestions-list li .plant {
	overflow: hidden;
	position: relative;
	width: 349px;
	height: 232px;
}
.add-plant-suggestions .suggestions-list li .plant-image img {
	outline: 0;
	border: none;
}
.add-plant-suggestions .suggestions-list li .plant-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.lte8 .add-plant-suggestions .suggestions-list li .plant-description {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.9);
}
.add-plant-suggestions .suggestions-list li .plant-description .plant-name {
	line-height: 18px;
	margin: 5px 20px 6px;
	font-size: 14px;
	text-align: center;
	color: #737b29;
} 


/* SECTION-PLANT-FINDER
===============================================================================*/

/* container
---------------------------------------------*/
.section-plant-finder {
	clear: both;
}

/* box-plant-finder > add-plant-finder
---------------------------------------------*/
.add-plant-finder {
	float: left;
	position: relative;
	z-index: 3;
	width: 195px;
	margin: -267px 0 50px 15px;
}
.add-plant-finder:before,
.add-plant-finder .bg-top {
	position: absolute;
	top: -4px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 4px;
	background: url(../img/pattern.addPlantsMenuTop.png) repeat-x;
}
.add-plant-finder:after,
.add-plant-finder .bg-bottom {
	position: absolute;
	bottom: -4px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 4px;
	background: url(../img/pattern.addPlantsMenuBottom.png) repeat-x;
}
.add-plant-finder .bg-left {
	position: absolute;
	top: 0;
	left: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: url(../img/pattern.addPlantsMenuSide.png) repeat-y;
}
.add-plant-finder .bg-right {
	position: absolute;
	top: 0;
	right: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: url(../img/pattern.addPlantsMenuSide.png) repeat-y;
}
.add-plant-finder .title,
.add-plant-finder .maxim {
	margin: 0;
	padding: 0;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-plant-finder .title,
.lte8 .add-plant-finder .maxim {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-plant-finder .title {
	position: relative;
	z-index: 3;
	width: 174px;
	line-height: 29px;
	padding: 6px 11px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #737b29;
	background: #e4e5c8;
}
.add-plant-finder .maxim {
	position: relative;
	z-index: 3;
	width: 196px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.3px;
	border-top: 1px solid #ced2aa;
	color: #737b29;
	background: #e4e5c8;
}

/* box-plant-finder > add-plant-finder > form-plant-finder
---------------------------------------------*/
.form-plant-finder ul {
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: 195px;
	margin: 0;
	padding: 0 0 2px;
	list-style: none;
	border-right: 1px solid #e0e2cf;
	background: #f4f5eb;
}
.form-plant-finder ul li {
	overflow: hidden;
	line-height: 22px;
	margin: 5px 0 5px 6px;
}
.form-plant-finder label {
	display: block;
	width: 169px;
	line-height: 18px;
	margin-left: 4px;
	font-size: 12px;
	color: #737b29;
}
.form-plant-finder label,
.form-plant-finder .form-box-title,
.form-plant-finder .input-submit {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .form-plant-finder label,
.lte8 .form-plant-finder .form-box-title,
.lte8 .form-plant-finder .input-submit {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.form-plant-finder .form-box-title,
.form-plant-finder .input-submit {
	position: relative;
	line-height: 29px;
	margin: 0;
	font-size: 14px;
	border: none;
	border-top: 1px solid #ced2aa;
	color: #586103;
	background: rgba(255, 255, 255, 0.9);
}
.lte8 .form-plant-finder .form-box-title,
.lte8 .form-plant-finder .input-submit {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.9);
}
.form-plant-finder .form-box-title {
	padding: 0 11px;
	border-bottom: 1px solid #ced2aa;
}
.form-plant-finder label,
.form-plant-finder .radiobox,
.form-plant-finder .checkbox2 {
	float: left;
	cursor: pointer;
}
.form-plant-finder .radiobox,
.form-plant-finder .checkbox2 {
	width: 12px;
}
.form-plant-finder .input-submit {
	width: 100%;
	height: 28px;
	line-height: 27px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	text-transform: none;
	text-indent: 7px;
}
.opera .form-plant-finder .input-submit {
	text-transform: none !important;
}
.form-plant-finder-color ul {
	padding-bottom: 4px;
}
.form-plant-finder-cold ul {
	padding-bottom: 3px;
}
.form-plant-finder-cold .form-box-title {
	padding-top: 1px;
}

/* box-plant-finder > add-plant-finder-results
---------------------------------------------*/
.add-plant-finder-results {
	float: left;
	position: relative;
	left: 2px;
	width: 734px;
	margin: 22px 0 65px 16px;
}

/* box-plant-finder > add-plant-finder-results > results-title
---------------------------------------------*/
.results-title,
.results-list li .plant-description .plant-name {
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .results-title,
.lte8 .results-list li .plant-description .plant-name {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.results-title {
	line-height: 30px;
	margin: 0 0 17px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #737b29;	
	
}

/* box-plant-finder > add-plant-finder-results > results-list
---------------------------------------------*/
.results-list {
	position: relative;
	left: -2px;
	overflow: hidden;
	width: 734px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.results-list li {
	float: left;
	display: block;
	width: 349px;
	margin: 9px 9px 8px;
}
.results-list li a {
	display: block;
	text-decoration: none;
}
.results-list li .plant,
.results-list li .plant-image,
.results-list li .plant-description,
.results-list li .plant-name {
	display: block;
}
.results-list li .plant {
	overflow: hidden;
	position: relative;
	width: 349px;
	height: 232px;
}
.results-list li .plant-image {
	overflow: hidden;
}
.results-list li .plant-image img {
	outline: 0;
	border: none;
}
.results-list li span.plant-description{
	position: absolute !important;
	bottom: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.lte8 .results-list li .plant-description {
	behavior: url(PIE.php);
	-pie-background: rgba(255, 255, 255, 0.9);
}
.results-list li .plant-description .plant-name {
	line-height: 18px;
	margin: 5px 20px 6px;
	font-size: 14px;
	text-align: center;
	color: #737b29;
} 


/* SECTION-VARIETYLANDING
===============================================================================*/

/* container
---------------------------------------------*/
.section-varietylanding {
	clear: both;
}

/* box-varietylanding1
---------------------------------------------*/
.box-varietylanding1 {
	margin:  19px 0 80px;
}
.box-varietylanding1 .results-list .plant-description {
	display: none;
}

/* box-varietylanding1 > add-varietylanding-results
---------------------------------------------*/
.add-varietylanding-results {
	width: 734px;
	margin: 0 0 0 226px;
}

/* box-varietylanding-teaser
---------------------------------------------*/
.box-varietylanding-teaser {
	clear: both;
	position: relative;
	height: 372px;
}
.box-varietylanding-teaser:after,
.box-varietylanding-teaser .bg-bottom {
	position: absolute;
	z-index: 2;
	bottom: -12px;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 13px;
	background: url(../img/pattern.pageVarietylandingTeaser2.jpg) repeat-x;
}

/* box-varietylanding-teaser > add-plant > plant-varietylanding
---------------------------------------------*/
.plant-varietylanding .plant-data {
	top: 68px;
	right: 11px;
}
.plant-varietylanding .plant-data .data-plant-varieties {
	margin: 39px 0 0 36px;
}
.plant-varietylanding .plant-data .varieties-info {
	margin: 47px 0 0 -2px;
}
.plant-varietylanding .plant-data .varieties-info .info-bottom {
	line-height: 30px;
	margin: 14px 0 0 3px;
	font-size: 22px;
}
.plant-varietylanding .plant-data .data-plant-description {
	margin-top: -9px;
}
.plant-varietylanding .plant-data .data-plant-description .plant-type {
	margin-bottom: 0;
}

/* box-varietylanding2
---------------------------------------------*/
.box-varietylanding2 {
	margin: 32px 0 78px;
}
.box-varietylanding2 .results-title {
	margin-bottom: 16px;
}


/* SECTION-ZIPCODE-SEARCH
===============================================================================*/

/* container
---------------------------------------------*/
.section-zipcode-search {
	clear: both;
}

/* box-locations
---------------------------------------------*/
.box-locations {
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: -265px 0 0;	
	height: 646px;
}
.box-locations .frame {
	width: 935px;
	margin-left: 15px;
	background: #fff;
}

/* box-locations > add-store-locations
---------------------------------------------*/
.add-store-locations {
	float: left;
	position: relative;
	width: 195px;
	margin: 3px 0 0 0;
	height: 642px !important;
}
.add-store-locations:before,
.add-store-locations .bg-top {
	position: absolute;
	z-index: 3;
	top: -3px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 3px;
	background: #ced2a9;
}
.add-store-locations:after,
.add-store-locations .bg-bottom {
	position: absolute;
	z-index: 3;
	bottom: -4px;
	left: -5px;
	content: '';
	display: block;
	width: 205px;
	height: 4px;
	background: #ced2a9;
}
.add-store-locations .bg-left {
	position: absolute;
	top: 0;
	left: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: #ced2a9;
}
.add-store-locations .bg-right {
	position: absolute;
	top: 0;
	right: -5px;
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: #ced2a9;
}
.add-store-locations .title,
.add-store-locations .maxim {
	margin: 0;
	padding: 0;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-store-locations .title,
.lte8 .add-store-locations .maxim {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-store-locations .title {
	position: relative;
	z-index: 3;
	width: 174px;
	line-height: 29px;
	padding: 5px 11px 0;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #d8dbb7;
	border-bottom: 1px solid #ced2aa;
	color: #737b29;
	background: #e4e5c8;
}
.add-store-locations .maxim {
	position: relative;
	z-index: 3;
	width: 196px;
	line-height: 33px;
	padding-top: 1px;
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.3px;
	border-top: 1px solid #ced2aa;
	color: #737b29;
	background: #e4e5c8;
	margin-top: 39px;
}

/* box-locations > add-store-locations > store-locations
---------------------------------------------*/
.store-locations {
	position: relative;
	height: 568px;
	background: #fff;
}
.store-locations .locations-scroll {
	position: absolute;
	top: -39px;
	left: 0;
	overflow: auto;
	width: 218px;
	height: 684px;
}
.store-locations ul {
	margin: 0;
	padding: 39px 0;
	list-style: none;
}
.store-locations ul li {
	border-top: 1px solid #ced2aa;
}	
.store-locations ul li .store {
	padding: 8px 12px 9px;
}
.store-locations ul li .store:first-child{
	margin-top: 35px;
}
.store-locations ul li .store-address {
	width: 140px;
}
.store-locations ul li .store-name,
.store-locations ul li .store p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #454543;
}
.store-locations ul li .store-name,
.store-locations ul li .store p a {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.lte8 .store-locations ul li .store-name,
.lte8 .store-locations ul li .store p a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.store-locations ul li .store p {
	line-height: 18px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .store-locations ul li .store p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;	
}
.store-locations ul li .store p a {
	text-decoration: none;
	color: #909d15;
}
.store-locations ul li .store p a:hover {
	text-decoration: underline;
}
.store-locations ul li:hover .store {
	border-right: 1px solid #e7e9d4;
	background: #f4f5eb;
}

/* box-locations > add-store-search
---------------------------------------------*/
.add-store-search {
	float: left;
	width: 717px;
	margin-left: 23px;
}
.add-store-search .title,
.add-store-search p {
	margin: 0;
	padding: 0;
	width: 100%;
}
.add-store-search .title {
	line-height: 55px;
	margin: 38px 0 23px 20px;
	font-size: 48px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .add-store-search .title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-store-search p {
	line-height: 15px;
	margin: 0 0 0 18px;
	font-size: 11px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #454543;
}
.lte8 .add-store-search p {
	font-family: 'Roboto-Light', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-store-search .map {
	overflow: hidden;
	width: 717px;
	height: 453px;
	margin-top: 22px;
}
.add-store-search .map img {
	outline: 0;
	border: none;
}

/* box-locations > add-store-search > form-store-search
---------------------------------------------*/
.form-store-search {
	margin: 0 0 5px 18px;
}
.form-store-search:after {
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	content: ".";
}
.form-store-search label,
.form-store-search .input-text,
.form-store-search .selectbox {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #454543;
}
.lte8 .form-store-search label,
.lte8 .form-store-search .input-text,
.lte8 .form-store-search .selectbox {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.form-store-search label {
	line-height: 35px;
	font-size: 13px;
}
.form-store-search .form-row,
.form-store-search .form-cell {
	float: left;
}
.form-store-search .input-text {
	position: relative;
	display: block;
	width: 56px;
	height: 29px;
	line-height: 29px;
	margin: 0 7px;
	padding: 0 5px;
	font-size: 12px;
	text-align: center;
	border: none;
	color: #737b29;
	background: #ecefd6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.lte8 .form-store-search .input-text {
	behavior: url(PIE.php);
}
.form-store-search .selectbox {
	width: 92px;
	height: 29px;
	line-height: 29px;
	text-align: right;
}
.form-store-search .input-submit {
	overflow: visible;
	height: 29px;
	line-height: 22px;
	padding: 0 10px 0 15px;
	border-top: 1px solid #a2a770;
	border-left: 1px solid #d6d8c0;
	border-bottom: 1px solid #c7caa9;
	color: #fdfdfb;
	background: #737b29;
}
.firefox .form-store-search .input-submit {
	padding-bottom: 3px;
}
.form-store-search .input-submit:hover {
	background: #9ba72c;
}
.form-store-search p {
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.lte8 .form-store-search p {
	font-family: 'Roboto-Light', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.form-store-search-distance {
	margin-left: 8px;
}
.form-store-search-distance label {
	margin-right: 7px;
}
.form-store-search-submit {
	margin-left: 28px;
}
.form-store-search-submit .form-info {
	margin-left: 15px;
}

/* box-order
---------------------------------------------*/
.box-order {
	clear: both;
	margin: 30px 0 19px;
}

/* box-order > add-order
---------------------------------------------*/
.add-order {
	margin: 0 0 0 8px;
}
.add-order .order-title,
.add-order .order-stores,
.add-order .store-title,
.add-order p {
	margin: 0;
	padding: 0;
}
.add-order .order-title {
	line-height: 40px;
	margin: 0 0 10px 16px;
	font-size: 30px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .add-order .order-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-order .order-stores {
	list-style: none;
}
.add-order .order-stores li {
	float: left;
	display: block;
	width: 307px;
	margin: 0 4px 16px 4px;
}
.add-order .order-stores li:first-child {
	margin: 0 4px 0 3px;
}
.add-order .order-stores li .store {
	padding: 9px 14px 10px;
	border-top: 1px solid #fcfdfa;
	border-bottom: 1px solid #f8faf1;
	background: #ecefd6;
}
.add-order .order-stores li .store-title,
.add-order .order-stores li .store p,
.add-order p a {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;	
}
.lte8 .add-order .order-stores li .store-title,
.lte8 .add-order .order-stores li .store p,
.lte8 .add-order p a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-order .order-stores li .store-title,
.add-order .order-stores li .store p {
	line-height: 20px;
	font-size: 13px;
}
.add-order .order-stores li .store-title {
	color: #454543;
}
.add-order p a {
	text-decoration: none;
	color: #909d15;
}
.add-order p a:hover {
	text-decoration: underline;
}
.add-order .order-info {
	clear: both;
	position: relative;
	left: -10px;
	width: 740px;
	margin: 0 auto;
	text-align: center;
}
.add-order .order-info p {
	line-height: 23px;
	font-size: 11px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #454543;
}
.lte8 .add-order .order-info p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}


/* SECTION-SOCIALS
===============================================================================*/

/* container
---------------------------------------------*/
.section-socials {
	clear: both;
	border-top: 1px solid #f5f6ed;
	border-bottom: 1px solid #e0e3c7;
	background: #cbd0a6;
}
.page-detail .section-socials .frame {
	left: -11px;
}

/* box-socials
---------------------------------------------*/
.box-socials .add {
	float: left;
	margin: 11px 0;
}
.box-socials .add-social-1 {
	width: 297px;
	margin-left: 11px;
	margin-right: 13px;
}
.box-socials .add-social-group {
	width: 315px;
	margin-right: 1px;
}
.box-socials .add-social-2 {
	width: 320px;
}

/* box-socials > social-box
---------------------------------------------*/
.social-box {
	position: relative;
	padding: 0 15px;
}
.social-box p,
.social-box ul,
.social-title,
.post-title {
	margin: 0;
	padding: 0;
}
.social-title {
	width: 190px;
	line-height: 34px;
	font-size: 30px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .social-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.social-box p,
.social-box .post-title {
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .social-box p,
.lte8 .social-box .post-title {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.social-box p {
	line-height: 23px;
	color: #454543;
	clear: both;
}
.social-box p a {
	text-decoration: none;
	color: #9ba72c;
}
.social-box p a:hover {
	text-decoration: underline;
}
.social-box .social-map {
	margin: 20px 0 31px;
}
.social-box .social-map img {
	outline: 0;
	border: none;
}
.social-box ul {
	list-style: none;
}
.social-box .social-button a {
	display: inline-block;
	line-height: 28px;
	padding: 0 16px;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #9ba72c;
	background: #eaedd2;
}
.lte8 .social-box .social-button a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.social-box .social-button a:hover {
	background: #fff;
}
.social-box .social-icon {
	position: absolute;
	top: 0;
	right: 0;
}
.social-box .social-icon .icon {
	display: block;
	text-indent: -999em;
}
.social-box .post-title {
	line-height: 24px;
	color: #737b29;
}
.social-box .post-title a {
	text-decoration: none;
	color: #737b29;
}
.social-box .post-title a:hover {
	text-decoration: underline;
}
.social-box .post-date {
	color: #eaedd2;
}

/* box-socials > social-zone-finder
---------------------------------------------*/
.social-zone-finder .social-title {
	margin-bottom: 22px;
}
.social-zone-finder .social-button {
	margin-left: 2px;
}

/* box-socials > social-youtube
---------------------------------------------*/
.social-youtube {
	overflow: hidden;
	border-top: 1px solid #b4b985;
	border-left: 1px solid #b4b985;
	border-right: 1px solid #b4b985;
	background: #737b29;
}
.social-youtube .social-title {
	line-height: 37px;
	margin: 19px 0 6px;
	color: #ecefd6;
	width: 100%;
}
.social-youtube p {
	color: #eaedd2;
}
.social-youtube .social-button {
	margin: 13px 0 20px 1px;
}
.social-youtube .social-button a {
	line-height: 26px;
	padding: 0 18px;
	border-top: 1px solid #c2c79a;
	border-right: 1px solid #b9be8c;
	border-bottom: 1px solid #dadebb;
}
.social-youtube .social-icon {
	top: 19px;
	right: 19px;
}

/* box-socials > social-facebook
---------------------------------------------*/
.social-facebook {
	margin-top: 10px;
	border: 1px solid #dcdfc2;
	background: #fdfdfb;
}
.social-facebook .social-title {
	margin: 22px 0 4px;
}
.social-facebook p {
	margin-bottom: 17px;
}
.social-facebook .social-icon {
	top: 17px;
	right: 20px;
}

/* box-socials > social-twitter
---------------------------------------------*/
.social-twitter .social-title {
	margin: 22px 0 24px 1px;
}
.social-twitter ul li {
	margin-bottom: -1px;
}
.social-twitter .social-icon {
	top: -1px;
	right: 33px;
}


/* SECTION-STORES
===============================================================================*/

/* container
---------------------------------------------*/
.section-stores {
	clear: both;
	overflow: hidden;
	background: #ecefd6;
}
.page-detail .section-stores .frame {
	left: -11px;
}

/* box-stores > add-stores
---------------------------------------------*/
.add-stores {
	clear: both;
	margin: 20px 0 0 8px;
}
.add-stores ul {
	list-style: none;
}
.add-stores .stores-title,
.add-stores .stores-list,
.add-stores .store-title,
.add-stores .stores-tools ul,
.add-stores .store p {
	margin: 0;
	padding: 0;
	width: 100%;
}
.add-stores .stores-title {
	line-height: 40px;
	margin: 0 0 12px 15px;
	font-size: 30px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #737b29;
}
.lte8 .add-stores .stores-title {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-stores .stores-list {
	overflow: hidden;
	list-style: none;
}
.add-stores .stores-list li {
	float: left;
	display: block;
	width: 303px;
	margin: 0 6px 0 7px;
}
.add-stores .stores-list li:first-child {
	margin: 0 4px 0 5px;
}
.add-stores .store {
	padding: 5px 12px 8px;
	background: #fdfdfb;
}
.add-stores .store-title,
.add-stores .store p {
	line-height: 20px;
	font-size: 13px;
	color: #454543;
}
.add-stores .store-title,
.add-stores .store p a,
.add-stores .stores-tools li a {	
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.lte8 .add-stores .store-title,
.lte8 .add-stores .store p a,
.lte8 .add-stores .stores-tools li a {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-stores .store p {
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.lte8 .add-stores .store p {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.add-stores .store p a {
	text-decoration: none;
	color: #909d15;
}
.add-stores .store p a:hover {
	text-decoration: underline;
}
.add-stores .store p.store-address {
	width: 170px;
}
.add-stores .stores-tools {
	overflow: hidden;
	float: right;
	margin: 14px 14px 22px;
}
.add-stores .stores-tools li {
	float: left;
	margin-left: 10px;
}
.add-stores .stores-tools li a {
	line-height: 27px;
	padding: 0 24px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #9ba263;
	border-left: 1px solid #c8cda3;
	border-bottom: 1px solid #bcc191;
	color: #fdfdfb;
	background: #737b29;
	display: inline-block !important;
}
.add-stores .stores-tools li a:hover {
	background: #9ba72c;
}
.add-stores .stores-tools li a.button-shop-online {
	padding: 0 25px 0 26px;
}
.add-stores .stores-tools li a.button-shop-local {
	padding: 0 29px 0 27px;
}


/* FOOTER
===============================================================================*/

/* container
---------------------------------------------*/
.footer {
	clear: both;
	border-top: 1px solid #e4e8cb;
}
.page-detail .footer .frame {
	left: -11px;
}

/* box-footer-panel-top
---------------------------------------------*/
.box-footer-panel-top {
	height: 47px;
	background: #cbd0a6;
}

/* box-footer-panel-top > add-footer-logo
---------------------------------------------*/
.add-footer-logo {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 43px;
}
.add-footer-logo a {
	text-decoration: none;
}
.add-footer-logo img {
	outline: 0;
	border: none;
}
.page-about .add-footer-logo,
.page-contact .add-footer-logo,
.page-detail .add-footer-logo {
	left: 44px;
}
.page-plant-finder .add-footer-logo {
	left: 46px;
}
.page-varietylanding .add-footer-logo {
	left: 52px;
}
.page-zipcode-search .add-footer-logo {
	left: 45px;
} 

/* box-footer-panel-main
---------------------------------------------*/
.box-footer-panel-main {
	border-top: 1px solid #b2b883;
	border-bottom: 1px solid #a2a871;
	background: #80873f url(../img/pattern.boxFooterPanelMain.jpg) -238px 0 repeat-x;
}
.page-detail .box-footer-panel-main {
	background-position: -239px 0;
}
.box-footer-panel-main .add {
	float: left;
	margin-top: 67px;
}
.box-footer-panel-main .title,
.box-footer-panel-main ul li,
.box-footer-panel-main p {
	font-size: 12px;
	font-family: 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 100%;
}
.lte8 .box-footer-panel-main .title,
.lte8 .box-footer-panel-main ul li {
	font-family: 'Stoke-Regular', 'Stoke', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.box-footer-panel-main .title {
	line-height: 20px;
	margin: 0 0 5px;
	padding: 2px 10px 0;
	text-transform: uppercase;
	border-top: 1px solid #c6cca0;
	border-bottom: 1px solid #c6cca0;
	color: #fff;
}
.box-footer-panel-main ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
.box-footer-panel-main ul li {
	line-height: 18px;
	margin-bottom: 7px;
}
.box-footer-panel-main ul li a {
	text-decoration: none;
	color: #fff;
}
.box-footer-panel-main ul li a:hover {
	text-decoration: underline;
}

/* box-footer-panel-main > add-footer-details
---------------------------------------------*/
.add-footer-details {
	width: 188px;
	margin: 0 41px 0 13px;
}
.add-footer-details .title {
	padding: 2px 12px 0;
}
.add-footer-details ul {
	margin: 0 12px;
}

/* box-footer-panel-main > add-footer-plants
---------------------------------------------*/
.add-footer-plants {
	width: 188px;
	margin: 0 35px 0 0;
}
.add-footer-plants .title {
	padding: 2px 7px 0;
}
.add-footer-plants ul {
	margin: 0 7px;
}

/* box-footer-panel-main > add-footer-follow
---------------------------------------------*/
.add-footer-follow {
	width: 188px;
	margin: 0 34px 0 0;
}
.add-footer-follow .title {
	padding: 2px 11px 0;
}
.add-footer-follow ul {
	margin: 0 11px;
}

/* box-footer-panel-main > add-footer-newsletter
---------------------------------------------*/
.add-footer-newsletter {
	width: 262px;
}
.form-newsletter {
	width: 245px;
	margin: 19px 12px 0 0px;
}
.form-newsletter input,
.form-newsletter select {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
}
.form-newsletter .input-text {
	display: block;
	width: 229px;
	height: 29px;
	line-height: 29px;
	padding: 0 8px;
	font-size: 12px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #b3b88e;
	background: url(../img/bg.inputText.png) no-repeat;
}
.lte8 .form-newsletter .input-text {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.form-newsletter .input-submit {
	height: 27px;
	line-height: 27px;
	padding: 0 25px 0 26px;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-top: 1px solid #c7cba1;
	border-left: 1px solid #a0a66a;
	border-right: 1px solid #878e47;
	color: #9ba72c;
	background: #eaedd2;
}
.lte8 .form-newsletter .input-submit {
	font-family: 'Roboto-Bold', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.firefox .form-newsletter .input-submit {
	padding-bottom: 2px;
}
.form-newsletter .input-submit:hover {
	background: #fff;
}
.form-newsletter select {
	width: 245px;
	height: 29px;
	line-height: 29px;
}
.form-newsletter .form-row {
	margin-bottom: 7px;
}
.form-newsletter-first-name.form-row {
	margin-bottom: 8px;
}
.form-newsletter-select.form-row {
	margin-bottom: 9px;
}
.form-newsletter-submit {
	position: relative;
	left: 3px;
	text-align: right;
}

/* box-footer-panel-main > add-footer-menu
---------------------------------------------*/
.add.add-footer-menu {
	float: none;
	clear: both;
	margin: 0 0 7px;
	padding: 26px 0 0;
}
.add.add-footer-menu ul {
	margin: 0;
	text-align: center;
}
.add.add-footer-menu ul li {
	display: inline-block;
	line-height: 15px;
	margin: 0 5px;
	font-size: 11px;
}
.add.add-footer-menu ul li a {
	text-decoration: none;
	color: #fff;
}
.add.add-footer-menu ul li a:hover {
	text-decoration: underline;
}

/* box-footer-panel-main > add-footer-copyright
---------------------------------------------*/
.add.add-footer-copyright {
	float: none;
	clear: both;
	margin: 0 0 32px;
	text-align: center;
}
.add.add-footer-copyright p {
	font-weight: 15px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #cbd0a6;	
}


/* PLUGINS
===============================================================================*/

/* Custom Selectbox
---------------------------------------------*/
.jquery-selectbox {
	float: left;
	position: relative;
	z-index: 0;
	display: inline;
	width: 100px;	
	height: 16px;
	margin: 4px 4px 4px 0;
	padding: 0;
	font-size: 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #d2ad63;
	color: #444;
	background-image: url("../img/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	z-index: 700;
	border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../img/bg-TextFieldFocused.gif");
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	overflow: hidden;
	display: block;
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	z-index: 1000;
	top: 16px;
	left: 0px;
	width: 100px;
	height: 120px;
	padding: 2px;	
	border: 1px solid #d2ad63;
	background: #fffcdf;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("../img/lay-selectMoreButton.gif");
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/lay-selectMoreButtonHover.gif");
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	color: #eee;
	background: #87683d;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}

/* Custom Selectbox > overwrite
---------------------------------------------*/
.jquery-selectbox {
	display: block;
	width: 245px !important;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	border: none;
	color: #b3b88e;
	background: url(../img/bg.inputText.png) no-repeat;
}
.lte8 .jquery-selectbox {
	font-family: 'Roboto-Regular', 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.jquery-selectbox.selecthover {
	z-index: 700;
	border: none;
	background: url(../img/bg.inputText.png) no-repeat;
}
.jquery-selectbox .jquery-selectbox-moreButton,
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	width: 33px;
	height: 29px;
	background: url("../img/bg.selectboxButton.png") no-repeat;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	overflow: hidden;
	display: block;
	padding: 0 38px 0 9px;
	white-space: nowrap;
}
.jquery-selectbox .jquery-selectbox-list {
	top: 29px;
	left: 1px;
	width: 242px !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	text-indent: 7px;
	border: 1px solid #ecefd6;
	background: #fdfdfb;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	margin: 0;
	padding: 0;	
	color: #fff;
	background: #000;
}

/* Custom Selectbox > overwrite2
---------------------------------------------*/
.form-store-search-distance .jquery-selectbox {
	position: relative;
	width: 92px !important;
	font-size: 12px;
	border: none;
	color: #737b29;
	background: #ecefd6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.lte8 .form-store-search-distance .jquery-selectbox {
	behavior: url(PIE.php);
}
.form-store-search-distance .jquery-selectbox.selecthover {
	background: #ecefd6;
}
.form-store-search-distance .jquery-selectbox .jquery-selectbox-moreButton,
.form-store-search-distance .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	width: 21px;
	height: 29px;
	background: url("../img/bg.selectboxButton2.png") no-repeat;
}
.form-store-search-distance .jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0 21px 0 0;
	text-indent: 19px;
}
.form-store-search-distance .jquery-selectbox .jquery-selectbox-list {
	left: 0;
	width: 90px !important;
	height: auto !important;
	text-indent: 18px;
}

/* ezMark
---------------------------------------------*/

/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { 
	opacity: 0; 
	filter: alpha(opacity=0); 
}
.ez-checkbox {
	display: inline-block;
	background: transparent url('../images/checkbox-red.png') 0 1px no-repeat;
}
.ez-radio {
	display: inline-block;
	background: transparent url('../images/radio-black.png') 0 1px no-repeat;
}
.ez-checked { 
	background-position: 0 -18px; 
}
.ez-selected { 
	background-position: 0 -19px; 
}
.ez-checkbox-green {
	display: inline-block;
	*display: inline;
	background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
}
.ez-checked-green { 
	background-position: 0 -18px; 
}
.ez-checkbox, 
.ez-radio { 
	zoom: 1; 
	*display:inline; 
	_height:30px; 
}

/* ezMark > overwrite
---------------------------------------------*/
.ez-checkbox {
	float: left;
	display: block;
	width: 17px;
	height: 16px;
	background: url(../img/sprite.checkbox.png) no-repeat;
}
.ez-checked { 
	width: 17px;
	height: 16px;
	background-position: 0 -17px; 
}
.ez-radio {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 3px;
	background: url(../img/sprite.radiobox.png) no-repeat;
}
.ez-selected {
	width: 12px;
	height: 12px;
	background-position: 0 -13px;
} 

/* jScrollPane
---------------------------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {	
	position: relative;
	background: #dde;
}
.jspDrag {	
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #bbd;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	display: block;
	text-indent: -20000px;
	cursor: pointer;
	background: #50506d;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	width: 16px;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	float: left;
	height: 100%;
	background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* jScrollPane > overwrite
---------------------------------------------*/
.locations-scroll .jspContainer {
	width: 215px;
}
.locations-scroll .jspVerticalBar {
	position: absolute;
	width: 18px;
}
.locations-scroll .jspTrack {
	position: relative;
	background: url(../img/pattern.scrollbarTrack.jpg) repeat-y;
}
.locations-scroll .jspTrack:before,
.locations-scroll .jspTrack .bg-top {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 18px;
	height: 7px;
	background: url(../img/bg.scrollbarTrackTop.jpg) no-repeat;
}
.locations-scroll .jspTrack:after,
.locations-scroll .jspTrack .bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 18px;
	height: 7px;
	background: url(../img/bg.scrollbarTrackBottom.jpg) no-repeat;
}
.locations-scroll .jspDrag {	
	position: relative;
	z-index: 3;
	width: 18px;
	height: 65px;
	background: url(../img/bg.scrollbarDrag.png) no-repeat;
}

/* MWI GLOBAL STYLING BEGINS */
.content img{
	width: 100%;
}
hr{
	border-bottom: none;
	border: 1px solid #dadbb4;
	margin-bottom: 30px;
	
}


.btn{
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}
.green{
	background: #737b29;
}
.ltgreen{
	background: #9ba72c !important;
	border: none;
}
.wrap{
	width: 100%;
	float: left;
}
.content{
	padding: 50px 0;
}

.center{
	text-align: center;
}

a{
	text-decoration: none;
	color: #a1ac38;
}

#page .content a:hover{
	text-decoration: underline;
}

.content a{
	font-weight: 300 !important;
}

p{
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 24px;
	font-family: 'Roboto', Arial, sans-serif;
}

b{
	color: #737b29;
}

h1, h2, h3, h4, .date b{
	font-family: 'Stoke', Arial, sans-serif;
	color: #737b29;
	margin-bottom: 30px;
	font-weight: 300;
}

.heading{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.heading h2 span{
	display: block;
	font-size: 12px;
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	
}

h2{
	float: left;
	font-size: 50px;
	line-height: 60px;
}
h3{
	font-size: 25px;
}

.content ul b{
	color: #dadbb4;
	text-transform: uppercase;
}
.content ul li a{
	font-weight: 700 !important;
}
.content ul{
	margin-bottom: 30px;
	list-style: none;
}

.content ul li{
	margin-bottom: 10px;
	font-size: 13px !important;
}

ul.social{
	float: right;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 0px;
}

ul.social li{
	display: inline-block;
	margin: 0px ;
}

/* Easy Slider */
	.news-full .slider-container{
		width: 459px;
		float: left;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:459px;
		height:539px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	div.num-wrap{
		float: left;
		width: 100%;
		text-align: center;
	}
	ol#controls{
		display: inline-block;
		margin: 20px 0 5px;

		}
	ol#controls li{
		margin:0 7px; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		width: 10px;
		line-height:28px;
		text-align: center;
		vertical-align: middle; 
		}
		ol#controls li.current a{
			background: #eaedd2;
		}
		ol#controls li a{
			color: #cbd0a6 !important;
			display: block;
			height: 10px;
			width: 10px;
			text-indent: -77777px;
			background: #cbd0a6;
			border-radius: 10px;
			margin: 0px !important;
		}

	
	
/* News */

.news-item{
	clear: both;
}
.news-item h3 a, .news-item h3{
	color: #adaf75;
	font-size: 25px !important;
	font-weight: 300;
}
.news-item h3 a:hover{
	color: #737b29;
}
.news-item h3{
	margin-bottom: 5px;
}
.news-item .date{
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 25px;
}
.tags b {
	font-weight: 500;
	color: #bec38a;
	background-color: #ffffff;
}

.news-item{
	border-bottom: 2px solid;
	border-color: #dadbb4;
	margin-bottom: 30px;
	
}

.news-full .slider-container{
	float: left;
	margin-right: 30px;
}

.news-full h3{
	font-size: 45px;
	line-height: 60px;
}

.news-full h4 {
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
	color: #b4bd60;
}

.news-content{
	border-bottom: 2px solid;
	border-color: #d3d6b1;
	margin-bottom: 30px;
}

.news-full a{
	font-weight: 700 !important;
}

.news-full p a.btn{
	
}

/* LEARN */

div.select-st{
	margin: -55px 0 0 300px;
	float: left !important;
}

.content iframe{
	margin-bottom: 18px;
}

.vid-title{
	background: #e4e5c8;
	margin-top: -4px;
	font-size: 15px;
	text-align: center;
	padding: 10px 5px;
}

.results{
	width: 100%;
	float: left;
	background: #e4e5c8;
	padding:  20px 0 15px;
}

.results p {
	margin-bottom: 5px;
	font-size: 12px;
}
.results p b{
	color: black;
}

.results h3{
	margin-bottom: 10px;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: Uppercase;
	font-weight: 500;
	color: #909d15;
}

input#zipcode{
	text-align: center;
	color: #909d15;
	background: #ecefd6;
	border: none;
	width: 60px;
	height: 17px;
	padding: 8px;
	margin: 0px 10px;
}

div.chart img{
	width: 72%
}

div.bottom-results{
	margin-top: -3px !important;
	float: left;
	background: #e4e5c8;
}

div.bottom-results p{
	padding: 20px;
	margin-bottom: 0px;
}

form h3{
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #909d15;
}

.ask-gardener div.form-newsletter{
	float: left;
}

.ask-gardener form p.opt{
	float: left;
	clear: both;
	margin: -25px 0 0 0;
	width: 300px;
}
.ask-gardener form p.opt span{
	display: block;
	margin-left: 30px;
	margin-top: -23px;
}

.ask-gardener div.submit{
	float: right;
}
.ask-gardener .input-submit{
	border: none;
	padding: 10p;
	float: right;
	margin-right: 40px;
}

.ask-gardener form p {
	clear: both;
	margin-top: 20px;
	float: left;
}


.garden-link{
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 2px solid #dadbb4;
}
.garden-link:last-child{
	border-bottom: 2px solid #dadbb4;
}

.garden-link a i{
	color: white;
	display: inline-block;
	font-size: 20px;
	width: 20px;
	height: 20px;
	border-radius: 15px;
	background: #cbd0a6;
}
.garden-link a.minus i span{
	font-family: Arial;
	display: block;
	font-size: 20px;
	margin: -3px 0 0 6px;
}
.garden-link a.plus i span{
	font-family: Arial;
	display: block;
	font-size: 20px;
	margin-top: -1px !important;
	margin-left: 3px;
}
.garden-link a{
	display: block;
	color: #737b29;
	font-family: 'Stoke', Arial, sans-serif;
	margin-bottom: 30px;
	margin-bottom: 0px;
}
.garden-link a b{
	display: block;
	margin-left: 30px;
	margin-top: -20px;
	line-height: 23px;
	
}

.garden-link p a{
	font-weight: 700 !important;
	color: #a7b246;
	font-family: 'Roboto', Arial, sans-serif;
}
.garden-link h3{
	color: #cbd0a6;
}

/* FAQs*/
.faq-item{
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 2px solid #dadbb4;
}
.faq-item:last-child{
	border-bottom: 2px solid #dadbb4;
}

.faq-item a i{
	color: white;
	display: inline-block;
	font-size: 20px;
	width: 20px;
	height: 20px;
	border-radius: 15px;
	background: #cbd0a6;
}
.faq-item a.minus i span{
	font-family: Arial;
	display: block;
	font-size: 20px;
	margin: -3px 0px 0px 5px;
}
.faq-item a.plus i span{
	font-family: Arial;
	display: block;
	font-size: 20px;
	margin-top: -1px !important;
	margin-left: 3px;
}
.faq-item a{
	display: block;
	color: #737b29;
	font-family: 'Stoke', Arial, sans-serif;
	margin-bottom: 30px;
	margin-bottom: 0px;
}
.faq-item a b{
	display: block;
	margin-left: 30px;
	margin-top: -20px;
	line-height: 23px;
	
}

.faq-item p a{
	font-weight: 700 !important;
	color: #a7b246;
	font-family: 'Roboto', Arial, sans-serif;
}
.faq-item h3{
	color: #cbd0a6;
}
.answer p, .answer ul, .answer img{
	padding-left: 30px;
}

.answer img{
	max-width: 500px;
}


div.answer{
	float: left;
	padding-top: 20px;
}
.links p, .links ul{
	padding-left: 30px;
}

div.links{
	float: left;
	padding-top: 20px;
}

/* Get Inspired */

.get-inspired-form .form-newsletter{
	float: left;
}

.get-inspired-form .form-newsletter.last{
	float: right;
	margin-right: 37px;
}
.get-inspired-form form p{
	clear: both;
	width: 250px;
	margin-top: -30px;
	margin-left: 9px;
	float: left;
	font-size: 10px;
	line-height: 15px;
}

.get-inspired-form .input-submit{
	float: right;
	margin-right: 0px;
	border: none;
}

.get-inspired-form textarea{
	margin-top: 20px;
	margin-bottom: -20px;
}

.slider-container p {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.slider-container p a{
	clear: both;
	float: none !important;
	display: inline-block;
	width: 120px;
	font-size: 16px;
	font-weight: 700 !important;
	padding: 5px;
	
}

.ideas div{
	background: #ecefd6;
	text-align: center;
	margin-top: -3px;
	padding: 10px 0;
}

.ideas div h3{
	margin-bottom: 5px;
	font-size: 20px !important;
}

.ideas p{
	margin-bottom: 0px;
	padding: 0 8px;
	text-transform: uppercase;
	color: #909d15;
	font-weight: 500;
	font-size: 12px;
}

.ideas{
	margin-bottom: 25px;
}

.resource img{
	width: 70%;
}

.resource{
	text-align: center;
	color: #cbd0a6;
	font-weight: 700 !important;
	margin-top: 20px;
}
.resource p a{
	display: block;
	font-weight: 700 !important;
	
}

.licensed-growers .grid_6{
	margin-bottom: 40px;
}

.licensed-growers .grid_6 h3{
	font-size: 15px;
	margin-bottom: 10px;
	color: black;
	font-weight: 700;
	font-family: 'Roboto', Arial, sans-serif;
}
.licensed-growers .grid_6 p{
	margin-bottom: 5px;
}

.box-about .news-content{
	border-bottom: none !important;
}

.box-about span.caption{
	background:white;
	display: block;
	padding:  10px;
	min-height: 50px;
	margin-top: -73px;
	position: relative;
	opacity: .6;
	font-size: 14px;
	text-align: center;
	font-family: 'Stoke', Arial, sans-serif;
	color: #737b29;
	
}
.box-about #slider ul li{
	height: 444px;
}
h2.article-subtitle{
	width: 100%;
}

.box-about .grid_6 img{
	width: 75%;
	float: right;
}

.order-title{
	width: 100%;
	margin-left: 0px !important;
}

.heading span.reg{
	float: left;
	
}

.heading h3, .heading p{
	float: left;
	clear: both;
}

.how-to{
	margin: 40px 300px;
	padding: 20px;
	background: #ecefd6;
}
.how-to hr{
	border-color:#dadbb4;
}


.how-to h2{
	width: 100%;
}

.how-to h3{
	font-weight: 500;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	color: #a7b246;
}