/* Main Body CSS */


@font-face {
    font-family: 'myriad_web_proregular';
    src: url('myriadwebpro-webfont.eot');
    src: url('myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadwebpro-webfont.woff') format('woff'),
         url('myriadwebpro-webfont.ttf') format('truetype'),
         url('myriadwebpro-webfont.svg#myriad_web_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
	background: #210502;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-perspective: 800;
	-webkit-text-size-adjust: none;
	-webkit-transform-style: preserve-3d;
	-webkit-user-select: none;}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#pageheader {
	background: #67041e;
	margin: 0 auto;
	width: 320px;
	height: 97px;
	font-weight: 600;
	position: relative;
}

.header img{
	width: 100%;
	position: relative;
	float: left;
	z-index: 5;
}
.noTouch {
	pointer-events:none;
}
/* Social buttons */
#small-social {
	height: 20px;
	position: absolute;
	right: 15px;
	z-index: 10;
	top: 24px;
}

#small-social li a
{
	height: 20px;
	width: 20px;		
}

.social
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	overflow: hidden;
}

.social li { float: left; }

.social li a
{
	background-image: url('../images/icons-header.png');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	display: block;
	margin-left: 5px;
	width: 20px;
}

.social li:first-child a { margin-left: 180px; }

.facebook a { background-position: 0% 1%; }
.twitter a { background-position: 0% 50%; }
.youtube a { background-position: 0% 101%; }

.social li a span { display: none; }

/*end social buttons*/

.ui-bar {
	position: absolute;
	top: 74px;
	width: 320px;
	height: 87px;
}

.ui-bar-menu {
	background: #67041e;
	background-image: url('../images/menubg.png');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 0;
	margin: 0;
	font-weight:normal;
	text-align: center;
}

.ui-bar-menu a {
	color: #ff6600;
	text-decoration: none;
	text-shadow: 1px 1px #48070e;
	font-size: 11px;
	margin: 8px 6px;
}

.ui-bar-menu a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin: 8px 6px;
}

.wf-active .ui-bar-menu a  {
	font-size: 12px;
}



.menu23active {
	background-image: url('../images/menu2-hover.png');
	background-repeat: no-repeat;
	background-position-y: 2px;
	background-color:none;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 88px;
	padding-bottom: 5px;
}


.gallery {
	background: #67041e;
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 179px;
	margin: 0 auto;
}

/* This is only for gallery page */
.galleryPage {
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 179px;
	margin: 0 auto;
}

.galleryholder {
	height: 100%;
	position: relative;
}

.galleryItem .iphoneipod {
	position: absolute;
	left: 65px;
	top: 135px;
	margin: 0 auto;
	width: 192px;
}

.galleryItem .button1 {
	position: absolute;
	left: 101px;
	top: 282px;
	margin: 0 auto;
	width: 117px;
}
.galleryItem .button21 {
	position: absolute;
	left: 18px;
	top: 235px;
	margin: 0 auto;
	width: 140px;
}
.galleryItem .button22 {
	position: absolute;
	left: 18px;
	top: 270px;
	margin: 0 auto;
	width: 140px;
}
.galleryItem .button3 {
	position: absolute;
	left: 81px;
	top: 282px;
	margin: 0 auto;
	width: 156px;
}
.galleryItem .button4 {
	position: absolute;
	left: 66px;
	top: 282px;
	margin: 0 auto;
	width: 188px;
}

.galleryItem:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
    
  /* For visualization 
  background: #808080; width: 5px;
  */
 }
 
.gallerycentered {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
 }
 



.pagination {
	position: absolute;
	top: 151px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	left: 0px;
}

.galleryPagination {
	top: 450px;
}

.galleryArrows {
	top: 240px;
}

.pagination p {
	background-image: url('../images/pagination-item.png');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 0 auto;
	width: 8px;
	height: 12px;
	display: inline-block;
}
.pagination .start {
	background-image: url('../images/pagination-left.png');
	width: 10px;
}
.pagination .end {
	background-image: url('../images/pagination-right.png');
	width: 10px;
}
.pagination .active {
	background-position-y: -13px;
}

.contentholder {
	position: relative;
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

section {
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-transform: translate3d(320,0,0);
	opacity: 0;
	z-index: -10;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.reverse {
  -webkit-transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.current {
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 1;
}

.current {
  display: block !important;
}


.list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.listitem {
	height: 84px;
	position: relative;
	border-bottom: 1px solid #005fa2;
}

.thumbnail {
	height: 84px;
}

.thumbnail img {
	height: 100%;
}

.desc {
	background-image: url('../images/listbg.jpg');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 217px;
	height: 84px;
	position: absolute;
	left: 103px;
	top: 0px;
	border-bottom: 1px solid #005fa2;
}
.desc:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em;
}

.centered {
  display: inline-block;
  vertical-align: middle;
 }

.centered h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	padding-left: 20px;
	width: 180px;
	pointer-events:none;
}

.centered p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: -11px;
	pointer-events:none;
}

.productItem {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.productItem .header {
	position: absolute;
	left: 125px;
	top: 74px;
	margin: 0 auto;
	width: 190px;
}

.productItem .bottle {
	position: absolute;
	left: 3px;
	top: 9px;
	margin: 0 auto;
	width: 125px;
}

.productItem .speechbubble {
	position: absolute;
	left: 95px;
	top: 10px;
	margin: 0 auto;
	width: 60px;
}

.productItem span {
	position: absolute;
	left: 125px;
	top: 138px;
	margin: 0 auto;
	width: 170px;
	color: #fff;
	font-size: 0.7em;
	line-height: 0.9em;
	letter-spacing: -0.07px;
}

.productItem .nutrition {
	position: absolute;
	left: 125px;
	top: 217px;
	margin: 0 auto;
	color: #fff;
	font-size: 0.7em;
	line-height: 0.9em;
	font-weight: 600;
	height: 10px;
}

.productItem .button {
	position: absolute;
	left: 125px;
	top: 255px;
	margin: 0 auto;
	width: 135px;
}

.productItem .vitamins {
	position: absolute;
	left: 222px;
	top: 215px;
	margin: 0 auto;
	height: 18px;
}

.back {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 42px;
}

.content {
	background: #4a0a03;
	position: relative;
	width: 280px;
	margin: 0 auto;
	padding: 20px;
	font-size: 0.8em;
	color: #fff;
}

.content2 {
	background: #ddddaa;
	position: relative;
	width: 280px;
	margin: 0 auto;
	padding: 20px;
	font-size: 0.8em;
	color: #67041e;
}

.ourstory {
	background-image: url('../images/menusbg.jpg');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	
}

.menus {
	background-image: url('../images/menusbg.jpg');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	
}


.content2 p {
	margin: 10px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	font-size: 9px;
}


.content p {
	margin: 5px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	font-size: 10px;
	text-align: left;
}

.backbtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 42px;
}

.backbtn img {
	width: 100%;
}

.subpageheader {
	height: 50px;
}

.button {
	height: 20px;
	width: 88px;
}


.subpageheader2 {
	height: 20px;
}

.subpageheader img {
	height: 100%;
}

#footer {
	background: #210502;
	width: 320px;
	margin: 0 auto;
	font-weight: 600;
}
.footer-bar {
	background-image: url('../images/footer-barbg.png');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 320px;
	margin: 0 auto;
	height: 100px;
}

.footer-bar2 {
	background-image: url('../images/footer-barbg.png');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 320px;
	margin: 0 auto;
	height: 120px;
}

.footer-bar p {

	width: 320px;
	float: left;
	margin: 10px 0;
	font-weight:normal;
	font: 11px "Myriad Pro",Arial;
	color: #ff6600;
}

.footer-bar2 p {

	width: 320px;
	float: left;
	margin: 10px 0;
	font-weight:normal;
	font: 11px "Myriad Pro",Arial;
	color: #ff6600;
}

.content2 p {
	margin: 10px 0;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
}

.footer-bar a {
	text-decoration: none;

	margin: 0px 0;
	font-style:normal;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font: 11px "Myriad Pro",Arial;
}

.footer-bar2 a {
	text-decoration: none;

	margin: 0px 0;
	font-style:normal;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font: 11px "Myriad Pro",Arial;
}

.footer-bar strong {
	text-decoration: none;
	background: #67041e;
	margin: 0px 0;
	font-style:normal;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:11px;
}

.footer-bar2 strong {
	text-decoration: none;
	background: #67041e;
	margin: 0px 0;
	font-style:normal;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:11px;
}

.footer-bar span {
	background: #210502;
	width: 320px;
	float: left;
	margin: 10px 0;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:11px;
}

.footer-bar2 span {
	background: #330000;
	width: 320px;
	float: left;
	margin: 10px 0;
	font-family: 'myriad_web_proregular', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:11px;
}

.wf-active .footer-bar a  {
	font-size: 12px;
}

.wf-active .footer-bar2 a  {
	font-size: 12px;
}

.footer-bar .copyright img{
	width: 320px;

	float: left;
}

.footer-bar2 .copyright img{
	width: 320px;

	float: left;
}

.footer-bar .copyright p {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#210502', endColorstr='#210502'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#210502), to(#210502)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #210502,  #210502); /* for firefox 3.6+ */ 
	width: 320px;
	float: left;
	margin: 0 0;
	font-weight:normal;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}

.footer-bar2 .copyright p {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#210502', endColorstr='#210502'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#210502), to(#210502)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #210502,  #210502); /* for firefox 3.6+ */ 
	width: 320px;
	float: left;
	margin: 0 0;
	font-weight:normal;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}
.footer-bar .copyright a {

	font-weight:normal;
	margin: 0px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}

.footer-bar2 .copyright a {

	font-weight:normal;
	margin: 0px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}
.footer-bar .copyright a:hover {

	font-weight:normal;
	margin: 0px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}

.footer-bar2 .copyright a:hover {

	font-weight:normal;
	margin: 0px 0;
	font-family: 'Verdana', Helvetica, Arial ,sans-serif;
	color: #ff6600;
	font-size:10px;
}
