/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* line 2, ../scss/content/_home.scss */
body.cms-home .main-container {
  margin: 0;
  width: 100%;
}
/* line 7, ../scss/content/_home.scss */
body.cms-home .slideshow-container {
  margin-top: 0;
}
/* line 11, ../scss/content/_home.scss */
body.cms-home .products-grid .product-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
}

/* line 19, ../scss/content/_home.scss */
.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;
}

/* line 28, ../scss/content/_home.scss */
.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

/* line 34, ../scss/content/_home.scss */
.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  /* line 42, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  /* line 46, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 53, ../scss/content/_home.scss */
  .slideshow .banner-msg {
    top: 20%;
  }

  /* line 57, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  /* line 61, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
/* line 70, ../scss/content/_home.scss */
.promos {
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
}

/* line 76, ../scss/content/_home.scss */
.promos:after {
  content: '';
  display: table;
  clear: both;
}

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

/* line 91, ../scss/content/_home.scss */
.promos > li:last-child {
  margin-bottom: 0;
}

/* line 95, ../scss/content/_home.scss */
.promos img {
  max-width: 100%;
  width: 100%;
}

/* line 100, ../scss/content/_home.scss */
.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

/* line 105, ../scss/content/_home.scss */
.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Lato Black", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

/* line 118, ../scss/content/_home.scss */
.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  /* line 126, ../scss/content/_home.scss */
  .promos span {
    font-size: 16px;
  }

  /* line 130, ../scss/content/_home.scss */
  .promos strong {
    font-size: 17px;
  }

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

  /* line 143, ../scss/content/_home.scss */
  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  /* line 149, ../scss/content/_home.scss */
  .promos span {
    font-size: 18px;
  }

  /* line 153, ../scss/content/_home.scss */
  .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 */
/* line 164, ../scss/content/_home.scss */
.cms-index-index .products-grid .ratings,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

/* line 170, ../scss/content/_home.scss */
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #0b0c0c;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

/* line 179, ../scss/content/_home.scss */
.cms-index-noroute h2.subtitle {
  display: block;
}

/* line 183, ../scss/content/_home.scss */
.home-content {
  position: relative;
  width: 100%;
}
/* line 187, ../scss/content/_home.scss */
.home-content .slideshow-container-wrapper {
  display: none;
}
/* line 192, ../scss/content/_home.scss */
.home-content.logged-in .slideshow-container-wrapper {
  display: block;
}
/* line 196, ../scss/content/_home.scss */
.home-content.logged-in .home-banner {
  display: none;
}

/* line 202, ../scss/content/_home.scss */
.home-banner {
  position: relative;
  padding: 0 6%;
  background: #0b0c0c;
}

/* line 208, ../scss/content/_home.scss */
.home-banner-text {
  width: 100%;
}
/* line 211, ../scss/content/_home.scss */
.home-banner-text h1 {
  padding: 25px 0 0 2px;
  color: #fff;
}

/* line 217, ../scss/content/_home.scss */
.banner-text1, .banner-text2 {
  padding-left: 1px;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
}

/* line 224, ../scss/content/_home.scss */
.banner-text1 {
  padding-top: 20px;
  padding-bottom: 80px;
  font-family: "Lato Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/* line 231, ../scss/content/_home.scss */
.banner-text2 {
  padding-top: 10px;
  font-family: "Lato Semibold", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* line 237, ../scss/content/_home.scss */
.home-login {
  display: table;
  padding: 25px 0 0 2px;
  margin-bottom: 82px;
}
/* line 242, ../scss/content/_home.scss */
.home-login .input-container {
  float: left;
  padding: 2px 0;
  width: 155px;
  background-color: #fff;
}
/* line 249, ../scss/content/_home.scss */
.home-login .input-text {
  width: 155px;
}
/* line 253, ../scss/content/_home.scss */
.home-login .validate-email {
  border-right: 1px solid #C0C0C0;
}
/* line 257, ../scss/content/_home.scss */
.home-login button {
  float: left;
  padding: 0;
  width: 92px;
  height: 39px;
  line-height: 39px;
  font-size: 12px;
  text-transform: none;
}
/* line 267, ../scss/content/_home.scss */
.home-login .input-container-tab {
  float: left;
  padding: 0 17px 0 13px;
  height: 37px;
  background-color: #3b3c3c;
  cursor: pointer;
  outline: none;
}
/* line 276, ../scss/content/_home.scss */
.home-login .currency {
  float: left;
  padding-right: 5px;
  height: 37px;
  line-height: 37px;
  font-family: "Lato Black", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
/* line 286, ../scss/content/_home.scss */
.home-login .tab {
  height: 37px;
  line-height: 37px;
  font-family: "Lato Semibold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
}
/* line 294, ../scss/content/_home.scss */
.home-login .input-container-tab.active {
  background: #fff;
}
/* line 297, ../scss/content/_home.scss */
.home-login .input-container-tab.active .currency, .home-login .input-container-tab.active .tab {
  color: #070707;
}

/* line 303, ../scss/content/_home.scss */
.home-catalog-button {
  margin-top: 22px;
  margin-bottom: 72px;
  width: 261px;
  height: 50px;
  text-transform: uppercase;
}

/* line 311, ../scss/content/_home.scss */
.home-page-catalog {
  display: table;
  margin: 0 6% 0 4%;
  width: 90%;
}
/* line 316, ../scss/content/_home.scss */
.home-page-catalog .products-grid {
  position: relative;
  padding: 8px 10px;
  margin-top: -52px;
  background-color: #fff;
}

/* line 324, ../scss/content/_home.scss */
.home-page-info {
  margin: 40px 6% 0 4%;
  width: 90%;
  padding: 0 10px;
}
/* line 329, ../scss/content/_home.scss */
.home-page-info:after {
  content: '';
  display: table;
  clear: both;
}
/* line 333, ../scss/content/_home.scss */
.home-page-info .home-page-left {
  float: left;
  width: 51.19048%;
}
/* line 338, ../scss/content/_home.scss */
.home-page-info .home-page-right {
  float: right;
  width: 39.88095%;
}
/* line 342, ../scss/content/_home.scss */
.home-page-info .home-page-right .fb-page {
  display: block;
  margin-bottom: 61px;
}

/* line 349, ../scss/content/_home.scss */
.new-customer {
  margin-left: 5%;
  margin-bottom: 61px;
  width: 80%;
}

/* line 355, ../scss/content/_home.scss */
.f-left {
  font-family: "Lato Semibold", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 360, ../scss/content/_home.scss */
#email:-webkit-autofill {
  background-color: #fff !important;
}

/* line 364, ../scss/content/_home.scss */
#pass:-webkit-autofill {
  background-color: #fff !important;
}

/* line 1, ../scss/content/_home-form.scss */
.home-form *:focus {
  outline-color: transparent;
  outline-style: none;
}

/* line 6, ../scss/content/_home-form.scss */
.std .home-form ul {
  list-style-type: none;
}

/* line 10, ../scss/content/_home-form.scss */
.home-form {
  padding: 41px 23px 47px 27px;
  background-color: #f1f1f1;
}
/* line 14, ../scss/content/_home-form.scss */
.home-form div, .home-form input, .home-form textarea, .home-form form {
  outline: none;
}
/* line 18, ../scss/content/_home-form.scss */
.home-form h2 {
  padding: 0;
  margin: 0 0 19px;
  height: 24px;
  line-height: 24px;
  font-family: "Lato Black", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  border: none;
  color: #000;
}
/* line 30, ../scss/content/_home-form.scss */
.home-form .clear {
  clear: both;
}
/* line 34, ../scss/content/_home-form.scss */
.home-form .legend {
  float: none;
  padding: 0;
  margin: 0 0 17px;
  line-height: 23px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  border: none;
  color: #0b0c0c;
  opacity: 0.7;
}
/* line 48, ../scss/content/_home-form.scss */
.home-form .input-text {
  padding: 0 18px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-family: "Lato Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 0;
  color: #000;
  /* Firefox 19+ */
  /* Firefox 18- */
}
/* line 59, ../scss/content/_home-form.scss */
.home-form .input-text::-webkit-input-placeholder {
  color: #888888;
}
/* line 60, ../scss/content/_home-form.scss */
.home-form .input-text::-moz-placeholder {
  color: #888888;
}
/* line 61, ../scss/content/_home-form.scss */
.home-form .input-text:-moz-placeholder {
  color: #888888;
}
/* line 62, ../scss/content/_home-form.scss */
.home-form .input-text:-ms-input-placeholder {
  color: #888888;
}
/* line 65, ../scss/content/_home-form.scss */
.home-form .form-list {
  margin: 0 0 16px;
}
/* line 68, ../scss/content/_home-form.scss */
.home-form .form-list li {
  margin: 0 0 3px;
}
/* line 71, ../scss/content/_home-form.scss */
.home-form .form-list li .input-box {
  padding: 0;
}
/* line 78, ../scss/content/_home-form.scss */
.home-form .fields .input-box {
  float: left;
  width: 50%;
}
/* line 82, ../scss/content/_home-form.scss */
.home-form .fields .input-box:first-child {
  padding-right: 3px;
}
/* line 89, ../scss/content/_home-form.scss */
.home-form li.wide .input-box {
  float: left;
  padding-right: 3px;
  width: 33%;
}
/* line 94, ../scss/content/_home-form.scss */
.home-form li.wide .input-box.last {
  padding-right: 0;
  width: 34%;
}
/* line 101, ../scss/content/_home-form.scss */
.home-form .checkboxes-legend {
  margin: 3px 0 18px;
}
/* line 105, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes {
  display: table;
  margin-bottom: 16px;
}
/* line 109, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes li {
  float: left;
  margin: 0 19px 1px 0;
}
/* line 114, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes label {
  display: block;
  float: left;
  padding: 0;
  margin-left: 8px;
  vertical-align: inherit;
  max-width: none;
  height: 22px;
  line-height: 22px;
  font-family: "Lato Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #0b0c0c;
  opacity: 1;
}
/* line 129, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes .div-checkbox {
  float: left;
  margin: 6px 0 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: none;
}
/* line 138, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes .checkbox {
  display: none;
}
/* line 142, ../scss/content/_home-form.scss */
.home-form .form-list.checkboxes .checkmark {
  position: absolute;
  margin: 3px;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #818181;
}
/* line 154, ../scss/content/_home-form.scss */
.home-form .buttons-set {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
/* line 161, ../scss/content/_home-form.scss */
.home-form .button {
  float: left !important;
  padding: 0;
  margin: 32px 0 0 !important;
  width: 182px;
  height: 50px;
  line-height: 50px;
  font-family: "Lato Semibold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  border: 1px solid #fff;
  background: #d9001d;
}

@media only screen and (max-width: 770px) {
  /* line 371, ../scss/content/_home.scss */
  .home-form {
    margin-bottom: 61px;
  }

  /* line 376, ../scss/content/_home.scss */
  .home-page-info .home-page-left,
  .home-page-info .home-page-right {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 385, ../scss/content/_home.scss */
  .home-catalog-button {
    height: 0;
  }

  /* line 391, ../scss/content/_home.scss */
  .home-content.logged-in .slideshow-container-wrapper {
    display: none;
  }
  /* line 395, ../scss/content/_home.scss */
  .home-content.logged-in .home-banner {
    display: block;
  }
  /* line 399, ../scss/content/_home.scss */
  .home-content.logged-in .banner-text1 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 407, ../scss/content/_home.scss */
  .home-form, .new-customer, .home-page-info .home-page-right .fb-page {
    margin-bottom: 31px;
  }

  /* line 412, ../scss/content/_home.scss */
  .home-login .input-container {
    width: 115px;
  }
  /* line 416, ../scss/content/_home.scss */
  .home-login .input-text {
    padding: 0 8px;
  }
  /* line 420, ../scss/content/_home.scss */
  .home-login .button {
    width: 47px;
  }
}
/* line 1, ../scss/content/_brochures.scss */
#brochures-list {
  list-style: none;
}
/* line 4, ../scss/content/_brochures.scss */
#brochures-list li {
  float: left;
  text-align: center;
  width: 150px;
  height: 250px;
  padding: 10px;
  margin: 0 10px 10px 0;
  background: #F4F4F4;
}
/* line 13, ../scss/content/_brochures.scss */
#brochures-list li a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
/* line 30, ../scss/content/_category.scss */
.category-image {
  position: relative;
}

/* line 34, ../scss/content/_category.scss */
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

/* line 39, ../scss/content/_category.scss */
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

/* line 45, ../scss/content/_category.scss */
.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

/* line 55, ../scss/content/_category.scss */
.catblocks li:hover {
  border-color: #d9001d;
}

@media only screen and (max-width: 770px) {
  /* line 60, ../scss/content/_category.scss */
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  /* line 65, ../scss/content/_category.scss */
  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 71, ../scss/content/_category.scss */
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
/* line 78, ../scss/content/_category.scss */
.catblocks li:last-child {
  margin-right: 0 !important;
}

/* line 82, ../scss/content/_category.scss */
.catblocks li img {
  width: 100%;
  max-width: 100%;
}

/* line 87, ../scss/content/_category.scss */
.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 103, ../scss/content/_category.scss */
.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 108, ../scss/content/_category.scss */
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

/* line 115, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

/* line 126, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 133, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 137, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 143, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/* line 148, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

/* line 154, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 162, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 166, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 173, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/* ============================================ *
 * Micon My Account area
 * ============================================ */
/* line 6, ../scss/content/_myaccount.scss */
.my-account table {
  width: 100%;
  margin: 1em 0;
}
/* line 11, ../scss/content/_myaccount.scss */
.my-account th {
  padding: 0.5em;
  color: #fff;
  background: #373534;
  font-weight: bold;
}
/* line 20, ../scss/content/_myaccount.scss */
.my-account td {
  padding: 0.25em 0.5em;
}
/* line 24, ../scss/content/_myaccount.scss */
.my-account tr.odd td {
  background: #cfcecd;
}
/* line 28, ../scss/content/_myaccount.scss */
.my-account .last-update {
  margin: 2em 0;
  font-size: 0.75em;
}
/* line 33, ../scss/content/_myaccount.scss */
.my-account table.balances {
  margin: 0;
}
/* line 36, ../scss/content/_myaccount.scss */
.my-account table.balances th,
.my-account table.balances td {
  padding-left: 0;
  padding-bottom: 0;
}
/* line 42, ../scss/content/_myaccount.scss */
.my-account table.balances th {
  color: #db9919;
  background: inherit;
}
/* line 47, ../scss/content/_myaccount.scss */
.my-account table.balances td {
  font-size: 1.25em;
}
/* line 51, ../scss/content/_myaccount.scss */
.my-account table.balances td.balance {
  font-weight: bold;
}
/* line 56, ../scss/content/_myaccount.scss */
.my-account table.invoices,
.my-account table.orders {
  position: relative;
  margin: 1em 0;
  width: 100%;
}
/* line 62, ../scss/content/_myaccount.scss */
.my-account table.invoices th,
.my-account table.orders th {
  position: sticky;
  top: 0;
  vertical-align: top;
}
/* line 67, ../scss/content/_myaccount.scss */
.my-account table.invoices th label,
.my-account table.orders th label {
  display: block;
  margin-top: 1em;
  color: #fff;
}
/* line 75, ../scss/content/_myaccount.scss */
.my-account table.invoices tr.first th,
.my-account table.orders tr.first th {
  top: 0;
  vertical-align: middle;
  height: 2.25em;
}
/* line 81, ../scss/content/_myaccount.scss */
.my-account table.invoices tr.second th,
.my-account table.orders tr.second th {
  top: 2.25em;
}
/* line 86, ../scss/content/_myaccount.scss */
.my-account table.invoices tr.unallocated td, .my-account table.invoices tr.unallocated th,
.my-account table.orders tr.unallocated td,
.my-account table.orders tr.unallocated th {
  font-style: italic;
}
/* line 91, ../scss/content/_myaccount.scss */
.my-account table.invoices th.instructions,
.my-account table.orders th.instructions {
  font-weight: normal;
}
/* line 95, ../scss/content/_myaccount.scss */
.my-account table.invoices th.paying,
.my-account table.orders th.paying {
  text-align: right;
  color: #db9919;
}
/* line 100, ../scss/content/_myaccount.scss */
.my-account table.invoices .currency,
.my-account table.invoices .due,
.my-account table.invoices .numeric,
.my-account table.orders .currency,
.my-account table.orders .due,
.my-account table.orders .numeric {
  text-align: right;
  white-space: nowrap;
}
/* line 107, ../scss/content/_myaccount.scss */
.my-account table.invoices a,
.my-account table.orders a {
  color: #000000;
  text-decoration: underline;
}
/* line 113, ../scss/content/_myaccount.scss */
.my-account table.meta {
  width: auto;
}
/* line 116, ../scss/content/_myaccount.scss */
.my-account table.meta th,
.my-account table.meta td {
  color: inherit;
  background-color: inherit;
  padding-left: 0;
  padding-right: 2em;
  vertical-align: top;
}
/* line 129, ../scss/content/_myaccount.scss */
.my-account table.items td.description {
  padding-left: 2em;
  font-style: italic;
  font-size: 13px;
  color: #373534;
}
/* line 136, ../scss/content/_myaccount.scss */
.my-account table.items tr.totals th {
  color: inherit;
  background: inherit;
  text-align: right;
}

/* line 147, ../scss/content/_myaccount.scss */
.stripe-payment p, .stripe-payment ul {
  margin: 1em 0;
}
/* line 151, ../scss/content/_myaccount.scss */
.stripe-payment ul {
  list-style-type: disc;
  padding-left: 20px;
}
/* line 156, ../scss/content/_myaccount.scss */
.stripe-payment #stripe-payment-form,
.stripe-payment #stripe-feedback {
  width: 50%;
}
/* line 161, ../scss/content/_myaccount.scss */
.stripe-payment #stripe-feedback {
  display: none;
  color: #fa755a;
  font-weight: bold;
  margin: 1em 0 0 0;
}
/* line 168, ../scss/content/_myaccount.scss */
.stripe-payment .StripeElement {
  box-sizing: border-box;
  height: 40px;
  margin: 1em 0;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
/* line 185, ../scss/content/_myaccount.scss */
.stripe-payment .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
/* line 189, ../scss/content/_myaccount.scss */
.stripe-payment .StripeElement--invalid {
  border-color: #fa755a;
}
/* line 193, ../scss/content/_myaccount.scss */
.stripe-payment .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
/* line 197, ../scss/content/_myaccount.scss */
.stripe-payment table.payment {
  margin-top: 2em;
}

@media (pointer: coarse) {
  /* line 207, ../scss/content/_myaccount.scss */
  .my-account table.invoices td,
  .my-account table.orders td {
    height: 3em;
  }
}
@media only screen and (max-width: 599px) {
  /* line 216, ../scss/content/_myaccount.scss */
  .stripe-payment #stripe-payment-form,
  .stripe-payment #stripe-feedback {
    width: inherit;
  }
}
