@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:normal 16px 'Oxygen', Geneva, sans-serif;
}
a:link, a:visited, a:hover {
	color: #f60;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#39c;
	padding:0;
	margin:0 0 .5em;
	display:block;
	background:url(../images/logo_nutraguia_icon_lg.png) no-repeat left top;
	background-size:30px;
	padding:20px 0 0 15px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em;
	color: rgb(89,170,27);
	clear: both;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .2em;
}
div.header {
	background-color:#fff;
	color: #000;
	width: 80%;
	margin: 0 auto;
	font-size: 0.8em;
	display: block;
	position:relative
}
div.header .logo img {
	width:237px;
	height:100px;
	margin:5px 0;
}
div.header div.links {
	position:absolute;
	right:0;
	top:5px;
	text-align:right;
}
div.header div.subscription {
	position:absolute;
	right:0;
	bottom:5px;
	text-align:right;
	font-size:1.3em;
	width:60%;
}
div.header a:link, div.header a:visited, div.header a:hover {
	text-decoration:none;
	white-space:nowrap;
}
div.header a:hover {
	text-decoration:underline;
}
div.header .langEng:hover,
div.header .langEsp:hover {
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity='100');
}
div.header img {	
	margin:0 1px -3px 9px;
}
div.header .social {
	display:inline-block;
	padding:0 11px;
	margin:0 13px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}
div.header .social img {
	margin:0 3px -3px;
}

div.header input[type="email"]{
	border:solid 1px #ccc;
	padding:3px;
	margin-right:1px;
	width:45%;
}

.navbar {
	clear:both;
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #39c;
	color: #fff;
}
.navbar a:link, .navbar a:visited, .navbar a:hover {
	color:white;
	text-decoration:none;
	display:block;
	padding:8px 5px;
}
.navbar td {
	border:solid 1px #fff;
	text-align:center;
	vertical-align:middle;
	font-size:0.9em;
	cursor:pointer;
}
.navbar td.selected,
.navbar td:hover {
	box-shadow:inset 0 -3px 0 #069;
}
.navbar td:first-child {
	border-left:none;
}
.navbar td:last-child {
	border-right:none;
}

nav.default {
	position:relative;
}
nav.fixed {
	position:fixed;
	width:100%;
	top:0;
}

.topFeature {
	background: url(../images/graphic_homehero_bgfull1.jpg) no-repeat right center;
	background-size: 100%;
	width: 80%;
	height: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.topFeature div {
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin:200px 0;
	padding-left:25px;
	width:90%;
	text-align:left;
}

input[type="button"],
input[type="submit"]{
	border:solid 1px #f93;
	padding:3px 5px;
	color:white;
	background-color:#f93;
	cursor:pointer;
}

#video {
	cursor:pointer;
}
div.caption1 {
	font-size:0.7em;
	text-align:center;
}

p em {
	font-style:normal;
	font-weight:bold;
	color:#f60;
}
/* subpage */

.subPagHead {
	width:80%;
	margin:0 auto;
}
.subPagHead table {
	width:100%;
	background: -webkit-linear-gradient(left top, rgb(228,244,149), rgb(89,170,27));
	background: -moz-linear-gradient(left top, rgb(228,244,149), rgb(89,170,27));
	background: -ms-linear-gradient(left top, rgb(228,244,149), rgb(89,170,27));
	background: -o-linear-gradient(left top, rgb(228,244,149), rgb(89,170,27));
	background: linear-gradient(left top, rgb(228,244,149), rgb(89,170,27));
	background-color: rgb(89,170,27);
}
.subPagHead table td {
	padding:15px 20px;
	vertical-align:bottom;
}
.subPagHead table td h1 {
	text-align:right;
	color:white;
	font-weight:bold;
	font-size:2.5em;
	margin:0 0 5px;
}

/* -- */
.accordion {
	margin-left:2em;
}

/* -- */

.inlinePhoto {
	margin-top:5px;
	margin-bottom:15px;
	width:50%; 
}
.inlinePhoto.right {
	float:right;
	margin-left:15px;
}
.inlinePhoto.left {
	float:left;
	margin-right:15px;
}
figure {
	/* [disabled]display: inline-block; */
	text-align: center;
	/* [disabled]padding: 0 0.7em 0.7em; */
	padding:0;
	margin:0;
}
figure figcaption {
	display:block;
	font-size: 0.7em;
	padding:0;
	margin:0;
}

blockquote {
	border-left:solid 8px rgb(220,220,220);
	margin:0 0 2em 75px;
	padding:0 25px 0 15px;
}
blockquote::before {
	content:'‘‘';
	font:10em bold "Times New Roman", Times, serif;
	color: rgb(220,220,220);
	letter-spacing:-0.1em;
	float:left;
	margin-left:-105px;
	line-height:.7em;
}
blockquote p {
	margin:0 0 0.7em;
}
blockquote cite {
	display:block;
	width:100%;
	margin:0;
	font-style:normal;
	color:#39c;
}
blockquote cite::before {
	content:'—';
}

dl {
	margin-left:.2em;
	padding-left:1em;
	border-left:solid .5em #ddd;
}

sup a:link,
sup a:visited,
sup a:hover {
	text-decoration:none;
	color:inherit;
	font-size:0.9em;
}
.footnote {
	margin-left:.9em;
	text-indent:-.6em;
}

.multiCol2 {
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;
}
.multiCol2 p,
.multiCol2 ul {
	-webkit-break-inside: avoid-column;
	-moz-break-inside: avoid-column;
	-ms-break-inside: avoid-column;
	-o-break-inside: avoid-column;
	break-inside: avoid-column;
}

.multiCol3 {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}

.multiCol4 {
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
}
.multiCol4 div {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
}


.multiCol2 div,
.multiCol3 div,
.multiCol4 div {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-column-break-before: always;
	-moz-column-break-before: always;
	-ms-column-break-before: always;
	-o-column-break-before: always;
	column-break-before: always;
}

/* side bar */
div.sidebar {
	background-color:#ddd;
	padding:7px 10px;
	font-size:0.9em;
}
div.sidebar ul {
	margin:0 0 1em 1.5em;
	padding:0;
}
div.sidebar ul li {
	margin-bottom:0.3em;
}

/* data chart */

.dataChart {
	margin: 0 auto 15px;
	width: 70%;
	color: #39c;
	font-size: 0.8em;
	background-color: #fff;
	border-bottom: solid 1px #39c;
}
.dataChart thead tr td {
	padding: 5px 7px;
	border-top: solid 1px #39c;
	border-bottom: solid 1px #39c;
}
.dataChart tbody tr td {
	padding: 5px 7px;
}
.dataChart tbody tr.odd td {
	background-color: #def;
	border-bottom: solid 1px #fff;
}
.dataChart tr td {
	text-align:center;
}

/* contact */

form.contactform div {
	margin:0 0 1.3em;
}
.pd select {
	background: url('../images/graphic_arrow_down.png') no-repeat #fff;
	border:solid 1px #999;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 98% center; 
	width: 100%;
	padding:3px;
	border-radius:0;
	-webkit-border-radius:0;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
}
form.contactform input[type="text"],
form.contactform input[type="email"],
form.contactform input[type="tel"],
form.contactform textarea {
	padding:3px 0;
	border:solid 1px #999;
	width:100%;
}

form.contactform input[type="submit"]{
	border:solid 1px #f93;
	padding:3px 5px;
	color:white;
	background-color:#f93;
	font-size:1em;
}
form label {
	color:red;
	display:block;
}
form input.error {
	border:solid 1px #f00;
}

.subscription form label {
	display:inline;
}

/* -- */	

div.section {
	width:80%;
	margin:1px auto;
	background-color:rgb(245,245,245);
	display:block;
}
div.section p {
	margin-top:0;
	padding-top:0;
}
div.section table.conTab  {
	width:100%;
}
div.section table.conTab .col1 {
	width:55%;
}
div.section table.conTab .col2 {
	width:45%;
}
div.section .conTab td {
	vertical-align:top;
	padding:15px 20px;
}
div.section .conTab td figcaption {
	font-size:0.7em;
	color:#333;
}

div.section.caution {
	background-color:#ddd;
}
div.section.caution div {
	padding:15px;
	font-size:0.7em;
	color:#333;
}

.bottomLinks {
	border-top:solid 1px #ccc;
	padding:15px 0 0;
	margin:15px 0 0
}
.bottomLinks a,
.bottomLinks b {
	display:inline-block;
	padding:0 15px;
	border-right:solid 1px #333;
	font-weight:normal;
}
.bottomLinks a:last-child, 
.bottomLinks b:last-child {
	border-right:none;
}

div.footer {
	display:block;
	background-color: #39c;
	color: #fff;
	font-size:0.75em;
	width:80%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
div.footer a:link, div.footer a:visited, div.footer a:hover {
	color:white;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
	border-right:solid 1px #fff;
}
div.footer a:hover {
	text-decoration:underline;
}
div.footer a:last-child {
	border-right:none;
}
.copyright {
	font-size:0.7em;
	width:80%;
	margin:0 auto;
	padding:7px 0;
	color:#999;
	text-align:center;
}


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

.dontShow {
	display:none !important;
}
div.header,
.navbar,
.topFeature,
.subPagHead,
div.section,
div.footer {
	width: 100%;
}

div.header .logo {	
	text-align:center;
	margin:10px;
}
div.header .logo img {	
	width:50%;
	height:auto;
}
div.header div.subscription,
div.header div.links{
	position:relative;
	text-align:center;
}
nav {
	position:relative;
	height:29px;
}
.navbar {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	-moz-box-shadow:0 2px 2px 0 #444;
	-ms-box-shadow:0 2px 2px 0 #444;
	-webkit-box-shadow:0 2px 2px 0 #444;
	box-shadow:0 2px 2px 0 #444;
}
.navbar td {
	display:none;
	width:100%;
	border:none;
	border-top:solid 1px #fff;
	padding-left:0;
	padding-right:0;
	background-color:#4be;
}
.navbar td.selected {
	display:block;
	background-color:#39c;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar a::after {
	content:' ';
	background:url(../images/graphic_down.png) no-repeat;
	position:absolute;
	width:13px;
	height:8px;
	right:12px;
	top:15px;
	color:white;
}
.navbar:hover td {
	display:block;
	margin:0;
}

.navbar td:hover {
	background-color:#39c;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
nav.fixed .navbar td:first-child {
	border:none;
}
.topFeature div {
	margin:140px 0;
	font-size:1.3em;
}


.subscription form label {
	display:block;
}

.subPagHead table td {
	display:block;
	text-align:center;
	padding:10px 0 0;
}
.subPagHead table td h1 {
	font-size:1.5em;
	text-align:center;
}
div.section .conTab td {
	display:block;
}
div.section .conTab .dataChart td {
	display:table-cell;
}
.dataChart {
	width:100%;
}


blockquote {
	border-left:solid 5px rgb(220,220,220);
	margin:0 0 2em 25px;
	padding:0 0 0 10px;
}
blockquote::before {
	font-size:5em;
	margin-left:-53px;
}


.multiCol2,
.multiCol3,
.multiCol4{
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.bottomLinks a,
.bottomLinks b {
	display:block;
	border-right:none;
	padding:0 0 5px;
	text-align:center;
	width:100%;
}
.bottomLinks b {
	display:none;
}

}


@media only screen and (max-device-width: 480px){
.topFeature {
	height:200px;
	background-size: 100%;
}
}
