@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('font-my/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('font-my/MyriadPro-Regular.otf')  format('opentype'),
	     url('font-my/MyriadPro-Regular.woff') format('woff'), url('font-my/MyriadPro-Regular.ttf')  format('truetype'), url('font-my/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../images/body-bg.jpg) repeat top center;
	font-family: 'MyriadPro-Regular';
}
a
{
	color:#1b3f02;
}
.head
{
	background:url(../images/head-bg.jpg) repeat-x top center;
	width:100%;
	height:160px;
}
.head .head-in
{
	width:1000px;
	height:36px;
	margin:0 auto;
}
.head .head-in .mail
{
	width:200px;
	float:left;
	margin-top:10px;
	text-align:left;
}
.head .mail a
{
	background:url(../images/mail.png) no-repeat left center;
	text-decoration:none;
	border:0px;
	width:140px;
	font-size:14px;
	float:left;
	text-align:right;
	font-family: 'MyriadPro-Regular';
	color:#FFFFFF;
}
.head .log-reg
{
	width:200px;
	float:right;	
}
.head .log-reg ul
{
	width:100%;
	margin:0px;
	padding:0px;
}
.head .log-reg ul li
{
	list-style-type:none;
	float:right;
	padding-top:10px;
	color:#FFFFFF;
}
.head .log-reg ul li a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family: 'MyriadPro-Regular';
	font-size:14px;
	padding:10px;
}
.head .log-reg ul li a:hover
{
	text-decoration:underline;	
}
.logo
{
	width:500px;
	margin:0 auto;
}
.logo img
{
	position:absolute;
	border:0px;
	z-index:1;
}
.main
{
	width: 1000px;
	padding:10px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
	padding-top: 190px;
	-webkit-box-shadow: 0px -1px 30px -2px rgba(200,200,200,1);
	-moz-box-shadow: 0px -1px 30px -2px rgba(200,200,200,1);
	box-shadow: 0px -1px 30px -2px rgba(200,200,200,1);
}
.main .nav
{
	width:100%;
	margin:0 auto;
}
.main .nav ul
{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
.main .nav ul li
{
	list-style-type:none;
	display:inline-block;
	text-align:center;
}
.main .nav ul li a
{
	padding:0px 18px;
	text-decoration:none;
	color:#000;	
	border:2px solid #fff;
	font-size:14px;
	font-weight:bold;
}
.main .nav ul li a:hover
{
	border:2px solid #475a01;
	color:#1b3f02;
	border-radius:3px;
}
#cssmenu > ul > li:hover > ul {
    z-index: 1;
}
.active
{
	border:2px solid #475a01 !important;
	color:#1b3f02 !important;
	border-radius:3px !important;
}
.main .slider
{
	width:988px;
	margin:0 auto;
	border:3px solid #6e873a;
	border-radius:3px;
	margin-top:30px;
}
.main .slider-in
{
	width:100%;
	height:200px;
	margin-top:30px;
	border:3px solid #6e873a;
}
.main .slider-in img
{
	width:100%;
	height:200px;
}
.main .welcome-txt  
{
	text-align:center;
	margin:40px 0px 70px;
}
.title-cnt
{
	background:url(../images/title-bg.png) no-repeat center;
        background-size:contain;  
	height:27px;
}
.title-cnt h2
{
	font-size:22px;
	color:#1b3f02;
	width:340px;
	margin:0 auto;
	text-align:center;
}
.main .welcome-txt p
{
	font-size:14px;
	color:#434343;
	line-height:40px;
}
.foot
{
	background:url(../images/footer-bg.jpg) repeat-x top center;
	width:100%;
	height:125px;
	margin-top: -30px;
	padding-top:50px;
	text-align:center;
	z-index: -1;
	clear: both;
}
.foot .foot-in
{
	width:1000px;
	margin:0 auto;
}
.foot .foot-in ul
{
	width:100%;
	margin:0px;
	padding:0px;
}
.foot .foot-in ul li
{
	list-style-type:none;
	display:inline-block;
	color:#FFFFFF;
}
.foot .foot-in ul li a
{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	padding:8px;
	cursor:pointer;
}
.foot .foot-in ul li a:hover
{
	text-decoration:underline;
}
.foot .foot-in p
{
	font-size:13px;
	color:#FFFFFF;
}
.main .content
{
	margin:50px 0px;
	min-height:600px;
	/*overflow:hidden;*/
}
#loginArea
{
	width: 575px;
	margin: 0 auto 0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
#loginIntro
{
	float: left;
	width: 300px;
}
#loginBox
{
	float: right;
	background-color: blue;
	height: 158px;
	width:200px;
	padding: 20px 30px 20px 30px;
	background: url(../images/bg_loginbox.gif) no-repeat;
}
#loginIntroTitle
{
	color: #333;
	font-size: 16pt;
	font-weight: bold;
}
.splitter
{
	background: url(../images/splitter.gif) repeat-x center;
	height: 10px;
}
#loginBoxTitle
{
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
}
.loginFieldTitle
{
	color: #CCC;
	padding: 2px;
}
#loginBox input[type="text"], #loginBox input[type="password"]
{
	border:2px solid #999999;
	border-radius:3px;
	padding:3px;	
}
#loginBox input[type="text"]:hover, #loginBox input[type="text"]:focus, #loginBox input[type="password"]:hover, #loginBox input[type="password"]:focus
{
	border:2px solid #60945b;
	border-radius:3px;
}
.formoid-flat-green
{
	border: 2px solid #60945b;
	font-size: 1em;
	line-height: 1.231;
	border-radius: 6px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
}
.formoid-flat-green div.title
{
	background-color: #60945b;
}
.formoid-flat-green div.title h2
{
	margin:0px;
	color:#FFFFFF;
	padding:20px 10px;
}
.formoid-flat-green>div
{
	margin-left: 20px;
	margin-right: 20px;
	overflow:hidden;
}
.formoid-flat-green .submit
{
	float:left;
}
.formoid-flat-green .element-input .fields
{
	width:48%;
	position: relative;
	margin-right:17px;
	float:left;
}
.formoid-flat-green label.title
{
	font-size: 1em;
	font-weight: 500;
	width: auto;
}
.element-input input[type="text"], .element-password input[type="password"], .element-input input[type="password"]
{
	border-style: solid;
	border-width: 2px;
	border-color: #bdc3c7;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-radius: 6px;
	padding: 6px 10px;
	outline: none;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
	font-size: 1em;
	margin:4px 0px 10px 0px;
}
 .element-input select
{
	border-style: solid;
	border-width: 2px;
	border-color: #bdc3c7;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-radius: 6px;
	padding:5px 0px;
	outline: none;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	margin:4px 0px 10px 0px;
	width:210px;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;*/
}
.element-input input[type="text"]:hover, .element-input input[type="text"]:focus, .element-password input[type="password"]:hover, .element-password input[type="password"]:focus,  .element-input select:hover, .element-input select:focus 
{
	border:2px solid #60945b;
}
.formoid-flat-green .large {
width: 100%;
}
.submit input[type="submit"]
{
	background-color:#60945b;
	text-align: center;
	opacity: 1;
	color: #ffffff;
	border: none;
	right: 20px;
	padding: 7px 15px;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	cursor:pointer;
}
/*Navigation*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
}
nav a {
	color: #fff;
	display: inline-block;
	line-height: 40px;
}

nav li:last-child a {
	border-right: 0;
}
nav a#pull {
	display: none;
}
.delivery-rates
{
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	overflow:hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*.delivery-rates .rates:first-child
{
	width:48%;
	display:inline-block;
	margin-right:2%;
}
.delivery-rates .rates:last-child
{
	width:49%;
	display:inline-block;
}*/
.delivery-rates .rates
{
	width:48%;
	display:inline-block;
	float:left;
	margin-right:2%;
}
.delivery-rates .rates .area-cnt
{
	width:200px;
	float:left;
	text-align:left;
}
.delivery-rates .rates .area-amount
{
	width:100px;
	float:right;
	text-align:right;
}
.delivery-rates .rates title
{
	display:block;
	text-align:center;
	font-weight:bold;
	color:#1b3f02;
	border-bottom:2px solid #475a01;
	margin-bottom:20px;
}
.delivery-rates .rates .area
{
	width:100%;
	float:left;
	text-align:left;
}
.delivery-rates .rates .amount
{
	width:25%;
	float:right;
	text-align:right;
}
.formoid-flat-green .lerrors{
 border:1px solid #FF0000 !important;
}
.plant .categories
{
	width:100%;
	margin:40px 0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.plant .categories li
{
	width:auto;
	margin:0px;
	padding:0px 10px;
	display:inline-block;
}
.plant .categories li a
{
	text-decoration:none;
	font-weight:bold;
}
.plant .categories li.catg-active a
{
	text-decoration:underline;
	color:#002d56;
}
.plant .categories-list
{
	width:700px;
	margin:0 auto;
}
.plant .categories-list tr th
{
  color: #FFFFFF;
  width: auto;
  padding: 5px 20px;
  font-size: 14px;	
}
.plant .categories-list tr td
{
	margin:0px;
	padding:5px;
}
.plant .categories-list tr td p
{
	margin:0px;
	padding:0px;
}
.plant .categories-search .filter-table  input[type="search"]
{
	border:2px solid #1b3f02;
	border-radius:3px;
	height:30px;
	padding:3px;	
}
.plant .white_content .home-pop-close
{
  text-align: right;
  padding-top: 13px;
  margin-bottom:30px;
}
.plant .white_content .home-pop-title h1
{
	font-size:30px;
	color:#1b3f02;
}
.modal-example-content
{
	overflow:hidden;
}
#signup_area .home-pop-email label
{
	width:140px;
	float:left;
	text-align:right;
	margin-right:10px;
}
#signup_area .home-pop-email .field
{
	width:200px;
	float:left;
	text-align:left
}
#signup_area .home-pop-email input[type="text"]
{
  border: 2px solid #1b3f02;
  border-radius: 3px;
  width: 230px;
  height: 25px;
  padding: 3px;
  margin-bottom: 5px;
}
#signup_area .home-pop-email textarea
{
  border: 2px solid #1b3f02;
  border-radius: 3px;
  width: 230px;
  height:80px;
  padding: 3px;
  resize:none;
  margin-bottom: 5px;
}
#signup_area .home-pop-signin input[type="button"]
{
	border:1px solid #1b3f02;
	background:#1b3f02;
	color:#FFFFFF;
	border-radius:3px;
	height: 28px;
    padding: 3px 10px;
    text-align: center;
	cursor:pointer;
}
#custombox-modal
{
	border:2px solid #1b3f02;
}
#custombox-modal-content
{
	text-align:center;
}
#modal .modal-example-header h4
{
	color:#1b3f02 !important;
	font-weight:bold !important;
}
#modal .modal-example-header button
{
	float:right;	
	border:1px solid #1b3f02;
	background:#fff;
	color:#1b3f02;
	border-radius:15px;
	height:30px;
    padding: 3px 10px;
    text-align: center;
	cursor:pointer;
}
.blog
{
	width:100%;
	margin:0 auto;
}
.blog-single .blog1, .blog-single .blog2_content
{
  border: 2px solid #475a01 !important;
  border-radius: 3px !important;
  margin:20px 0px;
  overflow:hidden;
  padding:8px;
}
.blog-single .blog1 .blog-con .blog2 .blog-title, .blog-single .blog2_content .blog-title
{
	margin-right:10px;
	min-width:55px;
	float:left;
}
.blog-single .blog1 .blog-con .blog2 .blog-title a
{
	text-decoration:none;
	cursor:pointer;
}
.blog-single .blog1 .blog-con .blog-content
{
	min-height:50px;
	margin:15px 0px;
}
.blog .blog1 .blog-con .blog-content
{
	min-height:50px;
}
.blog-single .blog1 .blog-con .blog-by-more .blog-by
{
	min-width:55px;
	float:left;
}
.blog-single .blog1 .blog-con .blog-by-more .blog-more
{
	min-width:55px;
	float:right;
}
.blog-single .blog1 .blog-con .blog-by-more .blog-more a
{
	text-decoration:none;
}
.peat-contact-info
{
	width:50%;
	float:left;	
}
.peat-contact
{
	width:350px;
	float:left;
	margin:0 auto;
	text-align:center;
	border: 2px solid #60945b;
    line-height: 1.231;
    border-radius: 6px;
    padding-bottom: 30px;
	margin-top:50px;
    overflow: hidden;
}
.peat-contact h2
{
  margin:0px;
  color:white;
  padding:10px 0px;
  background-color:#60945b;
  text-transform:uppercase;
}
.peat-contact #popup_frm .fields
{
	width:100%;
	padding:0px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
.peat-contact #popup_frm .fields .field
{
	width:40%;
	float:left;
	text-align:right;
}
.peat-contact #popup_frm .fields .field span
{
	margin:0px 10px 0px 3px;
}
.peat-contact #popup_frm .fields label
{
	width:50%;
	float:left;
}
.peat-contact #popup_frm .fields label input[type="text"]
{
  width:100%;
  border-style: solid;
  border-width: 2px;
  border-color: #bdc3c7;
  border-radius: 6px;
  padding:5px;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  font-size: 1em;
  -o-box-sizing: border-box;
  transition: border-color 0.6s;
  -webkit-transition: border-color 0.6s;
}
.peat-contact #popup_frm .fields-signin
{
	float:right;
	margin-right:35px;
}
.peat-contact #popup_frm .fields-signin input[type="submit"]
{
  background-color: #60945b;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  border: none;
  right: 20px;
  padding: 7px 15px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  cursor: pointer;
}
div.facebook .pp_description
{
	margin:0px !important;
}
div.facebook .pp_description p
{
   width: 100%;
  font-size: 12px;
  word-break: break-word;
  word-wrap:break-word;	
}
.plang-img-slider
{
	width:415px;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
	padding:5px 0px;
	overflow:hidden;
	border:2px solid #475a01;
}
.plang-img-slider .big-img
{
}
.plang-img-slider hr
{
	background:#475a01;
	margin:8px 0px;
	height:2px;
	border:0px;
}
.plang-img-slider ul
{
  width: 96%;
  padding: 0px;
  margin: 0px auto;
  list-style-type: none;
  text-align: center;
}
.plang-img-slider ul li
{
	width:120px;
	height:120px;
	margin-right:10px;
	float:left;
}
.plang-img-slider ul li a img
{
	width:100%;
	height:100%;
}
.plang-img-slider ul li:last-child
{
	margin-right:0px;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width:980px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width :980px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color:#60945b;
		width:97%;
		position: relative;
		text-decoration:none;
		padding-left:10px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 980px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
/*Navigation*/
@media only screen and (max-width: 992px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:auto;
        text-indent:0px;
}
.main .slider
{
	width: 100%;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
}
@media only screen and (max-width: 838px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width: 100%;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
}
@media only screen and (max-width: 768px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width:98%;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
/*PLANT PAGE*/
}
@media only screen and (max-width: 568px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width:98%;
	height:250px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.flickerplate
{
	height:100% !important;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
/*PLANT PAGE*/
}
@media only screen and (max-width: 518px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width: 100%;
	margin: 0 auto;
}
.logo img
{
	width: 100%;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width: 100%;
	height:200px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
/*.plant .categories-list table
{
	overflow-x: auto;
	display: block;
}*/
/*PLANT PAGE*/
}
@media only screen and (max-width: 468px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width:auto !important;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width: 100%;
	margin: 0 auto;
}
.logo img
{
	width:90%;
        left:0px;
        right:0px;
	margin:0 auto;

}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width: 100%;
	height:200px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
.plant .categories-list table
{
	overflow-x: auto;
	display: block;
}
/*PLANT PAGE*/
}
@media only screen and (max-width: 418px)
{
.head .head-in, .main, .foot .foot-in
{
    width:93% !important;
}
.head .log-reg ul li a
{
   font-size:11px;
   padding:2px !important;
}
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .mail a
{
    width:136px !important;
    font-size:14px !important;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width:90%;
	margin: 0 auto;
}
.logo img
{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -80px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width:98%;
	height:200px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
.plant .categories-list table
{
	overflow-x: auto;
	display: block;
}
/*PLANT PAGE*/
}
@media only screen and (max-width: 368px)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width: 100%;
	margin: 0 auto;
}
.logo img
{
	width: 100%;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width: 100%;
	height:200px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.main .welcome-txt p
{
	line-height:20px;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
.plant .categories-list table
{
	overflow-x: auto;
	display: block;
}
.plant .categories-list tr td
{
    font-size:13px;
}
/*PLANT PAGE*/
}
@media only screen and (max-width: 320px) and (orientation: portrait)
{
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width:95%;
	margin: 0 auto;
}
.logo img
{
	width:96%;
	margin:0 auto;
	text-align:center;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 100px 10px 50px 10px;
}
.main .nav ul li a
{
	width:86%;
}
nav a#pull
{
	width:99%;
	padding-left:0px;
}
.main .slider
{
	width:97%;
	height:200px;
}
.flickerplate
{
	height:100% !important;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.main .welcome-txt p
{
	line-height:20px;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right:0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:30px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:96%;
  margin: 0 auto;
}
.plant .categories-list table
{
	overflow-x: auto;
	display: block;
        margin-top:20px;
}
/*PLANT PAGE*/
}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape)
{  
.head .head-in
{
	width:97%;
	margin: 0 auto;
}	
.head .head-in .mail
{
	width: 50%;
	float: none;
	margin-top: 10px;
	text-align: left;
	display: inline-block;
}
.head .log-reg
{
	width: 45%;
	float: right;
	display: inline-block;
}
.logo
{
	width: 100%;
	margin: 0 auto;
	padding-top: 38px;
}
.logo img
{
	width: 100%;
}
.main
{
	width: 93%;
	margin: 0 auto;
	margin-top: -50px;
	padding: 180px 8px 50px 8px;
}
.main .nav ul li a
{
	width:89%;
}
.main .slider
{
	width: 100%;
}
.main .slider img
{
	width: 100%;
}
.welcome-txt
{
	width:100%;
}
.welcome-txt img
{
	width:100%;
	background-size:100% 100%;
}
.title-cnt
{
	background:none;
}
.title-cnt h2
{
	width:100%;
	font-size:18px;
}
.main .welcome-txt p
{
	line-height:20px;
}
.foot .foot-in
{
	width: 100%;
	margin: 0 auto;
}
.cont-img
{
	width:100%;
}
.formoid-flat-green .element-input .fields
{
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: none;
}
/*DELIVERY PAGE*/
.delivery-rates .rates
{
  width: 100%;
}
/*DELIVERY PAGE*/
/*PLANT PAGE*/
.main .content
{
	margin:50px 0px;
	min-height:inherit;
}
.plant .categories
{
  margin: 20px 0px;
}
.plant .categories li
{
	float:left;
}
.plant .categories-list {
  width:100%;
  margin: 0 auto;
}
.plant .categories-list table
{
	overflow-x: auto;
	display: block;
}
/*PLANT PAGE*/
}


.sideform_class {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0px 0px 3px #000;
}
.sideform_class td {
    display: block;
    width: 100%;
    padding:0px 0px 10px;
}
.sideform_class h4.modal-title {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.plant .categories-list tr th {
    color: #FFFFFF;
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
    position: sticky;
    top: 160px !important;
    background: #002d56;
}
.centerfloat{min-height:160px;}


@media only screen and (max-width: 600px){
.customrfq {
    float: none !important;
    margin-top: 0px !important;
    background: #7EBC41 !important;
    color: #fff !important;
}

.sideform_class{
	right: 28%;
}
}