﻿/*** fonts ***/

/*** element styles ***/
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 13px; /* 16px */
	color: #262626;
	background: #EFEFEF url() left top repeat-x;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0.5em 0;
	font-weight: 300;
}

h1 {
	font-size: 42px;
	margin: 10px 0;
}

h2 {
	font-size: 27px;
	color: #76b400;
}

h3 {
	font-size: 21px;
}

a:link, a:visited, a:active {
	color: #a059ae;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

/*** globally relevant styles ***/
.button {
	display: inline-block;
	margin: 0px;
	padding: 8px 13px;
	padding-left: 35px;
	border: none;
	background: #666;
	color: #2d2d2d !important;
	font-size: 15px; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(159,239,4); /* Old browsers */
	background: url('arrow_dark.png'), -moz-linear-gradient(top,  rgba(159,239,4,1) 0%, rgba(134,203,2,1) 100%); /* FF3.6+ */
	background: url('arrow_dark.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,239,4,1)), color-stop(100%,rgba(134,203,2,1))); /* Chrome,Safari4+ */
	background: url('arrow_dark.png'), -webkit-linear-gradient(top,  rgba(159,239,4,1) 0%,rgba(134,203,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('arrow_dark.png'), -o-linear-gradient(top,  rgba(159,239,4,1) 0%,rgba(134,203,2,1) 100%); /* Opera 11.10+ */
	background: url('arrow_dark.png'), -ms-linear-gradient(top,  rgba(159,239,4,1) 0%,rgba(134,203,2,1) 100%); /* IE10+ */
	background: url('arrow_dark.png'), linear-gradient(to bottom,  rgba(159,239,4,1) 0%,rgba(134,203,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fef04', endColorstr='#86cb02',GradientType=0 ); /* IE6-9 */
	
	background-position: 10px center, left top;
	background-repeat: no-repeat;
}

.button:hover, .button:focus {
	text-decoration: underline;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

.struct {
	display: none;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
	overflow: hidden;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 255px;
	background: #e3e3e3 url('wood_bg.jpg') top left repeat-x;
	z-index: 10;
}

.header-bg {
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom: 5px solid #FFF;
	
	background: rgb(254,254,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,253,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,253,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

.container
{
	width: 1000px;
	margin: 0 auto;
}

.banner {
	background: transparent url() top center no-repeat;
	height: 195px;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
}

.tag-line {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 150px;
	font-size: 16px;
	text-shadow: 2px 2px 3px #393c3c;
}

.header-contact {
	float: right;
	width: 245px;
	margin-top: 25px;
}

.header-contact .phone {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding-left: 45px;
	display: block;
	background: url('icon_phone.png') left center no-repeat;
}

.header-contact .mail {
	color: #8cdb44;
	font-size: 14px;
	text-decoration: none;
}
.header-contact .mail:hover {
	text-decoration: underline;
}

.header-contact .button {
	margin: 10px 0;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	padding: 6px 0;
	font-family: 'Roboto Condensed', sans-serif;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	background: rgb(124,222,30); /* Old browsers */
	background: url('arrow.png'), -moz-linear-gradient(top,  rgba(124,222,30,1) 0%, rgba(95,200,0,1) 100%); /* FF3.6+ */
	background: url('arrow.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,222,30,1)), color-stop(100%,rgba(95,200,0,1))); /* Chrome,Safari4+ */
	background: url('arrow.png'), -webkit-linear-gradient(top,  rgba(124,222,30,1) 0%,rgba(95,200,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('arrow.png'), -o-linear-gradient(top,  rgba(124,222,30,1) 0%,rgba(95,200,0,1) 100%); /* Opera 11.10+ */
	background: url('arrow.png'), -ms-linear-gradient(top,  rgba(124,222,30,1) 0%,rgba(95,200,0,1) 100%); /* IE10+ */
	background: url('arrow.png'), linear-gradient(to bottom,  rgba(124,222,30,1) 0%,rgba(95,200,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cde1e', endColorstr='#5fc800',GradientType=0 ); /* IE6-9 */
	
	background-position:  10% center;
	background-repeat:  no-repeat;
}

.header-contact #searchform label,
.header-contact #searchform #searchbutton{
	display: none
}

.header-contact #searchform #search {
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 0;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #323535;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	background: rgb(254,254,253); /* Old browsers */
	background: url('icon_search.png'), -moz-linear-gradient(top,  rgba(254,254,253,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: url('icon_search.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,253,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: url('icon_search.png'), -webkit-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('icon_search.png'), -o-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: url('icon_search.png'), -ms-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: url('icon_search.png'), linear-gradient(to bottom,  rgba(254,254,253,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	
	background-position:  90% center;
	background-repeat:  no-repeat;
}

.main-navigation {
	position: relative;
	padding: 0;
	background: transparent url('') left top repeat-x;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	
	
}

.main-navigation ul {
	margin: 0; 
	padding: 0;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
	border-bottom: 5px solid #FFF;
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 2em;
	color: #323535;
	text-decoration: none;
}

.main-navigation  li:hover, .main-navigation li:focus {
	color: #323535;
	text-decoration: none;
	border-bottom: 5px solid #55c025;
	background: #8ce839;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #323535;
	border-bottom: 5px solid #55c025;
	background: #8ce839;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: 100%; /* 190px */
	height: auto;
	padding: 0;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
	border-bottom: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 15px 0 15px 15px;
	width: calc(100% - 15px);
	border-top: 5px solid #fff;
}

.main-navigation li li:hover,
.main-navigation .tier2.sel{
	border-bottom:none;
}

.main-navigation li li a:hover,
.main-navigation .tier2.sel a{
	border: none;
	border-top: 5px solid #55c026;
}

.purple-stripe{
	width: 100%;
	min-height: 80px;
	border-top: 1px solid #f09dff;
	color: #FFF;
	
	background: rgb(161,90,174); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(161,90,174,1) 0%, rgba(146,77,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,90,174,1)), color-stop(100%,rgba(146,77,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(161,90,174,1) 0%,rgba(146,77,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(161,90,174,1) 0%,rgba(146,77,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(161,90,174,1) 0%,rgba(146,77,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(161,90,174,1) 0%,rgba(146,77,159,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a15aae', endColorstr='#924d9f',GradientType=0 ); /* IE6-9 */

}

.purple-stripe .back {
	color: #FFF;
	font-size: 14px;
	float: right;
	margin-top: 30px;
}

.midsection {
	z-index: 5;
	background: #FFF;
}

.content {
	
	padding: 20px 0;
	background: #FFFFFF;
}
.home-content {
	background: transparent;
	
}
.home-content p{
	font-size: 17px;
	color: #f7c8ff;
}

.content-wrapper p {
	margin-bottom: 20px;
}

.contact-left {
	float: left;
	max-width: 460px;
	width: 100%;
	background: url('plant.jpg') bottom right no-repeat;
	min-height: 310px;
	margin-right: 40px;
}

.google-maps{
	position: relative;
	padding-bottom: 35%; 
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.facebook {
	width: 300px;
	float: left;
}

.facebook h1{
	background: url('fb.png') right center no-repeat;
}

.facebook .fb_iframe_widget {
	border-top: 5px solid #a15aae;
	border-bottom: 5px solid #a15aae;
	border-radius: 3px;
}

.pageNav .prev {
	float: left;
	margin-bottom: 20px;
}

.pageNav .next {
	float: right;
	margin-bottom: 20px;
}

.blog-preview {
	float: left;
	padding-right: 40px;
	width: 100%;
	max-width: 700px;
}

.hasSidebar {
	display: block;
	float: left;
	width: 74%;
}

.sidebar {
	display: block;
	float: right;
	width: 25%;
}

.content-wrapper:before,
.content-wrapper:after
{
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-bottom: 0px;
	z-index: 0;
	background: #38393b url('base_bg.jpg') bottom left repeat-x;
}

.footer {
	position: relative;
	height: 230px;
	padding: 0;
	text-align: left;
	background: transparent url('butterfly.png') right bottom no-repeat;
	font-size: 12px; /* 12px from 16px */
	color: #bbbbbb;
	padding-top: 30px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer-logo {
	float: left;
	margin-right: 40px;
	margin-top: 30px;
}

.footer-contact {
	float: left;
	font-size: 15px;
	overflow: hidden;
}

.footer-contact div {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.footer h2 {
	color: #FFF;
	font-weight: 400;
	font-size: 24px;
	margin: 0;
}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	color: #bbbbbb;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.copyright {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.avd {
	position: absolute;
	bottom: 10px;
	right: 424px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #bbbbbb;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 1920px;
	height: 175px;
	max-width: 100%;
	overflow:hidden;
	margin: 0 auto;
}
.homepage .slideshow{
	height: auto;
}

.slideshow img {
	width: 100%;
	height: auto;
}

.slideshow-wrapper {
	
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.orbit-wrapper {
	width: 1920px !important;
	height: 175px !important; 
}
.homepage div.orbit-wrapper {
	height: 404px !important; 
}

div.orbit {
	width: 1920px !important;
	height: 175px !important;
}
.homepage div.orbit {
	height: 404px !important;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
}

.gallery img {
	box-sizing: border-box;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	max-width: 500px;
	width: 100%;
	float: left;
}

.contact p {
	line-height: 1.75em;
	margin-bottom: 5px;
}

.contact p.action {
	text-align: center;
}

.contact .action .button {
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	margin: 0;
	padding: 10px 0;
	
	background: rgb(123,221,29); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(123,221,29,1) 0%, rgba(95,200,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,221,29,1)), color-stop(100%,rgba(95,200,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(123,221,29,1) 0%,rgba(95,200,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(123,221,29,1) 0%,rgba(95,200,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(123,221,29,1) 0%,rgba(95,200,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(123,221,29,1) 0%,rgba(95,200,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bdd1d', endColorstr='#5fc800',GradientType=0 ); /* IE6-9 */

}

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 100%;
	font-family: inherit;
	font-size: 0.875em;
	background: #f5dbf9;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 14px;
	font-style: italic;
	color: #262626;
	font-size: 17px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 100%;
	height: 90px;
	font-family: inherit;
	font-size: 0.875em;
	background: #f5dbf9;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 14px;
	font-style: italic;
	color: #262626;
	font-size: 17px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
.contact input[type=radio] + label {
	position: relative;
	width: auto;
	margin-right: 30px;
}

 
.contact input[type=radio] + label:after {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 4px;
	height: 14px;
	width: 14px;
	background: url('radio.png') top center no-repeat;
}

.contact input[type=radio]:checked + label:after {
	background-position: bottom center;
}

.contact input[type=radio] {
	margin-top: 5px;
}

.sub-right {
	max-width: 665px;
	width: 100%;
	float: left;
}

.sub-left {
	float: left; 
	max-width: 300px;
	margin-right: 35px;
}

form.subscribe {
	max-width: 665px;
	width: 100%;
	margin-bottom:35px;
}

.contact table {
	background: #f5dbf9;
	width: 100%;
	padding: 10px 5px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.contact td {
	text-align: center;
	background: #FFF;
	padding: 0;
}
.contact table thead td {
	background: transparent;
	font-size: 16px;
	padding-bottom: 5px;
}

.contact td label {
	width: 100%;
}

.gift-form {
	display: none;
}

.newsletter-wrapper {
	min-height: 65px;
	color: #FFF;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 14px 0;
	
	background: rgb(69,71,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,71,75,1) 0%, rgba(55,56,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,71,75,1)), color-stop(100%,rgba(55,56,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,71,75,1) 0%,rgba(55,56,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,71,75,1) 0%,rgba(55,56,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,71,75,1) 0%,rgba(55,56,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,71,75,1) 0%,rgba(55,56,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45474b', endColorstr='#37383b',GradientType=0 ); /* IE6-9 */

}

.newsletter-wrapper p {
	/*max-width: 510px;*/
	width: 100%;
	float: left;
	font-size: 23px;
	line-height: 22px;
	font-weight: 300;
	padding-left: 80px;
	background: url('icon_mail.png') left center no-repeat;
	/*margin-bottom: 10px;*/
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsletter input[type=text] {
	border: none;
	width: 170px;
	margin-right: 5px;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	border-radius: 3px;
	-webkit-box-shadow:inset 0 0 7px 3px #cbcbcb;
	box-shadow:inset 0 0 7px 3px #cbcbcb;
}

.newsletter .button {
	margin: 0;
	display: inline-block;
	width: 130px;
	padding: 6px 0;
	font-size: 17px;
	font-style: italic;
	margin-left:10px;
	
	background: rgb(254,197,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,197,61,1) 0%, rgba(246,153,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,197,61,1)), color-stop(100%,rgba(246,153,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,197,61,1) 0%,rgba(246,153,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,197,61,1) 0%,rgba(246,153,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,197,61,1) 0%,rgba(246,153,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,197,61,1) 0%,rgba(246,153,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec53d', endColorstr='#f69918',GradientType=0 ); /* IE6-9 */

}

/* blog */
.blog-summary {
	margin-right: -45px;
}

p.blog-summary {
	margin-right:0;
}

.blog-summary > div {
	margin-bottom:40px;
	overflow: hidden;
	max-width: 305px;
	width:100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

.blog-summary .button {
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.hasSidebar .blog-feature-image {
	display: table-cell;
}

.blog-feature-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hasSidebar .blog-summary {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.blog-article .blog-feature {
	display: block;
	margin: 0 auto 1em;
	display: block;
}

.articleNav > div{
	max-width: 485px;
	width: 100%;
}


.articleNav {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 40px;
	overflow: hidden;
}

.articleNav a {
	display: block;
	position: relative;
	min-height: 90px;
	max-width: 485px;
	width: 100%;
	background: #f5dbf9;
	padding: 10px 20px;
	padding-left: 170px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.articleNav span {
	display: block;
	float: left;
	width: 170px;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	height: 25px;
	left: 0;
	padding-left: 25px;
	font-size: 19px;
	color: #262626;
	font-style: italic;
}

.articleNav .next span{
	width:100px;
}

.articleNav .next .nav-img{
	left:-35px;
}

.articleNav .next h3,
.articleNav .next p{
}

.articleNav .nav-img {
	width: 70px;
	overflow: hidden;
	height: 70px;
	margin-right: 10px;
	float: left;
}

.articleNav a img {
	max-height: 70px;
	width: auto;
	
	left: -100px;
	right: -100px;
	position: absolute;
	margin: auto;
	display: block;
}

.articleNav a h3 {
	margin: 0;
	color: #76b400;
}

.articleNav a p {
	margin: 0;
}

.articleNav a .summary {
	left: -35px;
	width: 220px;
	padding-left: 80px;
}
.articleNav .previous .summary{ 
	margin-left: 35px;
}

.articleNav .previous { /* older */
	float: left;
}

.articleNav .previous a:before {
	background: #f5dbf9 url('nav_left.jpg') left center no-repeat;
	width:57px;
	content: "";
	display: block;
	position: absolute;
	left:0;
	top: 0;
	bottom: 0;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.articleNav .next { /* newer */
	float: right;
	max-width: 440px;
	padding-right: 57px;
}

.articleNav .next a:after {
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 57px solid #f5dbf9;
	border-right: 57px solid transparent;
	border-top: 57px solid transparent;
	border-bottom: 57px solid transparent;
	right:-114px;
	top:0;
	bottom: 0;
	margin: auto;
}


.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/** shopping cart (collapsible) **/
/*
.cart-bg {
 	display: block;
	margin: 0;
	padding: 40px 25px 40px;
	background: #f0f6f7 url('bg.jpg') left top repeat;
}
*/

.cart_options {
	border: 1px solid #bcc6d5;
	background: #FFF;
	margin-bottom: 15px;
}
.cart_options h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	background: #ffebf0;
	border-bottom: 1px solid #bcc6d5;
	margin: 0;
}

.cart_options p {
	padding: 10px 30px;
	background: #FFF;
	margin: 0;
}

.cart table {
	text-align: center;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.cart thead {
	border: 1px solid #bcc6d5;
	background: #ffebf0;
}

.cart th {
	font-weight: normal;
	padding: 10px 5px;
	font-size: 0.875em;
}

.cart tbody {
	border-left: 1px solid #bcc6d5;
	border-right: 1px solid #bcc6d5;
	background: #FFF;
	font-size: 0.875em;
}

.cart td {
	padding: 10px;
	vertical-align: middle;
}

.cart td.image a {
	display: block;
	position: relative;
	width: 105px;
	height: 105px;
	border: 1px solid #80c5e0;
	border-radius: 3px;
	background: #FFF;
}

.cart td.image img {
	display: block;
	position: absolute;
	top:0; left: 0; bottom: 0; right: 0;  
	margin: auto;
	height: auto;
	max-height: 100px;
	max-width: 100px;
}

.cart td.name {
	text-align: left;
	font-size: 1.143em;
}

.cart td.quantity input {
	width: 1em;
	padding: 10px;
	text-align: center;
}

.cart td.total {
	font-weight: bold;
	color: #f13c65;
}

.cart tfoot {
	border-top: 1px solid #bcc6d5;
}

.cart tfoot td:last-child {
	text-align: right;
}

.cart span.total {
	font-weight: bold;
}

.cart span.value.total {
	font-size: 1.123em;
	color: #f13c65;
}

.cart h2 {
	font-family: Arial, serif;
	font-size: 1em;
}

.cart h3 {
	
	font-family: Arial, serif;
	color: #F13C65;
	margin: 0;
}

form.checkout-options {
	width: 50%;
	float: left;
}

form.checkout-options + .checkout-options {
	width: 45%;
	float: right;
}

form.checkout-options .button {
	margin-top: 0;
	margin-bottom: 0;
}

.cart .login-form p {
	position: relative;
}

.cart .login-form label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.cart .login-form input[type=text], .cart .login-form input[type=password] {
	display: block;
	width: 100%;
}

.ui-helper-reset {
	font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #ffebf0;
	border-color: #bcc6d5;
	border-radius: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #ffebf0;
	border-color: #bcc6d5;
	border-radius: 0;
}

.ui-accordion-content {
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 0.875em;
}

.ui-accordion-header {
	font-size: 0.875em;
}

.ui-accordion-content  + .ui-accordion-header {
	margin-top: 10px;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
	max-height: 100%;
	max-height: calc(100% - 100px);
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

.giftimg {
	max-width:300px;
	min-height:300px;
	border:1px solid #f5dbf9;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

.giftimg img {
	text-align:center;
	padding-top:20px;
	padding-left: 20px;
}

.giftimg h3 {
	color: #5fc800;
	font-size:16px;
	font-weight:bold;
}

.caltable {
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    color: #62626C;
    margin-bottom: 15px;
    width: 100%;
}

.caltable td, .caltable th {
    border-bottom: 1px solid #DFDFDF;
    border-top-color: white;
    color: #62626C;
}
.caltable th {
    background-color: #DEDEDE;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 2px 7px 3px 30px;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.796);
}

.caltable td {
    border-top: 1px solid white;
    font-size: 14px;
    padding: 0px 7px 0px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.796);
    vertical-align: top;
}

.caltable h2 {
	font-size:30px;
	font-weight:bold;
}

.caltable h3 {
	margin-top:5px;
}

.caltable p {
	margin-bottom:10px;
}

table {
  border-spacing: 0;
}	