body {
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding: 0;
		margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
}
.clear {
	clear: both;
}
@font-face {
    font-family: 'PublicGothicVin';
    src: url('../_fonts/PublicVintage.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* HORSE NEW */
.mbl-horse-image-row {display: none;}
.horse-wide-banner {
	background-image: url('../_img/horse-wide-01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 357px;
}
.horse-more-info {
	max-width: 940px;
	margin: 0 auto;
	font-size: 18px;
	padding: 60px 0;
}
.horse-more-info p.sub-title {
	font-weight: bold;
	font-size: 24px;
	color: #48894c;
	text-align: center;
}
.horse-more-info p a {
	font-size: 18px;
	font-weight: 100;
	color: #57452c;
	text-decoration: underline;
}
.horse-text-top {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
}
.horse-text-top h1 {
	font-family: "PublicGothicVin", sans-serif;
	font-size: 48px;
	font-weight: 100;
	color: #48894c;
	padding: 0;
	margin: 0;
}
.horse-text-top h1 span {
	font-size: 30px;
}
.horse-image-row {
	display: flex;
	justify-content: space-between;
}
.horse-image-row div {
	width: 33%;
}
.horse-image-row img {
	display: block;
	width: 100%;
	height: auto;
}
.horse-info-split {
	display: flex;
	justify-content: space-between;
}
.horse-info-img {
	width: 39%;
	background-image: url('../_img/4.jpg');
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.horse-info-img img {
	display: block;
	width: 100%;
	height: auto;
}
.horse-info-txt {
	width: 60%;
	background: #f5e0c1;
	color: #480e0b;
	padding: 30px 70px;
}

.horse-info-txt p.hifTitle {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}
.horse-info-txt ul {
	padding: 0;
	margin: 0 0 0 15px;
}







.holiday-hours {
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px !important;
}
.holiday-hours span {
	font-size: 22px;
	display: block;
	padding: 15px 0;
}

.flex-btns {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}


/* Top Nav */
.super-nav {
	background: #007934;
}
.super-nav-wrapper {
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
}
.super-nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: right;
	max-width: 1110px;
}
.super-nav ul li {
	display: inline-block;
}
.super-nav ul li a {
	display: block;
	color: #fff;
	padding: 19px 10px;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 0;
}
.super-nav ul li a.plo {
	background: #abc13d;
}
.super-nav ul li a.plo:hover {
	background: #4a9744;
	color: #fff;
}
.super-nav ul li a:hover {
	color: #abc13d;
}

.cart-empty {
	display: none !important;
}
.cart-full {
	padding: 0;
}
.super-nav ul li.cart-full a {
	background: #abc13d;
	color: #fff;
	padding: 7px 0 5px 20px;
}
.super-nav ul li.cart-full a:hover {
	color: #fff;
}
.super-nav ul li.cart-full a img {
	vertical-align: middle;
	margin: 0 15px 0 5px;
}
.super-nav ul li.cart-full a span {
	background: #db0e21;
	padding: 11px 14px;
}


#cartDropdown {
	width: 370px;

	background: #fff;
	border: 1px solid #acacac;
	position: absolute;
	top:36px;
	right: 0;
	z-index: 1;

}
.super-nav-wrapper .order-summary {
	float: none;
	width: 100%;
	margin: 0;
}
.super-nav-wrapper .order-summary-content {
	border: 0;
}
.super-nav-wrapper .order-summary-item {
	padding: 10px;
}
.super-nav-wrapper .order-summary-total p.sub-total {
	font-size: 19px;
	color: #707070;
	font-weight: 600;
}
.super-nav-wrapper .order-summary-total p {
	padding: 0;

}
.super-nav-wrapper .order-summary-total p.sub-total span {
	color: #4e4e4e;
	font-size: 17px;
	float: right;
	font-weight: 400;
}
.super-nav-wrapper .order-summary-total p.sub-total span:after {
	clear: right;
}

#cartDropdown a.close-x {
	display: block;
	text-align: right;
	margin: 5px 10px;
}
#cartDropdown a.dropdown-vc-btn {
	display: block;
	padding: 10px 0;
	background: #959595;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
#cartDropdown a.dropdown-co-btn {
	display: block;
	padding: 10px 0;
	background: #db0e21;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.mobile-cart-item {
	display: none;
}

.homepage-form-pop {
	background-color: #fff;
}
form#hello {
	padding: 20px;
}
form#hello input[type=text]{
	padding: 10px;
	width: 50%;
}
form#hello input[type=submit] {
	width: 40%;
	background-color: red;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
}

/* Main Nav */
.nav {
    background: #ffffff none repeat scroll 0 0;
    margin: auto 0;
    /*position: fixed;*/
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.nav ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 10px 0;
    /*width: 900px;*/
}
.nav ul li {
    display: inline-block;
    margin: 0 15px;
    line-height: 100px;
}
.nav ul li img {
	vertical-align: middle;
}
.nav ul li.logo {
	line-height: 0 !important;
}
.nav ul li.social a {
	display: inline-block;
	margin: 0 4px;
}
.nav ul li.logo a:hover, .nav ul li.social a:hover {
	background: none;
}
.nav ul li:first-child {
	margin-left: 0;
}
.nav ul li:last-child {
	margin-right: 0;
}
.nav ul li a {
    color: #707070;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.nav ul li a:hover, .nav ul li a.active {
    color: #007934;
    background: url("../_img/nav-leaf-on.png") center 20px no-repeat;
}

.mobile-nav-container {
	display: none;
}

/* Hero Image */
.hero-contianer {
	position: relative;
}
.banner-btn {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 9999;
}
.banner-btn a {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	background-color: #4a9744;
	padding: 15px 40px;
}

.hero-01 {
	background-image: url("../_img/horse-banner-01.jpg");
	background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 559px;
  position: relative;
}
.hero-01 img {
	display: block;
}

.hero-01 a.blockLnk {
	display: block;
	width: 100%;
	height: 566px;
}

.hero-bottle {
	position: absolute;
	bottom: 0;
	left: 32%;
}
.hero-txt {
	position: absolute;
	bottom: 25%;
	right: 6%;
}
.hero-mobile-01 {
	display: none;
}


/* Entry Points */
.entry-points {
	padding: 20px;
}
.entry {
	float: left;
	width: 32%;
	margin: 0 1%;
	position: relative;
	text-align: center;
}
.entry span {
	display: block;
}
.entry-title {
	padding: 10px 0 0 0;
	font-family: "PublicGothicVin", sans-serif;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.blog-entry-tile .entry-title {

}
.blog-entry-tile {
	color: #fff;
}


.entry:hover .e01t:after {
	content:"\A";
  width:100%;
  height:200px;
  background:rgba(72, 151, 79, 0.5);
  position:absolute;
  top:0;
  left:0;
  z-index: 50;
}
.entry:hover .e01b {
	background:rgba(72, 151, 79, 1);
}

.entry:hover .e02t:after {
	content:"\A";
  width:100%;
  height:200px;
  background:rgba(170, 192, 85, 0.5);
  position:absolute;
  top:0;
  left:0;
  z-index: 50;
}
.entry:hover .e02b {
	background:rgba(170, 192, 85, 1);
}

.entry:hover .e03t:after {
	content:"\A";
  width:100%;
  height:200px;
  background:rgba(0, 120, 61, 0.5);
  position:absolute;
  top:0;
  left:0;
  z-index: 50;
}
.entry:hover .e03b {
	background:rgba(0, 120, 61, 1);
}

.e01 {
	min-height: 342px;
  margin-left: 0;
  background:#48974f;
  position: relative;
}
.e01:hover {
}
/*.e01:hover:after {
	content:"\A";
  width:100%;
  height:100%;
  background:rgba(72, 151, 79, 0.5);
  position:absolute;
  top:0;
  left:0;
  z-index: 50;
}*/
.e01t {
	background-image: url("../_img/3b01t.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.e01b {
	background-image: url("../_img/3b01b.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 142px;
}

.e02 {
	min-height: 342px;
}
.e02t {
	background-image: url("../_img/3b02t.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.e02b {
	background-image: url("../_img/3b02b.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 142px;
}

.e03 {
	min-height: 342px;
  margin-right: 0;
}
.e03t {
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.e03b {
	background-image: url("../_img/3b03b.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 142px;
}
.entry-link {
	display: block;
	margin: 0 auto;
	z-index: 100;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -70px;
	min-width: 146px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 8px 16px;
	font-size: 0.875em;
	font-weight: 700;
}
/*
.entry-link a {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 12px 25px;
	font-size: 0.875em;
	font-weight: 700;
}
*/
.entry-link:hover {
	background: #fff;
	color: #007934;
}


/* Page Banner */

.page-banner {
	background-color: #2f8a3f;
	min-height: 189px;
	background-image: url("../_img/page-banner-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-banner h1 {
	font-family: "PublicGothicVin", sans-serif;
	font-size: 76px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.single-product-page-banner {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/single-product-banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}


/* Single Product Banners */

.single-product-page-banner-bsix {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_images/b6/b6-top-splash.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-bsixmbl {display: none;}

.single-product-page-banner-sel {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_images/Selenium/selenium-top-banner.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-selmbl {display: none;}

.single-product-page-banner-bfa {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_images/folic-acid/folic-acid-splash.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-bfambl {display: none;}

.single-product-page-banner-akp {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/alkapure-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-akpmbl {display: none;}

.single-product-page-banner-cq10 {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/coq10Nadh-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-cq10mbl {display: none;}

.single-product-page-banner-irn {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/iron-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-irnmbl {display: none;}

.single-product-page-banner-lth {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/ltheanine-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-lthmbl {display: none;}

.single-product-page-banner-mgn {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/magNight-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-mgnmbl {display: none;}

.single-product-page-banner-mg {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/single-product-banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-mgmbl {display: none;}

.single-product-page-banner-mgt {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/product-photos/mtq-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-mgtmbl {display: none;}

.single-product-page-banner-bb {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/_products/biob/bioactiveB-splash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-bbmbl {display: none;}



.single-product-page-banner-cop {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/_products/copper-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-copmbl {display: none;}


.single-product-page-banner-vitd {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/_products/vitaminD-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-vitdmbl {display: none;}


.single-product-page-banner-zinc {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/_products/zinc-photoSplash.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.single-product-page-banner-zincmbl {display: none;}




.single-product-testi-banner {
	background-color: #2f8a3f;
	height: 331px;
	background-image: url("../_img/single-product-testi-banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

/* Sub Test */

.sub-test {
	background-color: #f6debb;
	padding: 40px 0;
}
.sub-test-container {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
  align-items: center;
  justify-content: center;
}
.sub-test-txt {
	color: #544633;
	width: 50%;
	margin-right: 10%;
}
.sub-test-txt p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 20px 0;
}
.sub-test-txt p strong {
	font-weight: 900;
}

.sub-test-btn {
	width: 29%;

}
.sub-test-btn a {
	color: #544633;
  border: 2px solid #544633;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 900;
}





/* Content Area */
.content-container {
	padding: 60px 0;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}
.content-container-text {
	padding: 60px 0;
	max-width: 1110px;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	color: #707070;
}
.content-container-about-box {
	padding: 0;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}

.content-container p {
	font-size: 22px;
	color: #707070;
	max-width: 815px;
	margin: 0 auto;
}
.content-container p.sub-quote {
	color: #bba68e;
	font-size: 24px;
}

.about-box {
	width:100%;
	height:100%;
	display:table;
	text-align:center;
	padding: 40px 0;
}
.about-box-img {
	width: 50%;
	float: left;
}
.about-box-txt {
	width: 50%;
	padding: 0 30px;
	font-size: 18px;
	color: #707070;
	display:table-cell;
  vertical-align:middle;
  text-align: left;
}

.retailer-link {
	display: block;
	margin-top: 30px;
}
.retailer-link a {
	color: #007934;
  border: 2px solid #007934;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: bolder;
}
.retailer-link a:hover {
	background: #007934;
	color: #fff;
}


.about-divider {
	background-image: url("../_img/about-divider.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 331px;
	background-color: #044925;
}
.about-divider-mobile {
	display: none;
}

/* PLV Team */

.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-container .item {
    flex-basis: 28%;

}



.plv-team-container {
		padding: 30px 0 60px 0;
		max-width: 1110px;
		margin: 0 auto;
}
.plv-team-container h3 {
	font-size: 30px;
	color: #007940;
	font-weight: 700;
	text-align: center;
	margin: 30px 0;

}

.owner-box {
	width: 45%;
	float: left;
}
.owner-box:nth-child(3) {
	margin-left: 10%;
}
.owner-img {
	max-width: 488px;
	border-bottom: 8px solid #044925;
}
.owner-img img{
	width: 100%;
	height: auto;
	display: block;
}
.owner-info {
	text-align: center;
	max-width: 488px;
	margin-top: 10px;
}


.name-row {
	font-size: 18px;
	color: #007934;
	font-weight: 700;
}
.name-row span {
	color: #bba68e;
}

.contact-row {
	color: #707070;
	font-weight: 400;
}
.contact-row a {
	color: #707070;
}

.contact-box-row {
	padding: 30px 0;
}

.contact-box {
	width: 28%;
	float: left;
	margin-right: 8%;
}
.last-contact-box {
	margin-right: 0;
}
.contact-img {
	max-width: 302px;
	border-bottom: 8px solid #044925;
}
.contact-img-brdr-2 {
	border-bottom: 8px solid #bba68e;
}
.contact-img-brdr-3 {
	border-bottom: 8px solid #4a9643;
}
.contact-img-brdr-4 {
	border-bottom: 8px solid #abc13d;
}
.contact-img img {
	display: block;
	width: 100%;
	height: auto;
}
.contact-info {
	max-width: 302px;
	text-align: center;
	margin-top: 10px;
}

/* About Double Box */

.about-double-box {

}
.replenish-box {
	background: #bba68e;
	width: 50%;
	float: left;
	padding: 50px 0 80px 0;
}
.questions-box {
	background: #4a9643;
	width: 50%;
	float: left;
	padding: 50px 0 80px 0;
}
.adb-text {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.adb-text p {
	font-size: 18px;
	color: #fff;
	margin: 8px 0;
}
.adb-text p.adb-title {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
}

.adb-link {
	display: block;
	margin: 30px 0px 0px 0px;
}
.adb-link a {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 0.875em;
	font-weight: 700;
}
.adb-link a:hover {
	background: #fff;
	color: #007934;
}

/* Products Page */
.content-container-products {
	padding: 60px 20px;
	max-width: 1185px;
	margin: 0 auto;
	text-align: center;
}
.content-container-products p {
	font-size: 22px;
	color: #707070;
	max-width: 815px;
	margin: 0 auto;
}

.product-container {
	display: table;
	width: 100%;
	max-height: 296px;
	margin: 60px 0;
}
.product-banner {
	max-width: 566px;
	height: 296px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	/*float: left;*/
	display: table-cell;
	width: 50%;
	line-height: 0;
}

.pb01 { background-image: url("../_img/product-banner-01.jpg"); }
.pb02 { background-image: url("../_img/product-banner-02.jpg"); }
.pb03 { background-image: url("../_img/product-banner-03.jpg"); }
.pb04 { background-image: url("../_img/product-banner-04.jpg"); }
.pb05 { background-image: url("../_img/product-banner-05.jpg"); }
.pb06 { background-image: url("../_img/product-banner-06.jpg"); }
.pb07 { background-image: url("../_img/product-banner-07.jpg"); }
.pb08 { background-image: url("../_img/bioactiveB-image.jpg"); }
.pb09 { background-image: url("../_img/_products/lchew/ltheanineChews-image.jpg"); }
.pb010 { background-image: url("../_img/_products/lslow/ltheanineSR-image.jpg"); }
.pb011 { background-image: url("../_img/_products/magpow/magPowder-image.png"); }
.pb012 { background-image: url("../_img/phPaper-image.jpg"); }

.product-bottle {
	/*float: left;*/
	display: table-cell;
	width: 162px;
	padding-left: 30px;
}
.product-info {
	/*float: left;*/
	display: table-cell;
	width: 330px;
	text-align: left;
	padding-left: 20px;
	vertical-align: top;
}

.product-info p {
	margin: 5px 0;
}
.product-info p.prod-title {
	color: #007940;
	font-size: 30px;
	font-weight: 700;
}
.product-info p.prod-descrip {
	font-size: 18px;
	color: #707070;
	font-weight: 300;
}
.product-info p.prod-descrip span {
	color: #4a9643;
	font-weight: normal;
}

.prod-link {
	margin: 20px 0 0 0;
}

.prod-link a {
	color: #007940;
	border: 2px solid #4a9643;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 700;
	float: left;
}
.prod-link a:nth-child(1) {
	margin-right: 13px;
	margin-bottom: 10px;
}
.prod-link a:hover {
	background: #4a9643;
	color: #fff;
}

.single-product {
	text-align: left;
	padding: 60px 20px;
	max-width: 1150px;
}
.content-container h2 {
	font-size: 63px;
	color: #007934;
	font-family: 'PublicGothicVin', arial, sans-serif;
	font-weight: 100;
	text-align: center;
}

.sproduct-container {
	/*display: table;*/
	width: 100%;
}
.sproduct-bottle {
	/*display: table-cell;*/
	float: left;
	max-width: 193px;
	width: 20%;
	vertical-align: top;
}
.sproduct-bottle img {
	width: 100%;
	height: auto;
	min-width: 193px;
	max-width: 200px;
}
.sproduct-price-container {
	/*display: table-cell;*/
	float: right;
	max-width: 272px;
	width: 25%;
	vertical-align: top;
}
.sproduct-price {
	color: #4e4e4e;
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}

.sproduct-size {
	margin-bottom: 10px;
	background: url('../_img/dropdown-arrow.jpg') #efefef no-repeat right center;
	height: 41px;
	width: 272px;
	overflow: hidden;
}
.sproduct-size select {
   border: none;
   background: transparent;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   font-size: 16px;
   height: 41px;
   width: 292px;
   color: #4e4e4e;
   font-size: 17px;
   font-weight: 400;
   -webkit-appearance:none;
}
.size-label {
	font-size: 19px;
	font-weight: 700;
	color: #007934;
	padding: 0 20px;
}
.sproduct-quantity {
	margin-bottom: 10px;
	height: 41px;
	background: #efefef;
	font-size: 19px;
	font-weight: 700;
	color: #007934;
	display: table;
	padding: 0;
	width: 272px;
}
.sproduct-quantity-txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}
.sproduct-quantity span {
	display: table-cell;
	vertical-align: middle;
	min-width: 41px;
	text-align: center;
}
.sproduct-quantity a {
	display: table-cell;
	width: 41px;
}
.sproduct-quantity span input {
	width: 41px;
}
.sproduct-quantity a.sproduct-quantity-minus {

}
.sproduct-quantity a.sproduct-quantity-add {

}
.sproduct-quantity img {
	vertical-align: middle;
	display: block;
}
.sproduct-cart {
	border: 2px solid #007934;
	max-width: 272px;
}
.sproduct-cart a {
	color: #007934;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 10px 0;
}
.sproduct-info {
	/*display: table-cell;*/
	float:left;
	width: 55%;
	padding: 0 3%;
}
.sproduct-info p {
	font-size: 18px;
	margin-bottom: 20px;
}
.sproduct-info p.sproduct-info-title {
	font-weight: 900;
	color: #48894c;
	font-family: "PublicGothicVin", sans-serif;
	font-size: 42px;
}
.sproduct-info p.sproduct-info-subtitle {
	color: #4a9643;
	font-size: 22px;
	font-weight: 700;
}
.sproduct-avail {
	margin: 20px 0 0 0;

}
.sproduct-avail-title {
	color: #007940;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	/*text-align: center;*/
	margin-bottom: 10px;
}
.sproduct-avail-sizes {
	/*text-align: center;*/
	display: inline-block;
	width: 40%;
}
.sproduct-avail-sizes img {
	margin: 0 5px;
}
.sproduct-btns {
		vertical-align: bottom;
    text-align: center;
    margin: 20px 0 0 0;
    width: 59%;
    display: inline-block;
}
.sproduct-btns div {
	float: left;
	border: 2px solid #007934;
	border-radius: 5px;
}
.sproduct-btns div a {
	color: #007940;
	font-size: 14px;
	font-weight: 900;
	display: block;
	padding: 7px 15px;
}
.sproduct-btns div:first-child {
	margin-right: 10px;
	margin-bottom: 10px;
}

.sp-more-info-box {
	max-width: 1113px;
	margin: 0 auto;
	padding: 60px 20px;
}


.mag-new-labels {
	width: 100%;
	min-height: 450px;
	background-image: url("../_img/mag-texture-bg.jpg");
	background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mag-grass {
	height: 128px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: url("../_img/mag-grass.png");
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.mag-bottles {
	position: absolute;
	max-width: 412px;
	max-height: 412px;
	bottom: 0;
	z-index: 5;
}
.mag-bottles img {
	width: 100%;
	height: auto;
}
.mag-bottles-txt {
	width: 50%;
	float: right;
	padding-top: 40px;
}
.mag-wrapper {
	max-width: 1111px;
	margin: 0 auto;
	padding: 0 40px;
}
.mag-bottles-txt p {
	color: #594425;
	font-size: 18px;
	text-align: center;
	margin: 10px 0;
}
.mag-bottles-txt p.mag-labels-title {
	color: #057a3e;
	font-size: 44px;
	font-family: "PublicGothicVin", sans-serif;
}

.mag-bottles img.bottle-biob-ico {
	max-width: 150px !important;
	float: left !important;
	margin-right: 30px !important;
	margin-top: 60px !important;
}
.mag-bottles img.bottle-biob {
	float: left !important;
	max-width: 230px !important;
	padding-bottom: 40px !important;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

#accordion {
	width: 70%;
	max-width: 700px;
	float: left;
}

#accordion h4 {
	color: #007934;
	font-size: 25px;
	border-top: 1px solid #007934;
	padding: 12px 0;
	margin: 0;
	background-image: url("../_img/accordion-open.png");
	background-position: right center;
  background-repeat: no-repeat;
}

.accordion-close {
	background-image: url("../_img/accordion-open.png");
	background-position: right center;
  background-repeat: no-repeat;
}


#accordion h4.accordion-open {
	background-image: url("../_img/accordion-close.png");
	background-position: right center;
  background-repeat: no-repeat;
}
#accordion p {
	margin-top: 0;
	color: #707070;
	font-size: 18px;
}
#accordion ul {

}
#accordion ul li {
	color: #707070;
	font-size: 18px;
}
.single-product-yml {
	float: left;
	width: 26%;
	max-width: 300px;
	margin-left: 4%;
}
.single-product-yml img {
	width: 100%;
	height: auto;
}
.single-product-yml-mbl {
	display: none;
}

/* Products New */

.products-new-wrapper {
	width: 100%;
	margin: 50px 0 0 0;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.products-new-box {
  width: 31%;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.products-new-box .newico {
	display: block;
	position: absolute;
	top:0;
	right:0;
	width: 100px;
}
.products-new-box .newico img {
	width: 100%;
	height: auto;
	display: block;
}
.ribbon {
	top: 15px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;

}


.pn {

}
.pn-img {
	width: 100%;
}
.pn-img img {
	width: 100%;
	height: auto;
}
.pn-txt {
	text-align: left;
	min-height: 120px;
}
.pn-txt p {
	font-size: 17px;
	color: #707070;
	font-weight: 400;
}
.pn-txt p strong {
	color: #007940;
	font-size: 30px;
	font-weight: 900;
}
.pn-txt p span {
	color: #4a9643;
	font-weight: normal;
	font-weight: 600;
}
.pn-btn a {
	border: 2px solid #4a9643;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #007940;
	margin: 20px 10px 0 0;
	display: inline-block;
}
.pn-btn a:hover {
	background: #4a9643;
	color: #fff;
}
/*
.pn-txt a {
	border: 2px solid #4a9643;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #007940;
	margin: 20px 10px 0 0;
	display: inline-block;
}
.pn-txt a:hover {
	background: #4a9643;
	color: #fff;
}
*/
@media only screen and (max-width:780px ) {

	.products-new-box {
	  width: 48%;
	  margin-bottom: 60px;
	}

}
@media only screen and (max-width:420px ) {

	.products-new-box {
	  width: 100%;
	  margin-bottom: 60px;
	}

}


/* Cart */



.cart-stages {
	height: 189px;
	max-width: 686px;
	margin: auto;
}
.cart-stages img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.prod-cart-container {
	text-align: left;
}
.cart-container {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.cart-row {
	display: table-row;

}
.prod-row {
	border-bottom: 1px solid #bba68e;
}
.cart-header {
	background: #bba68e;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 6px 0;
}
.cart-header:first-child {
	text-indent: 20px;
}
.td-lrg {
	width: 35%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.td-med {
	width: 20%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.td-sml {
	width: 15%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.td-xls {
	width: 10%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.cart-item-subtotal div span {
	display: none;
}
.cart-item-quantity div span.qtitle {
	display: none;
}
.td-sml div {
	padding: 20px 0;
}
.td-lrg div {
	padding: 20px 0;
}
.td-med div {
	padding: 20px 0;
}
.td-xls div {
	padding: 20px 0;
}

.prod-bottle {
	float: left;

}


.prod-name {
	float: left;
	color: #707070;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;

}
.prod-name span {
	font-size: 16px;
	display: block;
}

.cart-item-img img {
	width: 100%;
	height: auto;
}
.cart-item-prod div {
	padding-left: 10px;
}
.cart-item-price, .cart-item-subtotal {
	color: #707070;
	font-size: 16px;
	font-weight: 600;
}
.cart-item-remove {
	text-align: right;
	padding-right: 20px;
}
.cart-item-remove a {
	color: #db0e21;
	font-size: 12px;
	font-weight: 600;
}

#input-quantity {
	width: 43px;
	height: 28px;
	border: 1px solid #707070;
	text-align: right;
	padding-right: 5px;
}
.cart-item-quantity div span.qtitle {
	display: none;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	padding: 5px 0;
}
.cart-item-quantity div span a {
	color: #db0e21;
	font-weight: 700;
	font-size: 12px;
}

.cart-subtotal {
	font-size: 16px;
	color: #707070;
	padding: 10px 0;
	text-align: right;
}
.cart-subtotal span {
	font-size: 22px;
	color: #707070;
}

.cart-btns {
	padding: 10px 0;
}
.cart-btns a {
	color: #007934;
  border: 2px solid #007934;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: bolder;
  float: left;
}
.cart-btns a:hover {
	background: #007934;
	border: 2px solid #007934;
	color: #fff;
}
a.checkout-btn {
	color: #fff;
	border: 2px solid #db0e21;
	border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: bolder;
  background: #db0e21;
  float: right;
}
a.checkout-btn:hover {
	background: #db0e21;
	border: 2px solid #db0e21;
}


.shipping-container {
	width: 65%;
	float: left;
}
.order-summary {
	width: 30%;
	margin-left: 5%;
	float: right;

}
.order-summary-content {
	padding: 0;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
}

.shipping-address {
	background: #bba68e;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0 5px 20px;
}

p.shipping-title {
	background: #bba68e;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0 5px 20px;
	margin: 0;
}
.order-summary-item {
	padding: 20px;
}
.order-summary-item:nth-child(even) {
	background: #efefef;
}
.order-summary-item div p {
	padding: 0;
	margin: 0 0 0 10px;
	color: #707070;
	font-size: 16px;
}
.order-summary-item div p span {
	font-size: 14px;
	font-weight: 600;
}
.order-summary-item-txt {
	float: left;
}
.order-summary-item-img {
	float: left;
	max-width: 66px;
}
.order-summary-item-img img {
	width: 100%;
	height: auto;
}
.order-summary-total {
	padding: 10px 20px;
}
.order-summary-total p {
	padding: 5px 0;
	margin: 0;
	color: #707070;
	font-size: 16px;
}
.order-summary-total p span {
	font-size: 18px;
	font-weight: 600;
}
a.editCart {
	color: #db0e21;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	display: block;
	padding: 10px 0 0 0;
}

.shipping-address-form {
	padding: 10px 100px 0 0;
	text-align: right;
}
.shipping-address-form-item {
	padding: 10px 0;
}
.shipping-address-form label {
	float: left;
	width: 25%;
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	margin-right: 15px;
	line-height: 32px;
}
.shipping-address-form input {
	float: left;
	max-width: 431px;
	width: 75%;
	border: 1px solid #707070;
	height: 32px;
}
.ccinfo {
	margin: 0 0 0 10%;
}
.ccinfo label {
	width: 16%;
	text-align: left;
}
.shipping-address-form-item input.ccfield {
	width: 5%;
	border: 2px solid black;
}


.shipping-select{
	margin-bottom: 10px;
	background: url('../_img/shipping-select-arrow.jpg') #fff no-repeat right center;
	height: 32px;
	border: 1px solid #707070;
	color: #777;
	text-indent: 10px;
	font-size: 14px;
	width: 75%;
	max-width: 431px;
	float: left;
	overflow: hidden;
	appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  border-radius: 0;
}
.shipping-select option {
	color: #777;
}

.date-select{
	margin-bottom: 0 !important;
	background: url('../_img/shipping-select-arrow.jpg') #fff no-repeat right center;
	height: 32px;
	border: 1px solid #707070;
	color: #c0c0c0;
	text-indent: 10px;
	font-size: 14px;
	width: 75%;
	max-width: 87px;
	float: left;
	overflow: hidden;
	appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  border-radius: 0;
}

.shipping-note {
	text-align: left;
	color: #707070;
	font-size: 14px;
	font-weight: 600;
	margin-left: 20px;
}
.shipping-note a {
	color: #707070;
}

.shipping-method-container {
	padding: 10px 20px 30px 20px;
}
.shipping-method-container p {
	font-size: 16px;
	padding: 10px 0;
}
.billing-info-txt {
	padding: 10px 20px 0 0;
}
.billing-info-txt p {
	font-size: 16px;
	text-align: left;
	padding: 10px 0 10px 20px;
	float: left;
}
.billing-info-txt p img {
	margin-right: 10px;
}
.billing-info-txt a {
	color: #db0e21;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

a.continue-to-pay-btn {
	color: #fff;
	border: 2px solid #db0e21;
	border-radius: 5px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bolder;
  background: #db0e21;
}

.billing-address-output {
	padding: 20px;
}
.billing-address-output div {
	float: left;
}
.billing-address-output div p {
	font-size: 16px;
}
.billing-address-output a {
	float: right;
	color: #db0e21;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.shipping-address-output {
	padding: 20px;
}
.shipping-address-output p {
	font-size: 16px;
	text-align: left;
}
.ship-addr-out {
	float: left;
}

a.ship-addr-edit {
	font-size: 12px;
	color: #db0e21;
	font-weight: 600;
	float: right;
}

a.edit-billing-btn {
	color: #007940;
	border: 2px solid #007934;
	border-radius: 5px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bolder;
  background: #fff;
}
.cvv-field {
	max-width: 87px !important;
}

.order-summary-edit-btn {
	display: none;
}


/* Where to Buy */

.map-popup {

}
.map-popup p {
	font-size: 18px;
	color: #707070;
	font-family: 'Lato', sans-serif;
}
.map-popup p strong {
	font-size: 20px;
}

.content-container-wtb {
	padding: 60px 0;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}
.wtb-intro-text {
	color: #707070;
	font-size: 20px;
	font-weight: 500;
}

.wtb-map {
	height: 494px;
	width: 100%;

	/*background-image: url('../_img/wtb-map.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	*/

}

.wtb-locations-table {

}

.wtb-table {
	display: table;
	width: 100%;
}
.wtb-row-one {
	display: table-row;
}
.wtb-row-one .wtb-placename, .wtb-row-one .wtb-address {
	background: #f2f8f2;
}
.wtb-row-two {
	display: table-row;
}
.wtb-placename {
	display: table-cell;
	color: #707070;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0 15px 2%;
	text-align: left;
	width: 30%;
}
.wtb-address {
	display: table-cell;
	color: #707070;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	padding-right: 2%;
	width: 30%;
}
.wtb-view-btn {
	display: table-cell;
	background: none;
	width: 15%;
min-width: 166px;
}
.wtb-view-btn div {

}
.wtb-view-btn div a {
	font-size: 14px;
	color: #007940;
	padding: 10px 20px;
	font-weight: 600;
	border: 2px solid #007940;
	border-radius: 5px;
}
.wtb-demo {
	display: table-cell;
	background: none;
	width: 15%;
	min-width: 166px;
}
.wtb-demo a {
	padding: 10px 20px;
	background: #abc13d;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.wtb-search-fields {
	display: table;
}

.search-icon-img {
	display: table-cell;
	width: 30%;
}
.search-icon-img img {
	width: 100%;
	min-width: 336px;
	height: auto;
	display: block;
}
.search-filter {
	display: inline-block;
	width: 69%;
	display: table-cell;
	vertical-align: top;
}

.postal-filter {
	width: 272px;
	text-align: left;
	margin-left: 40px;
	float: left;
}
.postal-filter p, .province-filter p {
	color: #007934;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}
.postal-filter label {
	text-align: left;
	color: #707070;
	font-size: 18px;
	display: block;
}
.postal-filter-txtinpt {
	border: 1px solid #707070;
	width: 272px;
	padding: 10px 0;
	text-indent: 20px;
	margin: 10px 0;
}

.postal-filter-btn {
	margin-top: 30px;
}
.postal-filter-btn a {
	padding: 10px 40px;
	background: #abc13d;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}



.province-filter {
	float: left;
	width: 272px;
	margin-left: 100px;
	text-align: left;
}




.radius-container {
	margin-bottom: 10px;
	background: url('../_img/dropdown-arrow.jpg') #efefef no-repeat right center;
	height: 41px;
	width: 272px;
	overflow: hidden;
}
.radius-container select {
   border: none;
   background: transparent;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   font-size: 16px;
   height: 41px;
   width: 292px;
   color: #4e4e4e;
   font-size: 17px;
   font-weight: 400;
   -webkit-appearance:none;
}
.size-label {
	font-size: 19px;
	font-weight: 700;
	color: #007934;
	padding: 0 20px;
}


/* Events & Demos */

.content-container-events-demos {
	padding: 60px 100px;
	max-width: 1110px;
	margin: 0 auto;
	text-align: left;
}

.ed-container {
	width: 100%;
	border-top: 1px solid #bba68e;
	border-bottom: 1px solid #bba68e;
	margin: 10px 0;
}
.ed-alt-color {
	border-top: 1px solid #007934;
	border-bottom: 1px solid #007934;
}
.ed-date-container {
	width: 20%;
	float: left;
}
.ed-alt-color .ed-date {
	background: #007934;
}
.ed-date {
	height: 113px;
	width: 113px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	background: #bba68e;
}
.ed-date span {
	font-size: 55px;
	font-weight: 600;
	display: block;
}
.ed-info {
	float: left;
	width: 60%;
	margin-top: 25px;
}
.ed-info p {
	margin: 4px 0;
	font-size: 18px;
	color: #707070;
}
p.ed-info-title {
	font-size: 22px;
	color: #4a9643;
}
.ed-link {
	float: right;
	width: 15%;
	text-align: right;
	margin-top: 40px;
}
.ed-link a {
	color: #007934;
  border: 2px solid #007934;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
}

/* Blog */

.blog-container {
	max-width: 750px;
	margin: 0 auto;
	padding: 10px 0;
}
.blog-post {
	margin: 80px 0;
	display: block;
}
.blog-image {
	width: 100%;
	margin-bottom: 20px;
}
.blog-image img {
	width: 100%;
	height: auto;
}
.blog-text {
	max-width: 680px;
	margin: 0 auto;
}
.blog-text p {
	margin: 8px 0;
	padding: 0;
}
.blog-text table tr td {
	padding-right: 10px;
}
.blog-text table tr td p {
	margin: 0;
}
.blog-text-img {
	width: 100%;
}
.blog-text-img img {
	width: 100%;
	height: auto;
}
.blog-date {
	color: #707070;
	font-size: 13px;
	font-weight: bold;
}
.blog-title {
	font-size: 24px;
	color: #bba68e;
	font-weight: bold;
}
.blog-body {
	font-size: 18px;
	color: #707070;
}
.blog-post p {
	font-size: 18px;
	color: #707070;
	margin: 20px 0;
}
.blog-post p span {
	color: #baa68e;
	font-weight: 600;
}
.blog-post p strong {
	/*color: #4a9643;
	font-size: 22px;*/
	font-weight: 600;
}
.blog-post p strong span {
	color: #4a9643;
	font-size: 22px;
	font-weight: 600;
}
.blog-post p.subhead {
	color: #4a9643;
	font-size: 22px;
	font-weight: 600;
	margin-top: 40px;
}
.blog-post p em {
	font-style: italic;
	color: #9b9a9a;
	font-size: 16px;
}
.blog-post ul, .blog-post ol {
	font-size: 18px;
	color: #707070;
}
.blog-post ul li, .blog-post ol li {
	text-indent: 10px;
	margin: 10px 0;
}
.blog-fact {
	border-left: 4px solid #baa68e;
	padding-left: 20px;
}
.blog-fact span {
	font-size: 16px;
	color: #baa68e;
	font-weight: 600;
	display: block;
}
.blog-fact p {
	margin: 3px 0;
	font-size: 22px;
	color: #499644;
	font-style: italic;
}

.blog-sig {
	font-size: 16px;
	font-style: italic;
}

.blog-rdm {
	margin-top: 40px !important;
}
.blog-rdm a {
	color: #007934 !important;
	border: 2px solid #007934;
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 0.875em;
	font-weight: 700;
	text-decoration: none !important;
}
.blog-rdm a:hover {
	background: #007934;
	color: #fff !important;
}
.blog-post a {
	color: #abc13d;
	text-decoration: underline;
}
.blog-post h2 {
	color: #007940;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
.blog-post h3 {
	color: #4a9643;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 40px;
}
hr.blog-divide {
	border: 0;
	width: 100%;
	color: #ebebeb;
	background-color: #ebebeb;
	height: 2px;
	margin: 60px 0;
}

.blog-nav {

}
.blog-nav-left {
	float: left;
	display: block;
	margin-right: 30px;
	max-width: 336px;
}
.blog-nav-right {
	float: left;
	display: block;
	margin-left: 30px;
	max-width: 336px;
}
.blog-nav-img {
	max-width: 346px;
}
.blog-nav-img img {
	width: 100%;
	height: auto;
}
.blog-nav p {
	color: #bba68e;
	font-size: 24px;
	font-weight: bold;
}
.blog-nav-rdm a {
	color: #007934 !important;
	border: 2px solid #4a9643;
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}
.blog-nav-rdm a:hover {
	background: #4a9643;
	color: #fff !important;
}

/* Contac Us */

.contact-us-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 42px 20px 42px;
}
.contact-us-map-container {
	max-width: 1278px;
	margin: 60px auto;
	/*background-image: url("../_img/contact-us-map.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;*/
	height: 400px;
	position: relative;

}
.google-maps {
	position: relative;
	padding-bottom: 40%; // This is the aspect ratio
	height: 400px;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}
.contact-us-location {
	background-color:rgba(0,121,52,0.8);
	position: absolute;
	left: 80px;
	top: -30px;
	width: 360px;
	height: 460px;
	padding: 0 65px;
}
.contact-us-location p{
	color: #fff;
	font-size: 18px;
}
.contact-us-location p a {
	color: #fff;
}
.contact-us-location p span {
	color: #abc13d;
}
p.contact-us-location-title {
	color: #ddd2c6;
	font-size: 20px;
	font-weight: 600;
	margin-top: 106px;
}
.contact-us-location-mobile {display: none;}

.contact-bottles {
	height: 230px;
	background-image: url("../_img/bottles.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1282px;
	margin: 0 auto;
}


/* Paper Area */

.paper-container {
	margin: 75px 0;
	color: #007934;
	font-size: 35px;
}

.paper-bg {
	background-image: url("../_img/paper-bg.jpg");
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 434px;
}

.paper-lft {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.paper-lft-txt {
	text-align: right;
	margin-top: 60px;
	padding-bottom: 10px;
}
.paper-lft-img {

}
.paper-lft-img img {
	width: 100%;
	height: auto;
}

.paper-rgt {
	float: right;
	margin-left: 1%;
	width: 49%;
	text-align: right;
}
.paper-rgt-txt {
	text-align: left;
}
.paper-rgt-img {
	margin-top: -60px;
}
.paper-rgt-img img {
	width: 100%;
	height: auto;
}



.paper-lady {
	margin-top: 60px;
}
.paper-lady-txt {
	padding-bottom: 10px;
	text-align: right;
	max-width: 662px;
}
.paper-lady-img {
	background-image: url('../_img/homes-1.jpg');
	background-size: inherit;
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 662px;
	height: 353px;
}


.paper-elderly {
	margin-top: -70px;
}
.paper-elderly-txt {
	text-align: left;

}
.paper-elderly-img {
	background-image: url('../_img/miriam.jpg');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	/*max-width: 662px;*/
	height: 353px;
}

.paper-mobile {
	display: none;
}



/* Circle */

.circle-container {
	text-align: center;
}
.circle-wrapper {
	display: inline-block;
	max-width: 204px;
	margin: 0 20px;
	vertical-align: top;
}
.circle-wrapper:last-child {
	margin: 0 0 0 20px;
}
.circle-wrapper-sp {
	display: inline-block;
	margin: 0 30px;
	vertical-align: top;
}
.circle-wrapper-sp:last-child {
	margin: 0 0 0 30px;
}
.c01 {
	background: url('../_img/home-fact1.jpg') 0 0 no-repeat;
}
.c02 {
	background: url('../_img/home-fact2.jpg') 0 0 no-repeat;
}
.c03 {
	background: url('../_img/home-fact3.jpg') 0 0 no-repeat;
}
.c04 {
	background: url('../_img/home-fact4.jpg') 0 0 no-repeat;
}
.c05 {
	background: url('../_img/home-fact5.jpg') 0 0 no-repeat;
}
.spc01 {
	background: url('../_img/sp-mag-circle-01.png') 0 0 no-repeat;
}
.spc02 {
	background: url('../_img/sp-mag-circle-02.png') 0 0 no-repeat;
}
.spc03 {
	background: url('../_img/sp-mag-circle-03.png') 0 0 no-repeat;
}
.spc04 {
	background: url('../_img/sp-mag-circle-04.png') 0 0 no-repeat;
}
.spc05 {
	background: url('../_img/sp-mag-circle-05.png') 0 0 no-repeat;
}


.circle {
	display: block;
	min-width: 184px;
	min-height: 180px;
}
.circle-txt {
	display: block;
	margin-left: -15px;
	max-width: 204px;
	color: #707070;
	font-size: 18px;
}
.lrn-btn {
	display: block;
	margin: 60px 0 90px 0;
}
.lrn-btn a {
	color: #007940;
	border: 2px solid #007940;
	border-radius: 5px;
	padding: 12px 25px;
	font-size: 0.875em;
	font-weight: 700;
}
.lrn-btn a:hover {
	background: #007940;
	color: #fff;
}

/* Testi Img */

.testi-img-container {

	width: 100%;
}

.testi-img-dsk {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 331px;
}

.testi-img-mbl {
	display: none;
}


.spalk-dsk {
	background-image: url('../_img/product-photos/alkapure-photoDivide.jpg');
}
.spalk-mbl {
	background-image: url('../_img/product-photos/mobile/alkapure-photoDivide-mobile.jpg');
}

.spcq10-dsk {
	background-image: url('../_img/product-photos/coq10Nadh-photoDivide.jpg');
}
.spcq10-mbl {
	background-image: url('../_img/product-photos/mobile/coq10Nadh-photoDivide-mobile.jpg');
}

.spirn-dsk {
	background-image: url('../_img/product-photos/iron-photoDivide.jpg');
}
.spirn-mbl {
	background-image: url('../_img/product-photos/mobile/iron-photoDivide-mobile.jpg');
}

.splth-dsk {
	background-image: url('../_img/product-photos/ltheanine-photoDivide.jpg');
}
.splth-mbl {
	background-image: url('../_img/product-photos/mobile/ltheanine-photoDivide-mobile.jpg');
}

.spmgn-dsk {
	background-image: url('../_img/product-photos/ltheanine-photoDivide.jpg');
}
.spmgn-mbl {
	background-image: url('../_img/product-photos/mobile/ltheanine-photoDivide-mobile.jpg');
}

.spmg-dsk {
	background-image: url('../_img/alkapure-photoDivide.jpg');
}
.spmg-mbl {
	background-image: url('../_img/alkapure-photoDivide-mobile.jpg');
}

.spmgt-dsk {
	background-image: url('../_img/product-photos/mtq-photoDivide.jpg');
}
.spmgt-mbl {
	background-image: url('../_img/product-photos/mobile/mtq-photoDivide-mobile.jpg');
}

.spmagn-dsk {
	background-image: url('/_img/plv-test-banners/magNight-photoSplash.jpg');
}
.spmagn-mbl {
	background-image: url('/_img/plv-test-banners/magNight-photoDivide-mobile.jpg');
}


.spbb-dsk {
	background-image: url('../_img/_products/biob/bioactiveB-photoDivide.jpg');
}
.spbb-mbl {
	background-image: url('../_img/_products/biob/bioactiveB-photoDivide-mobile.jpg');
}


.spcop-dsk {
	background-image: url('../_img/_products/copper-photoDivide.jpg');
}
.spcop-mbl {
	background-image: url('../_img/_products/copper-photoDivide-mobile.jpg');
}


.spvitd-dsk {
	background-image: url('../_img/_products/vitaminD-photoDivide.jpg');
}
.spvitd-mbl {
	background-image: url('../_img/_products/vitaminD-photoDivide-mobile.jpg');
}


.spzinc-dsk {
	background-image: url('../_img/_products/zinc-photoDivide.jpg');
}
.spzinc-mbl {
	background-image: url('../_img/_products/zinc-photoDivide-mobile.jpg');
}

.sbfa-dsk {
	background-image: url('../_images/folic-acid/folic-acid-banner-02.jpg');
}
.sbfa-mbl {
	background-image: url('../_images/folic-acid/folic-acid-banner-02-mbl.jpg');
}

.ssel-dsk {
	background-image: url('../_images/Selenium/selenium-bottom-banner.png');
}
.ssel-mbl {
	background-image: url('../_images/Selenium/selenium-bottom-banner-mbl.png');
}

.sbsix-dsk {
	background-image: url('../_images/b6/b6-bottom-banner.jpg');
}
.sbsix-mbl {
	background-image: url('../_images/b6/b6-bottom-banner-mbl.jpg');
}

/* Testi Row */

.testi-container {
	background: #ddd2c6;
	text-align: center;
	padding: 90px 0;
}
.testi-content {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 40px;
}

.testimonialBox {
	background: #FFFFFF;
	padding: 20px;
	width: 75%;
	float: right;
}

.testimonialMore {
	border: 2px solid #007934;
	max-width: 350px;
}
.testimonialMore a {
	color: #007934;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 10px 0;
}



.testi-title {
	color: #044925;
	font-size: 32px;
	padding: 0 0 40px 0;
	margin: 0;
}
.testi-banner {
	float: left;
	max-width: 20%;
}
.testi-banner-mobile {
	display: none;
}
.testi-banner img {
	width: 100%;
	height: auto;
}
.testi-slider {
	float: left;
	width: 70%;
	margin-left: 10%;
	min-height: 226px;

}
.testi-left-arrow {
	display: inline-block;
	margin-right: 20px;
}
.testi-left-arrow a {
	display: block;
	background: url("../_img/testi-slider-arrow-left-off.png") no-repeat 0 0;
	width: 30px;
	height: 42px;
}
.testi-left-arrow a:hover {
	background: url("../_img/testi-slider-arrow-left-on.png") no-repeat 0 0;
}
.testi-right-arrow {
	display: inline-block;
	margin-left: 20px;
}
.testi-right-arrow a {
	display: block;
	background: url("../_img/testi-slider-arrow-right-off.png") no-repeat 0 0;
	width: 30px;
	height: 42px;
}
.testi-right-arrow a:hover {
	background: url("../_img/testi-slider-arrow-right-on.png") no-repeat 0 0;
}

.testi-box {
	display: inline-block;
	width: 84%;
	background: #fff;
	height: 226px;
	padding: 10px 50px;
	line-height: 196px;
	text-align: center;
	font-size: 20px;
}
.testi-box span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.testi-box span p {
	color: #707070;
	font-style: italic;
}
.testi-box span p a {
	color: #007934;
}



.slick-slide {
	min-height: 226px;
	background: #fff;
	padding: 20px 40px;
	color: #707070;
  font-style: italic;
  font-family: lato, sans-serif;
  font-size: 20px;
  text-align: center;
}

.slick-next {
	width: 30px;
	height: 42px;
	background: url('../_img/testi-slider-arrow-right-off.png') no-repeat;
	text-indent: -9999px;
	right: -40px;
}
.slick-prev {
	width: 30px;
	height: 42px;
	background: url('../_img/testi-slider-arrow-left-off.png') no-repeat;
	text-indent: -9999px;
	left: -40px;
}
.slick-next:hover {
	background: url('../_img/testi-slider-arrow-right-on.png') no-repeat;
}
.slick-prev:hover {
	background: url('../_img/testi-slider-arrow-left-on.png') no-repeat;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}




/* Insta Row */
.insta-container {
	background-image: url("../_img/insta-bg.jpg");
	background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 595px;
}
.insta-content {
	padding: 121px 0 140px 0;
	color: #fff;
	text-align: center;
}

.insta-title {
	font-size: 32px;

}
.insta-title span {
	font-weight: 700;
}

.insta-feed {
	text-align: center;
	margin: 40px 0 0 0;
}
.insta-img {
	display: inline-block;
	margin:10px;
}

.insta-img a {
	position: relative;
	display: block;
}
.insta-img a span {
	position: absolute;
	top:10px;
	right: 10px;
}

/* Signup */

.signup-container {
	background-image: url("../_img/horse-footer-plv.jpg");
	background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #044925;
  height: 323px;
  position: relative;
}
.content-logo {
	position: absolute;
	left: 50%;
	margin-left: -84px;
	margin-top: -96px;
}

.signup-form {
	padding: 70px 0 0 0;
	margin-left: 100px;
}
.signup-title {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
}
.signup-title span {
	color: #abc13d;
	font-weight: 700;
}
.signup-field-title {
	font-size: 18px;
	font-weight: 400;
	color: #abc13d;
}
.signup-email {
	background: #246141;
	border: solid 1px #fff;
	height: 40px;
	width: 400px;
	color: #fff;
	text-indent: 10px;
	font-size: 18px;
}
.signup-btn {
	background: #044925;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 40px;
	color: #fff;
	margin-left: 20px;
}
.signup-btn:hover {
	background: #fff;
	color: #044925;
}

/* Footer */

.footer-copy {
	background-color: #044925;
	color: #abc13d;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	bottom:0;
	left: 50%;
	width: 320px;
	margin-left: -160px;
}

.footer-container {
	padding: 68px 0;
	background: #fff;
	text-align: center;
}
.footer-lft-logo {
	display: inline-block;
}
.footer-cnt-txt {
	color: #044925;
	font-size: 18px;
	display: inline-block;
	margin: 0 100px;
	text-align: left;
}
.footer-cnt-txt p strong {
	color: #007934;
	font-weight: 700;
}
.footer-cnt-txt p span {
	color: #4a9744;
}
.footer-cnt-txt a {
	color: #4a9744;
}
.footer-rgt-logo {
	display: inline-block;
}

.footer-social {
	margin: 48px 0;
	text-align: center;
}

.footer-social a {
	margin: 0 10px;
}

.footer-nav {
	text-align: center;
}
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav ul li {
	display: inline-block;
	margin: 15px;
}
.footer-nav ul li a {
	color: #007934;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 4px;
}
.footer-nav ul li a:hover {
	color: #abc13d;
	border-bottom: 2px solid #007934;
}
.footer-nav ul.footer-nav-sub li a {
	color: #707070;
}
.footer-nav ul.footer-nav-sub li a:hover {
	color: #abc13d;
}
.sub-footer {
	background: #bba68e;
	min-height: 77px;
	padding: 20px 0;
}
.sub-footer p {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}
.sub-footer small {
	max-width: 60%;
	margin: 10px auto;
	display: block;
}
.footer-top-mobile {
	display: none;
}
.sub-ftr-mobile {display: none;}

.footer-chfa {

}
.footer-chfa img {
	width: 100%;
	height: auto;
	max-width: 600px;
}



/* IAN STYLES */

.btn {font-size: 18px; white-space:nowrap; width:100%; padding:.8em 1.5em; font-family: Open Sans, Helvetica,Arial,sans-serif; line-height:18px; display: inline-block;zoom: 1; color: #fff; text-align: center; position:relative; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}

/*SEA GREEN BUTTON STYLES*/
.btn.btn-sea{width:300px; background-color: #2c883d; border-color: #2c883d; -webkit-box-shadow: 0 3px 0 #088d74; box-shadow: 0 3px 0 #088d74;}
.btn.btn-sea:hover{background-color:#3b984c;}
.btn.btn-sea:active{ top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}



#carousel {
position: relative;
width:60%;
margin:0 auto;
}

#slidesTest {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slidesTest ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slidesTest li {
width:100%;

float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}


/* Styling for prev and next buttons */


.lower-testi-title {
	color: #057a3e;
font-size: 34px;
font-family: 'Lato', sans-serif;
vertical-align: super;
}
.lower-testi-arrows {
	width: 100%;
	display: block;
	text-align: center;
}
.lower-testi-arrows a {
	display: inline-block;
}
.lower-testi-arrows p {
	display: inline-block;
}

.btn-bar{
    max-width: 930px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;

}

#buttons {
padding:0 0 5px 0;


}

#buttons a {
text-align:center;
display:inline-block;
font-size:50px;
outline:0;
margin:0 60px;
color:#bba68e;
text-decoration:none;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:22px;
color:#000;


}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#000;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}

.phTxt p img {
	width: 100%;
	height: auto;
}


/* Demo Page */

.demo-report-container {
	padding: 20px 40px;
	margin: 0 auto;
	max-width: 100%;
}
.demo-report {
	max-width: 1110px;
	margin: 0 auto;
}

form.demo-form {
	color: #707070;
	font-size: 18px;
	-webkit-appearance: none;
}
form.demo-form input[type=radio] {
	-webkit-appearance: radio;
}
form.demo-form input {
	color: #707070;
	font-size: 18px;
	-webkit-appearance: none;
	text-indent: 10px;
}
form.demo-form label {
	display: block;
	margin: 20px 0 10px 0;
}
form.demo-form label.small-label {
	font-size: 16px;
	margin-top: 0;
}
form.demo-form input[type=text] {
	width: 100%;
	border: 1px solid #707070;
	height: 30px;
	max-width: 430px;
}


input.feedbackBtn {
	color: #fff !important;
	border: 2px solid #db0e21;
	border-radius: 5px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: bolder;
  background: #db0e21;
  text-indent: inherit !important;
}



.round {
  position: relative;
  margin: 8px 0;
  width: 100%;
}

form.demo-form .round label {
  background-color: #fff;
  border: 1px solid #789870;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  margin: 0;
}


.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 3px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  /*width: 8px;*/
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #abc13d;
  border-color: #abc13d;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.round span {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	vertical-align: super;
	margin-bottom: 20px;
	margin-top: -10px;
	position: absolute;
	top: 9px;
	left: 25px;
	width: 100%;
}

.round table.form-table {
	width: 60%;
}


.demo-date {
	float: left;
}
.demo-date-break {
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
}
.demo-date input {

}
.dd01 input {
	margin-left: 0;
}
.demo-date span {
	display: block;
	font-size: 12px;
	text-align: center;
}
.feedback-form {
	margin: 60px 0;
}

form.demo-form .demo-date input.fidm {
	max-width: 58px;
}
form.demo-form .demo-date input.fiy {
	max-width: 80px;
}
form.demo-form input[type="number"] {
  max-width: 88px;
  border: 1px solid #707070;
	height: 30px;
}
.demo-form-indent {
	margin-left: 30px;
}
.demo-form-indent input[type="text"] {
	margin-left: 25px;
}

.demo-form input[type="button"] {
	color: #fff;
	background-color: #db0e21;
	font-weight: 900;
	font-size: 14px;
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
	text-indent: 0;
	margin: 30px 0;
}

.demo-form select.feedbackSelect {
	width: 100%;
	max-width: 430px;
}

.demo-form textarea.feedback-textarea {
	width: 100%;
	max-width: 430px;
	height: 200px;
}






.lower-testi-arrows-mbl {
	display: none;
}
.hero-jan418-xl{display: none;}
.hero-feb0118-xl{display: none;}
.hero-novsale-xl{display: none;}
.hero-iron-xl {
	display: none;
}

/* Responsive */
@media only screen and (min-width: 1400px)  {
	.hero-jan418 {
		background-image: none !important;
	}
	.hero-feb0118 {
		background-image: none !important;
	}
	.hero-iron-xl {
		background-image: none !important;
	}
	/*.hero-01 {
		background-image: none !important;
	}*/
	.hero-bottle{
		display: block;
	}
	.hero-jan418-xl img {
		width: 100%;
		height: auto;
	}
	.hero-feb0118-xl{
		display: block;
	}
	.hero-feb0118-xl img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1160px)  {
	.last-wrapper {
		display: none;
	}
}
@media only screen and (max-width:980px ) {
	.signup-container {
		background-image: url("../_img/signup-mobile-bg.jpg");
		background-position: center bottom;
	  background-repeat: no-repeat;
	  background-color: #034926;
	  background-size: 100% auto;
	  height: inherit;
	  min-height: 720px;
	  position: relative;
	  text-align: center;
	  margin: 0 auto;
	}
	.signup-form {
		margin: 0;
	}
	.signup-field-title {
		margin: 0 0 0 10%;
		text-align: left;
		padding: 20px 0 10px 0;
	}
	.signup-email {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.signup-btn {
		display: block;
		margin: 20px auto 0 auto;
	}

	.search-icon-img {
		display: none;
	}

	.wtb-search-fields {
		width: 100%;
	}
	.search-filter {
		width: 100%;
	}
	.postal-filter {
		width: 48%;
		margin-left: 2%;
	}
	.province-filter {
		width: 48%;
		margin-left: 2%;
	}

}
@media only screen and (max-width: 930px)  {
	.circle-container {
		margin: 0 20%;
	}
	.circle-wrapper {
		width: 34%;
		max-width: inherit;
		margin: 0 7%;
	}
	.footer-top {
		display: none;
	}
	.footer-top-mobile {
		display: block;
		padding: 0 10px;
	}
	.footer-mobile-logos {
		padding: 0 0 20px 0;
	}
	.footer-mobile-logos img{
		margin: 20px;
	}

	.footer-mobile-txt {
		color: #044925;
		font-size: 18px;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.footer-mobile-txt p strong {
		color: #007934;
		font-weight: 700;
	}
	.footer-mobile-txt p span {
		color: #4a9744;
	}
	.footer-mobile-txt a {
		color: #4a9744;
	}



	.mag-new-labels {
		min-height: 650px;
	}
	.mag-bottles {
		position: absolute;
		max-width: 412px;
		max-height: 412px;
		bottom: 0;
		z-index: 5;
		left: 50%;
		margin-left: -206px;
	}
	.mag-bottles img {
		width: 100%;
		height: auto;
	}
	.mag-bottles-txt {
		width: 100%;
		float: none;
		padding-top: 40px;
	}
	.mag-wrapper {
		max-width: 920px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.mag-bottles-txt p {
		color: #594425;
		font-size: 18px;
		text-align: center;
		margin: 10px 0;
	}
	.mag-bottles-txt p.mag-labels-title {
		color: #057a3e;
		font-size: 44px;
		font-family: "PublicGothicVin", sans-serif;
	}





}

@media only screen and (max-width: 890px)  {
	.nav {
		display: none;
	}
	.mobile-nav-container {
		display: block;
		text-align: center;

	}
	.mobile-nav {
		display: none;
	}

	.mobile-nav ul {
		padding: 0;
		margin: 20px 0 0 0;
		list-style: none;
	}
	.mobile-nav ul li {
		border-top: 2px solid #abc13d;
		/*border-left: 19px solid #abc13d;*/
		background: url("../_img/mobile-nav-li-off-bg.png") left center no-repeat;
		text-align: left;
		max-height: 68px;
	}
	.mobile-nav ul li a {
		display: block;
		padding: 23px 0;
		padding-left: 35px;
		color: #707070;
		font-weight: 700;
		font-size: 18px;
	}
	.mobile-nav ul li a img.nav-leaf {
		display: none;
	}
	.mobile-nav ul li.mobile-on {
		/*border-left: 19px solid #007934 !important;*/
		background: url("../_img/mobile-nav-li-on-bg.png") left center no-repeat;
	}
	.mobile-nav ul li.mobile-on a {
		color: #007934;
		/*background: url("../_img/mobile-nav-leaf.png") 100px center no-repeat;*/
	}
	.mobile-nav ul li.mobile-on a img.nav-leaf {
		display: inline;
		margin-left: 20px;
	}
	.mobile-nav ul li:hover {
		background: url("../_img/mobile-nav-li-on-bg.png") left center no-repeat;
	}
	.mobile-nav ul li a:hover {
		color: #007934;
	}
	.mobile-nav ul li a:hover img.nav-leaf {
		display: inline;
		margin-left: 20px;
	}
	.nav-leaf {
		vertical-align: middle;
	}
	.mobile-nav ul li.special {
		background: #007934 url("../_img/mobile-nav-li-on-bg.png") left center no-repeat;
	}
	.mobile-nav ul li.special a {
		color: #fff;
	}

	.hamburger-off {

  }
  .hamburger-on {
	  display: none;
  }

	.hero-mobile-01 {
	display: block;
	}
	.hero-mobile-01 {
	margin-bottom: 20px;
	}
	.hero-mobile-01 img {
	width: 100%;
	height: auto;
	}
	.hero-01 {
		display: none;
	}

	.lang-toggle {
		float: left;
		line-height: 90px;
		margin-left: 10px;
		margin-top: 10px;
		width: 90px;
		height: 90px;
		background: #509548;
	}
	.lang-toggle a {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
	}
	.mobile-logo {
		display: inline-block;
		padding: 10px 0;
		max-height: 91px;
		max-width: 94px;
	}
	.mobile-logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	.ham-tog {
		float: right;
		margin: 20px 40px 0 0;
		height: 91px;
		width: 72px;
	}
	.ham-tog span {
		color: #707070;
	}
	.ham-tog img {
		padding-bottom: 10px;
	}


	.sproduct-container {
		display: block;
	}
	.sproduct-bottle {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		max-width: inherit;
	}
	.sproduct-bottle img {
		width: auto;
	}
	.sproduct-info {
		display: block;
		width: 100%;
		float: none;
		max-width: inherit;
		margin-top: 40px;
	}
	.sproduct-price-container {
		display: block;
		width: 100%;
		float: none;
		max-width: inherit;
		text-align: center;
		margin-top: 20px;
	}
	.sproduct-size {
		width: 100%;
	}
	.sproduct-size table {
		width: 100%;
	}
	.sproduct-size table td {
		text-align: right;
	}
	.sproduct-size table td.size-label {
		text-align: left;
	}
	.sproduct-size select {
		width: 100%;
		text-align: right;
		padding-right: 51px;
	}
	.sproduct-quantity {
		width: 100%;
	}
	.sproduct-quantity-txt {
		text-align: left;
	}
	.sproduct-cart {
		width: 100%;
		max-width: inherit;
	}
	.sproduct-avail-sizes {
		margin-bottom: 20px;
	}
	.sproduct-btns {
		width: 100%;
		margin: 0 auto;
	}
	.sproduct-btns div:first-child {
		margin-right: 2%;
	}
	.sproduct-btns div {
		width: 48%;
	}

	.testi-img-dsk {
		display: none;
	}

	.testi-img-mbl {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 992px;
		display: block;
	}

	.testi-banner-mobile {
		display: block;
		width: 100%;
		text-align: center;
		max-width: inherit;
		margin-top: 30px;
	}
	.testi-banner {
		display: none;
	}
	.testi-slider {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	.testi-box {
		width: 80%;
		height: auto;
	}
	.testi-right-arrow {
		margin-left: 10px;
	}
	.testi-left-arrow {
		margin-right: 10px;
	}
}


@media only screen and (max-width:768px)  {


	.horse-text-top {
		padding: 40px;
	}
	.horse-image-row {display: none;}

	.mbl-horse-image-row {
		display: flex;
		flex-direction: column;
	}
	.mbl-horse-image-row div.mhir-flex {
		display: flex;
		justify-content: space-between;
	}
	.mbl-horse-image-row div.mhir-half {
		width: 49%;
	}
	.mbl-horse-image-row div.mhir-half img {
		width: 100%;
		height: auto;
		display: block;
	}

	.mbl-horse-image-row .mhir-full {
		width: 100%;
	}
	.mbl-horse-image-row .mhir-full img {
		width: 100%;
		height: auto;
		display: block;
	}

	.horse-info-split {
		flex-direction: column;
	}
	.horse-info-img {
		width: 100%;
		height: 359px;
	}
	.horse-info-txt {
		width: 100%;
		padding: 20px 40px;
	}
	.horse-more-info {
		text-align: center;
		padding: 40px;
	}
	.horse-wide-banner {
		background-image: url('../_img/mbl-horse-wide-01.jpg');
	}
	.sub-test-container {
		flex-direction: column;
		padding: 0 20px;
	}
	.sub-test-txt {
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}
	.sub-test-btn {
		width: 100%;
		text-align: center;
	}



	.page-banner  {
		margin-top: 20px;
	}

	#carousel {
		width: 100%;
		padding: 0 20px;
	}
	.btn-bar {
		max-width:inherit;
	}
	#slidesTest {
		width: 100% !important;
		max-width: inherit !important;
	}

	.super-nav {
		display: none;
	}
	.hero-01 {
		display: none;
	}
	.hero-mobile-01 {
		display: block;
	}
	.hero-mobile-01 {
		margin-bottom: 20px;
	}
	.hero-mobile-01 img {
		width: 100%;
		height: auto;
	}
	.entry-points {
		padding: 20px 0;
	}
	.entry {
		float: none;
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.entry:first-child {
		margin: 0 0 20px 0;
	}

	.paper-bg {
		display: none;
	}
	.paper-mobile {
		display: block;
		background-image: url("../_img/mobile-paper-bg.jpg");
		background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	}
	.paper-mobile-tt {
		display: block;
		color: #007934;
		font-size: 35px;
		text-align: center;
		padding: 120px 0 40px 0;
	}
	.paper-mobile-img {
		display: block;
	}
	.paper-mobile-img img {
		width: 100%;
		height: auto;
	}
	.paper-mobile-bt {
		display: block;
		color: #007934;
		font-size: 35px;
		text-align: center;
		padding: 40px 0 120px 0;
	}

	.circle-container {
		margin: 0 20%;
	}
	.circle-wrapper {
		width: 100%;
		max-width: inherit;
		margin: 10px 0;
	}
	.c01 {
		background: url('../_img/home-fact1.jpg') top center no-repeat;
	}
	.c02 {
		background: url('../_img/home-fact2.jpg') top center no-repeat;
	}
	.c03 {
		background: url('../_img/home-fact3.jpg') top center no-repeat;
	}
	.c04 {
		background: url('../_img/home-fact4.jpg') top center no-repeat;
	}
	.circle-txt {
		margin: 0 auto;
		text-align: center;
	}

	/* Single Product Banners */

	.single-product-page-banner-bsix {
		display: none;
	}
	.single-product-page-banner-bsixmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_images/b6/b6-top-splash-mbl.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-sel {
		display: none;
	}
	.single-product-page-banner-selmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_images/Selenium/selenium-top-banner-mbl.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-bfa {
		display: none;
	}
	.single-product-page-banner-bfambl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_images/folic-acid/folic-acid-splash-mbl.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-akp {
		display: none;
	}
	.single-product-page-banner-akpmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/alkapure-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-cq10 {
		display: none;
	}
	.single-product-page-banner-cq10mbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/coq10Nadh-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-irn {
		display: none;
	}
	.single-product-page-banner-irnmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/iron-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-lth {
		display: none;
	}
	.single-product-page-banner-lthmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/ltheanine-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-mgn {
		display: none;
	}
	.single-product-page-banner-mgnmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/magNight-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-mg {
		display: none;
	}
	.single-product-page-banner-mgmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/sp-mag-mbl.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-mgt {
		display: none;
	}
	.single-product-page-banner-mgtmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/product-photos/mobile/mtq-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}
	.single-product-page-banner-bb {
		display: none;
	}
	.single-product-page-banner-bbmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/_products/biob/bioactiveB-splash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}



	.single-product-page-banner-cop {
		display: none;
	}
	.single-product-page-banner-copmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/_products/copper-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}



	.single-product-page-banner-vitd {
		display: none;
	}
	.single-product-page-banner-vitdmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/_products/vitaminD-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}

	.single-product-page-banner-zinc {
		display: none;
	}
	.single-product-page-banner-zincmbl {
		background-color: #2f8a3f;
		height: 494px;
		background-image: url("../_img/_products/zinc-photoSplash-mobile.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-align: center;
		display: block;
	}


	.content-container-about-box {
		padding: 60px 0;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.content-container {
		padding: 60px 20px;
	}
	.about-box {
		padding: 30px 0;
	}
	.about-box-img {
		float: none;
		width: 100%;
		display: block;
	}
	.about-box-img img {
		width: 100%;
		height: auto;
	}
	.about-box-txt {
		display: block;
		width: 100%;
		margin-top: 30px;
		float: none;
	}

	.plv-team-container {
		padding: 30px 20px;
		margin: 0 auto;
		text-align: center;
	}
	.owner-box {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 60px;
	}
	.owner-box:nth-child(3) {
		margin-left: 0;
	}
	.owner-img, .owner-info {
		max-width: inherit;
	}
	.name-row, .contact-row {
		font-size: 27px;
	}

	.contact-box {
		width: 100%;
		margin: 0 auto 60px auto;
		float: none;
	}
	.contact-img, .contact-info {
		max-width: 453px;
	}
	.contact-img img {
		width: 100%;
		height: auto;
	}

	.replenish-box, .questions-box {
		width: 100%;
		float: none;
		display: block;
	}

	.ed-container {
		padding: 20px 0;
		margin: 20px 0;
	}
	.ed-date-container {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.ed-date {
		margin: 0 auto;
	}
	.ed-info {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.ed-link {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}



	.signup-container {
		background-image: url("../_img/signup-mobile-bg.jpg");
		background-position: center bottom;
	  background-repeat: no-repeat;
	  background-color: #044925;
	  background-size: inherit;
	  height: inherit;
	  min-height: 720px;
	  position: relative;
	  text-align: center;
	  margin: 0 auto;
	}


	.product-container {
		display: block;
		width: 100%;
		max-height: inherit;
		height: auto;
		margin: 60px 0;
	}
	.product-banner {
		width: 100%;
		max-width: inherit;
		height: 296px;
		background-position: left center;
		background-size: cover;
		background-repeat: no-repeat;
		display: block;
		line-height: 0;
		margin-bottom: 20px;
	}
	.pb01 { background-image: url("../_img/product-banner-01.jpg"); }
	.pb02 { background-image: url("../_img/product-banner-02.jpg"); }
	.pb03 { background-image: url("../_img/product-banner-03.jpg"); }
	.pb04 { background-image: url("../_img/product-banner-04.jpg"); }
	.pb05 { background-image: url("../_img/product-banner-05.jpg"); }
	.pb06 { background-image: url("../_img/product-banner-06.jpg"); }
	.pb07 { background-image: url("../_img/product-banner-07.jpg"); }
	.pb08 { background-image: url("../_img/bioactiveB-image.jpg"); }
	.pb09 { background-image: url("../_img/_products/lchew/ltheanineChews-image.jpg"); }
	.pb010 { background-image: url("../_img/_products/lslow/ltheanineSR-image.jpg"); }

	.product-bottle {
		display: block;
		float: left;
		width: 30%;
		padding-left: 0;
	}
	.product-bottle img {
		width: 100%;
		min-width: 162px;
		height: auto;
	}
	.product-info {
		float: left;
		display: block;
		width: 70%;
		text-align: left;
		padding-left: 40px;
		vertical-align: top;
	}
	.prod-link {
		margin: 20px 0 0 0;
		padding: 10px 0;
	}
	.prod-link a {
		color: #007940;
		border: 2px solid #4a9643;
		border-radius: 10px;
		padding: 8px 20px;
		font-size: 14px;
		font-weight: 700;
		margin: 10px 0;
		float: none;
	}
	.prod-link a:nth-child(1) {
		margin-right: 0;
	}
	.prod-link a:hover {
		background: #4a9643;
		color: #fff;
	}


	.mag-bottles img.bottle-biob {
		float: left !important;
		max-width: 180px !important;
		padding-bottom: 40px !important;
	}


	#accordion {
		width: 100%;
		max-width: inherit;
		float: none;
	}
	.single-product-yml {
		float: none;
		width: 100%;
		max-width: inherit;
		display: none;
	}
	.single-product-yml-mbl {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.single-product-yml-mbl img {
		width: 100%;
		height: auto;
	}

	.contact-us-location {
		display: none;
	}
	.contact-us-map-container {
		margin: 0 auto;
		background-position: right center;
	}
	.contact-us-location-mobile {
		display: block;
		width: 100%;
		max-width: 1278px;
		background-color:rgba(0,121,52,0.8);
		text-align: center;
		padding: 20px 0;
	}

	.contact-us-location-mobile p {
		color: #fff;
	}
	p.contact-us-location-title {
		margin-top: 0;
		color: #ddd2c6;
	}
	.contact-us-location-mobile p a {
		color: #fff;
	}


	.postal-filter {
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 40px;
	}
	.postal-filter div, .postal-filter label {
		text-align: center;
	}
	.radius-container {
		margin: 0 auto;
	}
	.province-filter {
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 40px;
	}

	.mobile-cart-item {
		display: block;
		background: #007934;
	}
	.mobile-cart-item p {
		padding: 10px 20px;
		margin: 0;
		text-align: center;
	}
	.mobile-cart-item p a {
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}

	/* cart responsive */

	.shipping-address-form {
		padding: 10px 10px 0 0;
		text-align: left;
	}
	.shipping-address-form label {
		float: none;
		display: block;
		width: 100%;
	}
	.shipping-address-form input {
		float: none;
		display: block;
		width: 100%;
	}
	.shipping-select {
		float: none;
		display: block;
		width: 100%;
	}

	.order-summary-item {
		text-align: center;
	}
	.order-summary-item-img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.order-summary-item-txt {
		float: none;
		display: block;
		width: 100%;
	}

	.blog-container {
		padding: 60px 20px;
	}
	.blog-nav-left {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		max-width: inherit;
	}
	.blog-nav-right {
		float: none;
		display: block;
		margin-left: 0;
		width: 100%;
		max-width: inherit;
	}


	.footer-social {
		margin: 10px 0 40px 0;
	}
	.footer-social a {
		display: block;
		margin: 20px 0;
	}
	.sub-ftr-desk {
		display: none;
	}
	.sub-ftr-mobile {
		display: block;
	}
	.sub-footer p {
		line-height: 30px;
		padding: 10px 0 0 0;
	}
	.sub-footer small {
		font-size: 12px;
		line-height: 14px;
		max-width: 90%;
	}

	.wtb-table {
		display: block;
	}
	.wtb-row-two .wtb-placename, .wtb-row-two .wtb-address {
		background: #f2f8f2;
	}
	.wtb-row-one, .wtb-row-two {
		display: block;
		margin: 60px 0;
	}
	.wtb-row-one:first-child {
		margin-top: 20px;
	}
	.wtb-placename {
		display: block;
		width: 100%;
		text-align: center;
	}
	.wtb-address {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}
	.wtb-view-btn {
		display: inline-block;
		margin-top: 20px;
	}
	.wtb-demo {
		display: inline-block;
		margin-top: 30px;
	}


	.banner-btn {
		left: 50%;
		margin-left: -220px;
		bottom: -10px;
	}


}

@media only screen and (max-width:750px) {
	.about-divider {
		display: none;
	}
	.about-divider-mobile {
		display: block;
	}
	.about-divider-mobile img {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media only screen and (max-width:700px) {
		.lower-testi-arrows {
			display: none !important;
		}
		.lower-testi-arrows-mbl {
			display: block;
			width: 100%;
			text-align: center;
		}
		.lower-testi-title {
			padding: 0;
			margin: 0;
		}
		#buttons a {
			padding: 0;
			margin: 0 10px;
		}
}


@media only screen and (max-width:450px) {
	.testi-right-arrow {
		margin-left: 5px;
	}
	.testi-left-arrow {
		margin-right: 5px;
	}

	.mag-bottles img.bottle-biob {
		float: left !important;
		max-width: 150px !important;
		padding-bottom: 40px !important;
	}


}


@media only screen and (max-width: 425px)  {

	.mag-bottles {
		margin-left: -80px !important;
	}
	.mag-bottles img.bottle-biob-ico {
		display: none;
	}
	.mag-bottles img.bottle-biob {
		display: block;
		float: none;
		margin: 0 auto !important;
		padding-bottom: 80px !important;
	}

	.mag-new-labels {
		min-height: 800px;
	}
	.mag-bottles {
		position: absolute;
		max-width: 412px;
		max-height: 412px;
		bottom: 0;
		z-index: 5;
	}
	.mag-bottles img {
		width: 100%;
		height: auto;
	}
	.mag-bottles-txt {
		width: 100%;
		float: none;
		padding-top: 40px;
	}
	.mag-wrapper {
		max-width: 425px;
		margin: 0 auto;
		padding: 0 20px;
	}


	.page-banner h1 {
		line-height: inherit;
		padding: 30px 0;
	}

	.testi-left-arrow {
		margin-right: 5px;
	}
	.testi-right-arrow {
		margin-left: 5px;
	}
	.testi-box {
		height: auto;
	}


	.name-row, .contact-row {
		font-size: 18px;
	}
	.contact-box {
		width: 250px;
		margin: 0 auto 60px auto;
		float: none;
	}
	.contact-img, .contact-info {
		max-width: 270px;
	}


	.product-banner {
		display: none;
	}
	.product-bottle {
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	.product-info {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.prod-link {
		display: inline-block;
	}


	.sproduct-btns {
		width: 100%;
	}
	.sproduct-btns div {
		width: 100%;
		display: block;
		float: none;
	}


	/* Cart */

	.cart-stages {
		padding: 0 20px;
	}
	.cart-stages img {
		margin-top: 60px;
	}

	.cart-header-row {
		display: none;
	}

	.td-lrg {
		width: 60%;
		display: block;
		text-align: left;
		vertical-align: top;
		float: right;
	}
	.td-med {
		width: 60%;
		display: block;
		text-align: left;
		vertical-align: top;
		float: right;
	}
	.td-sml {
		width: 60%;
		display: block;
		text-align: left;
		vertical-align: top;
		float: right;
	}
	.td-xls {
		width: 60%;
		display: block;
		text-align: left;
		vertical-align: top;
		float: right;
	}
	.cart-item-img {
		width: 30%;
		float: left;
	}
	.prod-name {
		margin: 0;
	}
	.cart-item-quantity div span {
		display: block;
		font-size: 16px;
		padding-bottom: 5px;
	}
	.cart-item-subtotal div span {
		display: block;
		font-size: 16px;
		padding-bottom: 5px;
	}
	.cart-header:first-child {
		text-indent: 0;
	}
	.cart-header:nth-child(5) {
		display: none;
	}
	.td-lrg div, .td-med div, .td-sml div {
		padding: 10px 0;
	}
	.prod-bottle, .prod-name {
		float: none;
	}
	.cart-item-remove {
		padding-right: 0;
	}
	.cart-subtotal {
		text-align: center;
	}
	.cart-btns a {
		float: none;
		display: block;
		margin: 10px 0;
	}


	/* cart responsive */
	.content-container {
		padding: 0px 20px 40px 20px;
	}
	.shipping-container {
		float: none;
		display: block;
		width: 100%;
	}
	.order-summary {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}
	a.editCart {
		padding: 20px 0;
	}
	.order-summary {
		display: none;
	}
	.order-summary-edit-btn {
		display: block;
		text-align: center;
		color: #fff;
    border: 2px solid #db0e21;
    border-radius: 5px;
    padding: 6px 20px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: bolder;
    background: #db0e21;
	}
	.shipping-method-container {
		padding: 10px 10px 30px 10px;
	}

	.cart-item-quantity div span.qtitle {
		display: block;
	}

	.contact-us-container {
		padding: 20px;
	}



	.content-container-events-demos {
		padding: 40px 20px;
	}


	.demo-report-container {
		padding: 20px;
	}
	.round {
		margin: 24px 0;
	}
	.demo-form-indent {
		margin-left: 10px;
		margin-top: 60px;
	}
	.demo-form-indent input[type="text"] {
		margin-left: 0;
	}

	.banner-btn {
		left: 0;
		width: 100%;
		bottom: -40px;
		margin-left: 0;
	}
	.banner-btn a {
		display: block;
		text-align: center;
		padding: 15px;
		width: 100%;
	}

}

@media only screen and (max-width:400px) {
	.mag-bottles {
		position: absolute;
		max-width: 312px;
		max-height: 312px;
		bottom: 0;
		z-index: 5;
		left: 50%;
    margin-left: -156px;
	}

	.hero-mobile-01 {
		margin-bottom: 60px;
	}
	.banner-btn {
		left: 0;
		width: 100%;
		bottom: -70px;
		margin-left: 0;
	}

}

@media only screen and (max-width: 375px)  {


	.circle-wrapper-sp {
		margin: 0 auto;
	}

	.testi-left-arrow {
		margin-right: 2px;
	}
	.testi-right-arrow {
		margin-left: 2px;
	}
	.testi-box {
		padding: 10px 30px;
	}

	.sub-test-container {
		flex-direction: column;
	}
	.sub-test-txt {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.sub-test-btn {
		width: auto;
	}


}
@media only screen and (max-width: 320px)  {

	.testi-box {
		padding: 10px 10px;
		width: 75%;
	}

	.lang-toggle {
		margin-left: 10px;
	}
	.ham-tog {
		margin-right: 10px;
	}

}
