/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html{
	height: 100%;
	margin: 0; padding: 0;
	font: 15px/1.4 helvetica, verdana, sans-serif;
	background: url(layout/background.jpg) 50% 0;
	color: #23180d;
}
body {
	min-height: 100%;
	margin: 0; padding: 0;
	background: rgba(255, 241, 225, 0.5);
}
h1, h2, h3{
	margin: 35px 0 10px;
	color: black;
	line-height: 1;
	clear: both;
}
h1{
	font-size: 26px;
}
h1:first-of-type{
	margin-top: 0;
}
h2{
	font-size: 1.4em;
	margin-top: 0;
}
h3{
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: italic;
	color: #657831;
}
p{
	text-align: justify;
	margin: 0 0 20px;
}
a{
	color: #23180d;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: black;
}
input, button, textarea{
	padding: 5px 10px; 
	border-radius: 5px; 
	color: black;
	background: rgba(255,255,255,.8);
	border: none;
	min-height: 25px;
	margin-bottom: 5px;
}
input[type="text"], input[type="password"]{
	width: 100%;
}
textarea{
	width: 100%;
	height: auto;
}
button{
	width: auto;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: #657831;
	color: #f2ebcf;
	padding: 10px 15px;
	font-size: 14px
}
.HideDelivery{
	display: none;
}
hr{
	clear: both;
	width: 100%;
	border: none;
	height: 10px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	margin-bottom: 20px;
}
#Account{
	position: fixed;
	top:0;
	width: 100%;
	min-height: 40px;
	background: #23180d;
	z-index: 9999;
}
#Account #Cart {
	position:absolute;
	top: 8px;
	right:20px;
	height: 24px;
	line-height: 24px;
}
.shopping-cart-box .close-shopping-cart-box,ul.view-cart li span {
	float:right;
}
ul.products-wrp {
	list-style:none;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	color:#777;
	text-align:center;
}
ul.products-wrp li {
	display:inline-block;
	border:1px solid #ECECEC;
	margin:5px;
	background:#fff;
	text-align:center;
}
ul.products-wrp li h4 {
	margin:0;
	padding:15px 5px 5px;
	text-align:center;
	border-bottom:1px solid #FAFAFA;
}

ul.products-wrp li .item-box {
	border:1px solid #EAEAEA;
	background:#F9F9F9;
	margin:5px;
	padding:5px;
	text-align:left;
}
ul.products-wrp li .item-box div {
	margin-bottom:5px;
}
ul.products-wrp li .item-box button {
	margin-left:5px;
	background:#FA1C5F;
	border:none;
	padding:3px 8px;
	color:#fff;
}
.cart-box,.shopping-cart-box {
	margin-left:auto;
	margin-right:auto;
}
ul.products-wrp li .item-box button[disabled=disabled] {
	background:#FC84A8;
}
.cart-box {
	display:block;
	background:url(/layout/cart.png) 5px 50% no-repeat #f2ebcf;
	background-size: auto 60%;
	padding:0 10px 0 28px;
	border-radius:5px;
	text-decoration:none;
	font-weight:700;
}

.cart-box:hover {
	background-color: #EEE;
}
#checkout{
	position:absolute;
	top: 8px;
	right: 80px;
	background:#657831;
	padding:0 8px;
	color:#fff;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
}
.RemoveFromCart{
	float: left;
}
.RemoveFromCart button{
	padding: 2px;
	border: none;
	background: #f2ebcf;
	color: white;
	display: block;
	width: 26px; height: 26px;
	border-radius: 13px;
	line-height: 13px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.RemoveFromCart button:hover{
	background: #657831;
}
.shopping-cart-box {
	position:absolute;
	top:42px;
	right:20px;
	min-width:450px;
	color:white;
	background: #657831;
	border-radius:4px;
	padding: 20px;
	margin-top:10px;
	display:none;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.shopping-cart-box a {
	color:white;
	text-decoration:none;
}
.shopping-cart-box:after {
	content:'';
	position:absolute;
	bottom:100%;
	right:16px;
	width:0;
	height:0;
	border-bottom:8px solid #ccc;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
.shopping-cart-box ul.cart-products-loaded {
	margin:0;
	padding:0;
	list-style:none;
}
#shopping-cart-results ul.cart-products-loaded li {
	background:white;
	color: black;
	margin-bottom:15px;
	padding:6px 10px 6px 35px;
	border-radius: 4px;
	position: relative;
	min-height: 50px;
}
#shopping-cart-results ul.cart-products-loaded li img{
	position: absolute;
	top:-30px;
	left: 0;
}
#shopping-cart-results ul.cart-products-loaded li a{
	color: black;
}
.shopping-cart-box .remove-item {
	float:right;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
.shopping-cart-box .cart-products-total {
	font-weight:700;
	text-align:right;
	padding:5px 0 0 5px;
}
.shopping-cart-box .cart-products-total a{
	display: block;
}
.shopping-cart-box h3 {
	margin:0;
	padding:0 0 5px;
}
ul.view-cart {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:15px 15px 15px 25px;
	list-style:none;
	border:1px solid #ECECEC;
	border-radius:4px;
}
ul.view-cart li{
	clear: both
}
ul.view-cart li.view-cart-total {
	border-top:1px solid #ddd;
	padding-top:5px;
	margin-top:5px;
	text-align:right;
}

/*   Login Styling    */
#loginContainer {
  width: 200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 999;
}
.loginTab ul.login {
  color: #23180d;
  text-align: center;
  margin: 0;
  padding: 0;
}
.loginTab li {
  list-style: none;
}
.loginTab a {
  height: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 6px 5px;
  background: #657831;
  border-radius: 0 0 10px 10px;
}
#loginPanel {
  background: #657831;
  z-index: 3;
  display: none;
  z-index: 999;
}
#loginPanel a {
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
fieldset.login {
  border: none;
  margin: 0;
  padding: 0;
}
.login input,
.login button {
  border: 1px solid #e7eeea;
  float: right;
  border-radius: 10px;
}
.login input.box {
  font-weight: normal;
  width: 100%;
  height: 26px;
  padding: 0 10px 0 15px;
  margin-top: 5px;
  background: none;
  background: #ffffff;
  border-radius: 10px;
}
.login input.box:focus {
  background: #ffffff;
  outline: none;
}
.login button.btn {
  width: 60px;
  height: 24px;
  color: #ffffff;
  margin-top: 5px;
  cursor: pointer;
  background: #049341;
}
#Account ::-webkit-input-placeholder {
   color: #333;
}
#Account :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}
#Account ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
#Account :-ms-input-placeholder {  
   color: #333;  
}
#PageOver{
	width: 100vw;
	height: 100vh;
	z-index: 99998;
	position: fixed;
	display: none;
	background-position: 50% 50%;
	cursor: -webkit-zoom-out;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.75);
}
#PageOverContent{
	z-index: 99999;
	position: fixed;
	left: 50%;
	display: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 76%;
	max-width: 600px;
	margin: 100px 0 0 -300px;
	background: white;
	padding: 20px 2%;
}
#PageMessage, #PlantMessage{
	width: 90vw;
	background: rgba(101, 120, 49, 0.9);
	padding: 20px 50px;
	position: fixed;
	left: 50%;
	top: 200px;
	color: white;
	z-index: 99999;
	margin-left: -45vw;
	text-align: center;
	font: 28px/1.4 helvetica;
	border-radius: 5px;
}
#PageMessage a, #PlantMessage a{
	color: white;
	display: inline-block;
}
#PageMessage .close, #PlantMessage .close{
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	background: white;
	margin-top: -10px;
	margin-right: -40px;
	background:  url(/layout/closemessage.png) no-repeat 50% 50%;
	cursor: pointer;
}
#PlantMessage{
	display: none;
}
#Header{
	padding-top: 0px;
}
#Contact{
	float: right;
	text-align: right;
	margin: 10px 0;
}
#Header #Logo {
	position: absolute;
	bottom:-38px;
	left: 0;
	width: 340px;
	height: 108px;
	float: left;
	background: url(layout/LakeDevonNursery.png) no-repeat;
	background-size: contain;
}
#Header #Logo small{
	font: 15px/1 helvetica, verdana, sans-serif;
	text-transform: none;
	position: absolute;
	top:33px;
	left: 29px;
	font-weight: bold;
}
.container{
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}
#Menu{
	width: 100%;
	min-height: 40px;
	background: #657831;}
#Menu ul{
	padding: 0;margin: 0;
	list-style: none;	
	text-align: right;
	margin-left: 300px;
}
#Menu li{
	display: inline-block;
	padding: 0; margin: 0;
}
#Menu li a{
	font-weight: normal;
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	color: #f2ebcf;
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all .5s;
    transition: all .5s;
}
#Menu li.current a{
	background: white;
	color: #23180d;
}
#Menu li a:hover{
	background: rgba(255,255,255,.3);
}
#Menu ul li{
	position: relative;
}
#Menu ul li:hover ul{
	display: block;
}
#Menu ul ul{
	margin: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 38px;
	width: 200px;
	z-index: 20;
	background: #657831;
}
#Menu ul ul li{
	display: block;
	text-align: left;
}
#Menu ul ul a{
	line-height: 35px;
}
#Menu li.current  li a{
	background: none;
	color: #f2ebcf;
}
#Menu li.social {
	padding: 0;
	margin: 0;
}
#Menu li.social a{
	height: 50px;
	width: 30px;
	margin-bottom: -20px;
	background: url(/layout/social.png) no-repeat 0 50%;
	background-size: auto 50px;
}
#Menu li.social a.instagram{
	background-position: -60px 0;
}
#Menu li.social a.twitter{
	background-position: -30px 0;
}
#ProfileLinks{
	position: absolute;
	top:0;
	left: 0;
	text-align: right;
	
}
#ProfileLinks a{
	color: white;
} 
#ProfileLinks .admin{
	margin: 8px 20px;
	height: 24px;
	text-transform: uppercase;
	background: #657831 url('/layout/account.png') no-repeat 5px 50% ;
	background-size: 20px auto;
	color: black;
	-webkit-transition: all .5s;
    transition: all .5s;
    padding: 2px 15px 2px 30px;
    border-radius:5px ;
    color: white;
    display: inline-block;
}
#ProfileLinks .admin:hover{
	background-color: rgba(255,255,255,.3);
}
form#AdminEdit{
	background: none;
	padding: 0;
}
#Main{
	margin-top: 40px;
	padding-bottom: 100px;
}
.clearHeader{
	height: 100px;
	display: block;
}
#Page{
	margin-top: 40px;
	position: relative;
	min-height: 400px;
	display: block;
	padding: 0;
}
#Slider{
	position: relative;
	height: 25vh;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 50px;
}
.slide{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.slide.current{
	z-index: 10;
}
.slide.past{
	z-index: 9;
}
#SpecialsLink{
	position: absolute;
	right: 20px;
	top:20px;
	width: 150px;
	height: 150px;
	background: url(/layout/specials.png) no-repeat center center;
	background-size: contain;
	z-index: 50;
	
    animation: specials infinite 1s;
}
@keyframes specials {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(.95);
  }
  100% {
      transform: scale(1);
  }
}
#HomeSlider{
	float: right;
	width: 50%;
	position: relative;
}
.homeSlide{
	width: 100%;
	position: absolute;
}
#HomeText{
	width: 50%;
	float: left;
	padding-right: 50px;
}
#HomeLinks{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
#HomeLinks li{
	width: 33%;
	float: left;
	text-align: center;
	
}
#HomeLinks li:hover{
	cursor: pointer;
}
#HomeLinks li:hover a{
	background-color: white;
}

#HomeLinks li a{
	margin: 20px 0 10px;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-size: 60% auto;
	background-position: center center;
	background-color: #657831;
	background-repeat: no-repeat;
}
#Description{
	width: 65%;
	float: left;
}
#Description h2:first-of-type{
	margin-top: 0;
}
#Actions{
	padding: 5px 1.5%;
	width: 30%;
	float: right;
	background: rgba(0,0,0,.04);
}
#Actions p{
	text-align: left;
}
#Account form{
	padding: 20px;
}
table{
	border: 1px solid rgba(0,0,0,.2);
	border-width: 1px 0 0 1px ;
}
table th, table td{
	border: 1px solid rgba(0,0,0,.2);
	border-width: 0 1px 1px 0;
	padding: 2px 5px;
}
table thead th{
	text-align: center;
}
table tbody th{
	text-align: left;
}
table tr:nth-child(even) th, table tr:nth-child(even) td{
	background: rgba(255,255,255,.2);
}
button:disabled{
	opacity: .2;
}
.missing{
	color: red;
}
label.error {
	color: red;
	font-style: italic
}
div.error { display: none; }
input.error { border: 1px dotted red; }
.outofstock th a{
	opacity: .4; 
}
.clone{
	margin-bottom:4px;
	padding:5px 8px;
	font-size:11px;
	color: white;
	background: #d5d5d5;
	position: relative;
	border-radius: 5px;
}
 a.deleteClone{
	position: absolute;
	top:5px;
	right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 14.5px;
	background: black;
	line-height: 25px;
	text-align: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
}
.tab{
	display: none;
}
.tab.current{
	display: block;
}
.download, .print, .share{
	padding: 5px;
	text-transform: uppercase;
	color: white;
	background: #AAA;
	display: block;
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-image: url(/layout/download.jpg);
	float: right;
	margin: 7px 1.5%;
}
.print{
	background-image: url(/layout/print.jpg);
}
.share{
	background-image: url(/layout/email.jpg);
}
.download:hover, .print:hover, .share:hover{
	color: black;
}
.activated{
	background-color: #6cab60;
}
.inactive{
	opacity: .3;
}
.logout{
	background: rgba(0,0,0,.2);
	float: right;
	padding: 2px 10px;
	color: white;
	border-radius: 4px;
}
.RowPhoto{
	position: absolute;
	top:0;
	left: 0;
	width: 15%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
span.day{
	display: block;
	padding-left: 10px;
}
.phone, .fax, .address, .website, .email, .facebook, .mobile{
	display: block;
}
.phone span, .fax span, .address span, .website span, .email span, .facebook span, .mobile span{
	width: 20px; height: 20px;
	display: inline-block;
	margin-bottom: -2px;
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.map{
	float: right;
	width: 50%;
	height: 400px;
}
.col{
	float: left;
	width: 50%;
	padding-right: 40px;
}
.phone span{
	background-image: url(/layout/phone.png);
}
.mobile span{
	background-image: url(/layout/mobile.png);
}
.fax span{
	background-image: url(/layout/fax.png);
}
.address span{
	background-image: url(/layout/address.png);
}
.website span{
	background-image: url(/layout/website.png);
}
.email span{
	background-image: url(/layout/email.png);
}
.facebook span{
	background-image: url(/layout/facebook.png);
}	
.next, .last{
	margin-top: 30px;
	font-size: 26px;
	line-height: 20px;
	float: left;
	width: 50%;
}
.next:hover, .last:hover{
	color: black;
}
.next{
	float: right;
	text-align: right;	
}
.next small, .last small{
	font-size: 50%;
	padding: 0 25px;
}
.clear{
	clear: both;
}
.actionEdit{
	float: right;
}
.actionEdit button{
	position: absolute;
	right: 20px;
	bottom: 80px;
	background: #657831;
	border: none;
	padding: 10px 20px;
	color: white;
	z-index: 999;
}
.displayButton{
	margin: 10px 0;
	float: right;
	padding: 3px 5px 3px 23px;
	border: 1px solid #657831;
	border-radius: 4px;
	background: #657831 url(/layout/list.png) no-repeat 6px 50%;
	margin-right: 1%;
	background-size: auto 46%;
}
.displayButton.grid{
	background-image: url(/layout/grid.png);
	margin-right: 0;
}
#breadcrumb{
	display: block;
	margin: 0 0 10px 0;
	color: #657831;
}
#breadcrumb a{
	color: #657831;
	font-weight: normal;
}
#PlantList{
	
}
#PlantList .plant{
	float: left;
	width:19%;
	margin-right: 1%;
	min-height: 30px;
	border: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
	text-align: center;	
	height: 210px;
	overflow: hidden;
	position: relative;
}
#PlantList .plant img{
	width: 100%;
	max-width: 120px;
	margin-bottom: 10px;
}
#PlantList .plant h2{
	 margin: 0;	
	 font-size: 16px;
	 line-height: 18px;
}
#PlantList .plant .hoverPhoto{
	position: absolute;
	top:0 ; left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	display: none;
}
#PlantList .plant:hover h2 strong{
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	padding: 5px;
	background: rgba(101, 120, 49, 0.8);
	color: white;
}
#PlantList .plant:hover .hoverPhoto{
	display: block;
}
#PlantList table td{
	text-align: right;
}
#PlantList table tbody tr:hover th, #PlantList table tbody tr:hover td{
	background: rgba(101, 120, 49, 0.3);
}
#PlantDescrtipion{
	width: 68%;
	float: left;
	margin-bottom: 20px;
}
#PlantPhotos{
	width: 30%;
	float: right;
	position: relative;
	height: 300px;
	overflow: hidden;
	background: rgba(101, 120, 49, 0.3);
	margin-bottom: 20px;
}
#PlantPhotos .plantPhoto{
	direction: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}
#PlantSizes{
	width: 68%;
	float: left;
}
#PlantCategories{
	width: 30%;
	float: right;
	margin-bottom: 20px;
}
.plantCategory, .SearchTicker{
	display: inline-block;
	width: 105px;
	border: 1px solid rgba(0,0,0,.4);
	float: left;
	background-size: auto 50px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
}
#SearchForm{
	background: rgba(101, 120, 49, 1);
	padding: 20px;
	border-radius: 5px;
}
#SearchForm table, #SearchForm td{
	border: none;
	line-height: 25px;
	font-size: 18px;
}
/**#SearchForm td{
	opacity: .3;
}**/
#SearchForm td.selected, #SearchForm td.checked{
	opacity: 1;
}
#SearchForm .selected > td{
	opacity: 1;
}
#SearchForm table{
	margin-top: 10px;
}
#SearchForm img{
	height: 25px;
	float: left;
	margin-right: 5px;
}
.SearchTicker input{
	display: none;
}
.SearchTicker{
	opacity: .3;
}
.SearchTicker.selected{
	opacity: 1;
}
.catName{
	padding-top: 55px;
	padding-bottom: 5px;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.catType{
	display: block;
	background: rgba(101, 120, 49, 0.5);
	text-align: center;
	min-height: 40px;
	padding: 10px 5px;
}
.sizeprice{
	padding-top: 240px;
	text-align: center;
	float: left;
	opacity: .3;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: none;
	margin: 0 8px;
}
.sizeprice:nth-child(odd) .sizesize{
}
#PlantSizesList{
	clear: both;
	background: url(/layout/sizes.png) repeat-x;
	height: 275px;
}
#man{
	background-image: url(/pictures/sizes/man.png);
	width:3.3%
}

#sizeNative, #size140mm, #size200mm, #size250mm, #size300mm{
	background-image: url(/pictures/sizes/300mm.png);
	width: 2.8%
}
#size410mm{
	background-image: url(/pictures/sizes/410mm.png);
	width: 4%;
	display: block;
}
#size25L, #size35L{
	background-image: url(/pictures/sizes/35l.png);
	width: 5.2%
}
#size45L{
	background-image: url(/pictures/sizes/45l.png);
	width: 6.4%;
	display: block;
}
#size75L{
	background-image: url(/pictures/sizes/75l.png);
	width: 7.8%;
	display: block;
}
#size100L{
	background-image: url(/pictures/sizes/100l.png);
	width: 8.5%;
	display: block;
}
#size150L{
	background-image: url(/pictures/sizes/150l.png);
	width: 9.6%
}
#size200L{
	background-image: url(/pictures/sizes/200l.png);
	width: 10.7%;
	display: block;
}
#size300L{
	background-image: url(/pictures/sizes/300l.png);
	width: 12.3%
}
#size400L{
	background-image: url(/pictures/sizes/400l.png);
	width: 13.7%
}
#size500L{
	background-image: url(/pictures/sizes/500l.png);
	width: 14.4%;
	display: block;
}
.sizeprice.instock{
	opacity: 1;
	display: block;
}
.sizesize{
	position: absolute;
	top:240px;
	font-size: 10px;
	width: 100%;
	text-align: center;
	line-height: 14px;
}
.sizesize strong{
	font-size: 12px;
}
.Special{
	position: relative;
}
.SpecialPhotos{
	width: 50%;
	float: left;
	position: relative;
	height: 386px;
	overflow: hidden;
	background: rgba(101, 120, 49, 0.3);
	margin-bottom: 20px;
}
.SpecialPhotos .specialPhoto{
	direction: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}
.SpecialText{
	width: 50%;
	float: left;
	padding-left: 20px;
}
.Checkout table{
	background: rgba(101, 120, 49, 0.3);
	border: none;
	border-radius: 10px;
	margin-bottom: 10px; 
}
.Checkout td, .Checkout th, .Checkout tr{
	background: none;
	border: none;
	padding: 10px 15px;
}
.Checkout th{
	text-align: right;
	vertical-align: top;
	padding-right: 0
}
.Checkout button{
	float: right;
	color: #f2ebcf;
}
#Footer{
	background: url(layout/footer.png) no-repeat 50% 0;
	background-size: cover;
	color: #23180d;
	position: fixed;
	bottom:0;
	left: 0;
	height: 60px;
	padding: 25px 0 0;
	width: 100%;
	letter-spacing: 1px;
	font-size: 11px;
	z-index: 999;
	text-align: center;
}
#Footer ul{
	margin: 0;
	padding: 0;
	float: left;
}
#Footer li{
	display: inline-block;
	padding: 0 12px 0 0;
	margin: 0;
}
#Footer a{
	color: #23180d;
	-webkit-transition: all .5s;
    transition: all .5s;
}
#Footer a:hover{
	color: black;
}
#Footer p{
	margin: 5px 0;
}
#FootPages{
	padding-top: 5px;
	text-align: left;
}
#FootPages, #FootContact{
	width: 50%;
	padding-right: 1%;
	float: left;	
}
#FootContact{
	text-align: right;
}
#FootContact a{	
	display: inline-block;
	margin-left: 10px;
}
#Footer a#shd{
	font-size: 11px;
	background: url(/layout/shd.png) no-repeat 0% 50%;
	padding-left: 25px;
	height: 20px;
}
#Footer a#shd:hover{
}
.clear{
	clear: both;
}
@media only screen and (max-width: 1000px) {	
	#PlantList .plant{
		float: left;
		width:24%;
	}
}
@media only screen and (max-width: 767px) {
	#PlantList .plant{
		float: left;
		width:32%;
	}
	h2{
	}
	#Header .container{
		height: 50px;
	}
	#Header #Logo{
		margin: 0 10px;
		width: 200px;
		height: 90px;
		top:9px;
	}
	#Contact{
		position: absolute;
		top:50px;
		right: 0;
		margin: 5px 15px;
		width: 135px;
	}
	.cart-button{
		text-align: center;
	}
	.plantCategory{
		width: 30%;
	}
	#Contact a{
		display: inline-block;
		float: left;
		border: 1px solid #f2ebcf;
		border-radius: 5px;
		background-size: 80%;
		background-position: center center;
		background-repeat: no-repeat;  
	}
	#loginContainer{
		width: 45%;
	}
	#LoginForm{
		width: 100%;
		float: none;
		display: block;
		text-align: center;
		background: black;
		margin-right: 0;
	}
	#LoginForm input{
		width: 42%;
	}
	#LoginForm button{
		width: 14%;
	}
	#HomeSlider{
		width: 100%;
		position: inherit;
		height: 200px;
		overflow: hidden;
	}
	#HomeText{
		padding-top: 20px;
		padding-right: 0;
		width: 100%;
	}
	#SearchForm table{
		display: none;
	}
	#SearchForm.open table{	
		display: block;
	}
	#Menu{
		min-height: 50px;
		clear: none;
		margin-left: 0;
		float: right;
	}
	#Menu .container{
		position: fixed;
		top: 0px;
		width: 75vw;
		right: -75vw;
		height: 100vh;
		z-index: 9998;
	    transition: all .5s;
		background: #657831;
		padding: 0;
	}
	#Menu ul{
		margin-top: 0px;
		height: 100vh;
		width: 100%;
		margin-left: 0;
		text-align: center;	
	}
	#Menu ul ul{
		text-align: center;
	}
	#Menu .container.visable{
		right: 0;
		box-shadow: 0px 0px 6px 8px rgba(0,0,0,.6);
	}
	#Menu li{
		display: block;
		margin: 0;
	}
	#Menu li a{
		color: #f2ebcf;
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
	}
	#Menu li.social{
		display: inline-block;
		border-bottom: none;
	}
	#HeaderImage{
		height: 25vh;
	}
	#Menu #menuButton{
		display: block;
		background: url(/layout/menu.png) no-repeat;
		width: 60px;
		height: 50px;
		background-size: contain;
		margin-left: -80px;
		cursor: pointer;
	}
	#Menu .container.visable #menuButton{
		background: #657831 url(/layout/close-menu.png) no-repeat;
		margin-left: -60px;
	}
	.shopping-cart-box{
		width: calc(100% - 40px);
	}
	ul.view-cart{
		width: 100%;
	}
	#SearchForm td{	
		width: 100%;
		display: inline-block;
	}
	#PageMenu{
		width: 100%;
		min-height: 0px;
		margin: 0;
		float: none;
		display: none;
	}
	#PageMenu .clearProducts{
		height: 10px;
	}
	#Page{
		width: 100%;
		padding: 0;
		clear: both;
	}
	#HomeSlider{
		height: auto;	
	}
	#HomeSlider #Slide, #HomeSlider #SlideText{
		display: none;
		height: 0;
	}	
	#HomeLinks li{
		width: 100%;
		float: none;
		
	}
	#PlantDescrtipion, #PlantPhotos, #PlantCategories, #PlantSizes{ 
		width: 100%;
	}
	.sizeprice{
		display: none;
	}
	.sizeprice.instock{
		display: block;
	}
	#SliderButtons{
		position: inherit;
		width: 100%;
		right: auto;
		top: auto;
		background: white;
		padding: 0 0 60px;
	}
	#SliderButtons h1:first-of-type{
		margin-top: 0;
		height: 100px;
	}
	#SliderButtons .Tour{
		height: 200px;
		border: none;
	}
	#SliderButtons .phone, #SliderButtons .fax, #SliderButtons .mobile, #SliderButtons .email{
		display: none;
	}
	#SliderButtons .spacer{
		display: block;
		height: 100px;
	}
	.phone span, .address span, .website span, .email span, .mobile span, .facebook span{
		background: none;
	}
	.phone, .address, .website, .email, .mobile, .facebook{
		width:40px;
		height: 40px;
		background-size: contain;
		float: none;
		margin-left: 5px;
		margin-bottom: 5px;
		overflow: hidden;
		color: rgba(0,0,0,0);
	}
	.contact .phone, .contact .address, .contact .website, .contact .email, .contact .mobile, .contact .facebook{
		width: 100%;
		background-repeat: no-repeat;
		background-color: #AAA;
		color: white;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	.contact span{
		display: inline-block;
	}
	.phone:hover, .address:hover, .website:hover, .email:hover, .mobile:hover, .facebook:hover{
		color: rgba(0,0,0,0);
	}
	.contact span.fax{
		display: none;
	}
	.email{
		background-image: url(/layout/email.png);
	}
	.phone{
		background-image: url(/layout/phone.png);
	}
	.mobile{
		background-image: url(/layout/mobile.jpg);
	}
	.address{
		background-image: url(/layout/address.png);
	}
	.website{
		background-image: url(/layout/website.jpg);
	}
	.facebook{
		background-image: url(/layout/facebook.jpg);
	}
	.spacer{
		display: none;
	}
	.download, .print{
		width: auto;
	}
	.map, .col{
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	#Footer{
		padding-top: 10px;
		position: inherit;
	}
	#Footer ul{
		text-align: center;
		width: 100%;
	}
	#Footer li{
		text-align: center;
		padding: 4px 10px;
	}
	#FootPages{
		display: none;
	}
	#FootContact{
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	#FootContact{
		padding-top: 20px;
	}
	#FootContact span{
		height: 30px;	
	}
	#Main a[href^="mailto:"], #Main a[href^="tel:"]{
		display: block;
		padding: 10px;
		text-align: center;
		background: #657831;
		color: #f2ebcf;
		border-radius: 5px;
		margin-bottom: 10px;
	} 
	/**Christina Updates to mobile search Nov 19**/
	#SearchForm td {
		line-height: 45px;
	}
	#SearchForm td select {
		min-width: 110px;
		padding: 3px;
		min-height: 30px;
		float: right;
	}
	#SearchForm td input {
		float: right;
	}
	#SearchForm h2::after {
		content: ' >>';
		padding-left:8px;
	}
	#SearchForm #check td {
		width:50%;
		float: left;
	}
	#SearchForm #check td:nth-child(odd) {
		padding-right:10px;
	}
	#SearchForm #check td:nth-child(even) {
		padding-left:10px;
	}
	#mc_embed_signup input.email {
		background-image: none;
	}
	#FootContact {
		padding: 0;
	}
	#FootContact a {
		width: 50%;
		margin:0;
		background-repeat: no-repeat;
		color: #F4EACF;
	}
	#FootContact span {
		width: auto;
	}
	#Menu ul li {
		border-bottom: 1px rgba(0,0,0,0.5) solid;
	}
	#Menu ul li:hover ul {
		display: block;
		position: relative;
		height: auto;
		top: 0;
		text-align: right;
		width: 100%;
		background: #38421c;
	}
	#Menu ul li:hover ul li {
		text-align:right;
	}
	#Menu ul li:hover ul li a {
		line-height:40px;
	}
	#Menu ul li:hover ul li a::before {
		content: '-';
		padding-right:5px;
	}
}
@media  print{
	#Header{
		position: inherit;
		background: white;
	}
	#Header #Logo{
		color: black;
		text-shadow: none;
	}
	#HeaderImage h1{
		bottom: -80px;
		color: black;
		font-size: 36px;
		left: 0px;
		width: 960px;
		margin-left: 20px;
		text-shadow: none;
	}
	#HeaderImage {
		margin-bottom: 100px;
	}
	#Footer, .print, .download, .last, .next, .admin, #Menu, #LoginForm{
		display: none;
	}
	
} 