/*
	Theme Name: Goldstar Heat Pumps
	Theme URI: http://upthinksolutions.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: UpThink Solutions
	Author URI: http://upthinksolutions.com/

	Version: 3.5.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Raleway:400,600,700);
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.4;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0ebfe9;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
	background-color: rgb(244, 208, 13);
    color: black;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding: 15px 20px 5px;
}
blockquote.fullwidth {
	margin: 0px;
	margin: 0rem;
}

/* blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
} */

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Raleway', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #0ebfe9;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.home .site-inner {
	padding-top: 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 840px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.home_featured_area {
	background-color: #fff;
	height: 330px;
	padding: 30px 25px;
	margin-top: 25px;
}

.home_featured_left {
	float: left;
	width: 52%;
}

.button {
	float: left;
	color: #000 !important;
	background: #ffee90;
	border: 2px solid #f4d00d;
	min-width: 225px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	margin-right: 20px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-decoration:none !important;
}

.button:hover {
	background: #f5d10d;
}

.red {
	background: #fff;
	border: 2px solid #ee0909;
}

.button.red:hover {
	background: #ef0909;
	color: #fff !important;
}

.margin-btn {
	margin-right: 55px;
	padding:10px;
	line-height: 1;
}
a.button.fullwidth {
    float: none;
    margin-bottom: 15px;
    width: 100%;
}

.home_featured_right {
	float: right;
}
#rotator {
	max-width: 100%;
}

.suppliers_section {
	clear: both;
}
.suppliers_section .wrap {
	width: 675px;
}

.home_widget_1, .home_widget_2, .home_widget_3 {
	float: left;
	width: 310px;
	margin-right: 100px;
	text-align: center;
}
.home_widget_3 {
	margin-right: 0;
}
.home_widget_3 img {
	margin-top: -15px;
}

.home_widget_1 h3, .home_widget_2 h3, .home_widget_3 h3 {
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}

.home_widget_1 p, .home_widget_2 p, .home_widget_3 p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
	text-align: left;
}

.home_widget_1 .button,
.home_widget_2 .button,
.home_widget_3 .button {
	margin:32px auto 0;
	line-height: 1.3;
	float:none;
	width: 225px;
}
/* button adjustment due to long heading 
.home_widget_2 .button {
	margin-top: -8px;
}*/

/* .home_widget_3 .button {
	
} */
.pump_dealer_left {
	float: left;
	margin-left: 10px;
}

.pump_dealer_left h3 {
	font-size: 28px;
	margin-top: 15px;
}

.pump_dealer_left p, .pump_dealer_left strong {
	font-size: 14px;
}

.pump_dealer_right {
	float: right;
	margin-right: 10px;
}

.pump_dealer_right img:last-child {
	width: 210px;
	margin: 15px auto 0;
	display: block;
}

.home_testimonial_section {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.home_testimonial_section h3 {
	font-size: 18px;
	background: url(images/testimonial_border.png) no-repeat center top;
	padding-top: 15px;
}

.home_contact_section {
	padding-top: 50px;
}


.home_contact_area_left h3 {
	font-size: 28px;
	margin-bottom: 30px;
}

.home_contact_area_left h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
}

.home_contact_area_left h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0;
}

.home_contact_area_left h6 {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
}

.home_contact_area_left strong {
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 30px;
	display: block;
}

.home_contact_area_left p {
	font-size: 14px;
}

.post-edit-link {
	display: none;
}

.choose_block h3 {
	font-size: 28px;
}

.choose_block_left {
	float: left;
	width: 70%;
	margin-top: 50px;
}

.choose_block_left a.quote_button {
	color: #000 !important;
	background: #ffee90;
	border: 2px solid #f4d00d;
	width: 450px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 6px;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-decoration:none !important;
}

.choose_block_left a:hover {
	  background: #f5d10d;
}
a.yellow-btn {
	float:none;
	margin:0 auto;
	width: 450px;
}

.choose_block_right {
	float: right;
	width: 25%;
	margin-top: 25px;
}

.paying_options_block {
	background: url(images/paying_options_img.jpg) no-repeat;
	width: 100%;
	height: 380px;
	padding: 290px 0 0 20px;		
}

.paying_options_block img {
	float: left;
	margin-right: 25px;	
}

.paying_options_block p {
	float: left;
	width: 360px;
	text-align: center;
	margin-right: 30px;
}

.paying_options_block a {
	float: left;
	color: #000;
	background: #ffee90;
	border: 2px solid #f4d00d;
	width: 175px;
	height: 40px;
	font-size: 18px;
	display: block;
	text-align: center;
	padding-top: 6px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.paying_options_block a:hover {
	background: #f5d10d;
}

.special_product_block {
	border: 3px solid #EE0000;
	border-bottom: 20px solid #EE0000;
	height: 535px;
}

.special_product_block h3 {
	background: #EE0000;
	font-size: 28px;
	color: #fff;
	padding: 10px 0 0 15px;
	margin: 0;
}

.special_product_block h4 {
	background: #EE0000;
	font-size: 14px;
	color: #fff;
	padding: 0px 0 10px 15px;
	margin: 0;
	font-weight: 400;
}

.special_product_block_content {
	float: left;
	padding: 15px 25px 15px 15px;
	width: 50%;
}

.product_name {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.product_capacity {
	margin-top: 10px;
}

.product_cooling {
	float: left;
	font-size: 16px;
	border-top: 5px solid #96e0f4;
	width: 47%;
	margin-right: 20px;
	padding-top: 5px;
}

.product_heating {
	float: left;
	font-size: 16px;
	border-top: 5px solid #f57878;
	width: 47%;
	padding-top: 5px;
}

.product_cooling span, .product_heating span {
	font-weight: 700;
}

.product_price {
	clear: both;
	border-top: 2px solid #dddddf;
	font-size: 14px;
	text-decoration: line-through;
	font-weight: 700;
	margin-top: 50px;
	padding-top: 10px;
}

.product_special_price {
	clear: both;
	color: #ed0000;
	font-size: 14px;
	margin-bottom: 15px;
}

.product_special_price h2 {
	color: #ed0000;
	font-size: 20px;
	margin: 0;
}

.special_product_block_content a {
	color: #ed0000;
	font-size: 14px;
	text-decoration: underline;
}

body .special_product_block_content .yellow_btn {
	color: #000;
	background: #ffee90;
	border: 2px solid #f4d00d;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	margin-right: 10px;	
}

body .special_product_block_content .yellow_btn:hover {
	background: #f5d10d;
}

.product_description {
	clear: both;
	border-top: 2px solid #dddddf;
	margin-top: 20px;
	padding-top: 15px;
	line-height: 18px;
}

.product_description_area_mobile {
	display: none;
}

.special_product_block_content ul li {
	color: #717171;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 5px;
}

body .special_product_block_content ul {
	padding-top: 10px;
	margin-left: 20px;
	margin-bottom: 0;
}

.special_product_block_content_right {
	float: right;
	width: 49%;
	padding: 15px 15px 15px 0;
	text-align: right;
}

.special_product_block_content_right img {
	margin-bottom: 20px;
}

#more_pumps {
	margin-top: 75px;
	margin-bottom: 0px;
}

.product_block {
	border: 3px solid #f4d00d;
	height: 440px;
}

.product_block_2 {
	border: 3px solid #f4d00d;
	height: 335px;
}

.product_block_2 .product_price {
	padding-top: 20px;
}

.red_text {
	color: #ed0000;
	font-weight: 400;
}

.bold_text {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	display: block;
}

.bold_text:last-child {
	text-transform: uppercase;
}

/*-------------------------styles for hiding the right arrow in heat pumps images pop up-------------------------------- */
a#fancybox-left{
    display: none !important;
}
a#fancybox-right {
    display: none !important;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
	max-width: 400px;
	
}
div.gform_wrapper input[type=submit] {
background-color:#1DD30D  !important;
color:white !important;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.gform_button.button {
    height: auto;
    font-weight:bold;
    white-space: normal;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #000;
	z-index: 999;
	width: 100%;
}

.site-header .wrap {
	background: url(images/header_star_background.jpg) no-repeat right center;	
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 24px 0;
	padding: 2.4rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	background: url(images/site_logo.png) no-repeat;
	width: 209px;
	height: 63px;
	line-height: 1;
	margin: 0;
	text-indent: -99999px;
}

.site-title a,
.site-title a:hover {
	border: none;
	width: 209px;
	height: 63px;
	display: block;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

#header_text {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding-top: 20px;
	padding-right: 70px;
}

#header_text a {
	text-decoration: none;
	color: #f4d00d;
	font-weight:bold;
	font-size:28px;
}	

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 16px;
	padding: 0.5rem 1.6rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f4d00d;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	position: relative;
	width: 320px;
	font-size: 15px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: url(images/nav_bg.jpg) repeat-x;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #3b3841;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #f4d00d;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-family: 'Raleway', sans-serif, 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 250px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .menu li a{
	float: left;
	color: #000;
	border: 2px solid #f4d00d;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sidebar .menu li a:hover {
	background: #f5d10d;
}
/* -------- hide pages not in this section -------------- */
.sidebar .menu .menu-item>a,
.sidebar .menu li.menu-item.current-menu-ancestor>a,
.sidebar .menu li.menu-item.current-menu-item>a {
    display: none; 
}
.sidebar .menu li.menu-item.current-menu-ancestor,
.sidebar .menu li.menu-item.current-menu-ancestor .sub-menu .menu-item>a, 
.sidebar .menu li.menu-item.current-menu-item .sub-menu .menu-item>a,
.sidebar .menu-contact-us-extra-nav-container .menu li.menu-item>a /* this line specifically is for the contact us extra nav */ {
	display: block;
}
/* -------- end of hide pages not in this section -------------- */

.sidebar_installer_block {
	clear: both;
	background-color: #e4e5e5;
	text-align: center;
	padding: 20px 15px 10px;
	margin-bottom: 25px;
}

.sidebar_installer_block h3 {
	font-size: 14px;
}

#black-studio-tinymce-5 {
	clear: both;
	padding-top: 20px;
}

.sidebar_finance_block {
	background: #f4d00d;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 25px;
}

.sidebar_finance_block h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: #d3b930;
	padding: 15px 0;
}

.sidebar_finance_block p {
	color: #0b0203;
	font-size: 30px;
	line-height: 35px;
	padding: 0px 20px;
}

.sidebar_finance_block a {
	min-width: 170px;
    	margin: 0 auto;
    	padding-top: 4px;
    	float: none;
    	line-height: 1.7;
}
.sidebar_finance_block a:hover {
	background: #d3b930;
}

.sidebar_products {
	clear: both;
	text-align: center;
  	border: 2px solid #e4e5e5;
	padding: 20px 0 0;
}

.sidebar_products h3 {
	font-size: 14px;
	margin-bottom: 35px;
}

.sidebar_products img {
	margin-bottom: 0;
}

.sidebar_products h5 {
	margin-bottom: 35px;
}
.sidebar .widget-title.widgettitle {
    display: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	padding: 35px 0 20px;
	padding: 3.5rem 0 2rem;
	color: #fff;
	margin-bottom: -20px;
}

.footer_area_left {
	float: left;
	width: 460px;
	margin-right:20px;
}

.footer_area_left h4 {
	color: #f4d00d;
	font-size: 16px;
	margin: 0;
}

.footer_area_left p {
	color: #fff;
	font-size: 14px;	
}

.footer_area_left a {
	color: #fff;
}

.footer_area_left a:last-child {
	text-decoration: underline;
}

.footer_area_right {
	float: right;
	font-size: 14px;
}

#nav_menu-3, .footer_right {
	float: right;
	text-align: right;
	width: 300px
}

.widget_nav_menu {
	float:left;
	margin-bottom:20px;
}

#menu-footer-menu li {
	list-style-type: none;
	display: block;
}

#menu-footer-menu li a, .footer_right a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.footer_right p {
    margin: 0px;
}
#menu-item-1169 a {
	background: url(images/footer_menu_seperator.png) no-repeat right center;
	margin-right: 10px;
	padding-right: 15px;
}

#menu-item-1069 a {
	background: url(images/footer_menu_seperator.png) no-repeat right center;
	margin-right: 10px;
	padding-right: 15px
}

body #menu-item-1056 {
	display: block;
}

body #menu-item-1056 a {
	pointer-events: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.page .entry-categories {
	display: none;
}

/*
Heat Pumps CSS
---------------------------------------------------------------------------------------------------- */
.super_special_block {
    	border: 3px solid #EE0000;
    	border-bottom: 20px solid #EE0000;
    	position:relative;
	margin-bottom:60px;
	clear: both;
}
.super_special_block h1 {
	color:#fff;
	font-size:28px;
	background-color:#ed0000;
	margin-bottom:0;
	padding: 5px 0 0px 15px;
}

.super_special_block h2 {
	color: #fff;
    	background: #EE0000;
    	font-size: 20px;
    	padding: 10px 0 0 0;
    	margin: 0;
    	width: 363px;
    	margin-bottom: 15px;
	color:#000000;
	background-color:#fff;
}

.super_special_block h3 {
	background: #EE0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0px 0 13px 15px;
	margin: 0;
	font-weight: 400;
}

.super_special_block_content {
	padding: 15px;
	display: table;
   	width: 100%;
}
.block-left {
	width: 50%;
    	float: left;
}
.block-right {
	width: 50%;
    	float: right;
}

.simple_block h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	width: 315px;
	margin-bottom:10px;
}

.super_special_block_cooling {
	float: left;
	font-size: 16px;
	border-top: 5px solid #96e0f4;
	width: 180px;
	margin-right: 20px;
	padding-top: 5px;
}

.super_special_block_heating {
	float: left;
	font-size: 14px;
	border-top: 5px solid #f57878;
	width: 166px;
	padding-top: 5px;
}

.super_special_block_cooling span, .super_special_block_heating span {
	font-weight: 700;
	font-size: 16px;
}

.super_special_block_rrp {
	clear: both;
	border-top: 2px solid #dddddf;
	font-size: 14px;
	text-decoration: line-through;
	font-weight: 700;
	margin-top: 50px;
	padding-top: 10px;
	width:365px;
}

.super_special_block_special_price {
	color: #ed0000;
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.super_special_block_special_price span {
	display:block;
	color: #ed0000;
    	font-size: 14px;
    	margin-bottom: 15px;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}
.claim-btn a {
	width:177px;
	color: #000;
    	background: #ffee90;
    	border: 2px solid #f4d00d;
    	text-align: center;
    	padding: 5px 10px;
    	margin-bottom: 20px;
    	font-size: 18px;
    	font-weight: 600;
    	font-family: 'Raleway', sans-serif;
    	text-decoration: none;
    	margin-right: 10px;
	display:block;
}
.claim-btn a:hover {
	background:#f5d10d;
}
.request-btn a {
	width:177px;
	color: #000 !important;
    	background: none;
    	border: 2px solid #ed0000;
    	text-align: center;
    	padding: 5px 10px;
	margin-top:75px;
    	margin-bottom: 20px;
    	font-size: 18px;
    	font-weight: 600;
    	font-family: 'Raleway', sans-serif;
    	text-decoration: none !important;
    	margin-right: 10px;
	display:block;
	clear:both;
}
.request-btn a:hover {
	background:#ed0000;
	color:#fff !important;
}
.ask a {
	color: #ed0000;
    	font-size: 14px;
    	text-decoration: underline;
	margin-left: 190px;
	position: relative;
    	top: -50px;
}
.mobileask {
    display: none;
}
.gold_image {
	/*position: absolute;
    	top: 90px;
    	right: 15px;*/
}
.gold_image img, 
.gold_image_2 img {
	float:right;
}
.finance {
	border-top: 2px solid #dddddf;
    	width: 355px;
   	padding-top: 15px;
    	margin-top: -20px;
	margin-bottom: 20px;
}
.warranty {
	width: 355px;
}
.warranty ul {
	margin-left:17px;
}
.warranty ul li {
	color: #717171;
    	text-decoration: underline;
    	font-size: 14px;
    	margin-bottom: 5px;
}
.logo {
	margin-top: 10px;
	float: right;
    	clear: both;
}
.logo img {
	width:172px;
}
.simple_block {
	border: 3px solid #f4d00d;
    	position: relative;
	margin-bottom:30px;
	clear: both;
}
.simple_block .logo {
	margin-top:0;
}

.simple_block .super_special_block h2 {
	color: #000;
	background:none;
}
h2.no-title {
	margin-bottom:30px;
}
.mobile-more-btn {
	display:none;
}
.entry-content a {
	color:red;
	text-decoration:underline;
}

.section-1 .wrap {
    	background-color: #fff;
    	height: 330px;
    	padding: 30px 25px;
    	margin-top: 25px;
}
.section-1 {
    	height:380px;
	padding-top:1px;
	margin-bottom:-30px;
}
.section-2 {
	height:135px;
}
.section-2 .panel-first-child {
	max-width: 931px;
	margin: 0 auto;
}
.section-2 h3 {
	float: left;
    	color: #c7bc7e;
    	padding-top: 40px;
    	margin: 0;
    	margin-right: 60px;
    	font-size: 28px;
}
.section-2 img {
    	float: left;
    	margin-top: 15px;
    	margin-right: 60px;
}
.section-4 {
	background: #f4f4f4;
    	padding-top: 25px;
    	padding-bottom: 45px;
	margin-bottom:-30px;
}
.section-5 {
    	padding-top: 30px;
	text-align: center;
    	font-family: 'Raleway', sans-serif;
    	font-size: 18px;
}
.section-5 h3, blockquote h3{
    	font-size: 18px;
    	background: url(images/testimonial_border.png) no-repeat center top;
    	padding-top: 15px;
}
.section-5 .panel-first-child {
	width: 895px;
	margin: 0 auto;
}
.section-6 {
	padding-top: 50px;
}
.claim-btn a {
	text-decoration:none;
}
.mobile-logo {
	display:none;
}
.finance-offer p {
	text-align: center;
    	width: 325px;
    	margin: 0 auto;
    	position: relative;
	top: -115px;
    	left: -15px;
    	color: #000000;
}
.finance-offer a.button {
	float: right;
    	margin-right: 25px;
    	top: -150px;
	position:relative;
}
.page-id-703 .finance-offer a {
	display:none;
}
.page-id-703 .finance-offer p {
	width: 560px;
	top: -100px;
    	left: 115px;
}
body .collapseomatic_excerpt, .collapseomatic_content {
	color: #717171;
    	font-size: 14px;
    padding-bottom: 8px !important;
}
.collapseomatic_content li {
    list-style-type: none;
}
.collapseomatic {
	color: #717171;
    	text-decoration: underline;
	padding-bottom: 2px!important;
	display: inline-block;
}
.collapseomatic_indent {
    margin-left: 15px;
}


.view-close-up a {
	width: 105px;
    	height: 25px;
    	float: right;
	display:block;
	color:#9e9e9e;
	font-size:10px;
	background:url("images/search.jpg") no-repeat;
	background-position: 1px 3px;
    	padding-left: 20px;
	text-decoration:none !important;
	font-weight: bold;
	clear:both;
	margin-top:10px; 
}


ul.ticks li {
   list-style-type: none !important;
    background: url('/site/wp-content/uploads/goldstar_web_tick1.png') no-repeat 10px 0px;
    min-height: 35px;
    padding-left: 50px !important;
    margin-top: 1em !important;
}

.section-2 h3.widget-title {
    display:none;
}
    /* contact us page - background on contact form */
#pgc-21-1-0 {
    background-color: #EAEAEA;
    padding-bottom: 20px;
}

#faqbottomofform {
    margin-top: 50px;
}

#faqbottomofform li {
    list-style-type: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 680px;
	}

	.nav-primary .wrap {
		max-width: 980px;
	}
	
	.home_featured_right {		
		width: 400px;
	}
	
	.home_featured_left p {
		margin-bottom: 10px;
	}
	
	.home_widget_1, .home_widget_2 {
		margin-right: 15px;		
	}

	.home_widget_2 .button {   
    margin: 32px auto 0;
    line-height: 1.3;
    float: none;
    width: 225px;
}
	
	.paying_options_block {
		background-size: contain;
		padding: 240px 0 0 10px;
	}
	
	.paying_options_block img {
		margin-right: 10px;
	}
	
	.paying_options_block p {
		margin-right: 10px;
		width: 330px;
	}
	
	.paying_options_block a {
		width: 140px;
	}
	
	.home_contact_area_left h6 {
		font-size: 20px;
	}
	
	.special_product_block_content {
		padding: 15px 0px 15px 15px;
	}
	
	.product_block {
		height: 560px;
	}
	
	.product_block_2 {
		height: 440px;
	}

	.genesis-nav-menu a {
		padding: 5px 12px;
	}

	.paying_options_block img {
		margin-right: 10px;
		width: 155px;
	}

	.choose_block_left, .choose_block_right {
		margin-top: 0;
	}

	.special_product_block {
		height: 640px;
	}
	.gold_image img, 
	.gold_image_2 img {
   		width: 260px;
	}
	
	.finance-offer p {
		width: 280px;
		top: -100px;
    		left: -5px;
	}
	.finance-offer a {
		margin-right: 15px;
	} 
	.page-id-703 .finance-offer p {
    		width: 440px;
    		left: 90px;
	}
	.button {
		margin-right:10px;
	}
	.margin-btn {
		width: 310px;
    		font-size: 18px;
    		height: auto;
	}
	.finance-offer a.button {
		min-width:175px;
	}
	/*.view-close-up a {
		margin-top: -70px;
	}*/
	.logo img {
    		width: 172px;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 3%;
		padding: 4rem 3%;
	}

	.home .site-inner {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 3%;
		padding-right: 3%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.footer_area_left {
		float: none;
		width: 100%;
	}
	.home_featured_left {
		float: none;
		width: 100%;
	}
	
	.home_featured_area {
		height: 575px;
	}
	
	.home_featured_right {
		clear: both;
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.home_featured_left {
		padding-top: 20px;
	}
	
		
	.title-area {
		float: none;
		margin: 0 auto;
		padding: 10px 0;
		padding: 1rem 0;
		width: 210px;
	}
	
	#header_text {
		padding: 0;
	}
	
	.site-header .widget-area {
		width: 100%;
	}
	
	.nav-primary .wrap {
		max-width: 100%;
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.genesis-nav-menu a {
		font-size: 13px;
		padding: 5px 5px;
	}
	
	.sidebar {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 230px;
	}
	
	.home_widget_1, .home_widget_2 {
		margin-right: 15px;
	}
	
	.home_widget_1, .home_widget_2, .home_widget_3 {
		float: none;
		width: 220px;		
		margin: 0 auto 40px;
	}
	.home_widget_1 .button,
	.home_widget_2 .button,
	.home_widget_3 .button {
		width: auto;
		min-width: 220px;
	}
	.sidebar .menu li a {
		font-size: 16px;
	}

	.content {
		float: none;
		width: 100%;
	}

	.special_product_block {
		height: 545px;
	}

	.product_block {
		height: 460px;
	}

	.product_block_2 {
		height: 364px;
	}

	.home_widget_1 {
		margin-left: 25px;
	}

	.home_featured_area {
		padding: 0 25px;
		margin-top: 0;
	}
	.gold_image img,
	.gold_image_2 img {
		width: 285px;
	}
	.section-1 {
		height:auto;
	}
	.section-1 .wrap {
		height:auto;
		padding: 0px 25px 20px;
    		margin-top: -1px;
	}
	.panel-grid-cell {
		float:left !important;
		width:100% !important;
	}
	#pgc-1051-2-0, #pgc-1051-2-1, #pgc-1051-2-2 {
    		width: 33.333% !important;
	} 
	.pump_dealer_right {
		margin: 0 auto;
    		width: 500px !important;
    		float: none !important;
	}
	.section-5 .panel-first-child {
		width: 100%;
		padding: 0 30px;
	}
	.section-6 {
		padding-top:0;
	}
	.home_contact_area_left {
		padding:20px;
	}
	.home_contact_area_right {
		width:400px;
		float:none;
		margin:0 auto;
	}
	.page-id-703 .finance-offer p {
    		width: 500px;
    		left: 95px;
	}
	.finance-offer p {
		width: 280px;
		top: -110px;
    		left: -5px;
	}
	.button {
		margin-bottom:10px;
	}  
	.home_widget_3 img {   
	    max-width: none;
	    margin-left: -15px;
	}
	.home_widget_3 .button {
		margin-top: 61px;
	}
	.margin-btn {
		margin-left: 20px;
	}
	/*.view-close-up a {
		margin-top: -55px;
	}*/
	.logo img {
    		width: 172px;
	}
	.section-2 h3 {
    		float: none;
    		margin: 0 auto;
    		padding-top: 0;
    		width: 210px;
	}
	.section-2 h3.widget-title {
 	margin-top: 15px;
    	display:block;
    	}  
    	.section-2 .textwidget h3 {
        display:none;
   	 }
	#daikinlogo {
  	  margin-right:0px;
	}
	.section-2 .textwidget {
 	 max-width: 631px;
 	 margin:0 auto;
	}

	.section-2 {
 	   height: 145px;
	}
}


@media only screen and (max-width: 736px) {
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
		background-color: #363636;
		background: -webkit-linear-gradient(#5f5f5f, #363636);
		background: -o-linear-gradient(#5f5f5f, #363636);
		background: -moz-linear-gradient(#5f5f5f, #363636);
		background: linear-gradient(#5f5f5f, #363636);
		padding: 10px 0 7px;
		margin-bottom: 10px;		
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.title-area {
		float: none;
		margin: 0 auto;
		padding: 10px 0;
		padding: 1rem 0;
		width: 210px;
	}
	
	.nav-primary {
		padding: 10px 0;
		text-align: center;
	}
	
	.special_product_block_content {
		width: 55%;
	}
	
	.special_product_block_content_right {
		width: 40%;
	}
	
	.nav-primary {
		background: #000;
		padding: 0;
	}
	
	.nav-primary .wrap {		
		padding-left: 0;
		padding-right: 0;
	}
	
	.genesis-nav-menu a {
		font-size: 14px;
	}
	
	.genesis-nav-menu .menu-item {
		border-top: 1px solid #3b3841;
		border-bottom: 1px solid #3b3841;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu .menu-item {
		border: none;
		padding-left: 20px;	
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		border-bottom: 2px solid #3b3841;
		border-left: 0;
	}
	
	.genesis-nav-menu .sub-menu a {
		  padding: 6px 10px;
		  padding: 0.6rem 1rem;
	}
	
	#menu-item-132 a {
		border-bottom: 0;		
	}
	
	#menu-item-22 a {
		border-bottom: 1px solid #3b3841;
	}

	.special_product_block {
		width: 100%;
	}

	.paying_options_block {
		padding: 235px 0 0 15px;
		height: 385px;
	}

	#menu-item-136 a, #menu-item-878 a {
		border-bottom: 0;
	}
	.ask a {
		top: 0;
		margin-left:0;
	}
	.finance {
		width:100%;
		margin-top: -15px;
	}
	.warranty {
    		width: 100%;
	}
	.logo {
		float:left;
		margin-top:0;
		display:none;
	}
	.mobile-logo {
		display:block;
		float:none;
		margin:0 auto;
		width:170px;
	}
	.super_special_block_rrp {
		width: 100%;
	}
	.internal_content_area h1 {
		font-size: 20px;
	}
	h2.no-title {
		font-size: 16px;
	}
	.claim-btn a {
		float:none;
		margin: 0 auto 35px;
		clear:both;
		z-index: 2;
	}
	.request-btn a {
		float:none;
		margin: 0 auto 35px;
		clear:both;
		position:relative;
		top:15px;
		z-index: 2;
	}
	.ask a {
		display:none;
	}
	.mobileask {
	    display: block;
	    margin:15px auto 0;
	    width: 120px;
	    text-align:center;
	}
	.logo {
		position: absolute;
    		top: -18%;
    		left: 20%;
	}
	.simple_block .logo {
		display:none;
	}
	.mobile-more-btn {
		width: 100%;
		height: 38px;
    		background-color: #dddddf;
    		display: block;
    		cursor: pointer;
    		color: #000000;
    		text-align: center;
    		padding: 3px 10px 3px;
    		line-height: 2.3;
    		font-weight: bold;
    		font-size: 14px;
		text-transform: capitalize;
		margin-bottom:20px;
	}
	.mobile-info {
		display:none;
    		width: 100%;
    		background-color: #dddddf;
    		padding: 15px;
    		height: auto;
		margin-top: -20px;
	}
	.page-id-1124 .sidebar {
		display:none;
	}
	.section-2 {
    		height: auto;
		padding:20px;
	}
	.section-2 .panel-first-child {
    		width: 100%;
	}
	
	.section-2 img {
		float: none;
    		margin: 0px auto 10px;
    		padding-top: 15px;
    		width: 165px;
    		text-align: center;
    		display: block;
	}
	.home_widget_1, .home_widget_2, .home_widget_3 {
		width: 280px;		
	}
	.home_widget_1 {
	     margin-left: auto;
	}
	#pgc-1051-2-0, #pgc-1051-2-1, #pgc-1051-2-2 {
    		width: 100%!important;
	}
	.home_widget_1 h3, .home_widget_2 h3, .home_widget_3 h3 {
		text-align:center;
	}
	.home_widget_1 p, .home_widget_2 p, .home_widget_3 p {
		text-align:center !important;
	}
	.home_widget_3 .button {
		margin-top: 37px;
	}
	.pump_dealer_right {
		width: 100% !important;
	}
	.finance-offer p {
		width: 100%;
		top: 0;
    		left: 0;
    		font-weight: bold;
	}
	.finance-offer a.button {
		float:none;
		top: 10px;
		margin: 10px auto 30px;
    		width: 255px !important;
	}
	.page-id-703 .finance-offer p {
    		width: 100%;
    		top: 0;
    		left: 0;
    		margin-bottom: 20px;
    		font-weight: bold;
	}
	.button {
		float:none;
		margin:0 auto 20px;
	}
	.home_widget_2 .button {
		margin: 32px auto 0;
	}	
	.margin-btn {
    		width: 260px;
    		font-size: 18px;
    		height: auto;
    		float: none;
    		margin: 0 auto;
	}
	a.yellow-btn {
    		float: none;
    		margin: 0 auto;
    		width: 250px;
    		height: auto;
	}
	.gold_image, 
	.gold_image_2 {
		width: 50%;
		position:absolute;
		top:0;
    		right: 15px;
	}
	.gold_image{
		margin-top:85px;
	}
	.gold_image_2 {
    		margin-top:40px;
	}
	.gold_image, 
	.gold_image_2 img {
		max-height:180px;
		width: auto;
	}
	.super_special_block_cooling {
		float:none;
		margin-bottom: 20px;
	}
	.super_special_block_heating {
		float:none;
	}
	.super_special_block_rrp {
		margin-top:15px;
	}
	.super_special_block h2 {
		width:45%;
	}
	.simple_block h2 {
		width:45%;
	}
	.super_special_block_rrp {
		border-top: 0;
	}
	.block-left {
    		width: auto;
    		float: none;
	}
	.block-right {
    		width: auto;
    		float: none;
	}
	#daikinlogo {
  	  	margin-right:auto;
	}
	.view-close-up a {
		margin-top:10px;
	}
}

@media only screen and (max-width: 670px) {
	.suppliers_section .wrap {
		width: 100%;
	}
	

	#nav_menu-3 {
		float: none;
		text-align: left;
		width: 100%;
	}
	
	.site-inner {
		padding: 40px 5% 0;
		padding: 4rem 5% 0;
	}
	
	.home_contact_section {
		padding: 50px 20px;
	}
	
	.paying_options_block {
		background: url(images/paying_options_img.jpg) no-repeat #E5E5E5;
		padding: 215px 0 0 0;
		height: 415px;
		background-size: contain;
	}
	
	.paying_options_block img {
		float: none;
		clear: both;
		width: 200px;
		margin: 0 auto;
		text-align: center;
		display: block;	
	}
	
	.paying_options_block p {
		width: 100%;
		margin: 20px auto;
		clear: both;
		float: none;
		padding: 0 20px;
	}
	
	.paying_options_block a {
		float: none;
		margin: 0 auto;
	}
	
	.choose_block_left {
		margin-top: 0;
	}
	
	.choose_block_right {
		margin-top: 0;
		padding-right: 20px;
	}
	
	.choose_block_left a {
		width: 280px;
		height: 68px;
	}
	
	.internal_content_area {
		padding: 0 20px;
	}
	
	.product_cooling, .product_heating {
		width: 45%;
	}
	
	.special_product_block {
		width: 630px;
	}
	
	.product_block {
		height: 540px;
	}
	
	.product_block_2 {
		height: 430px;
	}

	.special_product_block {
		width: 100%;
	}

	.special_product_block {
		height: 665px;
	}

	.product_block {
		height: 580px;
	}

	.product_block_2 {
		height: 470px;
	}
	.logo img {
    		width: 172px;
	}
}
@media only screen and (max-width: 570px) {
	.gold_image {
		width: 50%;
	}
	.gold_image img {
    		float: right;
	}
	.gold_image_2 {
		width: 50%;
	}
	.gold_image_2 img {
    		float: right;
	}
	.super_special_block_rrp {
		border-top: 2px solid #dddddf;
	}

	body .gform_wrapper input, 
	body .gform_wrapper select,  
	body .gform_wrapper textarea.textarea {
    		width: 98% !important;
	}
	blockquote {
		margin: 0px;
		margin: 0rem;
	}
	
	.site-footer .widget {
		float:left;
		width:100%;
		text-align:center;
	}
	
	
}

@media only screen and (max-width: 415px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	#header_text {
		font-size:14px;
	}
	
	.site-header .wrap {
		background: none;
	}
	
	.home_featured_area {
		height: 705px;
	}
	
	.pump_dealer_left {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	
	.pump_dealer_right {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	.home_contact_area_left {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.home_contact_area_right {
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	
	.paying_options_block {
		padding: 140px 0 0 0;
		height: 365px;
	}
	
	.special_product_block {
		border-left: 0;
		border-right: 0;
	}
	
	.special_product_block {
		width: 100%;
	}
	
	.product_description_area {
		display: none;
	}
	
	.product_description_area_mobile {
		display: block;
	}
	
	h2 {
		font-size: 24px;
	}

	.special_product_block_content {
		float: none;
		width: 100%;
	}

	.special_product_block_content_right {
		float: none;
		width: 280px;		
		margin: 0 auto;
		text-align: center;
	}

	.special_product_block {
		height: 810px;
	}

	.product_block {
		height: 780px;
	}

	.product_block_2 {
		height: 630px;
	}

	.choose_block_left {
		float: none;
		width: 100%;
	}

	.choose_block_right {
		float: none;
		width: 210px;
		margin: 0 auto;
	}

	.special_product_block_content a {
		display: block;
	}
	#FSContact1 form input {
		width:250px !important;
	}
	#FSContact1 {
		width:240px !important;
	}
	.gold_image {
		right: 0;
   		left: 8px;
	}
	.gold_image img {
    		width: 135px;
		float: none;
	}
	.gold_image_2 {
		right: 0;
   		left: 8px;
	}
	.gold_image_2 img {
    		width: 135px;
		float: none;
		max-height:110px;
	}

	.super_special_block {
		margin-top: 20px;
	}
	.super_special_block h2 {
		font-size: 16px;
    		line-height: 20px;
		width: 48%;
    		float: right;
		height: 100px;
	}
	.simple_block h2 {
		font-size: 16px;
    		line-height: 20px;
		width: 48%;
    		float: right;
		height: 100px;
	}
	.super_special_block_cooling {
		width: 130px;
    		clear: both;
		margin-top: 10px;
		font-size: 13px;
		float:left;
		margin-bottom:0;
	}
	.super_special_block_heating {
		width: 130px;
		font-size: 13px;
		margin-top: 10px;
		float:left;
	}
	.super_special_block h2 {
		text-align: center;
	}
	.super_special_block h3 {
		text-align: center;
	}
	.super_special_block_special_price {
		font-size: 16px;
    		margin-top: -20px;
    		width: 140px;
		float: right;
	}
	.super_special_block_special_price span {
		font-size: 11px;
	}

	.logo {
		position: absolute;
    		top: -18%;
    		left: 20%;
	}
	.simple_block .logo {
		display:none;
	}
	.view-close-up a {
		display:none;
	}
}

@media only screen and (max-width: 375px) {
	.special_product_block {
		height: 840px;
	}

	.product_block {
		height: 840px;
	}

	.product_block_2 {
		height: 675px;
	}
}

@media only screen and (max-width: 320px) {
	.home_featured_area {
		height: 740px;
	}

	#qoute_btn {
		float: none;
		width: 280px;
		margin: 0 auto 20px;
	}

	#warranty_btn {
		width: 280px;
		height: 64px;
	}

	.paying_options_block {
		padding: 140px 0 0 0;
		height: 405px;
	}

	.special_product_block {
		height: 900px;
	}

	.product_block {
		height: 900px;
	}

	#more_pumps {
		margin-top: 35px;
		margin-bottom: 0px;
	}

	.product_block_2 {
		height: 735px;
	}
	.gold_image img {
    		/*width: 135px;*/
	}
	.super_special_block h2 {
		font-size: 16px;
    		line-height: 20px;
		width: 100px;
    		float: right;
		height:auto;
	}
	.simple_block h2 {
		font-size: 16px;
    		line-height: 20px;
		width: 100px;
    		float: right;
		height:auto;
	}
	.super_special_block_cooling {
		width: 105px;
    		clear: both;
		margin-top: 10px;
		font-size: 13px;
	}
	.super_special_block_heating {
		width: 105px;
		font-size: 13px;
		margin-top: 10px;
	}
}