/* Variables */
/* Colors 
@gray-base:              #000;
@gray-darker:            lighten(@gray-base, 13.5%); // #222
@gray-dark:              lighten(@gray-base, 20%);   // #333
@gray:                   lighten(@gray-base, 33.5%); // #555
@gray-light:             lighten(@gray-base, 46.7%); // #777
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee

@brandColor1:			#CE1E29; 	//Red
@brandColor2:			#118ACB;	//Blue
@brandColor3:			#8EBD3E;	//Green
@brandColor4:			#DE6C27;	//Orange
@brandColor5:			#DE6C27;	//Yellow

@brand-primary:			darken(@brandColor5, 10%);
@brand-success:			darken(@brandColor3, 10%);
@brand-info:				darken(@brandColor2, 10%);
@brand-warning:			darken(@brandColor4, 10%);
@brand-danger:				darken(@brandColor1, 10%);
@link-color:            @brand-primary;
@link-hover-color:      darken(@link-color, 15%);
*/
/* Fonts & Headings 
@font-size-base:	12pt;
@xlarge:			ceil((@font-size-base * 1.5)); // 18pt
@large:				ceil((@font-size-base * 1.25)); // 15pt
@small:				ceil((@font-size-base * 0.83)); // 10pt
@xsmall:			ceil((@font-size-base * 0.75)); // 9pt
*/
/* Start Colors Variables */
/* New Variables for Colors*/
/*Blue*/
/*Blue Light*/
/*Blue Dark*/
/*Green*/
/*Green Light*/
/*Green Dark*/
/*Red*/
/*Red Light*/
/*Red Dark*/
/*Orange*/
/*Orange Light */
/*Orange Dark*/
/*Yellow*/
/*Yellow Light*/
/*Yellow Dark*/
/*Light Grey*/
/* Variations */
/* End of Colors */
/* CSS3 */
/* Wdith & Height */
/* Borders */
.mi,
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" 1;
}
/* Tablet */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  footer section article.container {
    width: 100%;
  }
  .SupplementsDiv .suppSC1Over18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box,
  .SupplementsDiv .suppSC1Under18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  main {
    overflow: hidden;
  }
  body.typeProduct form > header {
    height: 60px;
  }
  section#product {
    padding: 1em 0;
    margin-top: 0;
  }
  article.steps ul li {
    width: 33.33%;
  }
  #body_4677 main #prodRelatedWebPage .cntbox_webpage {
    border: none;
  }
  .productTabsMM {
    max-width: 100%;
    width: 100%;
  }
  .productTabsMM ul.ulTabsHeader {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .productTabsMM ul.ulTabsHeader li {
    margin: 0px 2px 0px 0px;
  }
  .productTabsMM ul.ulTabsHeader li a {
    font-size: 9pt;
    padding: 0 .4em;
  }
  .productTabsMM ul.ulTabsHeader li.selected a {
    padding: 0 .75em;
  }
  .productTabsMM > div > .module {
    max-width: 100%;
    width: 100%;
  }
  .bottommodulesdiv .module_20006 {
    width: 100%;
  }
  .My-Account-Wrapper h2 {
    width: 100%;
  }
  .My-Account-Wrapper .add {
    float: right;
  }
  .rowmargin {
    margin-left: 15px;
    margin-right: 15px;
  }
  #cboxClose {
    z-index: 99999!important;
    color: #fff;
  }
}
/*  Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  article.steps ul li {
    width: 33.33%;
  }
  footer section article.container {
    width: 100%;
  }
  footer section article.container .footer-links ul li a {
    font-size: 7pt!important;
  }
  .SupplementsDiv .suppSC1Over18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box,
  .SupplementsDiv .suppSC1Under18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box {
    width: 30%;
  }
  .tutorialsButtons {
    display: block;
    float: left;
    max-width: 33%;
    padding: 10px;
  }
  .tutorialsButtons > div {
    margin: 10px 0px 30px;
  }
  .tutorialsButtons > a > img {
    width: 100%;
  }
  .askRDsGrid span {
    width: 50%;
  }
}
/* Porttrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  article.steps ul li {
    width: 50%;
  }
  footer section article .footer-links {
    display: none;
  }
  .SupplementsDiv .suppSC1Over18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box,
  .SupplementsDiv .suppSC1Under18 .prodLister .var3 ul.jcarousel-skin-tango li.prod1box {
    width: 45%;
  }
  section.section-nice.section-banner {
    min-height: 100px;
    padding: 20px 0px;
  }
  section.section-nice.section-banner .banner.content {
    margin-top: 2em;
    margin-left: 12em;
  }
  section.section-nice.section-banner .banner.content h2 {
    font-size: 36pt;
  }
  section.section-nice.section-banner .banner.content h3 {
    font-size: 24pt;
  }
  .tutorialsButtons {
    display: block;
    float: left;
    max-width: 49.5%;
    padding: 10px;
  }
  .tutorialsButtons > div {
    margin: 10px 0px 30px;
  }
  .tutorialsButtons > a > img {
    width: 100%;
  }
  .askRDsGrid span {
    width: 50%;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  section article {
    width: 100%;
  }
  .extendedPageHeader h1 {
    width: 100%;
    font-size: 48pt;
  }
  .extendedPageHeader h2 {
    width: 100%;
  }
  .extendedPageHeader span {
    width: 100%;
    padding: 0 10%;
  }
  .cntbox_product {
    width: 50%;
  }
  .cntbox_product .prod1box .prodInCatImage {
    width: 30%;
  }
  .cntbox_product .prod1box .prodname,
  .cntbox_product .prod1box .proddesc,
  .cntbox_product .prod1box .price_text_cat,
  .cntbox_product .prod1box .showprice,
  .cntbox_product .prod1box .stock_text_cat,
  .cntbox_product .prod1box .black_text_cat {
    width: 70%;
  }
  body.dotfit h1 {
    z-index: 1;
    font-size: 32pt;
  }
  body.dotfit h1 + p {
    top: -100px;
    font-size: 12pt;
  }
  .divDatePicker {
    top: -143px !important;
    left: 15px !important;
  }
  .submenu.nav.nav-pills {
    top: -42px !important;
  }
  .submenu.nav.nav-pills > li {
    display: table-cell;
    float: none;
    min-width: 50px;
    width: 1%;
  }
  section.section-nice.section-banner {
    min-height: 100px;
    padding: 20px 0px;
  }
  section.section-nice.section-banner .banner.content {
    margin-top: 2em;
    margin-left: 12em;
  }
  section.section-nice.section-banner .banner.content h2 {
    font-size: 36pt;
  }
  section.section-nice.section-banner .banner.content h3 {
    font-size: 24pt;
  }
}
/* Fixes */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  section.slider .carousel-caption {
    top: 60%;
  }
  section.slider .carousel-caption .content h4 {
    padding: 0 30px;
  }
  #mainContent > h1 {
    z-index: 1;
    top: -150px !important;
    font-size: 32pt !important;
  }
  .divDatePicker {
    top: -150px !important;
  }
  .submenu.nav.nav-pills {
    top: -42px !important;
  }
}
