/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-index-index .main-container {
  padding-top: 20px; }
body.cms-index-index .slideshow-container {
  margin-top: 0; }

.homepage-new-products {
  background-color: #FFF;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  text-align: center;
  margin-top: -1px;
  width: 100%; }
  .homepage-new-products .widget-products {
    float: left;
    margin: 5px 0;
    width: 100%; }
    .homepage-new-products .widget-products > ul.products-grid {
      margin-bottom: 0;
      margin-top: 10px; }
      .homepage-new-products .widget-products > ul.products-grid li {
        float: left;
        margin: 0;
        clear: none;
        width: 50%; }
        .homepage-new-products .widget-products > ul.products-grid li .product-info {
          margin-top: 10px;
          min-height: auto !important;
          padding-bottom: 35px !important; }
          .homepage-new-products .widget-products > ul.products-grid li .product-info h3 {
            margin-bottom: 0; }
          .homepage-new-products .widget-products > ul.products-grid li .product-info .price {
            color: #000;
            font-size: 12px; }
        .homepage-new-products .widget-products > ul.products-grid li .product-image {
          float: none;
          margin: 0 auto;
          max-width: 125px;
          width: 100%; }
    .homepage-new-products .widget-products .item {
      list-style: none; }

.cms-index-index .main-container .main {
  float: left;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: fixed;
  bottom: 57px;
  width: 100%; }
.cms-index-index .wrapper {
  background: #000; }
.cms-index-index .page-title {
  display: none; }

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555; }

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px; }

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%; }

.promos:after {
  content: '';
  display: table;
  clear: both; }

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #000000;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.promos > li:last-child {
  margin-bottom: 0; }

.promos img {
  max-width: 100%;
  width: 100%; }

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block; }

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  text-shadow: 1px 1px 3px #555555; }

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block; }

.cms-index-index .carousel {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.promos span {
  font-size: 16px; }

.promos strong {
  font-size: 17px; }

/* Config: Three columns + flexible gutter */
body .promos > li {
  float: left;
  width: 31.74603%;
  margin-right: 2.38095%; }

.promos > li:nth-child(3n) {
  margin-right: 0; }

.promos span {
  font-size: 18px; }

.promos strong {
  font-size: 24px; }

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none; }

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000; }

.cms-index-noroute h2.subtitle {
  display: none; }

.homepage-new-products h2 {
  margin-bottom: 25px;
  letter-spacing: 2px; }
