/* html, */
/* htmlbody , */
html.maxW {
	max-width: 1145px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	outline: 0;
}

.hid {
	display: none;
}

.clear {
	clear: both;
}

body {
	background-color: #fff;
	overflow-x: hidden; 
	position: relative;
	display: inline-block;
	width: 100%;
}

#header {
	/* background-color: #aed055; */
	background: #86c765;
	background: -moz-linear-gradient(left,  #86c765 0%, #b8d432 100%);
	background: -webkit-linear-gradient(left,  #86c765 0%,#b8d432 100%);
	background: linear-gradient(to right,  #86c765 0%,#b8d432 100%);
	filter: progid:DXImageTransform.Microsoft.g86radient( startColorstr='#86c765', endColorstr='#b8d432',GradientType=1 );	
	color: #fff;
	width:100%;
	min-height: 120px; /* 98px */
	position: fixed; top:0;
	z-index: 7777;
	box-shadow: 0px 8px 8px rgba(110,160,88,.4);
/* 	opacity: .5 */
}
	#header a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
/*
	#header.mobile i.fa {
		margin: 20px;
	}
*/
	#header #detox a {
	/* 	color:#00B7C6; */
	}
	#header .box {
		width: 100%;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	#header .box a#homeLogo {
/* 		clear: both; */
/* 		float: left; */
/* 		width: 100%; */
/* 		margin: 3px 0px; */
/* 		text-align: center; */
/* 		display: inline-block; */
/* 		position: absolute; */
/* 		left: 0; top: 0; */
	}
	#header.mobile .fa-bars ,
	#header.mobile .fa-times-circle {
		float: left;
		width: 15%;
		padding: 20px 0;
		text-align: center;
	}
	#header.mobile .fa-bars {
	}
	#header.mobile .fa-times-circle {
		font-size: 21px;
		padding: 18px 0 !important;
	}
	#header.mobile .logo {
		float: left;
		margin: 0px;
		height: 50px;
/* 		width: 75%; */
		width: 70%;
		background-image: url(../img/logo.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		font-size: 0;
	}
	#header.mobile .menu-subnav-container {
		position: relative;
		right: auto;
		bottom: auto;
	}
	#header.desktop .logo {
		float:left;
		margin: 0px;
		height: 34px;
		width: 100%;
		clear: both;
/* 		width: 340px; */
		background-image: url(../img/logo.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		font-size: 0;
		margin: 15px 0;
	}
	#header .menu-mainnav-container {
		width: 100%;
		text-align: center;
/* 		position: absolute; */
/* 		left: 0; top: 70px; */
	}
	#header .menu-mainnav-container ,
	#header .menu-subnav-container {
/* 		float: right; */
		margin: 3px auto 23px;
		min-height: 27px;
		text-align: center;
	}
	#header .menu-subnav-container {
		margin: 0;/* 11px 0px 0px 0px; */
		position: absolute;
		right: 0; /* bottom: -67px; */
		bottom: -67px;
	}
	#header .menu-mainnav-container .nav-menu ,
	#header .menu-subnav-container .nav-menu {
		list-style-type: none;
		height: 27px;
		position: relative;
		display: inline-block;
	}
	.ie8 #header .menu-mainnav-container .nav-menu .menu-item ,
	.ie8 #header .menu-subnav-container .nav-menu .menu-item {
		font-weight: 300;
		font-size: 25px;
	}
	#header .menu-mainnav-container .nav-menu .menu-item {
		width: auto;
		text-align: center;
	}
	#header .menu-mainnav-container .nav-menu .menu-item#facebook ,
	#header .menu-mainnav-container .nav-menu .menu-item#instagram {
		width: auto;
	}
	#header .menu-mainnav-container .nav-menu .menu-item ,
	#header .menu-subnav-container .nav-menu .menu-item {
/* 		float:left; */
		display: inline-block;
		height: 27px;
		line-height: 27px;
		letter-spacing: 2px;
		font-size: 35px;
		margin: 0px 12px;/* 29px; *//* 15px */
		font-family: Hannah,Oswald;
		padding-bottom: 10px;
		position: relative;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#header .menu-mainnav-container .nav-menu #gratification.menu-item img {
		width: 135px;
		height: auto;
		position: relative;
	}
	#header.desktop .menu-mainnav-container .nav-menu #gratification.menu-item img {
		top: 6px;
	}
	#header.mobile .menu-mainnav-container .nav-menu #gratification.menu-item img {
		top: 0px;
	}
	#header .menu-mainnav-container .nav-menu .menu-item .mnuBrdr {
		position: absolute;
		left:0; top:36px;
		width: 100%; height: 2px;
		background-repeat: repeat-x;
		display: inline-block;
	}
	#header .menu-mainnav-container .nav-menu .menu-item.active {
		/* border-bottom: 1px dotted #fff; */
	}
	#header .menu-mainnav-container .nav-menu .menu-item.active .mnuBrdr {
		background-image: url(../img/dotted.png);
	}
	#header .menu-mainnav-container .nav-menu .menu-item.mobile {
		display: none;
	}
	#header .menu-mainnav-container .nav-menu .menu-item.icon {
		font-size: 0;
		height: 26px;
		background-repeat: no-repeat;
	}
	#header .menu-mainnav-container .nav-menu #facebook.menu-item.icon {
		/* background-image: url(../img/facebook.png); */
		/* background-image: url(../img/CG_WEB_facebook_icon.png); */
		/* right: 75px; */
	}
	#header .menu-mainnav-container .nav-menu #instagram.menu-item.icon {
		/* background-image: url(../img/instagram.png); */
		/* background-image: url(../img/CG_WEB_instagram_icon.png); */
		/* right: 0; */
	}
	#header .menu-mainnav-container .nav-menu .menu-item.icon {
		background-position: center center;
		/* width: 28px; */
		background-size: 37px;
		/*
		background-color: #86c665;
		position: absolute;
		top:58px;
		*/
	    padding: 0px 0px 0px 49px;
		position: relative;
		top:-2px;
		margin: 0;
	}
	#header .menu-mainnav-container .nav-menu .menu-item.icon i {
		font-size: 24px;
		line-height: 28px;
	}
	#header .menu-subnav-container .nav-menu .menu-item {
		/* position: absolute; */
		/* top:58px; */
		/* right: 180px; */
		background-color: #86c665;
		/* width: 182px; */
		/* height: 55px; */
		height: 47px;
		line-height: 55px;
		text-align: center;
		margin: 0 0 0 10px;
		box-shadow: 0px 8px 8px rgba(110,160,88,.4);
	}
	#header .menu-subnav-container .nav-menu .menu-item a {
		padding: 0 10px;
		margin: 5px;
		border: 1px solid #fff;
		height: 37px;
		line-height: 37px;
		display: inline-block;
		white-space: nowrap;
	}
	#header .menu-subnav-container .nav-menu #order-online.menu-item .mnuBrdr {
		display: none;
	}
	#header .menu-mainnav-container .nav-menu .menu-item.icon a {
		display: block;
	}
	@media only screen and (min-width: 0px) and (max-width: 768px)
	{
		#header .menu-mainnav-container .nav-menu .menu-item a {
			font-size: 29px;
		}
		#header .menu-mainnav-container .nav-menu .menu-item#facebook ,
		#header .menu-mainnav-container .nav-menu .menu-item#instagram {
			width: 4%;
			
		}
		#header.mobile .menu-mainnav-container .nav-menu .menu-item#facebook ,
		#header.mobile .menu-mainnav-container .nav-menu .menu-item#instagram {
			width: 50%;
			margin: 0;
			padding: 0;
		}
		#header .menu-mainnav-container .nav-menu .menu-item#facebook a ,
		#header .menu-mainnav-container .nav-menu .menu-item#instagram a {
			font-size: 29px;
		}
	}
	#header .menu-mainnav-container .nav-menu .menu-item#loyalty-cards a {
		position: relative;
		top: 6px;
	}

#wrap {
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 111;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	display: inline-block;
    margin: 0 auto;
}

#page {
	clear: both;
	width: 100%;
	max-width: 1125px;
	height: auto;
	margin: 0 auto;
/* 	background-color: #fff; */
}

/* Home */

	#home {
		width: 100%;
		height: 100%;
		clear: both;
		position: fixed;
		top:0;right:0;bottom:0;left:0;
		z-index: 0;
		-webkit-transform: translatez(0);
		-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0);
	}
	#home ul {
		position: absolute;
		top:0;right:0;bottom:0;left:0;
	}
	#home ul li {
		position: absolute;
		top:0;right:0;bottom:0;left:0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
		.slides {
		  list-style-type:none;
		  background-image:url('../img/loading.gif');
		  background-position: center center;
		  background-repeat: no-repeat;
		}
		.slides.active {
		  background-size: contain;
		  background-position: center top;
		}
		
		.slides i.fa-chevron-circle-left ,
		.slides i.fa-chevron-circle-right {
			position: absolute;
			top:45%;
			font-size: 50px;
			z-index: 2;
			cursor: pointer;
			opacity: .25;
			-webkit-transition: opacity 250ms;
			-moz-transition: opacity 250ms;
			-ms-transition: opacity 250ms;
			transition: opacity 250ms;
		}
		.slides i.fa-chevron-circle-left:hover ,
		.slides i.fa-chevron-circle-right:hover {
			opacity: 1;
		}
		.slides i.fa-chevron-circle-left {
			left: 0;
		}
		.slides i.fa-chevron-circle-right {
			right: 0;
		}
		
		.slides li {
		  position: absolute;
		  top:0;left:0;
		  opacity:0;
		}

		.ie8 .slides li {
			overflow: hidden;
		}		
		.ie8 .slides li img {
			width: 100%;
		}

/* About / Location */ 

	#about-location {
		color: #fff;
		margin: 6px auto;
	    width: 100%;
	}
	
	#about-location td {
		vertical-align: top;
	}
	
	#about-location .imgCol {
/* 		width: 296px; */
/* 		width: 100%; */
		max-width: 297px;
/* 		display: inline-block; */
	}
	#about-location .imgCol div {
		overflow: hidden;
	}
	#about-location .imgCol img ,
	#about-location #left.imgCol img ,
	#about-location #right.imgCol img {
		width: 100%;
		height: auto;
	}
	#about-location .content {
/* 		float: left; */
		/* width: 530px; */
		height: 100%;
		color: #6ea058;
		max-width: 361px;
		padding:0 7.5%;
		text-align: center;
	}
	#about-location .content p ,
	#about-location .content h1 ,
	#about-location .content h2 {
		text-align: left;
	}
	#about-location .content #about-box.box h1 {		
	}
	#about-location .content .box {
		width: 100%;
		/* max-width: 361px; */
		/* margin: 0 auto 28px; */
		margin: 0 auto;
		/* clear: both; */
		/* float:left; */
		display: inline-block;
	}
	.ie8 #about-location .content .box h1 {
		font-weight: 300;
		font-size: 34px;
	}
	#about-location .content .box h1 {
		font-family: Hannah,Oswald;
		font-size: 41px;
		line-height: 41px;
		letter-spacing: 2px;
		margin-bottom: 17px;
		text-align: left;
		text-transform: uppercase;
		-webkit-font-smoothing: subpixel-antialiased;
		color: #000;
	}
	#about-location .content .box p {
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		font-size: 15.25px;
		line-height: 21px;
		float: left;
		clear: both;
		text-align: left;
	}
	#about-location .content .box p	a {
		text-decoration: none;
		color: #6ea058;
		color: #000;
	}
	#about-location .content #about-box.box {
/* 		padding-top: 72px; */
/* 		padding-top: 65px; */
		padding-top: 57px;
	}
		#about-location .content #about ,
		#about-location .content #about-box ,
		#about-location .content #our-mission {
			margin: 0 auto 28px;
		}
		#about-location .content #employment  {
			/* margin-bottom: 38px; */
		}
			#about-location .content #employment p#appUp {
				clear: both;
				float: left;
				margin: 10px 0;
			}
			#about-location .content #employment #appUpForm{
				clear: both;
				width:100%;
			}
			#about-location .content #employment #appUpForm label {
				float: left;
				font-family: Pressura,Roboto,Arial;
				-webkit-font-smoothing: subpixel-antialiased;
				font-size: 15.25px;
				line-height: 40px;
				width: 84px
			}
			#about-location .content #employment #appUpForm input {
				float: left;
				width: 359px;
				height: 29px;
				line-height: 29px;
				outline: 0;
				border: 1px solid #000;
				color: #717171;
				margin: 5px 0;
				font-size: 13px;
				text-indent: 6px;
			}
			#about-location .content #employment #appUpForm input#lastName ,
			#about-location .content #employment #appUpForm input#firstName {
				width:176px;
			}
			#about-location .content #employment #appUpForm input#firstName {
				margin-right: 5px;
			}
			#about-location .content #employment #appUpForm input#resume ,
			#about-location .content #employment #appUpForm input#application {
				color: transparent;
				width: 275px;
			}
			#about-location .content #employment #appUpForm input#submit {
				background: transparent;
				cursor: pointer;
			}

			#about-location .content #locations.box .mnuBrdr ,
			#about-location .content #media-relations-press-inquiries.box .mnuBrdr {
				background-image: url(../img/dottedG.png);
				background-repeat: repeat-x;
				height: 2px; width: 100%;
				margin-top:38px;
				margin-bottom:38px;
			    display: inline-block;
			}
			#about-location .content #locations.box .mnuBrdr {
				margin-bottom: 0;
			}
	#about-location .content #locations.box h1 {
		margin-bottom: 0;
		padding-top:38px;
	}	
	#about-location .content #locations.box {
		margin-top:0;
		margin-bottom: 0;
		/* padding-top:38px; */
	}
	#about-location .content #locations.box ul {
		list-style-type: none;
		float:left;
		width: 50%;
	}
	.ie8 #about-location .content #locations.box ul li {
		padding: 30px 0 0;
	}
	#about-location .content #locations.box ul li {
		float: left;
		width: 180px;
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		padding: 60px 0 0;
		/* min-height: 150px; */
	}
	.ie8 #about-location .content #locations.box ul li b {
		font-size:34px;
		font-weight: 300;
	}
	#about-location .content #locations.box ul li b {
		font-family: Hannah,Oswald;
		font-size: 41px;
		margin-bottom: 30px;
		float: left;
		text-transform: uppercase;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#about-location .content #locations.box ul li p {
		float: left;
	}
	#about-location .content #locations.box ul li p a {
		color: #6ea058;
		text-decoration: none;
		color: #000;
	}

	#about-location .content #workshop-events-photo-gallery.box {
		text-align: center;
	}
	
	#about-location .content #newsletter.box {
		/* margin-top: 28px; */
		/* margin-top: 42px; */
		margin-top: 38px;
		text-align: center;
		/* margin-bottom: 56px; */
		margin-bottom: 0px;
	}
	#about-location .content #newsletter.box h1 {
			text-align: center;
	}
		#about-location .content #newsletter.box input[type="text"] ,
		#about-location .content #newsletter.box input[type="email"] {
			border:2px solid #d8e6d2;
			background-color: #fff;
			outline: 0; text-indent: 5px;
			margin-right: 10px;
			max-width:280px;
			width: 100%;
			height:21px;
		}
		#about-location .content #newsletter.box input[type="submit"] ,
		#about-location .content #newsletter.box input[type="button"] {
			border:2px solid #d8e6d2;
			background-color: #fff;
			font-family: Pressura,Roboto,Arial;
			-webkit-font-smoothing: subpixel-antialiased;
			color: #6ea058;
			text-align: center;
			width:50px;
			height: 23px;
			font-size: 10px;1
		}

	#about-location .content #coupon.box {
		padding:15px 11px;
		border-color: #6ea058;
		border-width: 2px;
		border-style: dotted;
		width:335px;
	}
	
	#about-location .content #coupon.box .cBox {
		display:inline-block;
	}

	#about-location .content #coupon.box img {
		margin-right: 15px;
		float:left;
	}
	.ie8 #about-location .content #coupon.box h2 {
		font-size: 34px;
		font-weight: 300;
		margin-bottom: 12px;
	}
	#about-location .content #coupon.box h2 {
		font-family: Hannah,Oswald;
		font-size: 41px;
		margin-bottom: 9px;
		-webkit-font-smoothing: subpixel-antialiased;
		text-transform: uppercase;
		color: #000;
	}
	.ie8 #about-location .content #coupon.box p {
	}
	#about-location .content #coupon.box p {
		float: none;
		clear: none;
	}
	
	#about-location .content #galleryOpen .mnuBrdr ,
	#about-location .content #gracias-madre.box .mnuBrdr {
		background-image: url(../img/dottedG.png);
		background-repeat: repeat-x;
		height: 2px; width: 100%;
		margin-top:38px;
		margin-bottom:38px;
		display: inline-block;
	}
	

	#galleryOpen {
		cursor: pointer;
/* 		float: right; */
		font-family: Hannah,Oswald;
		-webkit-font-smoothing: subpixel-antialiased;
		font-size: 43px;
		line-height: 43px;
		letter-spacing: 2px;
		color:#000;
	}
		#galleryOpen img ,
		#galleryOpen .galleryTxt {
			clear: both;
			margin: 0;
			padding: 0;
		}
	#workshopNevents {
/* 		float: left; */
		display: none;
	}
	
	#about-location .content #chef.box img {
		max-width: 361px;
		height: auto;
		width: 100%;
	}
	#about-location .content #chef.box h2 {
		font-family: Hannah,Oswald;
		font-size: 41px;
		line-height: 41px;
		letter-spacing: 2px;
		margin-bottom: 17px;
		text-transform: uppercase;
		-webkit-font-smoothing: subpixel-antialiased;
		color: #000;
	}
	
	
/* Gallery */ 
	

	#gallery {
		z-index: 555;
		position: absolute; top:0;left:0;
		width: 100%; height: 100%;
		background-color: #fff;
		display: none;
 		opacity: 0; 
	}
	#gallery .images #galleryClose {
		position: absolute;
		top:-27px;left:0;
		width:30px; height:auto;
		cursor: pointer;
	}
	#gallery .images {
		width: 930px;
		margin: 0 auto 0;
		padding-top: 7px;
		position: relative;
		opacity: 1;
		transform-origin: center top;
		transform: scale(1.22);
	}
	#gallery .images .fancybox img a {
		display: block;
	}
	#gallery .images .fancybox img {
		position: absolute;
		border-width:0px;
		border-style:solid;
		border-color: #fff;
		 -webkit-transition: transform 250ms, border-width 250ms;
		 -moz-transition: transform 250ms, border-width 250ms;
		 -ms-transition: transform 250ms, border-width 250ms;
	    transition: transform 250ms, border-width 250ms;
   	}

/* Menu & Cleanse */ 
	
	#page #menu ,
	#page #cleanse {
/* 		margin-top: 6px; */
		width: 100%;
		clear: both;
/* 		margin-bottom: 60px; */
	}
		#page #menu .hdrTitle h1 {
			padding: 88px 0 0 0;
			font-size: 83px;
			text-transform: uppercase;
		}
		.ie8#page #menu .hdrTitle h1 {
			padding: 35px 0 0px 0;
		}
		#page #menu .hdrTitle h3 {
			font-size: 15px;
			font-family: Pressura,Roboto,Arial;
			-webkit-font-smoothing: subpixel-antialiased;
		}
		.ie8 #page #cleanse .hdrTitle h1 {
			padding: 41px 0 0 0;
		}
		#page #cleanse .hdrTitle h1 {
/* 			padding: 39px 29px 0; */
			min-height: 250px;
			font-size: 83px;
			line-height: 75px;
			position: relative;
			top: 50px;
		}
		.ie8 .hdrTitle {
			font-weight: 300;
		}
		.hdrTable {
			display: inline-table;
		}
		.hdrTitle ,
		.hdrDesc {
			min-height: 247px;
/* 			float: left; */
			text-align: center;
			-webkit-font-smoothing: subpixel-antialiased;
		}
		.hdrTitle {
			width: 26%;
			background-color: #86c765;
			font-family: Hannah,Oswald;
			color: #fff;
			text-transform: uppercase;
		}
		.hdrDesc {
			width: 36.6%;
			margin-left: 4px;
			background-color: #6ea058;
			font-family: Pressura,Roboto,Arial;
			color: #fff;
		}
		.hdrDesc p {
			margin: 0 25px;
		}
		.hdrDesc p:first-child {
			margin: 10% 0 1;
		}
		.hdrDesc .box {
			width: 75%;
			margin: 42px 0px 0px 13%;
		}
		.hdrDesc ul {
			list-style-type: none;
			float: left;
			width: 100%;
		}
		.hdrDesc ul li {
			width: 43%;
/* 			float: left; */
			text-align: left;
			font-size: 15px;
			line-height: 18px;
			margin-bottom: 25px;
		}
		.hdrDesc ul li:first-child {
			margin-right: 39px;
		}
	#page #menu .content {
		width:870px;
		margin: 0 auto;
		display: block;
	}
	#page #menu .content .col1 ,
	#page #menu .content .col2 ,
	#page #menu .content .col3 {
/*
		border-color: #6ea058;
		border-width: 1px 0 0 0;
		border-style: dotted;
*/
		color: #6ea058;
		list-style-type: none;
		float: left;
		margin-top: 55px;
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#page #menu .content .mnuCols {
		list-style-type: none;		
	}
	#page #menu .content .col1 .itm ,
	#page #menu .content .col2 .itm ,
	#page #menu .content .col3 .itm {
		margin-bottom: 28px;
	}
	#page #menu .content .col1 b ,
	#page #menu .content .col2 b ,
	#page #menu .content .col3 b {
		/* font-family: PressuraBold,Roboto,Arial; */
		font-family: Pressura,Roboto,Arial;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 18px;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#page #menu .content .col1 p ,
	#page #menu .content .col2 p ,
	#page #menu .content .col3 p {
		font-weight: normal;
	}
	
/*
	#page #menu .content .col2 .itm {
		width: 244px;
		float: left;
	}
*/

	#page #menu .content .col2 .mnuCols .itm:nth-child(odd) {
		padding-right: 10px;
	}

	#page #menu .content .mnuBrdr ,
	#page #cleanse .content .mnuBrdr {
		background-image: url(../img/dottedG.png);
		background-repeat: repeat-x;
		height: 2px; width: 100%;
		display: inline-block;
	}
	#page #menu .content .hdr {
		font-family: Hannah,Oswald;
		font-size: 41px;
		margin: 30px 0;
		text-transform: uppercase;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	#page #menu .content .col1 ,
	#page #menu .content .col2 .mnuCols ,
	#page #menu .content .col3 .mnuCols {
		float: left;
		width: 257px;
	}
	
	#page #menu .content .col1 {
		margin-right: 33px;
	}
	
	#page #menu .content .col2 {
		width: 580px;
	}
		#page #menu .content .col2 .mnuCols {
			margin-left: 35px;
		}
		#page #menu .content .col2 .mnuCols.first {
			margin-left: 0;
		}
		
	#page #menu .content .col3 {
		width: 870px;
	}
		#page #menu .content .col3 .mnuCols {
			margin-left: 33px;
		}
		#page #menu .content .col3 .mnuCols.first {
			margin-left: 0;
		}
	#page #menu .content .col1.first ,
	#page #menu .content .col2.first ,
	#page #menu .content .col3.first {
		clear: left;
	}
	#page #menu .content .col1.last ,
	#page #menu .content .col2.last ,
	#page #menu .content .col3.last {
		clear: right;
	}
	
	
	#page #cleanse .content {
		width:871px;
		margin: 0 auto;
		clear: both;
	}
	#page #cleanse .content .plan {
		color: #6ea058;
		list-style-type: none;
		margin: 0 0 55px 0;
		clear: both;
		float: left;
	}
	#page #cleanse .content .plan:first-child {
		margin: 55px 0 55px 0;
	}
	#page #cleanse .content .plan li {
		float: left;
		margin: 0;
		padding: 0;
	}
	#page #cleanse .content .plan .hdr {
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		font-size: 14px;
		margin: 0;
	}
	.ie8 #page #cleanse .content .plan .hdr h2 {
		font-weight: 300;
	}
	#page #cleanse .content .plan .hdr h2 {
		font-family: Hannah,Oswald;
		font-size: 41px;
		margin-bottom: 20px;
		-webkit-font-smoothing: subpixel-antialiased;
		text-transform: uppercase;
	}
	#page #cleanse .content .plan .hdr {
		padding-top: 45px;
		width: 292px;
	}
	#page #cleanse .content .plan .col1 {
		margin-right: 40px;
	}
	#page #cleanse .content .plan .col1 ,
	#page #cleanse .content .plan .col2 {
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		padding-top: 45px;
/* 		width: 250px; */
		width: 30%;
	}
	#page #cleanse .content .plan .col1 a ,
	#page #cleanse .content .plan .col2 a {
			padding-top: 22px;
			float: left;
			text-decoration: none;
			color: #6EA058;
			color: #000;
	}


/* Video */

	.watchVideo {
		cursor: pointer;
	}
	.watchVideo h2 a {
		color: #6ea058;
		text-decoration: none;
		color: #000;
	}
	
	#about-location .content #video {
		margin:0px auto 38px;
	}
	#about-location .content #video h1 ,
	#about-location .content #video h2 {
		margin:0 auto 28px;
		line-height: 39px;
		float: left;
		clear: both;
	}
	#about-location .content #video h2 {
		font-size:15.25px;
	}
	#about-location .content #video .watchVideo img {
		float: left;
		clear: both;
	}
	#about-location .content #gracias-madre img ,
	#about-location .content #video .watchVideo img.vidThumb {
		max-width: 364px;
		width: 100%;
		height: auto;
	}
	#about-location .content #video .watchVideo h2 {
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		margin:27px 0 0;
	}
	#about-location .content #video .watchVideo h2 img {
		margin: 4px 0 0;
	}
	#about-location .content #video .watchVideo h2 img ,
	#about-location .content #video .watchVideo h2 span {
		float: left;
		clear: none;
		color: #000;
	}
	#vOverlay {
		z-index: 555;
		position: absolute; top:0;left:0;
		width: 100%; height: 100%;
		background-color: #fff;
		display: none;
 		opacity: 0; 
	}
	#vOverlay #vOverlayClose {
		position: absolute;
		top:15px;left:0;
		width:30px; height:auto;
		cursor: pointer;
	}
	#vOverlay .vid {
		max-width: 965px;
		width: 100%;
		margin: 0 auto 0;
		padding-top: 50px;
		position: relative;
		opacity: 1;
		color: #6ea058;
	}
	#vOverlay .vid iframe ,
	#vOverlay .vid #ytplayer {
		width: 100%;
		max-width: 965px;
		/* height: 538px; */
		max-height: 543px;
		float:left;
		clear: both;
	}
	#vOverlay .vid h1 {
		font-family: Hannah,Oswald;
		font-size: 41px;
		line-height: 41px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-font-smoothing: subpixel-antialiased;
		float: left;
		clear: both;
		margin: 45px 0 16px;
	}
	#vOverlay .vid ul {
		list-style-type: none;
		float: left;
		clear: both;
		margin: 0 0 50px;
		padding: 0;
		width: 100%;
	}
	#vOverlay .vid ul li {
		font-family: Pressura,Roboto,Arial;
		-webkit-font-smoothing: subpixel-antialiased;
		font-size: 15.25px;
		line-height: 21px;
/* 		width: 465px; */
		width: 49%;
		float: left;
		margin: 0;
		padding: 0;
	}
	#vOverlay .vid ul li:first-child {
/* 		margin-right: 26px; */
		padding-right: 2%;
	}
	
/*
	body#delivery {
		color: #6ea058;
		text-align: center;
		padding: 20px;
	}
	body#delivery a {
		color: #6ea058;
		text-decoration: none;
	}
	body#delivery img {
		width: 150px;
		height: auto;
	}
	body#delivery p:first-child {
		font-size: 45px;
		margin: 10px 0;		
		font-family: Hannah,Oswald;
		-webkit-font-smoothing: subpixel-antialiased;
	}
*/
	#deliveryLocations ,
	#deliveryLocations ul {
		width: 100%;
		list-style-type: none;
	}
		#deliveryLocations li {
			width: 45%;
			text-align: center;
			display: inline-block;
			margin: 2.5% 1% 5%;
		}
		#deliveryLocations h2 {
			margin: 0; padding: 0;
			font-size: 45px;
			text-align: center;
			font-family: Hannah,Oswald;
			-webkit-font-smoothing: subpixel-antialiased;
		}
		#deliveryLocations p {
			font-size: 20px;
			line-height: 25px;
			text-align: center;
			font-family: Pressura,Roboto,Arial;
			-webkit-font-smoothing: subpixel-antialiased;
			
		}

/* Footer */

#footer {
	clear: both;
	width: 100%;
/* 	margin-top: 10px; */
	background-color: #aed055;
	/* padding-left: 130px; */
	text-indent: 130px;
	line-height: 50px;
	height: 50px;
	color:#fff;
	font-family: Pressura,Roboto,Arial;
	-webkit-font-smoothing: subpixel-antialiased;
	z-index: 111;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

@media only screen 
and (max-width : 1135px) {
	body {
		overflow-x: initial; 
	}
}

/* Cross-browser compatiblity */

.ie #gallery {
	padding-top: 98px;
}

.ie #header .menu-mainnav-container .nav-menu #order-online.menu-item a ,
.ff #header .menu-mainnav-container .nav-menu #order-online.menu-item a {
	line-height:41px;
	margin: 10px 5px 5px;
}

.ie #about-location .content #locations.box ul li b ,
.ff #about-location .content #locations.box ul li b {
	margin-bottom:22px;
}

#home .slides.active li a {
	width: 100%;
	height: 100%;
	display: block;
}

#OT_searchWrapperAll {
	display: none;
}

#wrap.bok ,
#wrap.forms {
	margin-top: 265px;
    font-family: Pressura,Roboto,Arial;
    -webkit-font-smoothing: subpixel-antialiased;
}
#wrap.bok strong ,
#wrap.forms strong {
    font-family: Times;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: bold;
    font-size: 32px;
}

#wrap.forms form {
    font-family: Pressura,Roboto,Arial;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
}
#wrap.forms label {
	text-align: center;
}
#wrap.forms input {
	margin: auto;
	padding: 4px 10px;
}
#wrap.forms input[type="password"] {
	
	border: 1px inset;
}
#wrap.forms input[type="submit"]{
	border: 1px outset;
}

#PopupSignupForm_0 .mc-modal {
	margin-top: 100px;
	top:23% !important;
	z-index: 7777;
}

.disclaimer {
    width: 871px;
    margin: 0 auto;
    clear: both;
    color: #6ea058;
	font-family: Pressura,Roboto,Arial;
    -webkit-font-smoothing: subpixel-antialiased;    
    padding-bottom: 50px;
}
#wrap.bok a ,
.disclaimer a {
	font-family: Pressura,Roboto,Arial;
    -webkit-font-smoothing: subpixel-antialiased;    
    color: #6ea058;
	color: #000;
}

.disclaimer .dotted {
    background-image: url(../img/dottedG.png);
    background-repeat: repeat-x;
    height: 2px;
    width: 100%;
    margin-bottom: 55px;
}


body#workpop #page a ,
body#gratitude-beverage-program #page a{
	color: #6ea058;
	color: #000;
}

body#workpop #page {
    clear: both;
    max-width: 1125px;
    height: auto;
	margin: 0px auto;
}

body#gratitude-beverage-program #page {
	margin: 0px auto;
	width: auto;
	/* width: 1125px; */
	padding: 0 5%;
}
body#gratitude-beverage-program #page img {
	width:  100%;
	height: auto;
}
body#gratitude-beverage-program #page h1 {
 	width:  100%;
   font-family: Hannah,Oswald;
    font-size: 41px;
    line-height: 41px;
    letter-spacing: 2px;
    margin: 30px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #000;
    display: inline-block;
}
body#gratitude-beverage-program #page p {
/* 	width:  100%; */
    color: #6ea058;
    font-family: Pressura,Roboto,Arial;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15.25px;
    line-height: 21px;
/*     float: left; */
    clear: both;
	margin: 0 0 15px;
	display: block;
}

#header.mobile  {
/* 	min-height: 56px; */
	min-height: 0;
	height: 56px;
	overflow: hidden;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	-o-transition: height 500ms;
	transition: height 500ms;	
}
#header.mobile.full  {
	width: 100%;
	height: 100%;
}
#header.mobile .box #menuOpen ,
#header.mobile .box #menuClose {
	cursor: pointer;
}

#header.mobile .menu-mainnav-container .nav-menu .menu-item,
#header.mobile .menu-subnav-container .nav-menu .menu-item {
	width: 100%;
}

#i-am-renewed {
	list-style-type: none;
    display: inline-table;
}
#i-am-renewed li {
    display: table-cell;
    vertical-align: middle;
/*     padding-bottom: 35px; */
}
#i-am-renewed .col2 {
	margin: 0;
}

body #page img#backHome { 
	width: 30px;
	height: auto;
	border: 0;
}

@media only screen 
and (max-width : 560px) {
	#i-am-renewed li.hdrTitle {
	    width: 100%;
	    display: table-caption;
	    min-height: 0;
	    padding: 5% 0;
	}
	#i-am-renewed li.hdrDesc {
		width: 50%;
		margin: 0;
		padding: 25px 0;
	}
	#i-am-renewed li.hdrDesc p:first-child {
		margin: 0 25px;
	}
}
@media only screen 
and (max-width : 510px) {
	#about-location .content {
		padding: 0;
	}
	#about-location .content div {
		margin: 0 1%;
	}
	#about-location .imgCol {
		display: none;
	}
}
@media only screen 
and (max-width : 800px) {
	#page #cleanse .content ,
	#page #cleanse .content .plan {
		width: 100%;
	}
	#page #cleanse .content .plan .hdr {
/* 		padding-left: 25px; */
	}
	#page #cleanse .content .plan .hdr h2 ,
	#page #cleanse .content .plan .hdr p {
		margin-left: 10%;
	}
	#page #cleanse .content .plan li.mnuBrdr {
		width: 100%;
		clear: both;
	}
	#page #cleanse .content .plan li.hdr {
		width: 100%;
		float: none;
	}
	#page #cleanse .content .plan li.col1 ,
	#page #cleanse .content .plan li.col2 {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	#page #cleanse .content .plan li.col1 p ,
	#page #cleanse .content .plan li.col2 p {
		margin: 0 10%;
	}
	.disclaimer {
		width: 100%;
	}
	.disclaimer p {
		margin: 0 10% 55px;
	}
}
@media only screen 
and (max-width : 374px) {
	#about-location .content .box {
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen 
and (max-width : 600px) {
	#i-am-renewed li.hdrTitle {
	    width: 100%;
	    display: table-caption;
	    min-height: 0;
	    padding: 5% 0;
	}
	#i-am-renewed li.hdrDesc {
	    width: 50%;
		margin: 0;
		padding: 25px 0;
	}
	#i-am-renewed li.hdrDesc p:first-child {
		margin: 0 25px;
	}
}
@media only screen 
and (max-width : 475px) {
	#i-am-renewed li.hdrDesc {
	    width: 100%;
	    clear: both;
	    display: block;
	    min-height: 0;
	}
	#vOverlay .vid ul li {
		width: 100%;
		clear: both;
	}
	#vOverlay .vid ul li p ,
	#vOverlay .vid h1 {
		padding: 0 5%;		
	}
	#footer {
		text-indent: 22px;
	}
}
@media only screen 
and (max-width : 930px) {
	body.home #galleryOpen ,
	body.home .galleryTxt ,
	body.home #gallery {
	    display: none;
	}
}

.fancybox-item.fancybox-close {
    background-image: url(../img/pkg/fancybox/fancybox_close.png);
    background-size: contain;
    background-position: center center;
}