/*
Theme Name: Heatmaster
Version: 1.0
Text Domain: heatmaster 
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
*/

/*
*######################################
########################################
#######################################
*/
/* BIG GUYS */
body { 
    margin: 0px; padding: 0px; 
    background: url('images/bg.png'); 
    font-family: Arial; 
    font-size: 12px; 
    color: #6c6c6c; 
}

a, a:active, a:hover {
    color: #e51937; 
    text-decoration: none; 
    outline: none;
}

h1 {
    color:#473c37; 
    padding: 0px; 
    margin: 0px; 
    font-size: 40px; 
    font-weight: normal;
}

h2 {
    color:#F20000; 
    font-weight: bold; font-size: large;
    text-align: center;
}

h3 {
    color: #D10D29;
    font-size: 18px;
    margin-bottom: 10px;
}

h4 {
    padding: 0px; 
    margin: 0px;
}

a:focus { 
    -moz-outline-style: none;
} 

#wrapper {
    width: 1050px; 
    margin: 0px auto;
}



/* HEADER */
#h {
    width: 1050px; 
    height: 139px;
}

#h_logo {
    width: 227px;
    height: 139px; 
    float: left;
}

#h_winingLogo{
    width:99px; 
    height:107px;
    float:right
}

#h_function {
    width: 770px; 
    float: right;
}

#h_sitearea {
    text-align: right; 
    height: 31px;
}

#h_menu {
    height: 35px; 
    margin: 17px 0px 0px 0px;
}

#h_searchbox_wrap{
    height: 35px; 
    margin-top: 20px; 
    text-align: right;
}

#h_searchbox_wrap .h_searchbox {
    border: 1px solid #b2a79e; 
    color: #9a8e84; 
    font-size: 11px;
    padding: 3px 6px; 
    width: 280px;
}

/* BANNER */
#b {
    background: #FFF; 
    width: 100%; 
    overflow: hidden;
}

#c {
    background: #FFF; 
    width: 1050px; 
    overflow: hidden;
    height: auto;
    overflow: auto;
}

.c_wrapper {
    background: url('images/c_titlebg.jpg') repeat-x; 
    padding: 6px 30px 10px 20px; 
    overflow: hidden; 
}

.c_wrapper_lhs {
    background: url('images/c_titlebg.jpg') no-repeat; 
    width: 100%; 
    padding: 6px 0px 10px 0px; 
    overflow: hidden; 
    width: 727px; 
}

.c_wrapper_lhs .c_wrapper{
    padding-left: 0px !important;
}

.c_wrapper_lhs h1,  
.c_wrapper_lhs h2, 
.c_wrapper_lhs h3,
.c_wrapper_lhs h4,
.c_wrapper_lhs h5,
.c_wrapper_lhs h6,
.c_wrapper_lhs p,
.c_wrapper_lhs table.left-padding-40{
    padding-left: 40px;
}

.c_wrapper_lhs p {
    padding-right: 30px;
}

.c_wrapper_rhs {
    background: url('images/c_titlebg.jpg') no-repeat; 
    width: 100%; 
    padding: 6px 10px 10px 10px; 
    overflow: hidden; 
    width: 300px; 
    margin-top: 11px;
}

.c_cms_product{
    padding: 15px 0px; 
    width:250px;
}

.c_cms {
    padding: 15px 0px; 
}

.c_wrapper_no_background {
    width: 100%; 
    padding: 17px 30px 10px 40px; 
    overflow: hidden; 
}

.c_product_lhs {
    width: 100%; 
    padding: 17px 30px 10px 40px; 
    overflow: hidden; 
    width: 667px; 
    margin-top: 25px; 
}

.cps_btn_red {cursor:pointer; border-style: none;
    border-color: inherit;
    border-width: 0px;
    background: url('images/cps_btbbg_red2.jpg') no-repeat;
    cursor:pointer; 
    color: #FFF; 
    font-size: 13px; 
    margin: 15px 2px;
}
.cps_btn_red:hover {
    background: url('images/cps_btbbg_red_on2.jpg') no-repeat; 
}

.cps_btn_gray {
    background: url('images/cps_btbbg_gray.jpg') no-repeat; 
    border: 0px; 
    width: 106px; 
    height: 26px; 
    cursor:pointer; 
    cursor:pointer; 
    color: #FFF; 
    font-size: 13px; 
    margin: 15px 2px;
}

.cps_btn_gray:hover {
    background: url('images/cps_btbbg_red_on.jpg') no-repeat; 
}

.cps_btn_gray_installerguide {
    background: url('images/cps_btbbg_gray.jpg') no-repeat; 
    border: 0px; 
    width: 106px; 
    height: 26px; 
    cursor:pointer; 
    color: #FFF; 
    font-size: 13px; 
    margin: 15px 2px;
}

.cps_btn_gray_installerguide:hover {
    background: url('images/cps_btbbg_red_on.jpg') no-repeat;
}


/* category */
#c_category_rhs { 
    margin: 10px 0px 0px 30px;
}

.c_item {
    width: 241px;
    margin:0 auto;
    margin-top:20px;
}

#c_category_rhs .c_item {
    float:left; 
    width: 200px; 
    margin: 5px 17px; 
    overflow: hidden;
}

#c_category_rhs .c_item_link a:hover {
    color: #e51937; 
    text-decoration: underline;
} 

#c_category_rhs .c_item_title {
    font-weight: bold; 
    margin: 10px 0px 0px 0px; 
    font-size: 13px; color: #555; 
}

#c_category_rhs .c_item_link { 
    margin: 2px 0px;
}

#c_category_rhs .c_item_cover {
    float:none;
}

#c_category {
    
}

#c_category .c_item {
    float:left; 
    width: 240px; 
    margin: 5px 15px; 
    overflow: hidden;
}

#c_category .c_item_link a:hover {
    color: #e51937; 
    text-decoration: underline;
} 

#c_category .c_item_title {
    font-weight: bold; 
    margin: 10px 0px; 
    font-size: 13px; 
    color: #555;
}

#c_category .c_item_subtitle {
    margin: 5px 0px;
}

#c_category .c_item_link {
    margin: 10px 0px;
}

#c_category .c_item_cover {
    
}

/* FOOTER */
#f h3 {
    font-size: 28px; 
    font-weight: normal; 
    
    color:#a29890; 
    margin: 5px 0px;
}

#f {
    color: #82756a; 
    background: #faf8f7; 
    padding: 0px 0px 0px 0px;
    margin-top: 5px;
}

.f_signup {
    border-top: 2px solid #ddd; 
    border-left: 2px solid #DDD; 
    border-right: none; 
    border-bottom: none; 
    color: #4C5947;
    font-size: 13px; 
    padding: 4px 5px; 
    width: 140px; 
    font-weight: bold;
}

/* END CREDTS */
#e {
    background: #e3ded7; 
    height: 32px;
}

/* Product Search Result GridView styling */
.mGrid { 
    width: 90%; 
    background-color: #fff; 
    margin: 5px 50px 10px 50px; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}

.mGrid td { 
    padding: 2px;
    border: solid 1px #c1c1c1; 
    color: #717171;
}

.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #424242 url(images/grd_head.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}

.mGrid .alt { 
    background: #fcfcfc url(images/grd_alt.png) repeat-x top; 
}

.mGrid .pgr {
    background: #424242 url(images/grd_pgr.png) repeat-x top; 
}
.mGrid .pgr table { 
    margin: 5px 0; 
}

.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
}

.mGrid .pgr a { 
    color: #666; 
    text-decoration: none; 
}

.mGrid .pgr a:hover { 
    color: #000; 
    text-decoration: none; 
}

#storelist tbody tr td { 
    vertical-align:top;
}

.clear {
    clear:both;
}

.left-content {
    float:left;
}

.right-sidebar {
    float:right;
}

.image_list {
    padding-left: 40px;
    margin-bottom: 15px;
}

.image_item {
    float:left;
    margin-right: 70px;
    margin-bottom: 20px;
}

.image_item img {
    width:100px;
    height: 130px;
}

.image_label {
    margin-top:5px;
    font-weight: bold;
    text-align:center;
}

.treeview {
    padding-left: 40px !important;
}

.mate-folio-filter {
    display:none !important;
}


/*                   * 
*   Single - Product *
*/                   

.single-product{
    background-color:white;
    padding: 15px 10px 15px 15px;
}

.product-featured img{
    width: 295px;
    border: none;
}

.product-featured{
    float:left;
}
.left_product{
    float:left;
    width:698px;
}

.product_info{
    float:right;
    padding:20px;
    width: 360px;
    height: 253px;
}

.single-product .c_wrapper_rhs{
    float:right;
    border: thin groove #666666;
}

.product_fictures img{
    float:left;
    width:100px;
    height:100px;
    margin:2px;
    cursor: pointer;
    
}

.product_buttons a{
    float:left;
    margin-left:2px;
}

.brochure_installer{
    background: url('images/c_titlebg.jpg') no-repeat;
    width: 678px;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    margin-top: 11px;
}

.style2 {
    width: 283px;
}

.style3 {
    width: 404px;
}

ol#toc {
    height: 2.3em;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    float: left;
}

ol#toc li {
    float: left;
    width: auto;
}

ol#toc a {
    background: #bdf url('images/tabs.gif');
    color: #767676;
    display: block;
    float: left;
    height: 2.4em;
    padding-left: 20px;
    text-decoration: none;
    width: auto;
    cursor:pointer;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
    color: #FFF;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc a:active{
    
}

ol#toc span {
    background: url('images/tabs.gif') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 20px;
    padding-top: 2px;
    cursor:pointer;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}
div.content {
    border: #eaeaea solid 1px;
    border-right: 0px;
    clear: left;
    padding: 2em;
}

div.content.inactive {
    display: none;
}

#product_info .content img{
    max-width: 654px !important;
}

.product_subtitle{
    color: #473c37;
    font-size: 14px;
    margin: 5px 0px 15px 0px;
}

.request_a_quote_page {
    padding-left: 40px;
    padding-right: 40px;
}

.style4 {
    width: 279px;
}
.style12 {
    width: 295px;
}
.style3 {
    height: 25px;
    width: 295px;
}

#storeLocatorPanelForm{
    width: 667px;
    margin-top: 15px;
    position: relative;
}

#btnPrepareQuote{
    background: url('images/cps_btbbg_red_on-quote.jpg') no-repeat;
    float: left;
    outline: none;
}
#loading_gif {
    width: 26px;
    padding-top: 6px;
    display: none;
}

#loading_gif1 {
    width: 65px;
    padding-top: 6px;
    display: none;
    background: white;
    border: 1px grey solid;
    border-radius: 6px;
    
}

.request_load_gif {
    position: absolute;
    top: 24%;
    left: 64%;
}

#mail_sent_div {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
    text-align: center;
}

#user-input-error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    text-align: center;
    display: none;
}

.input-error-border {
    border: 2px red solid;
}

.findHeatmaste_text1 {
    text-align: left !important;
}
.c_wrapper_no_background {
    padding-left: 0px !important;
}
.footer-link {
    text-align: center;
}


#productSearch_btnSearch {
    background: url('images/h_btnsearch.jpg');
    width: 26px;
    height: 21px;
    }
    
 .test_input {
        display: none !important;
 }
 
 .subscribeButton {
     height: 25px;
     width: 80px;
     position: relative;
     top: -29px;
 }
 
 #frm-email {
     width: 140px;
    
 }
 .shortcodeSubscribe tr {
     float: left;
     position: absolute;
 }
 
 #shortcodeSubscribe h3 {
     display: none !important;
 }
 
 .required th {
     display: none;
 }
 
 #quick-link-widget {
     margin-top: 35px;
 }
 
 #quick-link-widget .quick-link-widget-title {
     padding-left:40px;
     font-size: 24px;
     margin-bottom:30px;
     background: url('images/c_titlebg.jpg') repeat-x;
 }
 
 #quick-link-widget .quick-linkg-widget-links{
     font-family: Arial; 
     color: #333333; 
     font-size: 12pt;
     padding-left:30px;
 }
 
 #quick-link-widget .quick-linkg-widget-links a {
     font-size: 13px;
 }
 
 #quick-link-widget .quick-linkg-widget-links div{
     margin-bottom: 15px;
 }
 
 /***** REQUEST QUOTE CSS *******/
form#request_order {
  color: #000;
  font-size: 16px;
}
span.toRed {
	color: #E51937;
}
form#request_order textarea {
  width: -moz-calc(90% - 22px) !Important;
  width: -webkit-calc(90% - 22px) !Important;
  width: -o-calc(90% - 22px) !Important;
  width: calc(90% - 22px) !Important;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #FFF !Important;
}
form#request_order input[type="text"],
form#request_order select {
  width: -moz-calc(90% - 22px) !Important;
  width: -webkit-calc(90% - 22px) !Important;
  width: -o-calc(09% - 22px) !Important;
  width: calc(90% - 22px) !Important;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #FFF !Important;
}
form#request_order input[type="text"].toHalf {
  width: -moz-calc(50% - 22px) !Important;
  width: -webkit-calc(50% - 22px) !Important;
  width: -o-calc(50% - 22px) !Important;
  width: calc(50% - 22px) !Important;
}
form#request_order select.toQuarter {
  width: -moz-calc(75% - 22px) !Important;
  width: -webkit-calc(75% - 22px) !Important;
  width: -o-calc(57% - 22px) !Important;
  width: calc(75% - 22px) !Important;
}
table.tableTop {
  width: 100%;
}
table.tableTop tr td {
  padding: 18px 0 0;
}
form#request_order label {
  display: block;
  padding-bottom: 5px;
}
#btnPrepareQuote {
  background: #EC314C;
  font-size: 16px !Important;
  width: auto !Important;
  padding: 15px 25px;
  height: auto !Important;
  margin-bottom: 10px !Important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: none;
}