/** green #62a625 **/
body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	background: url('../img/greyzz.png');
}
/**, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}*/

h1,
h2,
h3,
h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 35px;
	margin-top: 0;
	color: #000;
}
h1 > span,
h2 > span {
	color: #62a625;
}
h3 {
	font-size: 20px;
}
a,
button {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
ul {
	margin: 0;
	padding: 0;
}
ol li{
	list-style: decimal;
}
li {
	list-style: none;
}
em {
	font-style: normal;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.grad {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 61%, rgba(233,233,233,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(61%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 61%,rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 61%,rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 61%,rgba(233,233,233,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 61%,rgba(233,233,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
.green {
	color: #FFF;
	background: #62a625;
}
.btn, .button {
	display: inline-block;
	text-transform: uppercase;
	color: #FFF !important;
	background: #0c0b0b;
	padding: 6px 27px;
	font-size: 18px;
	border: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.btn:hover, .button:hover {
	background: #62a625;
}
.content {
	padding: 20px;
	background: #FFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	margin-bottom: 40px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/**
 * Header
 */
header {
	background: #FFF;
}
.logo {
	padding: 20px 0 5px 0;
}
.account_options ul {
	text-align: center;
	position: relative;
	z-index: 10;
	background: #62a625;
}
.account_options li {
	position: relative;
	display: inline-block;
}
.account_options li a {
	position: relative;
	color: #FFF;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
}
.account_options li a:hover {
	text-decoration: underline;
}
.account_options > ul > li > a:after {
	content: '';
	position: relative;
	right: -11px;
	border-right: 1px solid #FFF;
}
.account_options li:last-child > a:after {
	content: '';
	border: 0;
}
.account_options li ul {
	display: none;
	background: #0c0b0b;
	text-align: left;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);

}
.account_options li:hover ul {
	position: absolute;
	right: 0;
	top: 100%;
	display: block;
}
header .tel {
	color: #62a625;
	font-size: 40px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
header .tel em {
	color: #0c0b0b;
	font-style: normal;
}
header .email {
	color: #62a625;
}

/**
 * Navigation
 */
#main_menu {
	background: #0c0b0b;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#main_menu .blip_container {
	position: relative;
	overflow: hidden;
}
.main_menu {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.main_menu li {
	position: relative;
	margin: 0;
}
.main_menu a {
	position: relative;
	color: #FFF;
	font-size: 18px;
}
.main_menu > ul > li {
	display: inline-block;
	float: left;
	position: relative;
}
.main_menu > li > a {
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
}
.main_menu li.active > a {
	background: #62a625;
}
/**
 * Sub Navigation
 */
.main_menu li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #2a2828;
	padding: 6px 0;;
	width: 180px;
	display: none;
}
.main_menu li:hover > ul {
	display: none;
}
.main_menu li > ul > li > a {
	display: block;
	padding: 6px 12px;
	font-size: 13px;
}

.blip {
	position: absolute;
	background: #62a625;
	height: 53px;
	display: block;
	top: 0;
	left: -180px;
	transition: left .2s ease-out, width .2s ease-out;
}

/**
 * Banners
 */
.banner_container {
	height: 385px;
	margin-bottom: 25px;
}
#banners {
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1;
	margin: 0;
	padding: 0;
}
#banners > li {
	height: 385px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	list-style: none;
}
.banner_container .banner_content {
	position: absolute;
	top: 80px;
	width: 560px;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	padding: 20px;
	background: url('../img/black_bg.png');
	background: rgba(0,0,0,0.7)
}
.banner_content h2 {
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	margin: 0 0 30px 0;
}
.banner_content p {
	margin: 0;
}

/**
 * Content
 */
#container, .account_layout, .customer_page_layout, body.checkout .container_12 {
	margin: 0 auto;
	width: 980px;
	background: #FFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.account_layout, .customer_page_layout, body.checkout .container_12 {
	padding-top: 15px;
	padding-bottom: 30px;
}
.intro {
	padding: 45px 60px 35px 60px;
	text-align: center;
}
.intro p {
	color: #8b8888;
}
.deep_links {
	margin-bottom: 20px;
}
.deep_links h2 {
	color: #000;
	text-align: center;
	font-size: 24px;
	margin-top: 14px;
	display: inline-block;
	width: 100%;
}
.deep_links h2 > em {
	color: #cf1b1b;
}
.grid_item { 
	float:left; 
	height: 174px;
	width: 300px;
	position:relative;
	overflow:hidden;
	border-bottom: 3px solid #62a625;
}
.grid_item .overlay {
	padding: 25px 40px;
	color: #FFF;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	line-height: 26px;
	background: #62a625;
	position: absolute;
	bottom: -200px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
		-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;

}
.grid_item .overlay p {
	margin: 0;
}
.grid_item .overlay span {
	position: relative;
	bottom: -25px;
	width: 142px;
	padding: 1px 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #FFF;
	opacity: 0.5;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;

}
.grid_item .overlay span:hover {
	opacity: 1;
}
.grid_item:hover .overlay,
.product_thumb .grid_item:hover .overlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid_item a img {
	height: auto;
	width: 100%;
}

.home_blocks {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
}
.custom_build {
	float: left;
	width: 480px;
	margin-right: 20px;
	text-align: center;
	padding: 20px 45px;
	border-bottom: 3px solid #0c0b0b;
		-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;

}
.custom_build.omega {
	margin-right: 0;
}
.custom_build h2 {
	margin: 0;
	font-size: 24px;
}
.custom_build p {
	font-size: 14px;
	color: #8b8888;
}

/**
 * Breadcrumbs
 */
#breadcrumbs ul {
	display: inline-block;
	padding: 13px 0;
	list-style: none;
}
#breadcrumbs li,
#breadcrumbs li a {
	padding: 0;
	color: #7f7e7e;
	font-size: 11px;
	float: left;
}
#breadcrumbs li a {
	color: #62a625;
	padding: 0 5px;
	display: block;
}

/**
 * Side Bars
 */
.side_bar {
	background: #FFF;
}
.side_bar a {
	color: #000 !important;
}
.side_bar a:hover,
.side_bar a.active {
	color: #62a625;
}
.side_bar .heading {
	margin: 0;
	padding: 1em;
	color: #FFF;
	background: #0c0b0b;
	display: block;
	text-transform: uppercase;
}
.side_bar ul {
	padding: 16px;
}
.filter_sidebar dl {
	margin: 0;
	padding: 0 16px 16px;
}
.filter_sidebar dt {
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	color: #62a625;
	margin: 24px 0;
}
.filter_sidebar dd {
	margin: 0 0 5px 0;
}
.filter_sidebar label:before {
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom-bottom: 1px;
	background-color: #e2e1e1;
}
.filter_sidebar label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
.filter_sidebar input[type=checkbox] {
	display: none;
}
.filter_sidebar input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 15px;
}
.important_pages li{
	line-height: 24px;
}
/** Slider **/
.rail {
	position: relative;
	top: 4px;
	left: 10px;
	display: block;
	width: 100%;
	height: 12px;
	background: #dddddd;
}
.handle {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 27px;
	height: 17px;
	box-shadow: 2px 3px 9px rgba(0,0,0,0.4);
	border-radius: 20px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	z-index: 99;
}

/**
 * Category Landing
 */
.category_landing .header {
	position: relative;
	margin-bottom: 20px;
	height: 242px;
}
.category_landing .header h1 {
	position: absolute;
	top: 45px;
	left: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	padding: 20px;
	background: url('../img/black_bg.png');
	background: rgba(0,0,0,0.7);
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	margin: 0;
}
.category_thumb {
	float: left;
	width: 340px;
	margin-right: 20px;
	text-align: center;
}
.category_thumb:nth-child(2n+1),
.block:nth-child(2n+1) {
	margin: 0;
}
.category_thumb .grid_item {
	width: 100%;
}
.category_thumb h3{
	font-size: 22px !important;
}
.category_thumb h2,
.category_thumb h3 {
	display: inline-block;
	font-size: 24px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #000;
}
.block {
	text-align: center;
	padding: 20px 45px;
	border-bottom: 3px solid #0c0b0b;
	margin-bottom: 25px;
	min-height: 184px;
}
.block.green {
	border-bottom: 0;
	min-height: 72px;
}
.block h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}
.block p {
	font-size: 20px;
	margin-top: 0;
}
.block.green a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width: 142px;
	padding: 1px 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #FFF;
	opacity: 0.5;
}
.block.green a:hover {
	opacity: 1;
}

/**
 * Product Listing
 */
.product_listing .header {
	color: #8b8888;
	margin-bottom: 25px;
}
.product_listing h1 {
	color: #000;
}
.product_thumb {
	float: left;
	width: 340px;
	text-align: center;
}
.product_thumb .grid_item {
	width: 100%;
	height: 220px;
}
.product_thumb .grid_item .overlay {
	font-size: 19px;
	line-height: 20px;
	padding: 25px;
	bottom: -220px;
}
.product_thumb .product-title {
	display: inline-block;
	font-size: 20px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	color: #000;
}
.product_thumb p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
	color: #cf1b1b;
	margin: 0;
}
span.strike {
	position: relative;
	color: #979292;
	font-size: 25px;
}
span.strike:after {
	content: ' ';
	border-bottom: 2px solid #cf1b1b;
	width: 110%;
	position: absolute;
	top: 16px;
	left: -2px;
}
.counter {
	padding-right: 100px;
}
.active {
	color: #bb0002;
}
/*
*Sidebar filters
*/
.filters{
	position: relative;
}
.panel .attribute {
    margin: 0;
    padding: 8px 14px 18px;
}
.attribute-header{
	color: #62A625;
}
#pricerange{
	margin: 10px;
}
#pricerange .value div{
	margin-top: 5px;
}
a.clear-filters{
	position: absolute;
	top:0;
	right: 6px;
	color: #62A625;
}
/**
 * Product Detail
 */
.product_image {
	padding: 20px 0 90px 0;
}
.product_image #thumbnails a {
	margin-right: 20px;
}
.product_image #thumbnails a:last-child {
	margin: 0;
}
.product_image #thumbnails a img{
	margin-top: 20px;
}
.product_detail_container {
	background: #FFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	margin-bottom: 40px;
	margin: 0 auto;
	width: 980px;
}
.product_detail {
	padding: 20px 0;
}
.product_description h1 {
	margin: 0;	
}
.product_description .product_sku {
	margin-top: 0;
}
.addthis_toolbox{
	margin-top: 10px;
}
.social {
	margin-top: 20px;
}
p.availability {
	margin-top: 0;
}
.product_options fieldset {
	margin-bottom: 10px;
}
.product_detail label {
	margin-right: 10px;
}
.product_options input {
	float: left;
}
.inventory_item_price{
	margin-bottom: 20px;
}
.inventory_item_price .price {
	color: #cf1b1b;
	font-size: 37px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.inventory_item_price .rrp_price {
	font-size: 30px;
}
.inventory_item_price .rrp-price:after {
	top: 18px;
}
.submit .btn {
	outline: 0;
	border: 0;
	font-size: 25px;
	background: #62a625;
}
.submit .btn:hover {
	background: #000;
}
.product_block p {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/*
*Related Products
*/
.related_products{
	position: relative;
}
.related_products h3 {
	font-size: 30px;
}
.related_products{
	padding-bottom: 30px;
}
.related_products li{
	display: inline-block;
	margin-right: 20px;
}
.related_products li img{
	margin-bottom: 5px;
}
.related_products li p{
	margin: 0;
	text-align: center;
	color: #000;
}
.related_products .prev, .related_products .next{
	background-image: url(../img/icons/arrows.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 14px;
	text-indent: -99999px;
	position: absolute;
	top: 20px;
}
.related_products .prev{
	background-position: left top;
	right: 20px;
}
.related_products .next{
	background-position: right top;
	right: 0;
}

/**
 * Static Pages
 */
.static_page{
	margin-top: 45px;
}
#content {
	padding: 20px;
	background: #FFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
#content {
	color: #8b8888;
}

/**
 * Basket
 */
article.basket {
	padding: 20px 0;
}
.baskets .heading,
.basket_items th {
	color: #FFF;
	background: #000;
	border: 0;
}
.basket_items tr:hover {
	background: #f7f7f7;
}
.basket_items a {
	color: #000;
}
.basket_items .remove_item {
	color: #62a625;
}
.baskets .btn {
	background: #62a625
}
.baskets .btn:hover {
	background: #000;
}
.checkout-nav .active{
	color: #62A625;
}
dl.variation dt {
    width: 80px;
}
/**
 * Footer
 */
footer {
	font-size: 13px;
	margin-top: 95px;
	background: #0c0b0b;
	color: #FFF;
	padding: 50px 0 8px 0;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #62a625;
}
#footer h3 {
	margin-top: 0;
	color: #62a625;
}
#footer li a {
	display: block;
	padding: 10px 0;
}
#footer li:first-child:before,
#footer li:after,
#footer .address:before {
	content: '';
	display: block;
	border-top: 1px solid #3c3c3c;
}
#footer .address {
	margin-bottom: 20px;
}
#footer .address > div {
	line-height: 20px;
	padding: 10px 0;
}
#footer .address em {
	color: #62a625;
}
.copyright {
	font-size: 11px;
	margin-top: 30px;
	color: #7a7676;
	line-height: 18px;
}
#footer .copyright > a.popcorn {
	color: #62a625;
}
#footer .copyright > a.popcorn:hover {
	color: #FFF;
}
/*
*Customers
*/
a[href="/terms"]{
	color: #62a625;
}
.account-navigation li.continue a{
	background-color: #000;
	color: #fff;
}
ul.account-navigation li.active a{
	background-color: #62a625;
	color: #fff;
}
.account-navigation a:hover{
	background-color: #62a625;
	color: #fff;
}

/*
*Contact
*/
.contact-form,
.message{
	margin-top: 20px;
}
.contact-form input, 
.message textarea{
	padding: 7px;
	border: 1px solid #000;
}
.contact-form p{
	margin-bottom: 0;
}
.message{
	margin-top: 65px;
}
.submit-button {
	margin: 10px 0 20px 0;
	float: right;
}
.contact-address{
	float: right;
}
.contact-address a{
	color: #62a625;
}
.contact-address span{
	font-size: 16px;
}
.contact h2{
	margin-top: 0;
}
.contact div.input textarea{
	height: 154px;
	width: 483px;
   	margin-top: 5px;
}
.contact div.input input{
	-webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
   	 box-sizing: border-box;
   	 margin-top: 5px;
}

/**
 * Checkout
 */
 body.checkout article p a, 
 .basket-items a, 
 .terms_accept a, 
 #BasketIndexForm a.edit {
 	color: #62A625;
 }
 /**
 * Checkout navs
 */
ul.checkout-nav, ul.checkout-nav li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.checkout-nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.checkout-nav li {
	float: left;
	padding: 9px 40px;
	position: relative;
	border: 2px solid #ffffff;
	margin-left: -2px;
}
ul.checkout-nav li.completed {
	background-color: #7A7676;
	color: #FFFFFF;
}
ul.checkout-nav li {
	padding-left: 60px;
}
ul.checkout-nav li.step1 {
	padding-left: 50px;
}
ul.checkout-nav li.completed:before, ul.checkout-nav li.completed:after,
ul.checkout-nav li.active:before, ul.checkout-nav li.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.checkout-nav li.completed:after,
ul.checkout-nav li.active:after{
	border-width: 19px;
	margin-top: -19px;
	z-index: 20;
}
ul.checkout-nav li.completed:after {
	border-color: rgba(78, 107, 157, 0);
	border-left-color: #7A7676;
}
ul.checkout-nav li.active:after {
	border-color: rgba(30, 62, 115, 0);
	border-left-color: #62A625;
}
ul.checkout-nav li.completed:before,
ul.checkout-nav li.active:before{
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 22px;
	margin-top: -22px;
	z-index: 20;
}
ul.checkout-nav li.active {
	background-color: #62A625;
	color: #FFFFFF;
}
.faqliststyle ul li{

	list-style: disc;
}

.faqliststyle ul{
padding-left: 50px;
}

.faqquestion{

	color:#62a625;
}
.testimonials{
	clear:both;
}
ul.page_numbers li{
	padding-right:10px;
	padding-left:10px;
	position: relative;
	top:4px;
}
.social{
	margin-top: 5px;
	float: none;
}
.social img{
	padding: 0 5px;
}
.social img:first-child{
	padding-left: 0;
}
/* 
** Gallery / static pages
*/
#gallery{
	min-height: 320px;
}
#gallery img{
	padding: 17px;
}
.green_link{
	color: #62a625;
}
.green_link:hover{
	text-decoration: underline;
}
.finishes{
	text-align: center;
}
p.hd-delivery-tx{
	font-size: 12px;
	color: #f23233;
	font-weight: bold;
}