/**
 * @Author      Dennis Dalanon
 * @package     Gas Regulator
 * @copyright   Copyright (c) 1995-2016 Netbyte Limited
 * 
**/

@import url("http://www.hitemp.co.nz/skin/frontend/rwd/default/css/styles.css");
@font-face {font-family: "Helvetica Neue";
    src: url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.eot");
    src: url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
    url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.woff2") format("woff2"),
    url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.woff") format("woff"),
    url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.ttf") format("truetype"),
    url("http://www.hitemp.co.nz/skin/frontend/rwd/hitemp/css/helveticaneue/HelveticaNeue.svg#Helvetic")Neue") format("svg");
}

/************************************************
*********** Start your Custom Code here *********
************************************************/

body, li, p, div, span, header, nav, address, a, h1, h2, h3, h4, h5, label, button, input, select, table, textarea {
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif!important;
}

.block-title h2, .block-title h3, .block-title strong, a, a:hover, .skip-cart, .footer .block-title, .footer address {
  color:#636363;
}

.cms-page-view .std p, 
.cms-no-route .std p,
.cms-page-view .std li, 
.cms-no-route .std li {
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
  font-style: normal;
}

.n2-padding {padding-bottom: 25px;}

.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
  background:#636363;
}
.button:hover, .footer .button:hover {
  background:#262161;
}

.page .header-language-background {
  background-color: #F4F4F4;
  color: #636363;
}
.page-header-container .logo {
  max-width: 300px;
}

.page-title h1, .page-title h2, .product-name h1, 
.product-name .h1, h3, .h3, .breadcrumbs li, 
.footer .links, .footer .block-subscribe,
.block-title h2, .block-title h3, .block-title strong,
h5, .h5, h2.product-name, h3.product-name, h4.product-name, 
h5.product-name, p.product-name, .products-grid .product-name, 
.products-list .product-name {
	text-transform: capitalize;
}

/** Navigation ***/
.page #header-nav {
  background-color: #262161;
}

.page .header-miniquote a.skip-link {
  color:#636363;
  background: transparent;
}

.page .header-miniquote a.skip-link .count {
  color:#636363;
}

.page .nav-primary {
  margin-top: 0px;
}

.page .nav-primary a.level0 {
  color: #fff;
}

.page .nav-primary li.nav-1:hover {
  background-color: #534E89;
 
}

.page .nav-primary ul.level0 li:hover {
  background-color: #534E89;
}

.page .nav-primary ul.level0 {
  background-color: #262161;
  }
.page .nav-primary ul.level0 li a{
  color: #fff;
}

.cms-index-index .featured h2.subtitle {
  margin-bottom: 0px;
}

/** FAQ ***/
.cms-faq h5 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}

/** Glossary **/
.glossary td {padding:10px;}
.glossary tr:nth-child(even) {background-color: #eee;}

/** Contacts Page ***/
.contact-left p, .contact-right p {
    margin-bottom: 10px;
  }
#contactForm {padding-left: 0px;}
.cms-thank-you ul.messages .error-msg {display: none!important;}
/** Product Tabs ***/
.easytabs-wrapper {
  clear:both;
  margin-bottom: 30px;
}
.product-view .block-related .block-title{
 padding-top: 25px;
}
.product-view .product-shop .product-name .h1, 
.product-view .product-img-box .product-name h1, 
.price-box .price, 
.product-view .product-shop .price-box .regular-price .price, 
.product-view .product-shop .price-box .special-price .price, 
.product-view .product-shop .price-box .full-product-price .price,
.availability.in-stock,
.button2 span, .button2 span span, 
.cms-index-index .featured h2.subtitle, 
.header-minicart .block-subtitle,
.header-minicart .product-details .product-name a,
.header-minicart .info-wrapper td,
.header-minicart .subtotal .price {
  color: #636363;
}
.attach-img img { display: inline-block; }
#video li {display: inline-block;}

/** CHeckout ***/
.checkout-onepage-index #opc-shipping_method #checkout-step-shipping_method label .price {display: none;}

/** Footer **/
.footer {
  padding-top: 10px;
}
.footer .block-title {
  border-top:0px;
  border-bottom:1px solid #cccccc;
}
.footer .links.foot-stores h5 {
  font-weight: normal;
  margin:10px 0px 5px;
}
.footer .links.foot-stores img {
  margin-bottom: 10px;
}
.footer .links.foot-stores .social h5 {margin-top: 25px;}
.footer .links.foot-stores .social img {
 display: inline-block;
 padding: 5px 5px 0px 0px;
}

.footer .links a.foot-email {text-transform: lowercase;}
.footer .links.foot-stores .payment-icons img {
  display: inline-block;
  padding: 5px 5px 0px 0px;
}

@media only screen and (max-width: 769px) {
   .footer .links {
  width: 98%;
  overflow: hidden;
  word-wrap: break-word;
  margin-right: 0px;
}
#video li {
  max-width: 82px;
  overflow: hidden;

}
.easytabs-content iframe {
    min-height: 250px;
    max-width: 500px;
  }
}

@media only screen and (min-width: 770px) {
  .nav-primary li.level1 ul {
    left:248px;
  }
  .page #header-nav #nav {
  max-width: 1260px;
  margin:0px auto;
  padding: 0px 5px;

  }

  .nav-primary li.level0 ul {
    background:#262161;
  }
  .page .nav-primary ul.level1, .page .nav-primary ul.level2, .page .nav-primary ul.level3 {
    padding: 0px;
    margin: 0px;
  }

  .page .nav-primary a.level0 {
  color: #fff;
  padding:20px 25px;
  }

  .page .nav-primary li.nav-1:first-child {
    border-left: 0px;
  }
  
  .page .nav-primary li.nav-1 {
  border-left:1px solid #fff;
  margin-left: -4px;
  }
  
  .page .nav-primary li.nav-1:last-child {
  border-right: 1px solid #fff;
  }
  .page .nav-primary ul.level0 {
  background-color: #262161;
  padding: 0px;
  }

  .page .nav-primary ul.level0 li a{
  color: #fff;
  padding: 10px;
  }

  .page .nav-primary ul.level0 {
  margin-top: 40px;
  }
  /** Contact Page **/
  .contact-left, .contact-right {
  width: 48%;
  padding:10px 20px 10px 0px;
  display: inline-block;  
  vertical-align: top;
  }
  
  .footer .links {
  width: 20%;
  overflow: hidden;
  word-wrap: break-word;
  }

  .footer .links:nth-child(3) {
  width: 18%;
  }
  .footer .links:nth-child(4) {
  width: 22%;
  }
  .easytabs-content iframe {
    min-height: 400px;
    max-width: 550px;
  }

}
/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

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

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

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

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

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

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

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

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

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

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

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

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

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

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

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

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

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

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

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.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 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(http://www.hitemp.co.nz/skin/frontend/rwd/default/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(http://www.hitemp.co.nz/skin/frontend/rwd/default/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;
}

