@charset "UTF-8";
/**
 * 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)
 */
/*
// ----------------------------------------------
// 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)
 */
/**
 * 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)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
.home-slogan {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #030;
}

.home_1st_row_l {
  max-width: 660px;
  float: left;
}

.home_1st_row_r {
  width: 280px;
  float: right;
}
.home_1st_row_r img {
  margin: 0 auto;
}

.newsletter_wrapper {
  background: #eeeeee;
  border: 1px solid #b5b5b5;
  padding: 12px 18px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.newsletter_wrapper .actions {
  margin-top: 15px !important;
}
.newsletter_wrapper .actions button.button {
  text-transform: none;
  padding: 0 !important;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003300+0,134f14+66,003300+100 */
  background: #003300;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #003300 0%, #134f14 66%, #003300 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #003300 0%, #134f14 66%, #003300 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #003300 0%, #134f14 66%, #003300 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003300', endColorstr='#003300',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.newsletter_wrapper .actions button.button :after {
  content: "";
  background: url(../images/arrow2.png) no-repeat;
  width: 5px;
  height: 9px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.newsletter_wrapper .actions button.button:hover {
  background: #134f14 !important;
}
.newsletter_wrapper .block-title {
  margin-bottom: 30px;
}
.newsletter_wrapper .block-title,
.newsletter_wrapper .block-title strong {
  text-transform: none;
  font-size: 20px;
  color: #003300;
  border: none;
  padding: 0;
}
.newsletter_wrapper .block-title strong,
.newsletter_wrapper .block-title strong strong {
  font-weight: 300;
  display: block;
  font-size: 40px;
}
.newsletter_wrapper p {
  font-size: 19px;
  line-height: 26px;
}
.newsletter_wrapper input {
  font-size: 18px;
  font-weight: 300;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c9c9c9;
  padding: 0 10px;
  width: 100%;
  border-radius: none;
  margin-bottom: 10px;
}

.home-text h2 {
  margin-top: -40px;
  margin-bottom: 30px;
}

.home-text a.btn {
  display: inline-block;
  font-size: 24px;
  padding: 0 15px;
  height: 50px;
  line-height: 43px;
  border: none;
  border-radius: 3px;
  min-width: 245px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29400+0,f27e00+99 */
  background: #f29400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f29400 0%, #f27e00 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f29400 0%, #f27e00 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f29400 0%, #f27e00 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29400', endColorstr='#f27e00',GradientType=0 );
  /* IE6-9 */
  margin-right: 15px;
  margin-bottom: 15px;
}
.home-text a.btn:after {
  content: "\203A";
  font-size: 30px;
  position: relative;
  margin-left: 8px;
  top: 2px;
}
.home-text a.btn:hover {
  text-decoration: none !important;
  background: #f29400 !important;
}

@media only screen and (max-width: 770px) {
  .newsletter_wrapper {
    width: 100%;
  }
}
/* -------------------------------------------- *
 * 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 .subtitle {
  padding: 6px 0;
  color: #f29400;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
}

.cms-index-noroute .subtitle {
  display: none;
}

.home-slider {
  margin: 0 auto;
  position: relative;
}
.home-slider:after {
  content: url(../images/bg3.png);
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -7px;
  height: 11px;
  z-index: 9;
  overflow: hidden;
}
.home-slider > span {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
  right: 0;
  left: 0;
  top: 0px;
  background: rgba(238, 238, 238, 0.6);
  margin: auto;
  padding: 15px;
  font-size: 30px;
  color: #030;
  font-family: "myriad-pro","Helvetica Neue",Verdana,Arial,sans-serif;
}

@media only screen and (max-width: 1024px) {
  .home-slider {
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .home-slider > span {
    position: static;
    display: block;
    font-size: 20px;
  }
}
#slides {
  position: relative;
  display: block;
}
#slides img {
  width: 100%;
  margin: 0 auto;
}

.slidesjs-pagination {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 999;
}
.slidesjs-pagination li {
  float: left;
  margin-right: 5px;
}
.slidesjs-pagination li a {
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  background-image: url(../images/slide-nav.png);
  background-position: -21px 0;
  overflow: hidden;
}
.slidesjs-pagination li a:active, .slidesjs-pagination li a:hover.active {
  background-position: 0 0;
}
.slidesjs-pagination li a:hover {
  background-position: 0 0;
}

.banner-label {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 2;
}
.banner-label > img {
  display: inline-block;
  width: auto;
}

.cms-index-index .banner-label {
  text-align: left;
}

/*2nd row */
.home_2nd_row {
  clear: both;
  padding-top: 5px;
}

/* new arrival */
.newarrivalslider,
.slidesjs-control,
.slidesjs-container {
  width: 100%;
  height: 320px !important;
}

.new_arrival {
  border: 1px solid #b5b5b5;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.new_arrival .item {
  background: #fff;
}
.new_arrival a.more {
  color: #003300;
  border: 1px solid #003300;
  border-radius: 3px;
  padding: 14px 12px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: -1px;
  background: none;
  font-weight: 300;
  width: 238px;
  font-size: 26px;
  letter-spacing: -1px;
  max-width: 100%;
}
.new_arrival a.more:hover {
  background: #003300;
  color: #fff;
  text-decoration: none;
}
.new_arrival a.more:after {
  content: "\203A";
  font-size: 25px;
  display: inline-block;
  margin-left: 8px;
}
.new_arrival p {
  font-size: 18px;
  text-indent: -1px;
  margin-top: 35px;
  line-height: 26px;
}
.new_arrival .block-title {
  border: none;
  padding-top: 0;
  margin-bottom: 0;
  width: 36%;
  float: left;
}
.new_arrival .block-title strong {
  text-transform: none !important;
}
.new_arrival .block-title span {
  font-size: 36px;
  font-weight: 300;
  color: #003300;
  display: block;
}
.new_arrival .product-name a {
  font-size: 22px;
  color: #003300;
  margin-top: -2px;
  margin-bottom: 10px;
  display: block;
}
.new_arrival .new_arrival-image {
  float: left;
  width: 64%;
  text-align: center;
  padding-right: 20px;
}
.new_arrival .new_arrival-image img {
  display: inline-block;
}

/* testimonials */
.testimonials-home {
  width: 100%;
  float: right;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  padding: 20px 20px 35px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-style: italic;
}
.testimonials-home strong {
  color: #030;
}
.testimonials-home li {
  margin-bottom: 32px;
  line-height: 24px;
}
.testimonials-home li:last-child {
  margin-bottom: 0;
}
.testimonials-home blockquote {
  font-size: 20px;
  color: #003300;
  font-style: normal;
}
.testimonials-home blockquote:before {
  content: '"';
}
.testimonials-home blockquote:after {
  content: '"';
}
.testimonials-home .button {
  text-transform: none;
  padding: 0 !important;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  border-radius: 3px;
  background: #003300;
  background: -moz-linear-gradient(-45deg, #030 0%, #134f14 66%, #030 100%);
  background: -webkit-linear-gradient(-45deg, #030 0%, #134f14 66%, #030 100%);
  background: linear-gradient(135deg, #003300 0%, #134f14 66%, #003300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003300', endColorstr='#003300',GradientType=1 );
}
.testimonials-home .button:hover {
  background: #134f14 !important;
}
.testimonials-home .button:after {
  content: "";
  background: url(../images/arrow2.png) no-repeat;
  width: 5px;
  height: 9px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.testimonials ul {
  list-style-type: none;
}
.testimonials ul li {
  margin: 0 0 1px 0;
  padding: 10px;
  border-bottom: 1px solid #003406;
  font-size: 14px !important;
}

@media only screen and (max-width: 770px) {
  .home_1st_row_r {
    width: 100%;
  }

  .home-slogan {
    height: auto;
    line-height: 30px;
    padding: 10px;
  }

  #main_wrapper:before {
    height: 80px;
  }

  .new_arrival {
    float: none;
    text-align: center;
    width: 100%;
  }
  .new_arrival .new_arrival-image {
    float: none;
    margin: 0 auto;
  }
  .new_arrival .block-title {
    float: none;
    width: 100%;
  }
  .new_arrival p {
    display: none;
  }

  .newarrivalslider,
  .slidesjs-control,
  .slidesjs-container {
    height: 420px !important;
  }

  .banner-label {
    display: none;
  }

  .testimonials-home {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .newarrivalslider,
  .slidesjs-control,
  .slidesjs-container {
    height: 320px !important;
  }
}
/**
 * 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
 * ============================================ */
.stock-notice {
  color: #003300;
  font-size: 16px;
  padding: 10px;
  float: left;
}

.category-description {
  clear: both;
  padding: 20px;
  background: #fff;
  border: 1px solid #b5b5b5;
  margin-bottom: 70px;
}
.category-description .category-title,
.category-description h2 {
  font-size: 33px;
  font-weight: 300;
  color: #003300;
  font-family: "myriad-pro", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.category-description h2 {
  color: #999999;
  margin-bottom: 10px;
}
.category-description a.more {
  color: #003300;
  border: 1px solid #003300;
  border-radius: 3px;
  padding: 14px 12px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: -1px;
  background: none;
  font-weight: 300;
  font-size: 24px;
  padding: 10px 25px 10px 20px;
  letter-spacing: 0;
}
.category-description a.more:hover {
  background: #003300;
  color: #fff;
  text-decoration: none;
}
.category-description a.more:after {
  content: "\203A";
  font-size: 25px;
  display: inline-block;
  margin-left: 8px;
}

.category-image {
  position: relative;
}

.subpages-banner {
  position: relative;
  z-index: 50;
}
.subpages-banner > img {
  width: 100%;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399CC;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.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;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view h1 {
  display: none;
}

.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;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.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;
}

.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;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.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;
}

.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;
}

.product-view .product-form .std {
  font-size: 16px;
}
.product-view .product-form label,
.product-view .product-form .input-text {
  font-size: 14px;
}
.product-view .product-form .type-select-checkbox > label {
  display: none;
}
.product-view .product-form .type-select-radio .control {
  display: inline-block;
  vertical-align: top;
}
.product-view .product-form .type-select-radio label,
.product-view .product-form .type-select-checkbox label {
  font-size: 14px;
  min-width: 0 !important;
}
.product-view .product-form input[type=email], .product-view .product-form input[type=search], .product-view .product-form input[type=number], .product-view .product-form input[type=password], .product-view .product-form input[type=tel], .product-view .product-form input[type=text], .product-view .product-form select, .product-view .product-form textarea {
  width: 100%;
}

/*history top and make cateogry*/
#history_cat_choice {
  margin-bottom: 20px;
}

.block-layered-nav .product_navigation {
  padding: 10px 0;
}

.history_child_models li {
  float: left;
  overflow: hidden;
  border: 1px solid #b5b5b5;
  margin-right: 1.5%;
  margin-bottom: 20px;
  width: 23.8%;
}
.history_child_models li:nth-child(4n+4) {
  margin-right: 0;
}
.history_child_models li:hover {
  opacity: 0.9;
}
.history_child_models li a {
  display: inline-block;
}
.history_child_models li div {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.history_child_models ul li a img {
	max-width: 100%;
	width: 100%;
}
.history_child_models li .history-link {
  text-indent: 0;
  text-align: center;
  padding: 10px 0;
  display: block;
  height: 60px;
  overflow: hidden;
}

/*history model page */
.history_wrapper {
  padding: 20px;
  margin: 20px 0;
  max-width: 1020px;
  background: #fff;
  border: 1px solid #b5b5b5;
  overflow: hidden;
}
.history_wrapper .history_sibling_models {
  float: left;
  width: 25%;
  padding-right: 20px;
  margin-top: 70px;
}
.history_wrapper .category-description {
  border: none;
  padding: 0;
  float: left;
  width: 75%;
  clear: none;
  margin-top: 10px;
}
.history_wrapper h1 {
  display: block !important;
}

#history_brand_logo {
  margin: 0 auto 40px;
  display: block;
}
#history_brand_logo img {
  margin: 0 auto;
}

.cycle-slideshow img {
  width: 100%;
  height: auto;
}
.cycle-slideshow .nav_prev,
.cycle-slideshow .nav_next {
  position: absolute;
  height: 100%;
  z-index: 101;
  cursor: pointer;
  border: 0;
}
.cycle-slideshow .nav_prev:hover,
.cycle-slideshow .nav_next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cycle-slideshow .nav_prev:before,
.cycle-slideshow .nav_next:before {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  overflow: hidden;
}
.cycle-slideshow .nav_prev {
  left: 0;
  top: 0;
}
.cycle-slideshow .nav_prev:before {
  left: 0;
}
.cycle-slideshow .nav_next {
  right: 0;
  top: 0;
}
.cycle-slideshow .nav_next:before {
  right: 0;
}

@media only screen and (max-width: 770px) {
  .history_child_models li {
    width: 31.8%;
    margin-bottom: 10px;
  }
  .history_child_models li:nth-child(4n+4) {
    margin-right: 1.5%;
  }
  .history_child_models li:nth-child(3n+3) {
    margin-right: 0;
  }

  .history_wrapper .category-description {
    width: 100%;
  }

  .history_wrapper .history_sibling_models {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .history_wrapper .history_sibling_models li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0;
  }
}
@media only screen and (max-width: 599px) {
  .history_child_models li {
    width: 48.8%;
    margin-bottom: 10px;
  }
  .history_child_models li:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .history_child_models li:nth-child(2n+2) {
    margin-right: 0;
  }
}
