body, html {
	background-color: #FFF;
	font-family: "proxima-nova",sans-serif;
}
.body {
	padding: 60px 0;
}

.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin:0 0 20px;
	text-transform:uppercase;
	color:#82c341;
}
p {
	color:#939598;
}
.sssnext, .sssprev {
	display: none;
}
.logo {
	margin:0;
	height:100px;
	width:100%;
	background-position:center left;
}
.logo.text {
	font-family: 'Michroma', sans-serif;
	color:#82c341;
    font-size: 55px;
	line-height: 60px;
	text-align:center;
	padding: 5px 0 15px;
}
/* Heading */
.h1,
h1 {
	font-weight: 800;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 5px;
}
.let15 {
	letter-spacing: 15px;
}
.italic {
	font-style: italic;
}
/* Menu */
ul.menu-alt{
  font-weight:400;
  font-style:normal;
}
ul.menu-alt li a{
  color:#0089cf;
}
/* Banner */
.banner{
	padding:0px;
}
.banner-menu * {
	transition: all 0.3s ease-out 0s;
}
.banner .slide .slide-inner{
	padding: 30px 0px 0 1500px;
	text-align:left;
	text-shadow:none;
	background-color:transparent;
}
.banner .slide .slide-inner .slide-cell h1{
	color:#fff;
}
.banner .slide .slide-inner .slide-cell ul{
	padding:25px 0 20px 0px;
	list-style:none;
}
.banner .slide .slide-inner .slide-cell li{
	font-size:25px;
	background-color:#fff;
	padding: 18px 30px;
	margin-bottom:6px;
	box-shadow: inset 0 0 0 #82c341;
	position: relative;
	right: -25px;
}
.banner .slide .slide-inner .slide-cell li:first-child {
	border-radius: 10px 0 0 0;
}
.banner .slide .slide-inner .slide-cell li:last-child {
	border-radius: 0 0 0 10px;
}
.banner .slide .slide-inner .slide-cell li a{
	color:#414042;
}
.banner .slide .slide-inner .slide-cell li:hover{
	box-shadow: inset -420px 0 0 #82c341;
	right: 0px;
}
.banner .slide .slide-inner .slide-cell li:hover a{
	color:#fff;
}
.border-rainbow{
	background-image: url(images/rainbow-banner.jpg);
	height: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.border-rainbow-tall {
	background-image: url(images/rainbow-banner.jpg);
	height: 110px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* Boxes */
.box {
	text-align: left;
}
.box.box-yellow {
	background-color:#f3ec19;
	border-color:#f3ec19;
	color:#FFF;
}
.box.box-yellow h1 {
	color:#2d3081;
}
.box.box-blue {
	background-color:#2d3081;
	border-color:#2d3081;
	color:#FFF;
}
.box.box-red {
	background-color:#ee2124;
	border-color:#ee2124;
	color:#FFF;
}
.box-home-wrap .box.box-red p,
.box-home-wrap .box.box-blue p {
	font-weight: 300;
	color:#FFF;
}
.box-home-wrap .coltable .col:last-child {
	text-align: center;
}
/*Home Products*/
.products{
	width:100%;
	opacity: 0.9;
	height: 350px;
	border-radius: 5px;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out 0s;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	border: 7px solid #fff;
	position: relative;
}
.products:hover {
	background-size: 120% 120%;
}
.products * {
	transition: all 0.1s ease-out 0s;
}
.products.first{	
	background-image: url(images/flower-1.jpg);
}
.products.second{	
	background-image: url(images/flower-2.jpg);
}
.products.third{	
	background-image: url(images/flower-3.jpg);
}
.products-body {
	background-color: #9c3b96;
	width: 100px;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	right: 25px;
}
.products-body p{
	color:#f2f2f2;
	font-weight: 900;
	padding: 2px;
	margin: 0;
}
.products-body p .plus{
	background-color: #92278f;
	padding: 2px 9px;
	margin-right: 5px;
	margin-left: -6px;
	border-radius: 20px;
	font-size: 18px;
}
.products-body p:hover {
	transform: scale(1.1,1.1);
}
.products-body p:hover .plus {
	background-color: #fff;
	color: #92278f;
}
/* Section */

.section.section-title{
	padding:120px 0;
}
.section.section-title h1{
	letter-spacing: 15px;
}
.section.section-title a {
    color: #939598;
	font-weight:700;
}
.section.section-middle{
	background-image: url(images/bg-garden.png);	
	background-size: 100% 100%;
	background-color:#8dc63f;
	padding:20px 0;
	border-top: 3px solid #8dc63f;
}
.section.section-middle h1{
	color:#fff;	
	font-weight:300;
}
.section.section-middle h2{
	letter-spacing: 15px;
}
.header{
	position:absolute;
	z-index:1;
	background-color: transparent;
	background-image: url(images/bg-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	width:100%; 
	padding:10px 0;
	top:0;
}
.footer{
	border:none;
	background-color:#fff;
	padding: 10px 0;
}
.footer a{
	color:#939598;
	font-weight:300;
}
.copyright{
	background-color:transparent;
	border-bottom:none;
}
.copyright p {
	font-weight:700;
}

/* Others */
.c-spacer{
	background-color:#82c341;
	width: 70px;
	height: 5px;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.extra-bold{
	font-weight:900;
	margin-right: 15px;
}
.navigation{
	padding:15px 0;
	background-color:transparent;
}

.sidebox .links li > a {
    border-color: #000;
}

.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart > .flot-chart-content {
    width: 100%;
    height: 100%;
}

li {
	color: #939598;
}
li a{
	color: #373737;
}
li a:hover{
	color: #BBB;
}

.purple {
	color: #9c3b96;
}
.growers,
.growers-a,
.growers-b {
	padding: 10px;
	font-size: 15px;
	line-height: 25px;
}
.growers {
	background-color: #E7E7E7;
	border-radius: 5px 0px 0px 5px;
}
.growers-a {
	background-color: #EEE;
}
.growers-b {
	background-color: #E7E7E7;
	border-radius: 0px 5px 5px 0px;
}
.image-placeholder {
	height: 400px;
	width: 100%;
	background-color: #82c341;
}
.image-placeholder-alt {
	background-color: #9c3b96;
}
.image-pad {
	padding-left: 20px;
}
.slider-caption {
	background-color: #82c341;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFF;
	border-bottom-left-radius: 10px;
	padding: 15px;
}
.cb-content h3,
.cb-content p{
	color: #000;
}
.section-contact-form{
	padding:20px 0;
}

.section-contact-form .form-wrapper {
	background: none;	
}
.form-block {
	padding: 20px;
	border: none;
	border-radius: 10px;
	background-color: #fff;
}
.form-block.w25 .field {
    width: 25%;
}
.form-block.w25 .field.w50 {
    width: 50%;
    float:none;
}

.print-container {
    display: none;
}
.conbox .box {
	border-radius: 15px;
	background-color: #F2F7ED;
	padding: 25px;
}
.conbox .box h3 {
	color: #B8D898;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 30px;
}

ul.bullet-list li {
	margin-left: 18px;
}
ul.bullet-list li::before {
	content: "\f0da";
	color: #82c341;
	left: -15px;
	top: 1px;
}

.growers ul.bullet-list,
.growers-a ul.bullet-list,
.growers-b ul.bullet-list {
	margin: 0;
}
.growers ul.bullet-list li,
.growers-a ul.bullet-list li,
.growers-b ul.bullet-list li {
	font-size: 14px;
}
.growers ul.bullet-list li::before,
.growers-a ul.bullet-list li::before,
.growers-b ul.bullet-list li::before {
	color: #9c3b96;
	top: 0px;
}

/*Sidebox Override*/
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
	padding-right: 50px;
}
.sidebox {
	border-radius: 15px 15px 0 0 ;
	border: none;
}
.sidebox .sidebox-top {
	text-align: left;
	background: none;
	font-weight: 500;
	color: #ccc;
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEE;
	font-size: 20px;
	letter-spacing: 3px;
}
.sidebox .sidebox-body {
	padding: 0;
}
.sidebox h4 {
	padding: 8px 0px 0;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #71BDE4;
	margin-bottom: 10px;
}
.sidebox .links li > a {
	padding: 8px 0px;
	font-size: 16px;
	color: #aaa;
	text-align: left;
	box-shadow: inset 0 0 0 #82c341;
	transition: all 0.1s ease-out 0s;
	border: none;
}
.sidebox .links li > a:hover {
	padding: 8px 15px;
	box-shadow: inset 00px 0 0 #82c341;
	background: linear-gradient(to right,#82c341,#40BDC3, #fff);
	color: #fff;
}

.sidebox .field {
	margin: 0 !important;
}
.sidebox .field input {
	border-radius:5px 5px 0 0;
	padding: 22px 16px;
	border: none;
	background-color: #f3f3f3;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
	box-shadow: none;
}
.sidebox .field button {
	transition: all 0.1s ease-out 0s;
	border-radius: 0 0 5px 5px;
	padding: 10px 15px;
	font-size: 14px;
}
.sidebox .field button:hover {
	box-shadow: none;
	border-radius: 0 0 5px 5px;
	background-color: #945496;
	color: #fff;
}

/*Product Override*/
.box {
	background-color: #fff;
}
.box.box-small {
	padding: 5px 0px 12px 0px;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
}

.page-structure .col.col-body {
	padding-left: 15px;
}

.product-box > li * { 
	transition: all 0.2s ease-out 0s;
}
.product-box > li > .box { 
	margin: 0 30px 20px 0;	
	padding: 0;
}
.product-box > li:hover > .box { 
	box-shadow: none;
}
.product-box .box .image {
	/*border-radius: 250px;*/
	overflow: hidden;
	background: linear-gradient(#82c341,#40BDC3, #9873C0);
}
.product-box .box:hover .image img {
	transform: scale(1.2,1.2);	
	opacity: 0.5;
}
.product-box .title a {
	font-size: 18px;
	letter-spacing: 1px;
	color: #9C439E !important;
}

.product-box.row1 > li .box .title {
	width: 70%;
}
.product-box.row1 > li .box .image {
	width: 30%;
}

/*Product Page*/
.product-image-container { 
	background-color: #fff;
	box-shadow: none;	
}
.product-image-container img.main,
.image-wrap img {
	border-radius: 5px;
}
.product-image-container img.main:hover,
.image-wrap img:hover {
	border-color: #945496;
}

.product-slide {
    background-size: cover;
    background-position: center;
}
.products .title{
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	background-color: #9c3b96;
	color: #FFF;
	border-radius: 5px;
}
.products .title:hover {
	top: 18px;
	left: 18px;
	padding: 14px;
	background-color: #FFF;
	color: #82c341;
	font-size: 18px;
}
.index-plants {
	position: relative;
	display: table-cell;
	z-index: 99999;
	padding: 10px;
}
.index-plants .link-index.left-index {
	position: absolute;
	left: 0px;
	top: 20px;
}
.index-plants .link-index.right-index {
	position: absolute;
	right: 0px;
	top: 20px;
    z-index: 1;
}

/* Retailer List */
.retailer-list > .col {
    border-top: 1px solid #EEE;
}
.retailer-list > .col h3 {
    font-weight: 300;
    font-size: 26px;
	line-height: 30px;
}
.coltable.col3.retailer-list > .col {
    width: 33%;
}

.button.submit {
    background-color: #82c341;
	border:none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 7px 30px;
	font-weight:300;
	font-size:18px;
	font-family:montserrat,proxima-nova,'Open Sans',Arial,sans-serif;
	transition:all 0.4s ease-in-out 0s;
    border-radius:0px;
}
.button.submit:hover {
    background-color: #5A892B;
    color: #FFF;
}

@media screen and (max-width: 1700px) {
	.frame{
		width:100%;
		padding: 0px 40px !important;
	}
	.banner .slide .slide-inner {
    	padding: 30px 0px 0 1100px;
	}
	.conbox > .col{
		padding-bottom: 10px; 		
	}
}
@media screen and (max-width: 1500px){
	.logo.text{
		font-size: 47px;
	}
	.section.section-title{
		padding:60px 0px;
	}
	.products {
		max-height: 300px;
	}
	
}
@media screen and (max-width: 1320px){
	.section {
    	width: 100%;
	}
	.banner .slide .slide-inner {
    	padding: 30px 0px 0 1000px;
	}
	.banner .slide .slide-inner .slide-cell li {
    	font-size: 18px;
	}
	.banner .slide .slide-inner .slide-cell ul {
		padding: 0px;
	}
	/*
	.banner-menu > ul{
		width:100%;
	}
	.banner .slide .slide-inner .slide-cell ul {
		display: table;
	}
	.banner-menu > ul > li {
		float: none;
		display: table-cell;
		vertical-align: middle;
		list-style: none;
		}
	.banner .slide .slide-inner {
	    padding: 250px 0px 0px;
	}*/
	.header > .column.w4{
		width:100%;
	}
	.products {
		max-height: 250px;
	}
}
@media screen and (max-width: 1200px) {
	.banner .slide .slide-inner {
    	padding: 30px 0px 0 900px;
	}
	.logo.text {
		font-size: 40px;
	}
	input[type="submit"], button {
    	margin-bottom: 10px;
	}
}
@media screen and (max-width: 1100px) {
	.banner .slide .slide-inner {
		display: none !important;
	}
	.products {
		max-height: 200px;
	}
	.body {
		padding: 10px;
	}
    .form-block.wishlist-email {
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
    .coltable.col3.retailer-list > .col {
        width: 49%;
    }
    .about-col > .col,
	.home-col > .col {
        width: 100% !important;
		display: block;
    }
	.index-plants {
        width: 50% !important;
		display: block;
		margin:0 auto;
    }
	.index-plants > .col > a > .products{
		margin-bottom: 10px;
	}
	.products {
		max-height: 250px;
	}
	.logo.text {
		font-size: 35px;
	}
	.section.section-title{
		padding:0px 0px;
	}
    .form-block.w25 .field {
        width: 50%;
    }
    .form-block.w25 .field.w50 {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
	.border-rainbow-tall {
    	height: 40px
	}
	.section.section-title h1,
	.section.section-middle h2{
		letter-spacing: 0px;
	}
	.header {
    	position: relative;
	}
	.h1, h1 {
    	font-size: 40px;
	}
	.index-plants {
        width: 70% !important;
    }
	.products {
		max-height: 270px;
	}
}
@media screen and (max-width: 600px) {
	.index-plants {
        width: 100% !important;
    }
	.products {
		max-height: 300px;
	}
	.copyright p{
		text-align: center;
	}
	.header{
		padding:10px 20px;
	}
	.frame {
		padding: 0px 20px !important;
	}
	.conbox > .col > .box{
		margin-right: 0px;
	}
	.page-structure .col.col-body {
    	padding-left: 0px; 
	}
	.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
		padding-right: 0px;
	}
	.col-body h1{
		font-size: 32px;
	}
}
@media screen and (max-width: 500px) {
	.products {
		max-height: 250px;
	}
	.logo.text {
    	font-size: 30px;
	}
}