/*
	
	Theme Name:  Growth Technology

	Version: 1.0
	
	Author: Eclipse Creative
	Author URI: http://www.eclipse-creative.co.uk/
	Author Email: support@eclipse-creative.co.uk
	
	Copyright: All rights reserved to Growth Technology
	
	
	Table Of Contents
	-----------------------

	- Bootstrap 			- ./lib/css/bootstrap.min.css
	- Fonts & Typography	- ./lib/css/fonts.css
	- Helpers
	
	- General
	- Header
	- Navigation
	- Content
		- Pages
		- News
		- Homepage
		- Contact
	- Widgets
	- Footer
	
	- Plugins
	- CSS3
	- Responsive

/*	=Helpers
------------------------------------------------------------*/
.text-l { text-align: left; }
.text-c { text-align: center; }
.text-r { text-align: right; }

.float-l,.alignleft { float: left; }
.float-r,.alignright { float: right; }

.clear { clear: both; }

.relative { position: relative; }

.no-margin { margin: 0; }
.no-wrap { white-space: nowrap; }

hr.thin {
	margin: 8px 0;
}

.well, 
.pagination ul > li > a, 
.pagination ul > li > {
	border: 1px solid #658624;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Panel Padding */
.panel {
	padding: 0 25px;
}

/*	
	=General
------------------------------------------------------------*/
body {
/*	background: url("lib/images/bg/body.png") repeat scroll 0 0 #8BA25C; */
/*	background: url("lib/images/bg/gtbg_100k_flipped.jpg") repeat-x fixed center top #8BA25C; */
	background: url("lib/images/bg/gtbg_100k_blue.jpg") repeat-x fixed center top #7694bb;
	word-wrap: break-word;
}

#header {
	padding: 15px 0 0;
	position: relative;
	z-index: 15;
}

p.lead {
	color: #343434;
	font-size: 20px;
	font-weight: 500;
}

#header,
#primary {}

blockquote {
	border: none; /* Bootstrap overide */
}

blockquote p {
	font-size: 20px; /* Bootstrap overide */
}

blockquote span {
	color: #3b3b3b;
	font-size: 56px;
	position: absolute;
}
	blockquote span:first-child {
		margin-left: -25px;
	}
	blockquote span:last-child {
		margin-left: 7px;
		margin-top: 10px;
	}

figcaption {
	color: #3B3B3B;
	float: right;
	padding-right: 20px;
}

.alert a {
	text-shadow: none;
}

/*	=Header
------------------------------------------------------------*/
#logo {
	height: 150px;
	left: 50%;
	margin-left: -172px;
	position: absolute;
	width: 345px;
	z-index: 15;
}

#logo a {
	display: block;
}



.goog-te-gadget-simple a {
	text-shadow: none;
}

#searchform div {
	position: relative;
}

#searchform #s {
	background: #5B79A0;
	border-color: #34547C;
	color: #FFF;
}

#searchform .btn {
/*
	position: absolute;
	right: 3px;
	top: 3px;
*/
}

#header .google-translate-tool {
	float: left;
	margin-right: 10px;
}

#header .goog-te-gadget-simple {
	background: #5B79A0;
	border-color: #34547C;
}

#header .goog-te-menu-value span {
	border-color: #34547C;
	color: #FFF !important;
}

#header .goog-te-gadget-simple .goog-te-menu-value {
	color: #FFF;
}
	

/*	=Hero
------------------------------------------------------------*/
#hero {
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
}

#hero .slides {
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

#hero .slides * {
	-webkit-border-radius: inherit;
	   -moz-border-radius: inherit;
			border-radius: inherit;
}

#nav .flex-active a {
	background-color: #95BF47;
}


#hero .overlay {
/* 	background: url(lib/images/hero/overlay.png) scroll repeat-y left top; */
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#hero .feature-text {
	
	background: url(lib/images/trans_overlay.png) scroll repeat left top;
/* 	background-color: rgba(36,36,36,0.7); */
	border-radius: 0 12px 0 0;
	padding: 20px 20px 10px;
	position: absolute;
	left: 0;
	right: 30%;
	bottom: 0;
}
	#hero .feature-text h2,
	#hero .feature-text p,
	#hero .feature-text a {
		text-shadow: 0 1px 1px #000000;
		margin-bottom: 6px;
		margin-top: 0;
	}
	
	#hero .feature-text h2 {
		font-size: 30px;
		color: #fff;
	}
	
	#hero .feature-text p,
	#hero .feature-text a {
		font-size: 17px;
		font-weight: 400;
		line-height: 1.625em;
	}
	
	#hero .feature-text p {
		color: #fff;
	}
	
	#hero .feature-text a {
		color: #8ad74b;
		text-decoration: underline;
	}

/*	=Navigation
------------------------------------------------------------*/
#nav {	
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 3px #444;
    margin-bottom: 6px;

	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
			border-radius: 10px 10px 0 0;
			
}
#nav .navbar-inner {
/* old green
	background-color: #9ecc46;
	background-image: -moz-linear-gradient(top, #abd953, #8bb933);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abd953), to(#8bb933));
	background-image: -webkit-linear-gradient(top, #abd953, #8bb933);
	background-image: -o-linear-gradient(top, #abd953, #8bb933);
	background-image: linear-gradient(to bottom, #abd953, #8bb933);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabd953', endColorstr='#ff8bb933', GradientType=0);
*/
	
	background-color: #5b79a0;
	background-image: -moz-linear-gradient(top, #7795BB, #5b79a0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7795BB), to(#5b79a0));
	background-image: -webkit-linear-gradient(top, #7795BB, #5b79a0);
	background-image: -o-linear-gradient(top, #7795BB, #5b79a0);
	background-image: linear-gradient(to bottom, #7795BB, #5b79a0);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7795BB', endColorstr='#5b79a0', GradientType=0);
	
	border: none;
	padding: 0;
}
#nav .nav-inner li {
	float: left;
	display: inline;
}

#nav .nav {
	margin: 12px 0 12px 10px;
}

#nav .right .nav {
	margin: 12px 10px 12px 0;
}

#nav .nav li a {
/* old green

	color: #343434;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
	text-shadow: 0 1px 0 #BCFC44;
	text-transform: uppercase;
	border-left: 1px solid #669934;
*/
	
	
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    text-shadow: 0 1px 0 #053457;
    text-transform: uppercase;
    border-left: 1px solid #7795BB;
}

#nav li:first-child a {
	border-left: 0;
}

#nav .nav li a:hover {
	background-color: transparent;
	color: #fff;
	text-shadow: none;
}

/*	=Side Navigation
------------------------------------------------------------*/

.nav li {
	line-height: 26px;
}
#menu-about-sub-menu > li > a,
.nav-list > li > a,
.pagination a {
	color: #fff;
	text-shadow: 0 1px 0 #496219;
}
#menu-about-sub-menu li a:hover,
.nav li a:hover,
.pagination > ul > li > a:hover {
/* Old green
	background-color: #71922F;
	color: #fff;
	text-shadow: none;
*/
	background-color: #7795BB;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
.nav-list > .active > a, .nav-list > .active > a:hover,
.pagination ul > .active > a, 
.pagination ul > .active > span {
	color: #CEFF6C;
	background-color: #71922F;
	text-shadow: none;
}
	.nav-list .divider {
/* Old green
		background-color: #829D4E;
		border-bottom: 1px solid #99ce35;
*/
		background-color: #1D2B3D;
		border-bottom: 1px solid #7CA4D6;
	}
	
.well,
.pagination ul > li > a, 
.pagination ul > li > span {
/* Old green
	background-color: #98C640;
	border: 1px solid #71922F;
*/
    background-color: #5B79A0;
    border: 1px solid #34547C;
}
.side-nav.well{
	padding: 0;
}
.label-info, .badge-info {
    background-color: #99ce35;
}

.nav-list ul {
	list-style-type: none;
}

#menu-about-sub-menu li > a,
.nav-list li > a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 3px 15px;
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: none;
}

#secondary li.current-cat a {
/* old green background-color: #71922F; */
	background-color: #7795BB;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #496219;
}

#secondary .widget-title {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #496219;
}

/*	=Breadcrumb Navigation
------------------------------------------------------------*/
.breadcrumb {
/* Old green
	background-color: #98C640;
    border-bottom: 2px solid #71922F;
    border-radius: 0 0 10px 10px;
    color: #343434;
    margin-top: 0;
    font-weight: 500;
    text-shadow: 0 1px 0 #BCFC44;
    padding-left: 22px;
*/
	background-color: #5B79A0;
	border-bottom: 2px solid #34547C;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 4px 0 #777777;
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	padding-left: 22px;
	text-shadow: 0 1px 0 #053457;
}
.breadcrumb a {
/* Old green
	color: #343434;
	margin-top: 10px;
	text-shadow: 0 1px 0 #BCFC44;
*/
	margin-top: 10px;
	color: #ffffff;
	text-shadow: 0 1px 0 #053457;
}
.breadcrumb li {
/* Old green text-shadow: 0 1px 0 #BCFC44; */
	text-shadow: 0 1px 0 #053457;
}
	.breadcrumb .active {
/* Old green
		color: #343434;
		text-shadow: 0 1px 0 #BCFC44;
*/
		
		color: #ffffff;
		text-shadow: 0 1px 0 #053457;
	}

.breadcrumb .divider {
    color: #3D3D3D;
}

/*	=Pages
------------------------------------------------------------*/
.page .title {}
.page .content {
	padding: 0 20px;
}

#promo-panels {
/*	background: none repeat scroll 0 0 #829D4E; */
	background: url("lib/images/bg/tiny-grid.png") repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 2px 10px #555555;
	margin-top: 24px;
	padding-bottom: 20px;
	position: relative;
}

#promo-panels .panel {
	height: auto;
}

#promo-panels .panel .title {
	font-size: 20px;
}

#promo-panels a {
	text-shadow: none;
}

.leaves {
	bottom: 0;
	position: absolute;
	right: -20px;
}

img.alignleft {
	padding-right: 14px;
}

img.alignright {
	padding-left: 14px;
}

.page hr {
	background-color: #5B79A0;
	border-left: 2px solid #5B79A0;
	border-right: 2px solid #5B79A0;
	margin: 24px auto;
	width: 90%;
}

/*	=About us
------------------------------------------------------------*/

.white-grid {
	background: url("lib/images/bg/tiny-grid.png") repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 2px 4px #888888;
	padding: 20px;
	margin-bottom: 20px
}

.page-id-19 blockquote {
	margin-top: 35px;
}

.page-id-19 figure {
	margin-top: -20px;
}

.page-id-19 .wp-image-705 {
    margin-top: 20px;
}

/*	=Listing
------------------------------------------------------------*/

.listing .item {
	padding: 12px;
	margin-bottom: 25px
}

.listing .title {
	margin-top: 0;
}

.listing .feature-image {
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 220px;
}

.listing .excerpt.has-thumbnail {
	float: left;
	width: 570px;
}

/*	=News
------------------------------------------------------------*/
.listing .post .feature-image {
	padding: 10px;
}

.listing .post .excerpt.has-thumbnail {
	float: none;
	padding-top: 15px;
/* 	margin-left: 250px; */
	width: auto;
}

.post .excerpt {}
.post .meta {}
.post .read-more {}
.post .read-more a {}
.meta .tags {}
.meta .comments {}
.post .attachment-sneek-feature-image {}

.single .post { 
	padding: 25px;
}

/*	=Homepage
------------------------------------------------------------*/
#hero-menu {
    display: block;
    left: 0;
    margin: 0 0 20px -2px;
    position: relative;
    list-style: none outside none;
}
	#hero-menu > li {
		float: left;
		margin-left: 2px;
		width: 312px;
	}
	
	#hero-menu li:last-child {
		margin-right: 0;
	}	
	
	#hero-menu li a {
/* old green
		background: none repeat scroll 0 0 #98C640; 		
		border-bottom: 2px solid #71922F;
		display: block;
		font-weight: 500;
		padding: 18px 15px;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 #BCFC44;
*/

		background: none repeat scroll 0 0 #5B79A0;
		border-bottom: 2px solid #34547C;
		box-shadow: 0 1px 4px 0 #777777;
		color: #ffffff;
		display: block;
		font-weight: 500;
		padding: 18px 15px;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 #053457;
	}
	
	#hero-menu .current a,
	#hero-menu li a:hover {
/* old green background-color: #95BF47; */
		background-color: #7795BB;
		color: #ffffff;
	}
	
	#hero-menu li:first-child a {
		-webkit-border-radius: 0 0 0 10px;
		   -moz-border-radius: 0 0 0 10px;
				border-radius: 0 0 0 10px;
	}
	
	#hero-menu li:last-child a {
		-webkit-border-radius: 0 0 10px 0;
		   -moz-border-radius: 0 0 10px 0;
				border-radius: 0 0 10px 0;
	}
	
#feature-panels {}

	#feature-panels .panel {
		background: url(lib/images/bg/tiny-grid.png) repeat scroll 0 0 #fff;
		border: 1px solid #FFFFFF;
		-webkit-border-radius: 10px 45px 0 0;
		   -moz-border-radius: 10px 45px 0 0;
				border-radius: 10px 45px 0 0;
		box-shadow: 0 8px 8px 2px #666666;
		overflow: hidden;
		min-height: 370px;
	}

	#feature-panels h2 {
		background: url(lib/images/icon/homeicons-sprite.png) scroll no-repeat 0 0;
		font-size: 30px;
		height: 68px;
		line-height: 54px;
		margin-left: -14px;
		margin-bottom: 0;
		padding-left: 70px;
	}
	
	#feature-panels .nutrients h2 { background-position: 0 0; }
	#feature-panels .hardware h2 { background-position: 0 -68px; }
	#feature-panels .lighting h2 { background-position: 0 -137px; }

	#feature-panels img {
		display: block;
		margin: 0 auto;
	}

	#feature-panels a {
		font-weight: 500;
    	text-decoration: underline;
	}

	#feature-panels p {
		color: #676054;
		text-shadow: none;
	}

	.span6 .panel h2 {
/* 		border-bottom: 1px solid #343434; */
/*	    color: #FFFFFF; */
	    color: #343434;
	    margin-bottom: 0;
	    padding-bottom: 8px;
/*	    text-shadow: 0 1px 0 #496219; */
	}

	.panel h2 span { color: #5B79A0 ;}
	

	.half {
/*		background-color: #829d4e; */
		position: relative;
	}

#why-buy p {
/*	border-top: 1px solid #82AA33; */
	padding-top: 20px;
}
#why-buy .tomato {
	padding-top: 20px;
}
#feature-panels h2 {
	color: #343434;
}

#feature-panels a {
	text-shadow: none;
}


.news-articles {
	padding-top: 28px;
}

.news-articles .date {
	background-color: #343434;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 6px;
	
	position: absolute;
	left: 0;
	top: 0;
}

.news-articles .excerpt {
	margin-left: 100px;
}

/*	=Products
------------------------------------------------------------*/	
.products h3 {
    margin-bottom: 4px;
    padding: 8px 0;
}

.page-template-tpl-products-php .content { padding: 0; }
.page-template-tpl-products-php .thumbnail .inner { height: 370px; }

.thumbnails { margin: 0 0 20px; }

.thumbnail img { margin-left: 15px; }

.thumbnails .thumbnail {
	background: white;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.thumbnail .inner {
	background: url(lib/images/bg/tiny-grid.png) repeat scroll 0 0 #fff;
	background-color: #829D4E;
	border: 1px solid #658624;
	box-shadow: none;
	padding: 12px;
}


.thumbnail .feature-image { 
	text-align: center;
}

.thumbnails h3 a:hover {
	text-decoration: none;
}

.icon-info-sign {
	margin: 0 6px 0 0;
}

.plant-stage {
    margin-bottom: 0;
}

.product-info a {
    display: block;
    font-size: 14px;
}

.product-info a.flat-btn {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-shadow: none;
}

.plant-stage .label-propagation {	background-color: #8181ff;}
.plant-stage .label-early_grow {	background-color: #8e65a4;}
.plant-stage .label-grow {			background-color: #9DE610;}
.plant-stage .label-bloom {			background-color: #f42f5d;}

.thumbnails.products > li {
	margin-bottom: 20px;
}

/*	=Single
------------------------------------------------------------*/
.product-header {
	position: relative;
}

.product-header h1 {
	color: #343434;
}

.table {
    font-size: 12px;
}

.instructions,
.datasheets {
	margin-bottom: 24px;
}

#product-tabs a {
	text-shadow: none;
}

#product-tabs {
	border-bottom: 1px solid #343434;
	margin-bottom: 20px;
}

#product-tabs .nav-tabs {
	border: none;
	margin-bottom: 0;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #343434;
    border-color: #343434 #343434 transparent;
    color: #FFFFFF;
}

#tertiary ul {
    margin: 0;
    list-style: none outside none;
}

#tertiary li {
	font-size: 14px;
    margin-bottom: 5px;
}

#storesearch input {
    width: 62%;
}

#tertiary .wrap {
	background: url("lib/images/bg/tiny-grid.png") repeat scroll 0 0 #fff;
	padding: 20px;
}

#tertiary .plant-stage {
    margin-bottom: 10px;
    margin-top: 5px;
}

#tertiary table {
	background-color: #ffffff;
}

#tertiary table td {
	font-size: 13px;
}

.alert p {
	color: #343434;
	text-shadow: none;
}
.features img {
	padding-bottom: 6px;
}

.page-template-tpl-about-default-php .features {
    padding: 20px 20px 0;
}

/*	=Contact
------------------------------------------------------------*/
.page-template-tpl-contact-php #header {
	margin-bottom: 0;
}

.page-template-tpl-contact-php #hero .overlay {
	display: none;
}

/*	=Products
------------------------------------------------------------*/

#parent-product-categories a {
	color: #FFF;
	text-decoration: none;
}

#overview li {
	line-height: 1.5em;
	margin: 0 0 15px 5px;
}

#search-results .type-growtorial,
#search-results .type-page,
#search-results .type-post,
.type-product {
    background: url("lib/images/bg/tiny-grid.png") repeat scroll 0 0 #ffffff;
    border: 1px solid #34547C;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 25px;
    padding: 20px;
}

#taxonomy-widget .nav-list {
	padding: 0;
}



.related-products .product {
	display: inline-block;
	float: left;
	margin: 0 20px 20px 0;
	min-height: 190px;
	text-align: center;
	width: 112px;
}

.related-products .wp-post-image {
	-webkit-transition: -webkit-transform 0.2s ease;
	   -moz-transition: -moz-transform 0.2s ease;
	        transition: transform 0.2s ease;
}

.related-products .wp-post-image:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

#overview .attachment-sneek-single-product {
	margin: 0 0 20px 20px;
}

#primary iframe {
	border: 3px solid #5B79A0;
    display: block;
    margin: 0 auto;
}

.related-products h4 {
	color: #fff;
}

/*	=Stockists
------------------------------------------------------------*/

/*	=SimpleMap
------------------------------------------------------------*/
#simplemap {
	border: none;
	height: 400px;
	display: block !important;
}

#simplemap-form .form-actions {
/* Old green background: #98C640; */
	background: #5B79A0;
	border: 1px solid #34547C;
	margin-top: 0;
	padding-left: 0;
}

#simplemap-form .control-label {
	color: #1D2B3D;
    font-weight: bold;
    text-shadow: 0 1px 0 #7CA4D6;
}

#results .thumbnails {
	margin-left: -20px;
}

#results .thumbnail {
	display: inline;
	margin-bottom: 20px;
}

#results .thumbnails .thumbnail .inner {
	height: 240px;
	position: relative;
}

#results .result_distance {
	color: #454545;
	display: block;
	margin-top: 4px;
}

#results .result_website,
#results .result_directions {
	bottom: 12px;
	position: absolute;
	right: 12px;
}

#results .result_website {
	left: 12px;
	right: auto;
}

#stockist-search {
	margin: 0;
}

.markertext h3 {
	color: #343434;
	font-size: 16px;
	margin-bottom: 5px;
}

.markertext p {
	color: #343434;
	font-size: 12px;
	margin-bottom: 4px;
	text-shadow: none;
}

.markertext a {
	text-shadow: none;
}

.result-categories {
	float: right;
}

.sm-category-image {
	height: 50px;
	margin-bottom: 5px;
	width: 50px;
}

.sm-category-hydro { background: url(lib/images/icon/icon-hydro.png) scroll no-repeat 0 0; border: 1px solid #658624; box-shadow: 0 0 2px #3B3B3B; }
.sm-category-orchid { background: url(lib/images/icon/icon-orchid.png) scroll no-repeat 0 0; border: 1px solid #658624; box-shadow: 0 0 2px #3B3B3B; }
.sm-category-chilli { background: url(lib/images/icon/icon-chilli.png) scroll no-repeat 0 0; border: 1px solid #658624; box-shadow: 0 0 2px #3B3B3B; }
.sm-category-bluelab-certified-dealer { background: url(lib/images/icon/icon-bluelab.png) scroll no-repeat 0 0; border: 1px solid #658624; box-shadow: 0 0 2px #3B3B3B; }

/*	=Widgets
------------------------------------------------------------*/
.widget {
	margin-bottom: 15px;
}

.widget-title {
	color: #FFF;
	text-shadow: 0 1px 0 #496219;
}

	#footer .widget-title {
		text-shadow: none;
	}

.widget a {
	color: #FFF;
}

/* Nav Menu Widget */
.widget_nav_menu .menu {
	list-style: none;
	margin: 0;
}

.widget_nav_menu .menu li {}

.widget_nav_menu .menu a {}

/* Recent Entries */
.widget_recent_entries,
.widget_archive,
.widget_categories {}

.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul {
	list-style-image: url(lib/images/icon/list-style-arrow.png);
	margin-bottom: 0;
}

.widget_categories li,
.widget_archive li,
.widget_recent_entries li {
	font-size: 14px;
	margin-bottom: 5px;
}

.widget_categories a,
.widget_archive a,
.widget_recent_entries a  {
	text-shadow: 0 1px 0 #496219;
}


#secondary .widget-title,
#secondary a {
/* Old green
	color: #343434;
	text-shadow: 0 1px 0 #BCFC44;
*/
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 0 #053457;
}

/*	=Footer
------------------------------------------------------------*/
#footer {
	background-color: #343434;
    border-top: 1px solid #71922F;
    color: #fff;
    margin-top: 0;
    padding: 30px 0 0;
}

.footer-widget {
	margin-bottom: 20px;
	padding: 0 20px;
}

.footer-widget a,
.footer-widget p {
	color: #FFFFFF;
	text-shadow: none;
}

.footer-widget a {
	color: #fff;
}

.footer-widget ul {
	list-style: none;
	margin: 0;
}

.footer-widget li {
	border-bottom: 1px solid #DCDB3C;
	padding: 5px 0;
}

.get-in-touch .widget-title {
	color: #5B79A0;
}

/*	=Calculator
------------------------------------------------------------*/
#ajax-modal h3 {
	color: #71922F;
}
#ajax-modal.modal {
	margin: -490px 0 0 -438px;
    width: 876px;
}
#ajax-modal .modal-body {
	max-height: none;
	height: 790px;
}
#ajax-modal #primary {
	max-height: none;
	height: 790px;
}
#silverlightControlHost {
	    height: 100%;
	    text-align:center;
    }

/*	=Shortcodes
------------------------------------------------------------*/
.overlay-heading {
	background: #FFF;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

/*	=Forms
------------------------------------------------------------*/
textarea {
	height: 120px;
	resize: vertical;
}

/*	=Plugins
------------------------------------------------------------*/
/* Bootstrap Fixes */
.row-fluid ul.thumbnails li.span12 + li,
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3),
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4),
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('lib/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('lib/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('lib/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('lib/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('lib/images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(lib/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*	=CSS3
------------------------------------------------------------*/
#searchform #s,
body .goog-te-menu-frame,
.well {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.well,
.pagination ul > li > a, 
.pagination ul > li > span {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.rounded {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.bottom-shadow {
	-webkit-box-shadow: 0 8px 6px -8px #555;
	   -moz-box-shadow: 0 8px 6px -8px #555;
	        box-shadow: 0 8px 6px -8px #555;
}

/*	=Flat Button
------------------------------------------------------------*/

.flat-btn {
	display: inline-block;
	*display: inline;
	padding: 6px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #71922F;
	*background-color: #71922F;
	*border: 0;
	border: 0 none;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	*zoom: 1;
}

.flat-btn:hover,
.flat-btn:focus,
.flat-btn:active,
.flat-btn.active,
.flat-btn.disabled,
.flat-btn[disabled] {
	color: #333333;
	background-color: #c8c73b;
	*background-color: #d9d9d9;
}

.flat-btn:active,
.flat-btn.active {
	background-color: #cccccc \9;
}

.flat-btn:first-child {
	*margin-left: 0;
}

.flat-btn:hover,
.flat-btn:focus {
	color: #FFF;
	text-decoration: none;
	background: #71922F;
	-webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
	      transition: background-position 0.1s linear;
}

.flat-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.flat-btn.active,
.flat-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.flat-btn.disabled,
.flat-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.flat-btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.flat-btn-large [class^="icon-"],
.flat-btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.flat-btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.flat-btn-small [class^="icon-"],
.flat-btn-small [class*=" icon-"] {
  margin-top: 0;
}

.flat-btn-mini [class^="icon-"],
.flat-btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.flat-btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.flat-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.flat-btn-block + .flat-btn-block {
  margin-top: 5px;
}

input[type="submit"].flat-btn-block,
input[type="reset"].flat-btn-block,
input[type="button"].flat-btn-block {
  width: 100%;
}

.flat-btn-primary.active,
.flat-btn-warning.active,
.flat-btn-danger.active,
.flat-btn-success.active,
.flat-btn-info.active,
.flat-btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.flat-btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  *background-color: #0044cc;
}

.flat-btn-primary:hover,
.flat-btn-primary:focus,
.flat-btn-primary:active,
.flat-btn-primary.active,
.flat-btn-primary.disabled,
.flat-btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.flat-flat-btn-primary:active,
.flat-btn-primary.active {
  background-color: #003399 \9;
}

.flat-btn-warning {
  color: #ffffff;
  background-color: #faa732;
  *background-color: #f89406;
}

.flat-btn-warning:hover,
.flat-btn-warning:focus,
.flat-btn-warning:active,
.flat-btn-warning.active,
.flat-btn-warning.disabled,
.flat-btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.flat-btn-warning:active,
.flat-btn-warning.active {
  background-color: #c67605 \9;
}

.flat-btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  *background-color: #bd362f;
}

.flat-btn-danger:hover,
.flat-btn-danger:focus,
.flat-btn-danger:active,
.flat-btn-danger.active,
.flat-btn-danger.disabled,
.flat-btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.flat-btn-danger:active,
.flat-btn-danger.active {
  background-color: #942a25 \9;
}

.flat-btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  *background-color: #51a351;
}

.flat-btn-success:hover,
.flat-btn-success:focus,
.flat-btn-success:active,
.flat-btn-success.active,
.flat-btn-success.disabled,
.flat-btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}



/*	=Responsive
------------------------------------------------------------*/

/* Landscape phone & down */
@media (max-width: 768px) {
	.leaves { display: none; }
	
	
	body,
	#header { padding: 0; }

	/*	=Header
	------------------------------------------------------------*/
	#logo { background: none; }
	.google-translate-widget { display: none; }
	
	
	#primary { margin-bottom: 15px; }
	
	/*	=Product Landing Page
	------------------------------------------------------------*/
	.page-template-tpl-products-php .pagination-centered { margin: 0; text-align: right; }
	
	/*	=Stockists
	------------------------------------------------------------*/
	#simplemap-form .control-label { text-align: left; }
	#location_search_zip_field { margin-bottom: 15px; width: auto; }
	
	
	/*	=Sizing
	------------------------------------------------------------*/
	#logo,
	#promo-panels .panel { height: auto; }
	
	
	#feature-panels .panel { min-height: 0; }
	
	#promo-panels .panel,
	#contact-form {  padding: 10px 25px; }
	
	
	/*	=Spacing
	------------------------------------------------------------*/
	#nav,
	.panel { margin-bottom: 20px; }
	
	#footer,
	#promo-panels { margin-top: 0; }
	
	
}


/* Tablet and Down */
@media only screen and (max-width: 979px) {

	.leaves { display: none; }


	#logo {
/* Old green
		background-color: #9ecc46;
		background-image: -moz-linear-gradient(top, #abd953, #8bb933);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abd953), to(#8bb933));
		background-image: -webkit-linear-gradient(top, #abd953, #8bb933);
		background-image: -o-linear-gradient(top, #abd953, #8bb933);
		background-image: linear-gradient(to bottom, #abd953, #8bb933);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabd953', endColorstr='#ff8bb933', GradientType=0);
*/
			
		background-color: #5b79a0;
		background-image: -moz-linear-gradient(top, #7795BB, #5b79a0);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7795BB), to(#5b79a0));
		background-image: -webkit-linear-gradient(top, #7795BB, #5b79a0);
		background-image: -o-linear-gradient(top, #7795BB, #5b79a0);
		background-image: linear-gradient(to bottom, #7795BB, #5b79a0);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7795BB', endColorstr='#5b79a0', GradientType=0);
		
		height: 70px;
		position: static;
		margin: 0 auto 90px;
		text-align: center;
		width: 300px;
	}

	/*	=Nav
	------------------------------------------------------------*/
	#nav .float-l,
	#nav .float-r,
	#nav .nav-inner li {
		float: none;
	}
	
	#nav .navbar-inner .nav-inner .nav { margin: 0; }
	.navbar .btn-navbar { 
		float: none; 
		margin: 0; 
		padding: 15px; 
		/* Old gree
background-color: #9ecc46;
		background-image: -moz-linear-gradient(top, #abd953, #8bb933);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#abd953), to(#8bb933));
		background-image: -webkit-linear-gradient(top, #abd953, #8bb933);
		background-image: -o-linear-gradient(top, #abd953, #8bb933);
		background-image: linear-gradient(to bottom, #abd953, #8bb933);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffabd953', endColorstr='#ff8bb933', GradientType=0);
*/

		background-color: #5b79a0;
		background-image: -moz-linear-gradient(top, #7795BB, #5b79a0);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7795BB), to(#5b79a0));
		background-image: -webkit-linear-gradient(top, #7795BB, #5b79a0);
		background-image: -o-linear-gradient(top, #7795BB, #5b79a0);
		background-image: linear-gradient(to bottom, #7795BB, #5b79a0);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7795BB', endColorstr='#5b79a0', GradientType=0);
		
		}
		.navbar .btn-navbar:hover { background: #5B79A0; }
	.navbar .btn-navbar .icon-bar { margin-left: auto; margin-right: auto; }
	
	#nav .nav li a { border: none; }
	
	/*	=Slider
	------------------------------------------------------------*/
	#hero-menu > li { width: 33.333333%; margin: 0; }
	
	/*	=Feature Panels (Homepage)
	------------------------------------------------------------*/
	#feature-panels .title { padding: 0; height: auto; font-size: 26px; line-height: 1.625em; background: none; margin: 10px 0; text-align: center; }
	
	
	/*	=Product Landing Page
	------------------------------------------------------------*/
	.page-template-tpl-products-php .thumbnail { height: auto; }
	.page-template-tpl-products-php .thumbnail img { display: none; }
	
	
	/*	=Stockists
	------------------------------------------------------------*/
	#simplemap-form .form-actions { padding: 10px; }
	#simplemap-form .controls { margin: 0; }
	#simplemap-form .control-label { width: auto; margin-right: 6px; }
	
	
	

	/*	=CSS3
	------------------------------------------------------------*/
	#feature-panels .panel,
	#nav,
	.navbar .btn-navbar,
	#hero .slides *,
	#hero .slides,
	#hero-menu li a,
	#hero-menu li:first-child a,
	#hero-menu li:last-child a  { 						border-radius: 0; }


}


/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	
	/*	=Homepage
	------------------------------------------------------------*/
	#promo-panels .panel { height: auto; }
	#hero .text-wrap { height: 200px }
	
	/*	=Product Listing
	------------------------------------------------------------*/
	#product-listing .content { width: 352px; }
	#product-listing .meta { float: none; display: block; width: auto; margin: 0; clear: both; }
	
}


/*	=Larger Desktops
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {

	body, p { font-size: 16px; }


	/*	=Slider
	------------------------------------------------------------*/
	#hero .feature-text .title { 		font-size: 42px; }
	#hero .feature-text .subtitle,
	#hero .feature-text .link { 		font-size: 18px; }
	
	#promo-panels .panel .title { font-size: 26px; }
	
	#hero-menu > li { width: 388px; margin-right: 1px; }
	
	.thumbnails > li { margin-left: 26px; }
	
}



/* IE?? */

.navbar .nav {
	float: none;
	position: static;
	left: auto;
}