/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.5 - Last Updated: 21st June, 2013

========================================================================== */
/* General Resets */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

/* ==========================================================================
/* --  Micro Clearfix and Helpers
   ========================================================================== */
/* Micro Clearfix */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.section:before, .section:after {
  content: "";
  display: table;
}

.section:after {
  clear: both;
}

.section {
  zoom: 1;
}

.checkbox:before, .checkbox:after {
  content: "";
  display: table;
}

.checkbox:after {
  clear: both;
}

.checkbox {
  zoom: 1;
}

/* Helpers */
.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}

.right {
  float: right;
}

.block, .alert, .checkbox {
  display: block;
}

.inline-block, audio, canvas, video, .button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.inline {
  display: inline;
}

.strong, b, strong, dt, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: bold;
}

.italic, dfn, blockquote {
  font-style: italic;
}

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

.none, .no-desktop, audio:not([controls]),
[hidden] {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}

.visuallyvisible {
  clip: auto;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}

/* Alert */
.alert {
  background-color: #ffc;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */

body {
  font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  background-color: #fff;
  line-height:17px;
  margin: 0;
  padding: 20px 0 0 0 ;
  background-image:url(../img/main/bg3.jpg);
  background-repeat:no-repeat;
  background-position: center top;
}

/* Strong and Italic */
/* Links */
a {
	text-decoration:none;
	color:#b175ab;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

/* Paragraph and Small */
p, pre {
  margin: 1em 0;
}

small {
  font-size: 80%;
}

/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Audio */
audio:not([controls]) {
  height: 0;
}

/* Small, 
Sub and Sup */
small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Definition */
/* Images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

.image-left {
  margin-right: 20px;
}

.image-right {
  margin-left: 20px;
}

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5em;
  margin-bottom: .2em;
}

h2, .h2 {
  font-size: 32px;
  font-size: 2em;
  margin-bottom: .33em;
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625em;
  margin-bottom: .5em;
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25em;
  margin-bottom: .5em;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125em;
  margin-bottom: .5em;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1em;
  margin-bottom: .5em;
}

/* Reset Heading */
.no-style-heading {
  font-size: 100%;
  margin: 0;
}

/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 1.5em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  width:100%;
}

.p_copy hr, .p_copy2 hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 0.5em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  width:100%;
}


/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-family: "Georgia", "Times" serif;
  font-size: 20px;
  font-size: 1.25em;
  color: #777;
  margin: 1em 0;
}

cite {
  color: #222;
  font-style: normal;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

/* Mark */
mark {
  background: #ff0;
  color: #111;
}

/* Code */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

code {
  color: #111;
  padding: 2px 5px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* 1.3 Lists
   ========================================================================== */
dl, menu, ol, ul {
  margin: 1em 0;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 15px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin:0;
  padding:0;
}

ol{
	font-weight:bold;
}

ol li span{
	font-weight:normal;
}
/* Remove Styling from List */
.no-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 1.4 Tables
   ========================================================================== */
table {
  width: 99%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #333;
}

table tfoot td {
  font-weight: bold;
}

table caption {
  padding: 0.5em;
  font-style: italic;
  background-color: #eee;
  border-bottom: 0;
  font-weight: bold;
}

/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  border: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

label {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #777;
  border: 1px solid #ddd;
  border-top: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.checkbox {
  margin: .2em 0;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

/* Custom Buttons */
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 1em 3em;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.orange-button {
  background-color: #fee9cc;
}
.orange-button:hover {
  background-color: #ffe0b5;
  -webkit-tap-highlight-color: #fdeed8;
}
.orange-button:active {
  background-color: #fdeed8;
}

.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}

.no-style-button {
  font-size: 13px;
  font-size: 0.8125em;
  color: #f30;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.no-style-button:hover {
  text-decoration: none;
}

.no-style-button[disabled],
.no-style-button.disabled {
  text-decoration: none;
  color: #999;
}

/* 1.6 Personal Styling
   ========================================================================== */
/*General*/
.mt10{
	margin-top:10px;
}

.title{
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
	font-weight:bold;
}

.title_2{
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b175ab;
	font-weight:bold;
}

.title_3{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#b175ab;
	border-top:#b175ab dashed 1px;
	border-bottom:#b175ab dashed 1px;
	padding:5px 0;

}

.quote{
	font-family:'merriweatheritalic', serif;
	font-size:15px;
	line-height:24px;
	color:#b175ab;
	font-style:italic;
}

.sub_title{
	font-family:'pt_sansregular', serif;
	color:#b175ab;
	font-weight:bold;
	font-size:13px;
}
.arrow_up{
	font-size:18px;
}

.p_title{
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#97478f;
	font-weight:bold;
}

.p_title2{
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#97478f;
	font-weight:bold;
}

.pro_title{
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:underline;
	font-style:italic;
}

.copies{
	font-size:13px;
	line-height:20px;
}

.top_header{
	padding-bottom:20px;
}

.t_wrapper{
	border:#722875 solid 1px;
}

.t_header_first{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#722875;
	border-top:#722875 solid 1px;
	border-left:#722875 solid 1px;
	border-right:#FFF solid 1px;
	text-align:center;
}

.t_header{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#722875;
	border-top:#722875 solid 1px;
	border-right:#FFF solid 1px;
	text-align:center;
}

.t_header_last{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#722875;
	border-top:#722875 solid 1px;
	border-right:#722875 solid 1px;
	text-align:center;
}

.t_copies1{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#722875;
	border-left:#722875 solid 1px;
	border-right:#722875 solid 1px;
	border-bottom:#722875 solid 1px;
	text-align:center;
}

.t_copies{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#722875;
	border-right:#722875 solid 1px;
	border-bottom:#722875 solid 1px;
	text-align:center;
}

.mr2{
	margin-right:2%;
}

.mr4{
	margin-right:4%;
}

.source{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}

ol.faq{
	color:#b175ab;
}

ol.faq li{
	margin-bottom:15px;
}

ol.faq li .copies{
	color:#3c3c3c;
}

.faq_title{
	color:#b175ab;
	font-family:'pt_sansbold', serif;
	font-weight:bold;	
}

.chi, .eng{
	color:#999;
	font-size:12px;
}


/*navigation*/
nav{
	margin-top:20px;
}

nav ul{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	
}

nav ul li a{
	line-height:42.5px;
	color:#b175ab;
	-webkit-transition:color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

nav ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#cc5045;
	-webkit-transition:color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.logo{
	float:left;
	width:240px;
}

.translated{
	float:left;
}

.translated a{
	font-size:12px;
	color:#3c3c3c;
	font-weight:bold;
}

.translated a:hover{
	color:#cc5045;
}

.translated .selected{
	color:#cc5045;
	font-weight:bold;
}

nav ul li.selected a{
	color:#cc5045;
	font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
}

.rb{
	margin:0 0 0 10px;
	vertical-align: middle;
}

/*Navigation 2*/
.top_nav ul{
	list-style:none;
	margin:0 0 0 1px;
	padding:0;
}

.top_nav ul li{
	display:block;
	float:left;
	background-color:#f9e8f1;
	-webkit-transition: background-color 1000ms ease-in-out;
    -moz-transition: background-color 1000ms ease-in-out;
    -o-transition: background-color 1000ms ease-in-out;
    -ms-transition: background-color 1000ms ease-in-out;
    transition: background-color 1000ms ease-in-out;
	border-right:#e3e2e3 solid 1px;
	width:24.8%;
	text-align:center;
}

.top_nav ul li:hover{
	background-color:#ae83b4;
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.top_nav ul li:hover a{
	color:#FFF;
}

.top_nav ul li a{
	display:block;
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c17db0;
	line-height:20px;
	padding:7% 25% ;
}

.top_nav ul li a:hover{
	text-decoration:none;
}

.fb_long{
	border-top: #bbbbbb dashed 1px;
	border-bottom: #bbbbbb dashed 1px;
	padding:8px 0;
	margin:30px 0;
}

.fb_bird{
	width:12.5%;
}

.fb_bird img{
	display:block;
	margin:0 auto;
}

.fb_des{
	width:65%;
	font-family:'pt_sansregular', serif;
	font-size:16px;
	font-style:italic;
	line-height:20px;
}

.fb_join{
	width:22.5%;
	vertical-align:central;
}

.fb_join img{
	display:block;
	margin:0 auto;
}

.box_l_news{
	width:31%;
	margin-right:2%;
}

.box_ln_copies{
	height:175px;
}

/*Let Be Friend Title*/
.fb_f{
	font-family: 'pt_sansregular';
	font-size:12px;
	line-height:20px;
	width:200px;
}

.title_f{
	font-weight:bold;
}

/*Let Be Friend Title - FB Animate*/
.fb_a{
	margin-left:0;
	-webkit-transition: margin-left 1s ease-in-out;
  	-moz-transition: margin-left 1s ease-in-out;
  	-o-transition: margin-left 1s ease-in-out;
  	transition: margin-left 1s ease-in-out;
}

.fb_a:hover{
	margin-left:10px;
	-webkit-transition: margin-left 1s ease-in-out;
  	-moz-transition: margin-left 1s ease-in-out;
  	-o-transition: margin-left 1s ease-in-out;
  	transition: margin-left 1s ease-in-out;
}

/*Purple Bird on Title*/
.pb{
	margin:0 20px 0 0px;
	vertical-align: bottom;
}

/*Title with 2 colum*/
.t_des{
	width:66%;
	margin-right:2%;
}

.t_des2{
	width:100%;
}

.t_pic{
	width:32%;
}

/*Related Title*/
.relate a{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#c9a0c5;
}

.relate_t{
	font-family:'pt_sansitalic', Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom:#CCC dashed 1px;
	color:#adadad;
	margin-bottom:5px;
}

a.pro_selected{
	color:#333333;
}

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

.relate ul li{
	margin-bottom:10px;
}

.relate ul li a{
	line-height:17px;
}

/*Footer*/
.footer{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c9a0c5;
}

.footer a{
	color:#c9a0c5;
}

.copy_r{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	color:#adadad;
	text-transform:uppercase;
}

.f_line{
	border-top: #781c7d solid 2px;
	padding:10px;
}

/*Advantages Page*/
.pic_holder{
	width:48%;
	margin-right:2%;
	margin-top:2%;
}

/*Product Page*/
.box_wrapper hr{
  margin: 0.5em 0;
  *margin: 1em 0;
}

.box_wrapper{
	width:48%;
	border:#CCC solid 1px;
	margin-bottom:2%;
}

.box_wrapper2{
	width:48%;
	margin-bottom:2%;
}

.box_wrapper3{
	width:45%;
	border:#CCC solid 1px;
	margin-bottom:2%;
}

.box_wrapper4{
	width:51%;
	margin-bottom:2%;
}

.box_wrapper5{
	width:38%;
	margin-bottom:2%;
}

.box_wrapper6{
	width:60%;
	margin-bottom:2%;
}

.box_wrapper7{
	width:31%;
	margin-bottom:2%;
	border:#CCC solid 1px;
}


.box_inside{
	padding:18px;
}

.box_inside2{
	padding:0 15px;
}

.box_inside3{
	padding:8px 8px 3px 8px;
}

.vm{
	border-top:#CCC solid 1px;
	padding:10px 15px;
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b175ab;
}

.vm a:hover{
	color:#c85542;
}

.p_copy{
	height:125px;
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:13px;
}

.p_copy2{
	height:200px;
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:13px;
}

.p_copy3{
	height:220px;
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:13px;
}


.st{
	color:#333;
}

/*News Update - Pregnant*/
#pregnant_mobile{
	display:none;
}

#pregnant_mobile2{
		display:none;
}

/*Contact Us*/
.outlet{
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	border-right:#CCC solid 1px;
	padding-right:10px;
}

.o_fb{
	font-family: 'merriweatherregular';
	font-size:10px;
}

.o_title{
	font-size:13px;
	font-weight:bold;
}

.fu_title{
	font-size:13px;
	font-weight:bold;
	color:#b175ab;
	text-transform:uppercase;
}

.o_subt{
	color:#b175ab;
}

.o_subt a:hover{
	color:#cb4631;
}

.b_table th, .b_table td, table.b_table{
	border:none;
}

.b_table td{
	padding:4px 0;
}

.f_title{
	font-size:11px;
	color:#b175ab;
}

.e_form input, .e_form textarea{
	width:95%;
	margin-bottom:10px;
}

.e_form textarea{
	height:90px;
}

input.submit{
	width:81px;
	height:31px;
	background-image:url(../img/contact/submit.jpg);
	border:none;
}

input.submit_ch{
	width:81px;
	height:31px;
	background-image:url(../img/contact/submit_ch.jpg);
	border:none;
}

#bo{
	border-top:#b175ab dashed 1px;
	margin-top:20px;
	padding-top:20px;
}

/*Fade Image*/
img.fd{
	opacity:1;
}

img.fd:hover{
	opacity:0.8;
 	transition:opacity 0.2s ease 0s;
}

/*Health Benefit*/
.drink{
	display:none;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}

/* Rows */
.row {
  margin: .5em 0;
}

.row-one {
  margin: 1em 0;
}

.row-two {
  margin: 2em 0;
}

.row-three {
  margin: 3em 0;
}

.center, .container, .container-full {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-full {
  max-width: 1080px;
}

/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
}

.col:first-child {
  margin-left: 0;
}

.m0{
	margin-left:0;
}

/* Columns */
.one {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.two {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.three, .quarter {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.four, .one-third {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.five {
  width: 40.5%;
  *width: expression(Math.floor(0.405 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.six, .half {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.seven {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.eight {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.nine {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.ten {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.eleven {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}

.twelve {
  width: 100%;
}

/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 740px) and (max-width: 1028px) {
  .container, .tablet-container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Tablet Grid
  * For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 6.5%;
  }

  .tablet-two {
    width: 15%;
  }

  .tablet-three {
    width: 23.5%;
  }

  .tablet-four {
    width: 32%;
  }

  .tablet-five {
    width: 40.5%;
  }

  .tablet-six {
    width: 49.0%;
  }

  .tablet-seven {
    width: 57.5%;
  }

  .tablet-eight {
    width: 66%;
  }

  .tablet-nine {
    width: 74.5%;
  }

  .tablet-ten {
    width: 83%;
  }

  .tablet-eleven {
    width: 91.5%;
  }

  .tablet-twelve {
    width: 100%;
  }

  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }

  .tablet-full:first-child {
    margin-top: 0;
  }

  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .tablet-left {
    float: left;
  }

  .tablet-right {
    float: right;
  }

  .tablet-no-float {
    float: none;
  }

  .tablet-center:first-child {
    margin-left: auto;
  }

  .tablet-center-text {
    text-align: center;
  }

  .no-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }
 
	 /*Title with 2 colum*/
	.t_des{
		width:64%;
		margin-right:2%;
	}
	
	.t_pic{
		width:34%;
	}
	
	/*Top Header*/
	.top_header{
		padding:20px 0;
	}
	
	/*Translated*/
	.translated{
		float:right;
		margin-top:20px;
	}

	/*table*/ 
	table {
	width: 97.5%;
	table-layout: fixed;
	}
	
	/*Content Margin 0*/
	.con{
	margin-left:0;
	}
	
	/*Image Resize*/
	#ribbon{
		width:100%;
		height:auto;
	}
	
	img{
		width:100%;
		height:auto;
	}
	 
	#fb{
		width:17px;
		height:27px;
	}
	
	.pb{
		width:38px;
		height:39px;
	}
	
	.co_logo{
		width:197px;
		height:auto;
	}
	
	.rb{
		width:19px;
		height:22px;
	}
	
	.bn{
		padding-top:10px;
	}
	
	.vial_icon{
		width:150px;
		height:92px;
	}
	
	#fb_btn{
		width:104px;
		height:28px;
	}
	
	.fb_bird img{
		width:40px;
		height:38px;
	}
	
	/*Health Benefit Drinks*/
	.drink{
	display:block;
	}
	
	/*News Update - Pregnant*/
	#pregnant_mobile{
		display:none;
	}

	#pregnant_mobile2{
		display:block;
	}


}


/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 739px) {
  /* Mobile Grid
  * For stacking full width columns, please use the new class .mobile-full */
  .mobile-one {
    width: 6.5%;
  }

  .mobile-two {
    width: 15%;
  }

  .mobile-three {
    width: 23.5%;
  }

  .mobile-four {
    width: 32%;
  }

  .mobile-five {
    width: 40.5%;
  }

  .mobile-six {
    width: 49.0%;
  }

  .mobile-seven {
    width: 57.5%;
  }

  .mobile-eight {
    width: 66%;
  }

  .mobile-nine {
    width: 74.5%;
  }

  .mobile-ten {
    width: 83%;
  }

  .mobile-eleven {
    width: 91.5%;
  }

  .mobile-twelve {
    width: 100%;
  }

  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }

  .mobile-full:first-child {
    margin-top: 0;
  }

  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .mobile-center:first-child {
    margin-left: auto;
  }

  .mobile-center-text {
    text-align: center;
  }

  .mobile-left {
    float: left;
  }

  .mobile-right {
    float: right;
  }

  .mobile-no-float {
    float: none;
  }

  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }

/*Logo*/
.logo{
	float:none;
	clear:both;
}
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }

  .no-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }
  
  /*Title with 2 colum*/
.t_des{
	width:100%;
	margin-right:2%;
}

.t_pic{
	width:100%;
}

	/*Top Header*/
	.top_header{
		padding:20px 0;
	}
	
	/*Translated*/
	.translated{
		float:left;
		margin:20px 0;
	}
	
	/*Product and News Box*/
	
	.p_copy2{
	height:190px;
	}
	
	.box_wrapper, .box_wrapper2, .box_wrapper3, .box_wrapper4, .box_wrapper5, .box_wrapper6, .box_wrapper7 {
		width:100%;
		margin-top:2%;
	}
	
	/*Raw Bird Nest Table FIx*/
	#grade{
		width:20%;
	}
	
	#ad{
		width:40%;
	}
	
	#aw{
		width:40%;
	}
	
	/*Latest News Box Copies Height*/
	.box_ln_copies{
	height:auto;
	padding-bottom:20px;
	}
	
	.box_l_news{
		width:100%;
	}
	
	.m30_m{
		margin-top:30px;
	}
	
	/*Navigation 2*/
	
	.top_nav ul li{
	width:100%;
	border-bottom:#d0d0d0 solid 1px;
	}
	
	/*News Update - Pregnant*/
	#pregnant{
		width:100%;
	}
	
	#pregnant_copy{
		display:none;
	}
	
	#pregnant_mobile{
		display:block;
	}
	
	#pregnant_mobile2{
		display:none;
	}
	
	/*Image resize on Mobile*/
	img{
		width:100%;
		height:auto;
	}
	 
	#fb{
		width:17px;
		height:27px;
	}
	
	.pb{
		width:38px;
		height:39px;
	}
	
	.co_logo{
		width:197px;
		height:auto;
	}
	
	.rb{
		width:19px;
		height:22px;
	}
	
	.bn{
		width:223px;
		height:189px;
		padding-top:10px;
	}
	
	.vial_icon{
		width:150px;
		height:92px;
	}
	
	#fb_btn{
		width:104px;
		height:28px;
	}
	
	/*Footer*/
	.footer{
	font-size:9px;
	}
	
	/*Box_inside2 fix for Health Benefit Page*/
	.p0{
		padding:0;
	}
	
	/*Health Benefit Drinks*/
	.drink{
	display:none;
	}
	
	/*Contact Us*/
	.outlet{
	border-right:none;
}

}


/* End Mobile Media Query */
