/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Import Woocommerce styles
-------------------------------------------------------------- */
@import url("woocommerce.css");

/* =Structure
-------------------------------------------------------------- */

#page {
  display: block;
  margin: 1em;
}
#primary {
  float: left;
  margin: 0 -240px 0 0;
  color: #000;
  background-color: #fff;
}

#primary.full-width {
  width: 950px;
}

#primary h1, #primary h2, #primary h3, #primary h4, #primary h5 {
  color: #9B450B;
}
#content {
  padding-left: 20px;
  padding-right: 14px;
  border-right: 1px dotted #888;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 100%;
}

#content .entry-header {
  padding-top: 10px;
}

#content h1 {
  font-size: 32px;
  margin-bottom: 5px;
}

#colophon {
  clear: both;
  display: block;
  width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}
#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
  background: #eee;
  display: block;
  float: left;
  margin: 0 auto 1em;
  width: 100%;
}
#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  display: block;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none;
}
#access ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
  background: #dedede;
}
#access ul ul a:hover {
  background: #cecece;
}
#access ul li:hover > ul {
  display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
  clear: both;
  display: block;
  padding-bottom:10px;
}
.single-author .entry-meta .byline {
  display: none;
}
#content nav {
  display: block;
  overflow: hidden;
}
#content nav .nav-previous {
  float: left;
  width: 50%;
}
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}
#nav-below {
  margin: 1em 0 0;
}
.page-link {
  clear: both;
  margin: 0 0 1em;
}
.page .edit-link {
  clear: both;
  display: block;
}

/* 404 page */
.error404 .widget {
  float: left;
  width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
  margin-right: 1em;
}
.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
  background: #eee;
  display: block;
  padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1em 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
  display: none;
}
.single .format-aside .entry-header {
  display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
  padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
  padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
  display: none;
}
.single .format-image .entry-header {
  display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
  padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
  padding-top: 0;
}

#upper-dealer-list {
  text-align: right;
}

#upper-dealer-list a {
  border-bottom: 1px dotted #444;
}


/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}
p img {
  margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
  margin-right: 1em;
}
img.alignright {
  margin-left: 1em;
}
.wp-caption {
  padding: .5em;
  text-align: center;
}
.wp-caption img {
  margin: .25em;
}
.wp-caption .wp-caption-text {
  margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
  margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
  display: none;
}
#searchform input#s {
  width: 60%;
}
input[type=text],
input#s,
select {
  margin: 0 1em 0 0;
  width: 60%;
}
textarea {
  width: 80%;
}

/* Class for labelling required form items */
.required {
  color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
  display: block;
}
#respond input[type=text] {
  display: block;
  width: 60%;
}
#respond textarea {
  display: block;
  margin: 0 0 1em;
  width: 80%;
}
#respond .form-allowed-tags {
  clear: both;
  width: 80%;
}
#respond .form-allowed-tags code {
  display: block;
}


/*SIDEBAR*/
#secondary {
  padding-left: 25px;
  margin-top: 20px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
  display: block;
}
.widget-area .widget_search {
  overflow: hidden;
}
.widget-area .widget_search input {
  float: left;
}

.widget h1 {
  font-size: 18px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
  padding: 1em 0 0;
}

/*LINKS*/
#primary a {
  color: #000;
  border-color: #333;
}

/* =Custom Gallery
-------------------------------------------------------------- */
.custom-outer-container {
  padding: 0 10px;
}

.custom-inner-container {
  border-top: 1px dotted #000 !important;
  text-align: center;
  width: 100%;
  padding-top: 15px;
}

.custom-thb {
  width:150px;
  background: #aaa;
  padding: 0;
  border:1px solid #9B450B;
  margin: 5px;
  display: inline-block;
}

.custom-thb-big {
  background: none repeat scroll 0 0 #AAAAAA;
  border: 1px solid #9B450B;
  display: inline-block;
  margin: 5px;
  padding: 0;
  width: 200px;
}

.custom-cap {
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
}

.custom-home-p {
  width: 95%;
  text-align: left;
  color: #333;
  padding-left: 10px;
  padding-right: 20px;
}

.custom-thumbnails {
  width: 470px;
}

.custom-thumbnails a {
  border-bottom: none;
}

.custom-thumbnails img {
  width: 145px;
  border: 1px solid #777;
}

.p-border-bottom {
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
  margin-bottom: 25px !important;
}

.custom-gallery-panel {
  width: 470px;
  text-align: left;
}

.custom-img-wrap {
  height:147px;
  overflow:hidden;
  position:relative;
  width:147px;
  float:left;
  margin-right:4px;
  margin-bottom:4px;
}

.custom-img-info {
  background-color:#000;
  bottom:0;
  color:#fff;
  opacity:0;
  filter: alpha(opacity = 0);
  position:absolute;
  height:147px;
  width: 147px;
  z-index:1000;
  display: table;
}

.custom-img-info p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: "Volkhov",Georgia,Times,serif;
  font-size: 16px;
  padding: 0 3px;
  text-transform: uppercase;
}

.custom-img-wrap:hover .custom-img-info{
  opacity:0.45;
  filter: alpha(opacity = 45);
  transition:opacity 0.5s;
  -moz-transition:opacity 0.5s;
  -webkit-transition:opacity 0.5s;
  cursor: pointer;
}

/* =Custom Single Gallery
-------------------------------------------------------------- */
.custom-single-left p {
  margin-left: 10px;
  border-bottom: 1px dotted #333333;
  padding-bottom: 20px;
}

.custom-single-left h2 {
  margin-left: 10px;
}

.custom-single-thumbnails {

}

.custom-single-thumbnails img {
  width: 85px;
  border: 1px solid #777;
}

.custom-single-thumbnails a {
  border-bottom: none;
}


/* =Warranty Registration Form
-------------------------------------------------------------- */
#warranty-form, #catalog-form {
  margin-top: 25px;
}

#warranty-form input, #warranty-form select, #catalog-form input, #catalog-form select {
  display: inline;
  margin-bottom: 10px;
}

#warranty-form div.warranty-label, #catalog-form div.catalog-label {
  text-align: right;
  padding-right: 10px;
}

#warranty-form div.warranty-input, #catalog-form div.catalog-input {
  text-align: left;
}

#warranty-form span.warranty-required, #catalog-form span.catalog-required {
  color:red;
}

#warranty-errors, #warranty-success, #catalog-errors, #catalog-success {
  padding: 5px;
  margin: 15px 5% 15px 5%;
  text-align: center;
}

#warranty-errors, #catalog-errors {
  background-color: #FFEBE8;
  border: 1px solid #DD3C10;
}

#warranty-success, #catalog-success {
  background-color: #DFF2BF;
  border: 1px solid #4F8A10;
}

#warranty-errors #warranty-errors-inner, #warranty-success, #warranty-success-inner,
#catalog-errors #catalog-errors-inner, #catalog-success, #catalog-success-inner {
  display: inline-block;
}

#warranty-errors #warranty-errors-inner ul, #catalog-errors #catalog-errors-inner ul {
  list-style: disc inside none;
  text-align: left;
  margin-bottom: 0px;
}

#warranty-errors #warranty-errors-inner li, #catalog-errors #catalog-errors-inner li {
  margin-bottom: 0px;
}

#warranty-form select {
  width: auto;
}

#catalog-form select {
  width: calc(60% + 10px);
}

/* =Mobile Responsive
-------------------------------------------------------------- */

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #secondary {
    padding-left: 15px;
  }
  #content {
    padding-right: 10px;
    padding-left: 15px;
  }

  #primary {
    margin: 0px;
    width: 758px !important;
  }

  /* custom plus slide thumbnails */
  .custom-thumbnails img {
    width: 115px;
  }

  .custom-img-wrap {
    height: 117px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 117px;
  }

  .custom-gallery-panel {
    width: 420px;
    margin-left: 10px;
  }

  .custom-img-info {
    height:117px;
    width: 117px;
  }

  .custom-img-info p {
    display: none;
  }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #secondary {
    padding-left: 10px;
    padding-top: 20px;
  }
  #content {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
    border-right: none;
  }
  #responsive-fix {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px dotted #888;
  }

  .woocommerce ul.products h3 {
    font-size: 12px !important;
    padding: 0px !important;
    line-height: normal;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.products {
    margin: 0px !important;
    clear:both !important;
    width: 100% !important;

  }

  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon  {
    padding: 0 0 10px 190px;
  }

  .woocommerce div.product div.images, .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images {

    clear: both !important;
    width: 100% !important;

  }

  .woocommerce div.product div.summary, .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {

    clear: both !important;
    width: 100% !important;

  }

  .woocommerce div.product div.images img,
  .woocommerce #content div.product div.images img,
  .woocommerce-page div.product div.images img,
  .woocommerce-page #content div.product div.images img {
    display: block;
    height: auto;
    width: 80%;
    margin: 0 auto;
  }

  .woocommerce .related ul.products li.product img,
  .woocommerce .related ul li.product img,
  .woocommerce .upsells.products ul.products li.product img,
  .woocommerce .upsells.products ul li.product img,
  .woocommerce-page .related ul.products li.product img,
  .woocommerce-page .related ul li.product img,
  .woocommerce-page .upsells.products ul.products li.product img,
  .woocommerce-page .upsells.products ul li.product img {
    height: auto;
    width: 60%;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    clear: both !important;
    width: 100% !important;

  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    clear: both !important;
    width: 100% !important;
  }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
  }

  .woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 0px !important;
  }

  #primary {
    margin: 0px;
    width: 420px !important;
  }

  .woocommerce .cart-collaterals .cart_totals table tr th { display: none; }

  .woocommerce .cart-collaterals .cart_totals table { width: 100%; }

  .woocommerce .woocommerce-shiptax-est { font-size: 11px; }

  .woocommerce #order_review ul#shipping_method .amount {
    width: auto !important;
  }

  .woocommerce #order_review table.shop_table th,
  .woocommerce #order_review table.shop_table td {
    padding: 9px 3px !important;
  }

  .woocommerce ul#shipping_method li label, .woocommerce ul#shipping_method li label span {
    font-size: 11px;
  }

  .woocommerce #payment #place_order {
    margin-right: 10px;
  }

  .woocommerce #order_review table.shop_table thead tr th:first { width: 30%; }
  .woocommerce #order_review table.shop_table thead tr th:nth-child(2) { width: 70%; }

  .woocommerce div.product .product_title,
  .woocommerce #content div.product .product_title,
  .woocommerce-page div.product .product_title,
  .woocommerce-page #content div.product .product_title {
    font-size: 24px;
  }

  #wc-customnav {
    float:none;
  }

  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb {
    margin: 10px 0 0 0;
  }

  /* custom big thumbnail */
  .custom-thb-big {
    width: 150px;
  }

  /* warranty registration form */
  #warranty-form input, #catalog-form input {
    display: inline;
    margin-bottom: 10px;
  }

  #warranty-form div.warranty-label, #catalog-form div.catalog-label {
    text-align: center;
    padding-right: 0px;
  }

  #warranty-form div.warranty-input, #catalog-form div.catalog-input {
    text-align: center;
  }

  /* custom plus slide thumbnails */
  .custom-thumbnails img {
    width: 115px;
  }

  .custom-img-wrap {
    height: 117px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 117px;
  }

  .custom-gallery-panel {
    width: 420px;
    margin-left: 10px;
  }

  .custom-img-info {
    height:117px;
    width: 117px;
  }

  .custom-img-info p {
    display: none;
  }

  #upper-dealer-list {
    text-align: left;
  }

}

/* Landscape phones and down */
@media (max-width: 480px) {

  #content { padding: 0 5px 0 5px; }

  .woocommerce ul.products h3 {
    font-size: 12px !important;
    padding: 0px !important;
    line-height: normal;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.products {
    margin: 0px !important;
    clear:both !important;
    width: 100% !important;

  }

  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    width: 60%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
  }

  .woocommerce div.product div.images, .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images {

    clear: both !important;
    width: 100% !important;

  }

  .woocommerce .related ul.products li.product img,
  .woocommerce .related ul li.product img,
  .woocommerce .upsells.products ul.products li.product img,
  .woocommerce .upsells.products ul li.product img,
  .woocommerce-page .related ul.products li.product img,
  .woocommerce-page .related ul li.product img,
  .woocommerce-page .upsells.products ul.products li.product img,
  .woocommerce-page .upsells.products ul li.product img {
    height: auto;
    width: 80%;
  }

  .woocommerce div.product div.summary, .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {

    clear: both !important;
    width: 100% !important;

  }

  .woocommerce .shop_table .product-name { display: none;}

  .woocommerce #order_review .shop_table .product-name { display: block; }
  .woocommerce .order_details .product-name { display: block; }

  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 6px 2px !important;
  }

  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon  {
    padding: 0 0 10px 100px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    clear: both !important;
    width: 100% !important;

  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    clear: both !important;
    width: 100% !important;
  }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
  }

  .woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 0px !important;
  }

  #primary {
    margin: 0px;
    width: 300px !important;
  }

  .woocommerce .cart-collaterals .cart_totals table tr th { display: none; }

  .woocommerce .cart-collaterals .cart_totals table { width: 100%; }

  .woocommerce .woocommerce-shiptax-est { font-size: 11px; }

  .woocommerce #order_review ul#shipping_method .amount {
    width: auto !important;
  }

  .woocommerce #order_review table.shop_table th,
  .woocommerce #order_review table.shop_table td {
    padding: 9px 3px !important;
  }

  .woocommerce ul#shipping_method li label, .woocommerce ul#shipping_method li label span {
    font-size: 11px;
  }

  .woocommerce #payment #place_order {
    margin-right: 10px;
  }

  .woocommerce #order_review table.shop_table thead tr th:first { width: 30%; }
  .woocommerce #order_review table.shop_table thead tr th:nth-child(2) { width: 70%; }

  .woocommerce div.product .product_title,
  .woocommerce #content div.product .product_title,
  .woocommerce-page div.product .product_title,
  .woocommerce-page #content div.product .product_title {
    font-size: 18px;
    line-height: 25px;
  }

  #wc-customnav {
    float:none;
  }

  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb {
    margin: 10px 0 0 0;
  }

  /* review container */
  .woocommerce #reviews h3,
  .woocommerce-page #reviews h3 {
    font-size: 18px;
  }

  /* custom thumbnail */
  .custom-thb {
    width: 100px;
  }

  /* custom thumbnail */
  .custom-thb-big {
    width: 100px;
  }

  /* warranty registration / catalog request form */
  #warranty-form, #catalog-form input {
    display: inline;
    margin-bottom: 10px;
  }

  #warranty-form div.warranty-label, #catalog-form div.catalog-label {
    text-align: center;
    padding-right: 0px;
  }

  #warranty-form div.warranty-input, #catalog-form div.catalog-input {
    text-align: center;
  }

  /* custom plus slide thumbnails */
  .custom-thumbnails img {
    width: 85px;
  }

  .custom-img-wrap {
    height: 87px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 87px;
  }

  .custom-gallery-panel {
    width: 300px;
    margin-left: 10px;
  }

  .custom-img-info {
    height:87px;
    width: 87px;
  }

  .custom-img-info p {
    display: none;
  }
  #upper-dealer-list {
    text-align: left;
  }

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce+#secondary {
	display: none;
}