body {
	padding: 0 0 40px 0;
	font-family: 'futura-pt', Helvetica, Arial, sans-serif !important;
	background: #fff url(../images/bg.png) repeat;
	color: #504237;
	font-size: 15px;
}
@media (max-width: 480px) {
	body {
		-webkit-transform: translate3d(0, 0, 0); 
		-moz-transform: translate3d(0, 0, 0); 
		-ms-transform: translate3d(0, 0, 0); 
		transform: translate3d(0, 0, 0);

		-webkit-transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);

		position: relative;
		right: 0px;
	}
	body.toggled {
		right: 200px;
	}
}
a {
	color: #572600;
	-webkit-transition: color 0.35s;
	-moz-transition: color 0.35s;
	transition: color 0.35s;
}
a:hover, a:focus, a:active {
	color: #000;
	outline: none;
}
a img {
	outline: none;
	border: none;	
}
h1, h2, h3 {
	font-family: 'ZapatistaRegular', Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	text-rendering: auto;
	color: #572600;
	letter-spacing: -2px;
}
h1 { font-size: 48px; font-weight: normal; }
h2 { font-size: 36px; font-weight: normal; }
h3 { font-size: 24px; font-weight: normal; }
h4 { font-size: 18px; font-weight: normal; }
h5, h6 { 
	font-family: 'futura-pt', Helvetica, Arial, sans-serif !important; 
}
p {
	font-family: 'futura-pt', Helvetica, Arial, sans-serif !important;
	font-size: 15px;
	font-weight: 500;
}
p.centered {
	text-align: center;
}
.container.primarynav {
	position: relative;
	vertical-align: bottom;
}
@media (max-width: 480px) {
	.container.primarynav {
		height: auto;
	}
	h1 { font-size: 36px; line-height: 1em; }
}
.primarynav .main-nav.nav, .primarynav .header-search {
	margin-top: 5px;
	* margin-top: 25px;
	margin-top: 25px\9;
}
@media (min-width: 1200px) {
	.primarynav .main-nav.nav, .primarynav .header-search {
		margin-top: 25px;
	}
}


.main-logo {
	position: relative;
	z-index: 3;
	margin: 0 auto -60px auto;
	display: inline-block;
	zoom: 1;
	left: -4px;
	height: auto;
}
@media (min-width: 1200px) {
	.main-logo {
		left: 10px;
	}
}
@media (max-width: 480px) {
	.main-logo {
		width: 35%;
		height: auto;
		margin: 0 auto 0 auto;
		display: block;
		text-align: center;
	}
}

.site-header {
	background: #34b6e4;
	box-shadow: inset 0 -1px 5px rgba(0,0,0,0.2);
	border-radius: 0;
	min-height: 50px;
}
.main-nav > li {
	display: inline-block;
	* display: inline;
	zoom: 1;
}
.main-nav > li > a {
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid rgba(255,255,255,0);
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
	background-color: rgba(255,200,46,0);
	-webkit-transition: background-color 0.3s, border-color 0.2s;
	-moz-transition: background-color 0.3s, border-color 0.2s;
	transition: background-color 0.3s, border-color 0.2s;
}
@media (min-width: 1200px) {
	.main-nav > li > a {
		font-size: 15px;
	}
}

.main-nav > li > a:hover {
	border-color: rgba(255,255,255,0.4);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	background-color: #00ccff;
}
.main-nav .dropdown-menu:before {
	position: absolute;
	top: -9px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ffc82e;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.main-nav .dropdown-menu:after {
	position: absolute;
	top: -8px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffc82e;
	border-left: 6px solid transparent;
	content: '';
}
.main-nav .dropdown-menu {
	background-color: #ffde00;
	border: 3px solid #ffc82e;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6), 0 5px 25px rgba(0,0,0,0.3);
	margin-top: -2px;
}
.main-nav .dropdown-menu .divider {
	background-color: #ffc82e;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.main-nav .dropdown-menu .nav-header {
	color: #572600;
}
.main-nav .dropdown-menu > li > a {
	color: #572600;
	text-transform: uppercase;
}
.main-nav .dropdown-menu > li > a:hover {
	color: #572600;
	background-color: #ffbf0d;
}
.main-nav > li > a > i {
	margin-left: 5px;
}

@media (max-width: 480px) {
	.main-nav > li {
		display: block;
		text-align: center;
	}
	.main-nav > li.divider-vertical, .main-nav .divider {
		display: none;
	}
	.main-nav .dropdown-menu {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		float: none;
		box-shadow: none;
		border-radius: 0px;
		border: none;
		padding: 0px;
	}
	.main-nav a, .main-nav > li > a {
		border-radius: 0px;
		font-size: 15px;
		padding: 10px;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.main-nav > li > a, .main-nav > li > a:hover {
		background-color: #572600;
		color: #ffde00;
		text-shadow: none;
		font-size: 20px;
	}
	.main-nav .dropdown-menu:before, .main-nav .dropdown-menu:after {
		display: none;
	}
	/* enable hide/show on mobile */
	.primarynav .main-nav.nav {
		width: 200px;
		top: -10px;
		position: fixed;
		right: -200px;
	}
	.primarynav .main-nav.active {
		
	}
}



/* ENABLE HOVER ON DROPDOWN */
.main-nav > li:hover ul.dropdown-menu {
	display: block;
}


.main-nav > li.divider-vertical {
	height: 20px;
	width: 1px;
	top: 5px;
	background-color: #1593bf;
	border-right: 1px solid rgba(255,255,255,0.6);
	position: relative;
}
.header-search {
	display: inline-block;
	zoom: 1;
	padding: 0;
	margin: 0;
	position: relative;
}
.header-search > input {
	border-radius: 50px;
	border: 1px solid #1593bf;
	padding: 3px 6px;
	font-size: 12px;
	width: 110px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
	vertical-align: bottom;
}
@media (min-width: 1200px) {
	.header-search > input {
		width: 150px;
	}
}
.nutrition {
	width: 100%;
	height: auto;
}
@media (max-width: 480px) {
	.header-search {
		display: block;
		float: none;
		text-align: center;
	}
	.header-search > input {
		width: 50%;
	}
	.products-and-recipes {
		position: relative;
	}
	.products-and-recipes a {
		display: inline-block;
		width: 40%;
		font-size: 24px;
		text-align: center;
		padding: 13px;
	}
	.products-and-recipes a img {
		height: auto;
		width: 100%;
		display: inline-block;
		margin-bottom: 15px;
		border-radius: 15px;
		border: 5px solid #ffc82e;
	}
	.products-and-recipes .containment {
		width: 90%; 
		margin: 0 auto;
	}
	img.nutrition {
		width: 65%;
	}
}

.mobile-menu, .mobile-search {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.mobile-search {
	left: 10px;
	z-index: 4;
}
.mobile-menu img, .mobile-search img {
	width: 25px;
	height: 25px;
}
.mobile-search-nav {
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0);

	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	position: fixed;
	top: 0px;
	left: -500px;
	background: #ffc82e url(../images/bg.png) repeat;
	text-align: center;
	width: 100%;
	padding: 10px;
	z-index: 3;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.mobile-search-nav.active {
	left: 0px;
}


.body-container {
	position: relative;
	border: 5px solid #ffc82e;
	background: #f7fde3;
	border-radius: 25px;
	z-index: 1;
	overflow: hidden;
	box-shadow: inset 0 0 5px rgba(255,255,255,1), 0 10px 50px rgba(0,0,0,0.2);
	margin: 0 auto;
	top: -60px;
}
.sidebar {
	padding-bottom: 20px;
}
@media (max-width: 480px) {
	.body-container {
		top: -30px;
	}
	.sidebar {
		
	}
}



.well {
	padding: 15px;
	background: transparent;
}
.widget-well, .newlook-well {
	border: 3px solid #ffc82e;
	border-radius: 10px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.1);
	overflow: hidden;
}
.newlook-well {	
	height: 278px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}
.newlook-well img {
	width: 246px;
	height: auto;
	border-radius: 7px;
	max-width: 246px;
	margin-left: -15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media (min-width: 1200px) {
	.newlook-well {	
		border: 3px solid #ffc82e;
		margin-right: 20px;
		border-radius: 10px;
	}
	.newlook-well img {
		margin-top: auto;
		width: 100%;
		height: auto;
		border-radius: 7px;
		margin-left: 0px;
	}
}
.well-header {
	text-transform: uppercase;
	color: #fff;
	background: #34b6e4;
	border-bottom: 1px solid #23a5d3;
	padding: 8px 8px 3px 10px;
	font-weight: 700;
	margin: -19px -19px 10px -19px;
	border-radius: 7px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
	text-align: center;
}

.widget-container {
	height: 175px;
	overflow: auto;
	position: relative;
	margin: -8px -19px 0 -19px;
	border-bottom: 3px solid #ffc82e;
	box-shadow: inset 0 -3px 7px rgba(0,0,0,0.1);
}
.widget-container .widget {
	position: absolute;
	width: 95%;
	left: 10px;
	top: 0px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.widget.widget-hidden {
	opacity: 0;
	display: none;
}
.widget.widget-shown {
	opacity: 1;
}
.widget-container .widget .item {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.widget-container .widget .item .thumb {
	display: block;
	float: left;	
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: relative;	/*
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), to(rgba(0,0,0,0.4)));
	-moz-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), to(rgba(0,0,0,0.4)));
	box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), to(rgba(0,0,0,0.4)));*/
}
.widget-container .widget .item .thumb::before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 3px 7px rgba(0,0,0,0.1);
}
.widget-container .widget .item .thumb img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.widget-container .widget .item .person {
	position: relative;
	font-weight: bold;
}
.widget-container .widget .item .person a {
	font-weight: normal;
}

.widget-container .widget .item .person .datetime {
	position: relative;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #bbb;
	font-weight: normal;
}
.widget-container .widget .item .foot {
	text-align: right;
}
.widget-container .widget .item .foot img {
	position: relative;
	top: -3px;
}
.widget-container .widget .item .foot .actions a {
	margin: 0 3px;
}

.widget#pinterest {
	left: 0;
	margin-left: 20px;
	width: 95%;
}
.widget#pinterest li.span2, .widget#facebook-contest li.span2 {
	margin-right: -15px;
}
.widget .thumbnail {
	border: none;
	box-shadow: none;
}

.widget .pinterest {
	position: relative;
	float: left;
	display: block;
	zoom: 1;
	margin: 5px;
	width: 20%;
}
.widget .pinterest .pimage {
	border-radius: 10px;
	padding: 3px;
	border: 1px solid #ccc;
}
.widget .pinterest .pimage img {
	border-radius: 8px;
}
.widget .pinterest p {
	text-align: center;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-nav {
	position: relative;
	margin: 0px -19px -20px -19px;
	background: transparent;
	border-radius: 10px;
}
.widget-nav a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 19.2%;
	vertical-align: top;
	position: relative;
	padding-top: 5px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0);
	-moz-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	text-align: center;
	height: 80px;
	font-size: 13px;
}
.widget-nav a.active {
	margin-top: -3px;
	padding-top: 8px;
}
.widget-nav a img {
	display: block;
	zoom: 1;
	width: 35%;
	height: auto;
	margin: 0px auto;
}
.widget-nav a span {
	display: block;
	zoom: 1;
	height: auto;
	margin: 0 auto 10px auto;
}
.widget-nav a:hover, .widget-nav a.active {
	text-decoration: none;
	background-color: #ffc82e;
}
.widget-nav a:hover:before, .widget-nav a.active:before {
	position: absolute;
	top: -7px;
	left: 30px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ffc82e;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(255, 200, 100, 1);
	content: '';
}

#main-content-container {
	float: right;
}

@media (max-width: 480px) {
	#left-nav-container {
		
	} 
	#main-content-container {
		float: none;
	}
}




.left-nav {
	margin: 20px 0px 20px 20px;
}

.left-nav.nav .nav-header {
	text-shadow: none;
	text-rendering: auto;
	color: #572600;
	font-size: 15px;
}
.left-nav.nav .nav-header.special {
	background: #e5ebce;
	padding: 8px 4px 6px 4px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}
.left-nav li {
	font-size: 15px;
}
.left-nav ul, .left-nav ul ul {
	display: none;
}
.left-nav li.active > a, .left-nav li > a:hover, .left-nav li.active > a:hover {
	background-color: transparent;
	text-shadow: none;
	color: inherit;
	text-decoration: underline;
}
.left-nav li.active > ul {
	display: block;
}

.left-nav input[type="checkbox"] {
	display: inline-block;
	*display: inline;
	display: inline\9;
}
.left-nav label:hover {
	cursor: pointer;
}
.recipesearch p {
	padding-top: 10px;
}


.left-nav-well {
	position: relative;
	margin-left: 20px;
	background: #E5EBCE;
	color: #572600;
	text-align: left;
}

.sidebar-widget {
	margin: 20px 0px 0 20px;
}
@media (max-width: 480px) {
	
	.left-nav {
		margin-left: 0px;
	}
	.left-nav li a {
		font-size: 18px;
		border-bottom: 1px solid #E5EBCE;
		padding: 15px 0;
		display: block;
	}

	.left-nav-well {
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
	.sidebar-widget {
		display: inline-block;
		margin-left: 0px;
		border: 5px solid #ffc82e;
		border-radius: 15px;
	}
	.left-nav.nav {
		text-align: center;
	}
	.left-nav.nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 3px solid #E5EBCE;
		border-top: 6px solid #E5EBCE;
	}
	.left-nav.nav li {
		display: block;
	}
	.left-nav.nav .nav-header.special {
		background: none;
		border-bottom: 1px solid #E5EBCE;
		font-size: 18px;
	}
	.left-nav.nav .nav-header.special2 {
		display: none;
	}
}
.sidebar-widget.viewrecipes {	
	text-align: center;
}
.sidebar-widget.viewrecipes img {
	width: 90%;
	height: auto;
}

.storelocator {
	position: relative;
	height: auto;
	text-align: center;
	height: 200px;
	width: 90%;
	right: -5px;
}
.storelocator.visible-phone {
	display: none !important;
}
.storelocator img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.storelocator-content {
	position: relative;
	z-index: 2;
	top: 30px;
	color: #fff;
}

.storelocator-content input#address, .storelocator-content input#e {
	width: 140px;
	border-radius: 25px;
}
.storelocator h3 {
	color: #fff;
	font-size: 18px;
}
@media (min-width: 1200px) {
	.storelocator {
	height: 240px;
	}
	.storelocator-content {		
		top: 50px;
	}
	.storelocator-content input#address,.storelocator-content input#e {
		width: 170px;
	}
	.storelocator h3 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.storelocator {
		width: 42%;
		height: 200px;
		background: #572600;
		margin-left: 7px;
		margin-bottom: 20px;
	}
	.storelocator img {
		width: 220px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.storelocator-content input#address,.storelocator-content input#e {
		width: 100px;
	}
	.storelocator.visible-phone {
		display: inline-block !important;
	}
}

.sidebar-blogsearch {
	margin: 20px 0px -20px 30px;
}
.sidebar-blogsearch form {
	margin: 0;
}
.sidebar-blogsearch form input {
	border-radius: 25px;
	margin: 0;
}

.sidebar-recipesearch {
	margin: 20px 20px 0px 20px;
}
.sidebar-recipesearch form input {
	width: 100%;
	border-radius: 25px;
}
.carousel {
	position: relative;
}
a.carousel-control {	
	font-family: Helvetica, Arial, sans-serif !important;
}
.carousel-inner {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.carousel-inner .item img {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.carousel-caption {
	background: rgba(50,10,0,0.5);
	border-bottom-left-radius: 20px;
	height: 60px;
}
.carousel-caption h4 {
	margin-top: 20px;
	font-size: 36px;
	text-transform: uppercase;
}
.carousel-caption h4 strong {
	color: #ffc82e;
}
.joinourcommunity, .newlook {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}
.joinourcommunity {
	width: 80%;
}
.joinourcommunity img, .newlook img {
	width: 100%;
	height: auto;
}

.category-heading {
	position: relative;
	margin-left: 0px;
	overflow: hidden;
	height: 200px;
}
@media (min-width: 1200px) {
	.category-heading {
		height: 250px;
	}
}

.category-heading img {
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px;
	position: relative;
}
.category-heading h1, .category-heading h2 {
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 10px 5px 10px;
	width: 100%;
	text-shadow: 0 2px 7px rgba(0,0,0,0.6), 0 0 1px rgba(0,0,0,1);
	* background: transparent url(../images/header-bg-gradient.png) repeat-y top left;
	background: transparent url(../images/header-bg-gradient.png) repeat-y top left\9;
	display: block;
	box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2);
	font-size: 30px;
	text-transform: uppercase;
	/*text-shadow: 
		-3px -3px 0 rgba(80,35,0,1), 
		3px -3px 0 rgba(80,35,0,1), 
		-3px 3px 0 rgba(80,35,0,1),
		3px 3px 0 rgba(80,35,0,1);*/
}

#sharecom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top-left-radius: 10px;
	background: #F7FDE3;
	display: inline-block;
	*display: inline;
	zoom:1;
	z-index:99;
}
.sharecomhidden {display: none !important;}
@media (max-width: 480px) {
	.category-heading {
		margin-top: 0px;
		height: auto;
	}
	.category-heading > img {
		max-width: 150%;
		width: 150%;
		margin-left: -50%;
		height: auto;
	}
	.category-heading h1, .category-heading h2 {
		bottom: 37%;
		left: 0px;
		text-align: center;
		box-shadow: none;
		margin: 0px;
		padding: 0px;
		font-size: 24px;
	}
}


.main-content {
	margin-right: 30px;
	margin-bottom: 30px;
}
.main-content h1, .main-content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-content p, .main-content h3 {
	margin-bottom: 15px;
}
.main-content .thumbnails {
	margin-right: -30px;
}

@media (max-width: 480px) {
	.main-content {
		margin: 10px;
	}
	.main-content h1 {
		text-align: center;
	}
}

.articles .article {
	margin-top: 20px;
	display: block;
	min-height: 60px;
}
.article .datetime {
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
}
.articles .article h4 {
	font-size: 18px;
	font-weight: 700;
}
.article .contenttype {
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 5px;
}
.article-content {
	position: relative;
}
.article-content h2 {
	margin: 20px 20px 10px 20px;
}
.article-content p {
	margin: 0 20px 10px 20px;
	font-size: 13px;
}
.article-content .inline-image {
	position: relative;
	float: right;
	width: 50%;
	height: auto;
	border: 1px solid #ccc;
	padding: 3px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	margin-right: 30px;
	margin-bottom: 30px;
}

h4.see-more {
	float:right;
}
@media (max-width: 480px) {
	h4.see-more {
		float: none;
		display: block;
	}
}


.btn, .btn:visited {
	border-radius: 25px;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.3), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 6px 0 rgba(255,255,255,0.2), 0 2px 5px rgba(0,0,0,0.2);
	background-image: none;
	-moz-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.btn-primary, .btn-primary:visited {
	background-color: #572600;
	* background-color: #794800;
	background-color: #794800\9;
	* border-color: #572600;
	border-color: #572600\9;
}
.btn-primary:hover {
	background-color: #794800;
}

.thumbnail {
	border-radius: 10px;
	background: #fff;
}
.thumbnail > img {
	border-radius : 8px;
}
.thumbnail .featured .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.product-thumb {
	/* to make the thumbnails uniform in size */
	height: 225px;
}
.product-thumb img {
	max-width:150px;
	max-height:150px;
}
.featured-item {
	margin-right: 20px;
}
.thumb-container {
	width: 100%;
	height: 200px;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 10px;
	text-align: center;
}
.thumb-container > img {
	width: auto;
	height: auto;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
.products .thumb-container {
	height: 250px; 
	text-align: center;
}
.products .thumb-container > img {
	height: 100%;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.products .span3, .recipes .span3 {
	margin-left: 15px;
}
.recipes .thumbnail .caption {
	height: 4em;
	overflow: hidden;
	text-align: center;
}
.products .thumbnail .caption {
	height: 10em;
	overflow: hidden;
}
.products .thumbnail .caption h4, .recipes .thumbnail .caption h4 {
	margin-bottom: 10px;
	font-weight: 700;
}

img.product-thumbnail {
	width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	img.product-thumbnail {
		width: 65%;
	}
	.products .span3, .products .span2, .recipes .span2, .recipes .span3, .thumbnails > .span2 {
		display: block;
		float: none;
		margin-right: 30px;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	.products .thumbnail, .recipes .thumbnail {
		height: auto;
		overflow: hidden;
	}
	.products .thumbnail .caption, .recipes .thumbnail .caption {
		height: auto;
		text-align: left;
	}
	.products .thumbnail .caption .pull-right, .recipes .thumbnail .caption .pull-right {
		float: none;
	}
	.thumbnail .caption h4 {
		font-weight: 700;
	}
	.products .thumb-container, .recipes .thumb-container {
		float: left;
		margin-left: 0px;
		width: 80px;
		height: 80px;
	}
	.product-thumb, .recipe-thumb {
		height: 90px;
	}
	.product-thumb img, .recipe-thumb img {
		float: left;
		margin-left: 15px;
		width: auto;
		height: 80px;
	}
	.product-thumb .caption, .recipe-thumb .caption {
		margin-left: 80px;
	}
	.product-thumbnail, .recipe-thumbnail {
		height: 400px;
		width: auto;
	}
}

.blog_thumb {
	display: block;
	float: left;	
	margin-right: 10px;
	margin-top: 5px;
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.blog_thumb img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}


#addy_in_address, #addressSubmit {
	display: inline-block !important;
	* display: inline !important;
	zoom: 1;
	clear: none !important;
	vertical-align: top;
	margin-bottom: 10px;
}
#map_table {
	border: 1px solid #ccc;
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	padding: 3px;
	background-color: #fff;
}


#faq-container > h3 {
	font-size: 20px;
	margin-bottom: 5px;
}



.footer {
	color: #572600;
	text-align: center;
}
.footer h3 a {
}
.footer nav, footer p {
	text-align: center;
}
.footer nav {
	margin-bottom: 20px;
}
.footer nav a {
	font-weight: bold;
	margin: 0 20px;
}
.footer p {
	margin: 10px 50px;
	font-size: 11px;
}
@media (max-width: 480px) {
	.footer {
		margin-top: 20px;
	}
	.footer nav a {
		display: inline-block;
		padding-bottom: 10px;
		margin: 0 5px;
	}
}

/*
	Pulled from the old Udi's blog to make blog posts appear correctly with respect to images.
	Should probably be removed later.
*/

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

.table th, .table td { border-top: none; }

#newsletter-form input[type="submit"].btn, div.storelocator-content input[type="submit"].btn {
	/*border: 2px solid #ffc82e;*/
	background-color: #ffc82e;
        color: #572600;
}
#addressSubmit.slp_ui_button{
    width:120px;
}
#who-is-udis-tooltip { 
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0);

	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);

	opacity: 0;
	position: absolute;
	bottom: -100%;
	left: -500px;
	width: 450px;
	padding: 15px;
	color: #572600;
	background: #E5EBCE;
	border: 1px solid rgba(0,0,0,0.05);
}
#who-is-udis-tooltip.show {
	bottom: 0%;
	left: 100%;
	opacity: 1;
	width:650px;
}

@media (max-width: 480px) {
	#who-is-udis-tooltip {
		position: relative;
		bottom: 0px;
		left: 0px;
		width: auto;
		opacity: 1;
		display: none;
		background: #E5EBCE;
		padding: 0px;
		border: none;
	}
	#who-is-udis-tooltip.show {
		bottom: 0%;
		left: 0px;
		display: block;
	}
}

.carousel .item {
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0);
}

.menu-footer-container li {
	list-style:none;
	margin:0px;
	padding:0 10px;
	display:inline-block;
}
