/* This file will hold styles for the mobile version of your website (mobile first). */

/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@font-face {
  font-family: 'nowregular';
  src: url('../fonts/now-regular-webfont.eot');
  src: url('../fonts/now-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/now-regular-webfont.woff2') format('woff2'), url('../fonts/now-regular-webfont.woff') format('woff'), url('../fonts/now-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nowbold';
  src: url('../fonts/now-bold-webfont.eot');
  src: url('../fonts/now-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/now-bold-webfont.woff2') format('woff2'), url('../fonts/now-bold-webfont.woff') format('woff'), url('../fonts/now-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'nowregular';
  font-size: 13px;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

body p {
  font-family: 'nowregular';
}

.page {
  float: left;
  width: 100%;
}

a:link,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  font-family: 'nowregular';
}

p {
  margin-bottom: 11px;
}

h1 {
  color: #0089D0;
  font-size: 30px;
  font-family: 'nowbold';
  line-height: 24px;
  font-style: normal;
}

h2 {
  color: #0089D0;
  font-size: 25px;
  margin-bottom: 4px;
  font-weight: normal;
  font-style: normal;
}

h3 {
  color: #0089D0;
  font-size: 21px;
  margin-bottom: 4px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 25px;
  font-style: normal;
}

h4 {
  color: #0089D0;
  font-size: 15px;
  margin-bottom: 4px;
  margin-top: 10px;
  font-family: 'nowbold';
  font-style: normal;
}

sup {
  font-size: 9px;
  position: relative;
  top: -4px;
}

#page-title {
  display: none;
}

.float-left {
  float: left;
}

/****************** Logo Section css**************************************/

.logo-img {
  width: 100%;
}

.logo-img img {
  max-width: 100%;
  vertical-align: bottom;
}

.branding-data {
  width: 35%;
}

#section-header {
  margin: 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 9999;
}

#section-content {
  margin-top: 95px;
}

#block-system-main-menu {
  display: block;
  float: right;
  width: 65%;
}

#block-system-main-menu h2 {
  display: none;
}

#block-system-main-menu ul.menu li a {
  color: #666666;
  font-size: 15px;
  font-style: normal;
  font-family: 'nowbold';
  text-decoration: none;
  text-transform: uppercase;
}

#block-system-main-menu ul.menu li {
  display: inline;
  list-style: none outside none;
}

#block-system-main-menu .content {
  float: right;
  width: 56%;
}

#block-system-main-menu ul.menu {
  display: inline;
  list-style: none outside none;
  margin: 28px 0 0 0;
  padding: 0;
  float: right;
}

#block-system-main-menu ul.menu li {
  display: inline;
  list-style: none outside none;
  border-right: 1px solid #ccc;
}

#block-system-main-menu ul.menu li.last {
  border: none;
}

#block-system-main-menu ul.menu li a {
  color: #666;
  font-size: 12px;
  font-family: 'nowbold';
  font-style: italic;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#block-system-main-menu ul.menu li a:hover,
#block-system-main-menu ul.menu li a.active {
  color: #0089d0;
}

.node-type-product #block-system-main-menu ul.menu li a:hover,
.node-type-product #block-system-main-menu ul.menu li a.active-trail {
  color: #0089d0;
}

.context-nutrition #block-system-main-menu ul.menu li a:hover,
.context-nutrition #block-system-main-menu ul.menu li a.active-trail {
  color: #0089d0;
}

.context-bodymap #block-system-main-menu ul.menu li a:hover,
.context-bodymap #block-system-main-menu ul.menu li a.active-trail {
  color: #0089d0;
}

/* main menu CSS ends here */

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

.mobile_home_menu {
  margin-top: 10px;
  display: none;
}

.mobile_home_menu br {
  display: none;
}

.mobile_home_menu li {
  border: 1px solid #DADADA;
  margin: 5px;
  position: relative;
  background: #f6f8f9;
  /* Old browsers */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}

.mobile_home_menu li a {
  color: #666;
  display: block;
  font-size: 14px;
  padding: 11px 14px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile_home_menu li a:hover {
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #fff 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#fff', GradientType=0);
  /* IE6-9 */
}

/****************** Footer Section css**************************************/

#region-footer-second {
  margin: 0;
  width: 100%;
}

.zone-footer-wrapper {
  background: #fff;
}

.global_footer {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 20px 0 20px 115px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  background: url(/sites/default/themes/centrum/images/new/pfizer.png) no-repeat left 50%;
}

.global_footer p {
  color: #777;
  font-size: 11px;
  line-height: normal;
  margin: 0 0 20px 0;
  font-family: 'nowregular';
}

.global_footer p:nth-child(2) {
  margin: 0;
}

.global_footer a {
  color: #777;
  font-size: 1em;
  font-family: 'nowbold';
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #777;
}

.global_footer a:last-child {
  border-right: 0;
}

.global_footer p a:hover {
  color: #0089cf;
}

.global_footer p.bold {
  font-size: 0.73em;
}

a:hover {
  color: #0089d0;
}

/*.footer_left {
  float: left;
  width: 63%;
}*/

/****************** Sticky Menu css**************************************/

.sticky,
.faqs_callout,
.tv_callout,
.whats_callout,
#flexslider-2 {
  display: none;
}

.flex-direction-nav a:before {
  font-size: 18px;
}

/********************************* Products **********************************************/

.products_wrapper {
  margin: 0;
}

.whats_bnr_img {
  display: block;
}

.prod_title h2,
.prod_rdi_title h2,
.prod_who_title h2,
.prod_add_title h2,
.benefits_title h2 {
  font-size: 1.2em;
  font-family: 'nowbold';
  color: #0089d0;
  margin-top: 2%;
  margin-bottom: 0;
}

.prod_img {
  margin: 5px auto 0 auto;
  text-align: center;
}

.prod_body p {
  padding: 0 !important;
}

#product_desc {
  margin-top: 15px;
}

.prod_rdi_img {
  text-align: center;
}

.prod_img img,
.prod_rdi_img img {
  width: 35%;
  height: auto;
}

.prod_body p,
.prod_rdi_body p,
.prod_who_body p,
.prod_add_body p {
  color: #4d4d4e;
  font-size: 0.89em;
  line-height: 20px;
  margin-bottom: 10px;
}

.prod_rdi_img,
.benefits_img {
  background: none repeat 0 0 #fff;
  border: 4px solid #fff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-top: 5%;
  overflow: auto;
}

.prod_add_img img,
.bnr_img img,
.faq_img img,
.whats_bnr_img img {
  width: 100%;
  height: auto;
}

.prod_rdi_body {
  float: right;
}

/************************************ Benefits Tabs********************************************/

#benefits_tab .resp-accordion img {
  width: 34px;
}

#benefits_tab1 .resp-accordion img {
  width: 34px;
}

#benefits_tab2 .resp-accordion img {
  width: 34px;
}

#benefits_tab h2.resp-accordion {
  padding: 10px 3%;
}

#benefits_tab1 h2.resp-accordion {
  padding: 10px 3%;
}

#benefits_tab2 h2.resp-accordion {
  padding: 10px 3%;
}

.benefits_img {
  margin: 0 auto;
  width: auto;
  float: left;
  margin-right: 3%;
  overflow-y: hidden;
}

.benefits_info {
  height: auto;
  /*overflow: auto;*/
  padding-bottom: 16px;
}

.benefits_img img {
  height: auto;
  width: 100%;
}

.benefits_body p {
  color: #333;
  font-size: 0.89em;
  line-height: 1.7em;
  margin-left: 5%;
  text-align: center;
}

.resp-tab-content .benefits_title {
  text-align: left;
  margin-top: -16px;
}

.for-bodymap .resp-tab-content {
  overflow: hidden;
}

.resp-tab-content .benefits_body p {
  text-align: left;
}

#benefits_tab h2.resp-tab-active {
  padding: 10px 3% !important;
}

#benefits_tab1 h2.resp-tab-active {
  padding: 10px 3% !important;
}

#benefits_tab2 h2.resp-tab-active {
  padding: 10px 3% !important;
}

#benefits_tab h2.resp-accordion:first-child {
  background: none #FAFAFA;
}

#benefits_tab1 h2.resp-accordion:first-child {
  background: none #FAFAFA;
}

#benefits_tab2 h2.resp-accordion:first-child {
  background: none #FAFAFA;
}

#benefits_tab h2.resp-accordion:first-child:hover {
  background: none #F1F1F1;
}

#benefits_tab1 h2.resp-accordion:first-child:hover {
  background: none #F1F1F1;
}

#benefits_tab2 h2.resp-accordion:first-child:hover {
  background: none #F1F1F1;
}

.node-type-product .resp-tabs-list {
  float: left;
  margin: 0 0 25px 0;
  padding-left: 0;
  width: 100%;
  display: block;
}

#taxo_category_tab .resp-tabs-list,
#mixed_tab .resp-tabs-list {
  margin: 25px 0;
}

#mixed_tab .resp-tabs-list {
  overflow: hidden;
  padding-left: 0;
}

#benefits_tab .resp-tabs-list li {
  padding-top: 13px;
  padding-bottom: 13px;
}

#benefits_tab1 .resp-tabs-list li {
  padding-top: 13px;
  padding-bottom: 13px;
}

#benefits_tab2 .resp-tabs-list li {
  padding-top: 13px;
  padding-bottom: 13px;
}

#benefits_tab .resp-tab-active {
  padding: 12px 10px 14px;
}

#benefits_tab1 .resp-tab-active {
  padding: 12px 10px 14px;
}

#benefits_tab2 .resp-tab-active {
  padding: 12px 10px 14px;
}

.prod_label_title_prefix h3,
.prod_label_title h2 {
  color: #0089d0;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
}

.prod_label_text1 p {
  color: #333;
  font-size: 0.9em;
  font-style: italic;
}

.prod_label_text2 {
  margin: 3px 0;
}

.prod_label_text2 p,
.prod_label_text3 p,
.view-product-labeling td,
.view-product-labeling th {
  color: #333;
  font-size: 0.8em;
}

.view-product-composition th,
.view-product-composition td {
  font-size: 0.8em;
  border: 1px solid;
  color: #333;
}

table.incremin td {
  color: #0089d0;
  font-size: 0.9em;
}

table.incremin td span {
  color: #333;
  font-size: 0.9em;
}

/********************************* END Products **********************************************/

.branding-data {
  float: left;
}

/*.region-branding-inner {
  margin: 10px 0 0 0;
}*/

.breadcrumb {
  display: none;
  float: left;
  margin: 15px 0 10px 0;
  padding: 0.6% 1% 1.1% 1%;
  width: 100%;
  border: 1px solid #d3d3d3;
  font-size: 16px;
  font-family: 'nowbold';
  font-style: italic;
  box-sizing: border-box;
}

h2.block-title,
#region-branding .view-products-menu,
.intro_wrapper,
.toggle3,
.desktop-product-label,
.front .breadcrumb,
.quicktabs-wrapper {
  display: none;
}

/*********************** Good Nutrition css starts**************************************/

.bnr_title,
.faq_title,
.whats-inside-head h2,
.whats-banner-txt-only {
  font-size: 1.2em;
  font-family: 'nowbold';
  color: #0089d0;
  padding: 12px 12px 0 12px;
}

.bnr_title {
  padding-left: 5px;
}

.whats-banner-txt-only {
  display: block;
}

.nutrition_bnr_title h1 {
  font-size: 1.5em;
}

.nutrition_wrapper #content-left h3 {
  font-size: 1.3em;
}

.bnr_desc p,
.faq_desc p,
.whats-inside-head p {
  font-size: 13px;
  margin-bottom: 0;
  color: #4d4d4e;
  padding: 0 12px 12px 12px;
  font-family: 'nowregular';
  font-weight: normal;
}

.faq_desc p {
  padding: 12px 12px;
}

.nutrition_bnr_desc p {
  color: #4d4d4e;
  margin-bottom: 0;
}

.whats-inside-mobile .antiox_wrapper #content-left h2,
.whats-inside-mobile .multivitamins_wrapper #content-left h2 {
  font-size: 1em;
  padding: 0;
}

.whats-inside-mobile .antiox_wrapper #content-left p,
.whats-inside-mobile .multivitamins_wrapper #content-left p {
  padding: 0;
}

#content-left h2 {
  font-size: 1em;
  margin-bottom: 0;
  color: #0089d0;
}

#content-left p {
  color: #4d4d4e;
  font-family: 'nowregular';
  font-size: 13px;
  font-weight: normal;
}

.nutrition_wrapper,
.multivitamins_wrapper,
.antiox_wrapper {
  margin: 0;
}

.multivitamins_wrapper #content-left,
.antiox_wrapper #content-left {
  padding: 0 3% 2% 3%;
}

ul.nutrition_list {
  list-style: disc outside none;
}

.li_text {
  color: #4d4d4e;
  font-family: 'nowregular';
  font-size: 13px;
}

.bnr_img,
.faq_img,
.whats_bnr_img {
  background: none #fff;
  border: 4px solid #fff;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.nutrition_banner {
  margin-top: 10px;
}

.content_right {
  margin-top: 17px;
  margin-left: 2% !important;
}

.content_right a {
  color: #666;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #f6f8f9;
  /* Old browsers */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
  border: 1px solid #DADADA;
}

.content_right a:hover {
  color: #0089D0;
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #fff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #fff 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#fff', GradientType=0);
  /* IE6-9 */
}

/*********************** Good Nutrition css ends**************************************/

/*********************** FAQs section **************************************/

.faq-content {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-top: 20px;
}

.faq-question {
  margin: 0;
  padding: 0;
}

.faq-question-answer {
  background: #f6f8f9;
  /* Old browsers */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
  border-bottom: 2px solid #CCCCCC;
}

.faq-question-answer a {
  color: #0089D0;
  display: block;
  font-size: 1.1em;
  font-family: 'nowbold';
  padding: 2%;
  text-decoration: none;
}

.faq-answer {
  padding: 0;
  display: none;
}

.faq-answer p {
  color: #4d4d4e;
  font-size: 1.03em;
  line-height: 20px;
  padding-left: 2%;
  padding-right: 4%;
  padding-bottom: 2%;
  word-wrap: normal;
  margin: 0;
}

#faq_table table {
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  margin: 10px auto;
  width: 100%;
  font-size: 12px;
  word-break: break-all;
}

#faq_table th,
#faq_table td {
  vertical-align: top;
}

#faq_table th {
  background: #e8eaeb;
  font-family: 'nowbold';
}

#faq_table td {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

#faq_table td.heads {
  color: #0089D0;
  width: 68px;
}

#faq_table tr.odd-row td {
  background: #f6f6f6;
}

#faq_table td.first,
#faq_table th.first {
  text-align: left;
}

#faq_table td.last {
  border-right: none;
}

#faq_table td {
  color: #4d4d4e;
}

#faq_table ul.privacy_list {
  text-align: left;
  padding-left: 0;
}

/*********************** FAQs section ends**************************************/

.item-list .vm-color,
.filter-vm {
  display: none;
}

.left_info {
  float: left;
  width: 26%;
}

.right_info {
  float: left;
}

.dimmed {
  display: none;
}

/*############################################ healthy body mobile css#########################################*/

.tabber-wrap {
  margin-top: 15px;
}

.tabber-wrap .demo {
  float: left;
}

.bodymap-img-wrap {
  float: left;
  margin-left: 15px;
  width: 40%;
}

.bodymap-tab-img,
.bodymap-tab-img img {
  width: 100%;
}

.tabber-wrap .resp-tabs-container h2.resp-accordion {
  padding: 10px;
}

.tabber-wrap .resp-tabs-container h2.resp-tab-active {
  padding: 10px !important;
  /* to overwite the cssof js*/
}

#tabs_body .resp-tabs-container h4 {
  float: left;
  margin-bottom: 0;
  margin-left: 13px;
  margin-top: 0;
  width: 80%;
}

#tabs_body .resp-tabs-container ul.nutrition_list {
  float: left;
  margin-top: 0;
  width: 80%;
}

.tab-title-mobile,
#benefits_tab .tab-title-mobile {
  display: block !important;
  color: #0089D0;
  font-size: 12px;
  float: right;
  font-family: 'nowregular';
  margin: 10px 0 0 0;
  width: 100%;
  line-height: normal;
  min-height: 44px;
  text-align: center;
}

.mobile-product-label {
  margin-top: 8px;
}

.mobile-product-label a {
  clear: both;
  padding: 5px 3%;
  color: #4d4d4e;
  border: 1px solid #ccc;
  font-family: 'nowbold';
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}

.mobile-product-label a:hover {
  color: #0089d0;
}

.mobile-menu-content .item-list {
  display: block;
}

.view-products-landing #flexslider-1 {
  display: none;
}

.for-bodymap {
  width: 54%;
}

.page-buy-now #cboxWrapper {
  height: 275px !important;
}

.prod_list {
  margin: 15px 0;
  clear: both;
}

.prod_list ul {
  margin: 0;
  padding: 0;
  height: auto;
  background: none repeat scroll 0 0 #E9E9E9;
  border: 1px solid #D4D4D4;
  padding: 3px;
}

.prod_list ul li {
  border: 1px solid #E3E3E3;
  list-style: none outside none;
  margin: 0;
  background: rgb(250, 250, 250);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(238, 238, 238, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(238, 238, 238, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(238, 238, 238, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(238, 238, 238, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(238, 238, 238, 1) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}

.prod_list ul li:hover,
.prod_list ul li.active-trail {
  background: #fafafa;
}

.prod_list ul li a.active,
.prod_list ul li a:hover {
  color: #0089D0;
}

.prod_list ul li a {
  color: #4D4D4E;
  font-size: 13px;
  padding: 14px 0 14px 16px;
  font-family: 'nowbold';
  display: block;
  text-decoration: none;
}

.what-inside-right-box-4 {
  display: none;
}

.social-share-wrapper {
  text-align: center;
  margin: 10px 0 35px 0;
}

.social-share-wrapper img {
  width: 254px;
  margin: 0 auto;
}

.social-share-wrapper a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#facebook-share-count {
  margin-bottom: 10px;
}

#facebook-share-count span {
  display: inline-block;
  height: 19px;
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  overflow: visible;
  position: relative;
}

#facebook-share-count span:after {
  content: url(../images/share-count-btn-bg.png);
  position: absolute;
  bottom: -10px;
}

#mobile-menu {
  display: none;
}

/******************Style for Desktop********************************************/

.page-contact-us h3 {
  margin-bottom: 30px;
}

.contact_wrap {
  float: left;
  width: 100%;
  padding: 20px 40px;
}

#visit-us-facebook {
  float: left;
  width: 100%;
  margin: 20px 0;
}

#visit-us-facebook img {
  float: left;
}

.row-1 {
  clear: both;
  margin-top: 20px;
  overflow: auto;
  padding-bottom: 10px;
}

.info {
  float: left;
  width: 235px;
}

.icon-img {
  float: left;
  margin-right: 9px;
}

.fb_wrap {
  display: block;
  line-height: 55px;
  float: left;
  background: #cacaca;
  padding: 0 10px;
}

#visit-us-facebook span {
  float: left;
}

#visit-us-facebook a {
  background: url(/sites/default/themes/centrum/images/new/go.png) no-repeat;
  display: block;
  height: 25px;
  text-indent: -9999px;
  width: 63px;
  float: left;
  margin: 14px 0 14px 10px;
}

#block-system-main-menu ul.menu li a {
  padding: 3px 20px;
}

#block-system-main-menu ul.menu li.first a {
  padding: 15px 20px;
}

#breakdown img {
  max-width: 60%;
}

/*********************** Good Nutrition css starts**************************************/

.bnr_title {
  font-size: 26px;
  left: 46px;
  position: absolute;
  top: 95px;
  padding: 0;
}

.bnr_desc p {
  font-size: 13px;
  left: 50px;
  position: absolute;
  top: 126px;
  width: 33%;
  padding: 0;
}

#content-left h2 {
  font-size: 16px;
  margin-top: 17px;
}

.nutrition_wrapper,
.multivitamins_wrapper,
.antiox_wrapper {
  padding: 0;
}

.context-good-nutrition .content_right {
  float: left;
  width: 29%;
  margin: 5px 0 5px 8px;
}

/*********************** Good Nutrition css ends**************************************/

/************************ Benefits Tab*********************************************/

#benefits_tab .resp-tabs-list li,
#benefits_tab1 .resp-tabs-list li,
#benefits_tab2 .resp-tabs-list li {
  text-align: center;
}

#benefits_tab .resp-tabs-list li.resp-tab-item.resp-tab-active {
  padding: 13px 15px;
}

#benefits_tab .resp-tabs-list li.resp-tab-item {
  width: 120px;
  box-sizing: border-box;
  height: 144px;
}

.page-women50 #benefits_tab .resp-tabs-list li.resp-tab-item {
  width: 133px;
}

.resp-tabs-container {
  width: 100%;
}

.benefits_info {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.context-womens .prod_bnr_desc p {
  width: 100%;
}

/************* Product Labelling****************************/

.block-product-labeling-block {
  position: absolute;
  right: 59px;
  top: 315px;
}

/*********************** whats-inside css starts**************************************/

.whats-inside-mobile {
  display: none !important;
}

.quicktabs-wrapper {
  display: block;
}

.item-list .views-field.views-field-title {
  padding: 0;
}

.item-list .vm-color li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

.essential_trace a,
.macro a {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px rgba(0, 0, 0, 0);
  background-size: inherit;
  color: #fff;
  display: table-cell;
  font-size: 0.9em;
  padding-top: 88%;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 9em;
  font-weight: normal;
  padding-right: 0;
}

.essential_trace:hover,
.macro:hover {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px #666;
  background-size: inherit;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.fat_soluble,
.water_soluble,
.essential_trace,
.macro {
  float: left;
  margin: 1%;
  height: 141px;
  width: 141px;
  cursor: pointer;
}

.vm-color .views-field-title-1 .fat_soluble,
.vm-color .views-field-title-1 .water_soluble,
.vm-color .views-field-title-1 .essential_trace,
.vm-color .views-field-title-1 .macro {
  float: left;
  margin: 1%;
  height: 141px;
  width: 141px;
  cursor: default;
  opacity: 0.2;
}

.red,
.yellow1,
.green3,
.blue2,
.green1.macro,
.blue3.macro {
  margin: 1%;
}

.red a {
  background: url("../images/tilt_arrow.png") no-repeat scroll 89px 52px rgba(0, 0, 0, 0);
  background-size: inherit;
}

.fat_soluble a {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px rgba(0, 0, 0, 0);
  background-size: inherit;
  color: #fff;
  display: table-cell;
  font-size: 0.9em;
  padding-top: 88%;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 9em;
  font-weight: normal;
  padding-right: 0;
}

.fat_soluble:hover {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px #666;
  background-size: inherit;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.water_soluble a {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px rgba(0, 0, 0, 0);
  background-size: inherit;
  color: #fff;
  display: table-cell;
  font-size: 0.9em;
  padding-top: 88%;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 9em;
  font-weight: normal;
  padding-right: 0;
}

.water_soluble:hover {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px #666;
  background-size: inherit;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.vm-color .views-field-title-1 .fat_soluble p,
.vm-color .views-field-title-1 .water_soluble p,
.vm-color .views-field-title-1 .essential_trace p,
.vm-color .views-field-title-1 .macro p {
  background: url("../images/tilt_arrow.png") no-repeat 88px 52px rgba(0, 0, 0, 0);
  background-size: inherit;
  color: #fff;
  display: table-cell;
  font-size: 13.5px;
  padding-top: 87%;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 122px;
  height: 21px;
  font-weight: normal;
  padding-right: 0;
}

/*********************** whats-inside css ends**************************************/

/*********************** What's inside popup css starts************************************/

.context-whats-inside #colorbox {
  height: 500px !important;
  width: 600px !important;
  left: 27% !important;
}

.context-whats-inside #colorbox #cboxContent {
  height: 500px !important;
  margin-bottom: 0;
  width: 100% !important;
}

.context-whats-inside #colorbox .fat_soluble,
.context-whats-inside #colorbox .water_soluble,
.context-whats-inside #colorbox .essential_trace,
.context-whats-inside #colorbox .macro {
  font-size: 1.1em;
  height: 9.4em;
  text-align: center;
  margin-right: 1em;
  text-indent: 28px;
  line-height: 260px;
  width: 9.4em;
}

.context-whats-inside #colorbox .green5.fat_soluble,
.context-whats-inside #colorbox .blue1.fat_soluble,
.context-whats-inside #colorbox .orange3.water_soluble {
  text-indent: 12px;
  width: 9.4em;
}

.context-whats-inside #colorbox .orange2.water_soluble {
  text-indent: 12px;
  width: 9.4em;
}

.context-whats-inside #colorbox .blue5.water_soluble {
  text-indent: 0;
  width: 9.4em;
}

.context-whats-inside #colorbox .green2.water_soluble {
  text-indent: 11px;
}

.context-whats-inside #colorbox .vm-color-popup .views-label-field-functions,
.context-whats-inside #colorbox .item-list .vm-color-popup .views-field.views-field-field-diet-sources span,
.context-whats-inside #colorbox .vm-color-popup .views-label-field-image-benefits {
  font-size: 16px;
}

.context-whats-inside #colorbox .item-list .vm-color-popup {
  margin: 24px auto;
  padding-left: 0;
  padding-bottom: 0;
  width: 100%;
}

.context-whats-inside #colorbox .item-list .vm-color-popup .views-field.views-field-field-image-benefits,
.context-whats-inside #colorbox .item-list .vm-color-popup .views-field.views-field-field-functions,
.context-whats-inside #colorbox .item-list .vm-color-popup .views-field.views-field-field-diet-sources {
  width: 52%;
}

.context-whats-inside #colorbox .item-list .vm-color-popup .views-field-title span.field-content {
  background: url("../images/shadow.jpg") no-repeat scroll 0 152px rgba(0, 0, 0, 0);
  background-size: 196px;
  float: left;
  height: 171px;
  width: 36%;
  padding-left: 19px;
}

/*********************** What's inside popup css ends**************************************/

/*********************** healthy body css starts***********************/

/* ################################### healthy desktop css ###################################### */

#tabs_body .resp-tabs-container {
  width: 93.7%;
}

.quicktabs-tabpage {
  margin-top: 13px;
}

#faq_table table {
  word-break: normal;
}

.footer_right {
  clear: none;
  float: right;
  margin-top: 7%;
  text-align: right;
  width: 35%;
}

.benefits_title h4 {
  margin-top: 15px !important;
}

/*** Canster - External link Popup - Start ***/

.ui-dialog .ui-dialog-buttonpane {
  border: 0;
}

.ui-dialog .ui-dialog-titlebar {
  margin-left: 581px;
  padding: 3px 6px;
  position: relative;
  top: 12px;
  right: 12px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}

.ui-widget-header {
  float: right;
}

.extlink-window-message h2 {
  font-size: 16px;
  color: #000;
  font-family: 'nowbold';
}

.extlink-window-message p {
  font-size: 13px;
  margin-top: 19px;
}

/**********if required**********/

.ui-dialog .ui-dialog-titlebar-close {
  /* height: 18px; */
  /* left: 0px; */
  /* margin: 0; */
  padding: 17px 3px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 7px 7px 5px 7px;
  position: absolute;
  left: -0.5px;
  top: 9px;
}

/*** Canster - External link Popup - End ***/

.context-centrum-specialist-vision-plus .prod_add_img {
  display: none;
}

#benefits_tab1 .elements_3 .resp-tabs-list LI,
#benefits_tab2 .elements_3 .resp-tabs-list LI,
#benefits_tab1 .elements_3 .resp-tabs-list LI:first-child+li+li,
#benefits_tab2 .elements_3 .resp-tabs-list LI:first-child+li+li {
  box-sizing: border-box;
  padding: 12px 0 !important;
  text-align: center;
  width: 33.3%;
}

#benefits_tab1 .resp-tab-item img,
#benefits_tab2 .resp-tab-item img {
  max-width: 100%;
  width: auto;
}

/*Start - Home page video*/

#block-system-main-menu .content {
  width: 100%;
  float: left;
}

.video-js {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.vjs-poster {
  background-color: #fff;
}

.video-js .vjs-dock-text {
  display: none;
}

/*End - Home page video*/

#zone-bottom-two-wrapper {
  margin: 40px 0 15px 0;
}

.home_banner {
  transition: transform .5s;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home_banner:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home_banner img {
  width: 100%;
}

.onhover {
  display: none;
}

.home_banner:hover .onhover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 99;
}

.onhover .inner {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 100;
  height: 100%;
  position: relative;
}

.onhover .inner h3 {
  font-size: 32px;
  margin: 30px 0;
}

.onhover .inner p {
  font-size: 16px;
  padding: 0 15%;
}

.onhover .inner a {
  font-size: 14px;
  padding: 8px 20px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 95px;
  width: 95px;
  text-transform: uppercase;
}

.onhover .inner h3,
.onhover .inner p,
.onhover .inner a {
  color: #fff;
}

#zone-bottom-one-wrapper {
  margin: 0 0 40px 0;
}

.page-tv-ads #region-content.grid-15 {
  margin: 0;
  width: 100%;
}

.page-tv-ads .playlist-cont {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.playlist-padding-bottom {
  position: relative;
  display: block;
  max-width: 100%;
  padding-bottom: 15%;
}

.playlist-padding-top {
  padding-top: 41.4%;
}

.view-products .item-list {
  float: left;
  width: 100%;
}

.view-products .item-list ul {
  float: left;
  width: 100%;
  position: relative;
}

.view-products .item-list:nth-child(3) ul .views-row-1 {
  padding-top: 71px;
}

.view-products .item-list h3 {
  margin: 20px 0;
}

.view-products .views-row {
  float: left;
  width: 33%;
  margin-left: 0;
}

.view-products .views-row img {
  max-width: 80%;
}

.view-products .views-row .product-title {
  text-align: center;
  margin-top: 5px;
}

.view-products .views-row .product-title a {
  color: #666;
}

.view-products .views-row .field-content {
  text-align: center;
}

.view-products .item-list:nth-child(3) ul .views-row-1 {
  padding-top: 71px;
}

.front .banner-video {
  margin-top: 5px;
}

#zone-footer-wrapper .colorbar,
#section-header .colorbar {
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
}

#zone-branding-wrapper {
  position: relative;
  margin: 10px 0;
}

#zone-footer-wrapper .colorbar,
#section-header .colorbar {
  background: linear-gradient(to right, #0089d0, #00ac4f, #fff200, #ed1c24);
  z-index: 99;
}

.prod_bnr_img {
  width: 1170px;
  margin: 0 auto;
}

.prod_bnr_img img {
  width: 100%;
}

.prod_bnr_title {
  display: none;
}

.product_category {
  width: 100%;
}

.product_info,
.product_left,
.product_right {
  float: left;
}

.product_right {
  width: 590px;
  margin-top: 20px;
}

.product_right .buy_button {
  text-align: right;
  float: right;
  margin-top: 20px;
}

.product_right .buy_button a {
  background: #0089d0;
  border: 1px solid #0089d0;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  padding: 10px;
}

#taxo_category_tab .resp-tabs-list li {
  margin-right: 15px;
}

.resp-tabs-list li h3 {
  font-weight: 600;
  font-size: 14px;
  color: #0089D0;
  margin: 0;
}

.resp-tabs-list li.resp-tab-active {
  border-bottom: 1px solid #e3e3e3;
}

#mixed_tab_first,
#mixed_tab_second,
#mixed_tab_third {
  width: 80%;
  box-sizing: border-box;
  cursor: default;
}

#product_add_fourth {
  cursor: default;
}

#mixed_tab_third p {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  font-family: 'nowregular';
}

.view-faqs .quicktabs-tabpage {
  border-top: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}

.view-faqs .quicktabs-tabpage .quicktabs-views-group {
  background: #f6f8f9;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  border-top: 1px solid #ccc;
}

.view-faqs .quicktabs-tabpage .quicktabs-views-group:first-child {}

.view-faqs .quicktabs-tabpage span {
  color: #0089D0;
  display: block;
  font-size: 1.1em;
  font-family: 'nowbold';
  padding: 2%;
  text-decoration: none;
  text-transform: uppercase;
}

.view-faqs .quicktabs-tabpage {
  margin-top: 0;
}

#quicktabs-view__faqs__page,
#quicktabs-view__faqs__page .item-list,
#quicktabs-view__faqs__page .item-list ul,
#quicktabs-container-view__faqs__page {
  float: left;
  width: 100%;
}

#quicktabs-view__faqs__page {
  margin: 30px 0;
}

#quicktabs-view__faqs__page .item-list ul {
  margin: 0;
}

ul.quicktabs-tabs li {
  font-weight: 600;
  font-size: 14px;
  color: #0089D0;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border-top: 1px solid #ccc;
  border-left: 0;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  /*background: #f1f1f1;*/
  background: #e7e7e7;
}

ul.quicktabs-tabs li.active {
  background: #fafafa;
  border-bottom: 1px solid #FFFFFF;
}

ul.quicktabs-tabs li a {
  padding: 12px 15px 13px;
  display: block;
  color: #0062A0;
}

ul.quicktabs-tabs li a:hover {
  color: #0089d0;
}

ul.quicktabs-tabs li:first-child {
  border-left: 1px solid #ccc;
}

.stores_description {
  margin-top: 50px;
}

.stores_images {
  float: left;
  margin-top: 30px;
}

.link_wrapper {
  float: left;
  width: 30%;
  min-height: 120px;
}

.link_wrapper a {
  float: left;
  width: 100%;
  text-align: center;
}

.view-product-composition table {
  width: 50%;
}

.footer_sites {
  float: left;
  width: 100%;
}

.footer_sites li {
  display: inline-block;
  font-size: 11px;
  border-right: 1px solid #777;
}

.footer_sites li:last-child {
  border-right: 1px solid transparent;
}

.page-buy-now .link_wrapper {
  float: left;
  width: 30%;
  min-height: 120px;
}

.page-buy-now .link_wrapper a {
  float: left;
  width: 100%;
  text-align: center;
}

.extlink-extra-leaving-colorbox #cboxClose {
  top: 0;
}

.extlink-extra-leaving-colorbox .extlink-extra-actions {
  float: left;
  width: 100%;
  text-align: right;
}

.extlink-extra-leaving-colorbox .ext_button {
  float: right;
}

.extlink-extra-leaving-colorbox .ext_button a {
  display: block;
  float: left;
  padding: 12px 10px;
  border-radius: 5px;
}

.extlink-extra-leaving-colorbox .ext_button.extlink-extra-go-action a {
  background: #d1232a;
  color: #fff;
  border: 1px solid #d1232a;
}

.extlink-extra-leaving-colorbox .extlink-extra-actions p {
  margin: 0;
}

.extlink-extra-leaving-colorbox .ext_button.extlink-extra-back-action a {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
}

.extlink-extra-leaving span {
  float: right;
  line-height: 45px;
  margin: 0 10px;
}

/***page-ingredients**/

.page-ingredients #block-nodeblock-1021 {
  width: 100%;
  margin-top: 30px;
  float: left;
}

.page-ingredients #block-nodeblock-1021 h2 {
  width: 478px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px;
}

.page-ingredients #block-nodeblock-1016 {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 15px 0px;
}

.page-ingredients #block-nodeblock-1016 p {
  margin: 0;
}

.page-ingredients #block-nodeblock-1021 #node-1021.padding-top-inside {
  /*padding: 50px 0px;*/
}

.nodeblock_container {
  float: left;
  width: 52%;
  position: relative;
}

.page-ingredients .view-what-inside {
  width: 40%;
  display: inline-block;
  float: right;
  margin-top: 50px;
}

.page-ingredients .view-what-inside.margin-top-zero-inside {
  margin-top: 0;
}

.page-ingredients .view-what-inside .view-header {
  max-width: 400px;
  float: left;
}

.page-ingredients .view-what-inside select {
  width: 80%;
  font-family: 'nowregular';
}

.page-ingredients #block-nodeblock-1016 #btn_left {
  top: 7%;
  left: 0;
}

.page-ingredients #block-nodeblock-1016 #arrow-selector-ingredient {
  top: 15px;
  left: 0;
  right: 0;
  width: 121px;
  margin: 0 auto;
}

.page-ingredients #block-nodeblock-1016 #btn_right {
  top: 7%;
  right: 0;
}

.page-ingredients #block-nodeblock-1016 #btn_random {
  top: 50%;
  left: 235px;
}

.page-ingredients #block-nodeblock-1016 #whats_inside_shine {
  left: 190px;
  display: none !important;
  /*height: 273px;
  position: absolute;
  top: 136px;
  width: 188px;
  background: url(/sites/default/themes/centrum/images/new/shadow.png) no-repeat scroll left top transparent;*/
}

.page-ingredients .view-what-inside .by_ingredients_menu {
  margin-left: 35px;
  margin-top: -140px;
  display: none !important;
}

.page-ingredients #block-nodeblock-1016.margin-top-inside {
  margin: 159px 0 50px 0;
}

.page-ingredients .view-what-inside .result-whats-inside-by-ingredients {
  line-height: 25px;
}

#whats_inside_fortune_wheel {
  margin: 0 auto;
}

.page-ingredients #block-nodeblock-1021 h2 {
  display: block !important;
}

.page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-functions,
.page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-diet-sources,
.page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-image-benefits {
  margin: 15px 0px;
  overflow: hidden;
  font-family: 'nowregular';
}

.page-ingredients .view-what-inside .view-select-ingredients.margin-left-inside {
  margin-top: 60px;
  margin-left: 35px;
}

.page-ingredients #block-nodeblock-1016 .by_ingredients_menu {
  display: none;
}

.page-ingredients .view-display-id-page_1 .view-content {
  padding: 0;
}

.page-ingredients .view-what-inside .views-field-title {
  display: none;
}

.page-ingredients .view-what-inside .item-list ul {
  margin-left: 15px;
}

.page-ingredients .view-what-inside .item-list ul li {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: default;
  display: list-item;
  list-style-type: disc;
}

/****/

ul.nutrition_list:after {
  content: "";
  display: block;
  clear: both;
}

ul.nutrition_list {
  padding: 0 0 10px 0;
}

ul.nutrition_list li {
  background: url(../images/bullet.png) no-repeat 0 center !important;
  padding-top: 12px;
  margin: 0;
  border: 0;
  padding: 0 0 0px 12px;
  display: block;
  float: none;
}

#quicktabs-what_s_inside_tab,
#quicktabs-what_s_inside_tab .vertical-tabs-list {
  border: none;
}

#quicktabs-container-what_s_inside_tab .multivitamins_wrapper #content-left {
  padding-left: 0;
}

#quicktabs-container-what_s_inside_tab ul.vm-filter:after {
  content: "";
  display: block;
  clear: both;
}

#quicktabs-container-what_s_inside_tab .vm-filter li {
  margin: 0 10px 0 0;
}

/*Winner page*/

.page-showpopromotion .promo_banner.showpo,
.page-showpopromotion .winner_page,
.page-showpopromotion .item-list {
  text-align: center;
}

.page-showpopromotion .winner_page {
  margin-top: 30px;
  color: #0087cf;
}

.page-showpopromotion .winner_page h2 {
  color: #0087cf;
  font-family: 'nowbold';
}

.page-showpopromotion .item-list ul {
  padding: 0;
}

.page-showpopromotion .item-list li {
  color: #0087cf;
  font-size: 24px;
}

.page-showpopromotion .item-list ul li {
  margin: 0;
}

.Prod_landing_block .product_right {
  width: 77%;
  margin: 0 0 0 30px;
}

.Prod_landing_block .product_info {
  width: 85%;
  margin: 30px auto 0 auto;
  float: none;
  overflow: hidden;
}

.item-list .colorbar {
  background: linear-gradient(to right, #0089d0, #00ac4f, #fff200, #ed1c24);
  height: 2px;
  width: 100%;
  margin: 15px 0 0px 0;
  float: left;
}

.taxo_description,
.product_list {
  float: left;
  width: 100%;
}

.product_list {
  margin-bottom: 30px;
}

.related_main_title {
  float: left;
  width: 100%;
  font-family: 'nowbold';
  font-size: 14px;
  color: #0089D0;
  text-decoration: underline;
}

.rel_product_div {
  float: left;
  width: 33%;
  text-align: center;
}

.rel_product_div h4 {
  font-size: 13px;
  color: #666;
}

.related_product_image img {
  width: 70%;
}

.view-competitions .views-row {
  float: left;
  width: 50%;
  text-align: center;
  margin: 20px 0;
}

.competition_terms_link {
  margin: 6px 0 0 0;
}

.view-products .item-list:last-child .colorbar {
  display: none;
}

ul.nutrition_list li {
  cursor: default;
}

#node-ingredients .quicktabs_main.quicktabs-style-navlist {
  border: none;
  padding: 0;
  margin: 0 20px 20px 20px;
  width: 78%;
  background: none;
}

#node-ingredients .quicktabs-tabpage {
  margin-top: 2px;
}

div#quicktabs-what_s_inside_tab {
  margin: 1.4em 0 1em 0;
  position: relative;
  float: left;
}

#quicktabs-what_s_inside_tab .vertical-tabs-list {
  width: 15em;
  list-style: none;
  list-style-image: none;
  padding: 0;
  position: relative;
  float: left;
}

#quicktabs-what_s_inside_tab .vertical-tabs-list li {
  border: 1px solid #ccc;
  width: 200px;
  text-align: center;
  margin: 2px 0 25px 0;
  white-space: normal;
  display: block;
  background: #eee;
}

#quicktabs-what_s_inside_tab ul.vertical-tabs-list li a {
  display: inline-block;
  text-decoration: none;
  white-space: normal;
  padding: 7px 42px;
  font-family: 'nowregular';
  height: auto;
  text-align: center;
  color: #0062A0;
  font-weight: 600;
}

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  width: 100% !important;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  display: none;
}

div#cboxWrapper {
  width: 90% !important;
  left: 5% !important;
  padding: 0 10px;
  box-sizing: border-box;
}

div#colorbox {
  left: 0 !important;
}

.extlink-extra-leaving h2 {
  font-size: 18px;
}

@media only screen and (max-device-width: 1023px) {
  /******* mobile menu menu(inner pages) *******/
  #block-system-main-menu ul.menu {
    display: none;
  }
  #mobile-menu {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 48px;
    display: block;
  }
  #mobile-menu-button {
    background: url("../images/icon-menu.png") no-repeat;
    background-size: contain;
    width: 100%;
    float: right;
    height: 45px;
    max-width: 48px;
    position: relative;
    z-index: 1;
  }
  #mobile-menu-list {
    display: none;
    position: relative;
    top: 0;
    width: 90.5%;
    z-index: 10;
    clear: both;
    left: 35px;
  }
  #mobile-menu-list ul li {
    background: #f6f8f9;
    /* Old browsers */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #CCC;
  }
  #mobile-menu-list ul li a {
    display: block;
    font-size: 1.1em;
    padding: 15px 5% 15px 5%;
    text-align: center;
    text-decoration: none;
    font-family: 'nowbold';
  }
  #mobile-menu-list ul li:hover,
  #mobile-menu-list ul li:hover,
  #mobile-menu-list ul li:hover {
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #fff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%, #fff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%, #fff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#fff', GradientType=0);
    /* IE6-9 */
  }
  #mobile-menu.black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  #mobile-menu.black-overlay #mobile-menu-button {
    margin: 15px 35px 0 0;
  }
  .page #zone-branding .container-16 .grid-15 {
    margin: 0;
  }
  .page #breadcrumb.grid-16,
  .page #region-content,
  .prod_bnr_img {
    width: 750px;
  }
  ul.quicktabs-tabs li a {
    padding: 12px 9px;
    font-size: 12px;
  }
  #faq_table th,
  #faq_table td {
    padding: 4px;
  }
  .page-buy-now .link_wrapper {
    width: 50%;
  }
  #section-content {
    margin-top: 79px;
  }
  .nodeblock_container {
    width: 100%;
  }
  .page-ingredients .view-what-inside .view-header {
    max-width: 100%;
  }
  .page-ingredients .view-what-inside .view-select-ingredients {
    float: left;
  }
  #node-ingredients .resp-tabs-list {
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  #mobile-menu {
    right: 0;
    top: 0;
    width: 15%;
  }
  #mobile-menu-list {
    width: 100%;
    left: 0;
  }
  #mobile-menu-button {
    height: 35px;
    max-width: 37px;
  }
  #mobile-menu.black-overlay #mobile-menu-button {
    margin: 0;
  }
  #block-system-main-menu,
  #breakdown,
  .intro_wrapper {
    display: none;
  }
  .block-rotating-banner-small-block.grid-7 {
    margin: 0;
  }
  #zone-bottom-two-wrapper {
    margin: 0;
  }
  #zone-bottom-two-wrapper .grid-3,
  #zone-bottom-one-wrapper .grid-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #zone-bottom-one-wrapper .region-bottom-one-first {
    margin-top: 0;
  }
  .global_footer {
    padding: 70px 10px 0 10px;
    background-position: top center;
  }
  .view-products .views-row {
    width: 100%;
  }
  .view-products .item-list:nth-child(3) ul .views-row-1 {
    padding: 0;
  }
  .page #breadcrumb.grid-16,
  .page #region-content,
  .prod_bnr_img {
    width: 95%;
  }
  #quicktabs-view__faqs__page .item-list ul {
    margin: 0 auto 10px auto;
    overflow: hidden;
    float: none;
    width: 90%;
  }
  ul.quicktabs-tabs li {
    width: 48%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  ul.quicktabs-tabs li.active {
    border-bottom-color: #ccc;
  }
  ul.quicktabs-tabs li a {
    white-space: normal;
    height: 30px;
  }
  #faq_table {
    overflow-x: auto;
  }
  .page-buy-now .link_wrapper {
    width: 100%;
  }
  #section-content {
    margin-top: 56px;
  }
  #taxo_category_tab .resp-tabs-list li {
    margin-right: 15px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0;
  }
  #taxo_category_tab .resp-tabs-list li a {
    padding: 12px 15px 13px;
    display: block;
  }
  .product_left {
    width: 100%;
    text-align: center;
  }
  .product_right {
    width: 100%;
    text-align: left;
  }
  .product_right .buy_button a {
    float: right;
  }
  .product_right .buy_button {
    float: left;
    margin-top: 0;
  }
  .node-type-product .resp-tabs-list {
    margin: 20px 0 25px 0;
  }
  #benefits_tab .resp-tabs-list {
    display: none;
  }
  #mixed_tab_first,
  #mixed_tab_second,
  #mixed_tab_third {
    width: 100%;
  }
  #benefits_tab h2.resp-accordion {
    overflow: hidden;
  }
  .resp-tabs-container .benefits_link {
    float: left;
  }
  .tab-title-mobile {
    width: auto;
    height: auto;
    text-align: left;
    float: left;
    margin-left: 10px;
    min-height: inherit;
  }
  .view-product-composition table {
    width: 100%;
  }
}

@media all and (max-width: 767px) and (orientation: landscape) {
  #mobile-menu-button,
  #mobile-menu.black-overlay #mobile-menu-button {
    margin-top: 10px;
  }
  .view-products .views-row {
    width: 33%;
  }
  #section-content {
    margin-top: 78px;
  }
  #taxo_category_tab .resp-tabs-list li {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .page-ingredients ul.resp-tabs-list {
    display: block;
  }
  .page-ingredients #block-nodeblock-1021 {
    width: 100%;
  }
  .page-ingredients #block-nodeblock-1021 h2 {
    width: 320px;
    margin: 0 auto;
  }
  .page-ingredients #block-nodeblock-1016 {
    width: 100%;
  }
  .page-ingredients .view-what-inside {
    width: 100%;
    float: left;
    margin-top: 0px;
  }
  .page-ingredients .view-what-inside .view-header {
    max-width: 320px;
    margin: 0 auto;
  }
  .page-ingredients .view-what-inside select {
    width: 80%;
  }
  .page-ingredients .view-what-inside .view-select-ingredients {
    width: 320px;
    margin: 0 auto;
  }
  .page-ingredients #block-nodeblock-1016 #whats_inside_fortune_wheel {
    margin: 0 auto;
  }
  .page-ingredients #block-nodeblock-1016 #btn_left {
    top: 10%;
    left: 20px;
  }
  .page-ingredients #block-nodeblock-1016 #arrow-selector-ingredient {
    top: 10%;
    left: 42%;
  }
  .page-ingredients #block-nodeblock-1016 #btn_right {
    top: 10%;
    right: 0;
  }
  .page-ingredients .view-what-inside .by_ingredients_menu {
    margin-top: 0;
    margin-left: 0;
  }
  .page-ingredients .view-what-inside .view-select-ingredients.margin-left-inside {
    margin-top: 20px;
    margin-left: 0;
  }
  .page-ingredients .view-what-inside .result-whats-inside-by-ingredients {
    max-width: 100%;
    margin: 0 auto;
  }
  #whats_inside_fortune_wheel {
    background: none;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .page-ingredients .view-what-inside .view-header {
    padding: 0 0 0 37px;
    max-width: 310px;
  }
  .page-ingredients .view-what-inside .view-select-ingredients {
    padding: 0 0 0 37px;
  }
  .page-ingredients .view-what-inside .view-select-ingredients.margin-left-inside {
    margin: 10px auto;
    padding: 0 0 0 37px;
  }
  .page-ingredients #block-nodeblock-1016.margin-top-inside {
    position: relative;
    margin-top: 0;
    padding-top: 75px;
  }
  .page-ingredients #block-nodeblock-1016 #arrow-selector-ingredient {
    top: -8%;
    left: 0;
    right: 0;
    background-size: 50%;
    background-position: center;
    margin: 0 auto;
  }
  .page-ingredients #block-nodeblock-1016 #btn_left {
    top: 0;
    left: 0;
  }
  .page-ingredients #block-nodeblock-1016 #btn_right {
    top: 0;
    right: 0;
  }
  .page-ingredients #block-nodeblock-1021 #node-1021.padding-top-inside {
    padding: 0;
  }
  .node-type-ingredients #breadcrumb.grid-16 {
    max-width: 100%;
    position: static;
    clear: both;
    margin: 0 10px;
    padding: 0;
    height: auto;
  }
  .node-type-ingredients .breadcrumb {
    float: none;
    display: block;
  }
  li#product_add_fourth {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .page-ingredients .view-what-inside .view-header {
    max-width: 100%;
  }
  .page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-functions,
  .page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-diet-sources,
  .page-ingredients .view-what-inside .result-whats-inside-by-ingredients .views-field-field-image-benefits {
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .bnr_title {
    top: 15px;
  }
  .bnr_desc p {
    top: 75px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .bnr_title {
    top: 5px;
    left: 25px;
  }
  .bnr_desc p {
    left: 25px;
    top: 40px;
    width: 60%;
  }
}

@media all and (max-width: 767px) {
  .vertical-tabs ul.vertical-tabs-list {
    margin: 0 auto;
    float: left;
  }
  div.vertical-tabs {
    margin: 0 auto;
    position: relative;
  }
  .bnr_title {
    left: 0;
    position: relative;
    top: 15px;
    padding: 0;
  }
  .bnr_desc p {
    left: 0;
    position: relative;
    top: 15px;
    width: 100%;
    padding: 15px 0;
  }
  .view-vitamin-minerals-color-grid .bnr_img {
    float: left;
    margin: 10px 0;
  }
  ul.vertical-tabs-list.quicktabs-tabs.quicktabs-style-nostyle {
    width: 100%;
    z-index: 999;
  }
  #quicktabs-what_s_inside_tab .vertical-tabs-list li {
    width: 49%;
    float: left;
    margin: 0 auto;
    padding: 0;
  }
  #quicktabs-what_s_inside_tab ul.vertical-tabs-list li a {
    padding: 10px 20px;
  }
  #quicktabs-tabpage-what_s_inside_tab-3 .bnr_img {
    float: left;
    margin: 10px 0;
  }
  .vertical-tabs-panes {
    margin: 0 auto;
  }
  #quicktabs-container-what_s_inside_tab .vm-filter li {
    margin: 0 4px 0 0;
    padding: 5px;
  }
  #quicktabs-what_s_inside_tab .vertical-tabs-list {
    width: 100%;
  }
  #quicktabs-what_s_inside_tab .vertical-tabs-list li {
    width: 49%;
    float: left;
    margin: 0 auto;
    padding: 0;
  }
  #quicktabs-what_s_inside_tab ul.vertical-tabs-list li a {
    padding: 10px 20px;
    height: 30px;
  }
  #node-ingredients .quicktabs_main.quicktabs-style-navlist {
    width: 100%;
    margin: 0;
  }
}

