/*	Theme Name: AlFresco	Description: AlFresco website template*/
/* ---------------------------	reset--------------------------- */

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
address,
cite,
q,
dfn {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
a,
ins,
del {
    text-decoration: none
}
q,
blockquote {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
th,
td {
    vertical-align: top;
}
th {
    text-align: left;
}
button,
input,
select,
textarea {
    font: inherit;
}
pre,
code,
var,
samp,
kbd {
    font-family: monospace, sans-serif;
}
/* --------------------------	default-------------------------- */

:focus {
    outline: none;
}
a:focus {
    color: #D12514;
}
@font-face {
    font-family: 'allerbold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_bd-webfont.woff') format('woff'), url('fonts/aller_bd-webfont.ttf') format('truetype'), url('fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aller_lightregular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_lt-webfont.woff') format('woff'), url('fonts/aller_lt-webfont.ttf') format('truetype'), url('fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-y: scroll;
}
body {
    font: normal 16px/22px aller_lightregular, arial, verdana, sans-serif;
    color: #666;
    background: #fff;
    /*min-width:1018px;*/
}
a {
    color: #666;
    text-decoration: none;
}
.inner p a,
.content a:hover,
a:hover {
    text-decoration: underline;
}
menu-header li {
    list-style: none;
    display: inline;
}
menu-header li {
    list-style: none;
    display: inline;
}
li a {
    color: inherit;
}
.ulli li {
    padding-top: 10px;
}
button {
    cursor: pointer;
}
img {
    display: block;
}
cite {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
p {
    margin: 0;
    padding: 0 0 10px;
}
/* Headers */

h2,
h3,
h4,
h5,
dt,
strong {
    font-weight: normal;
    font-family: allerbold;
}
h2.xlarge {
    padding-left: 38px;
    font-size: 85px;
    color: #D4D7D3;
    line-height: 83px;
}
h2.vertical-space {
    margin: -20px 0 70px;
}
h3 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 35px;
    color: #00828E;
    font-family: aller_lightregular;
}
.home h3 {
    color: #666;
}
h4 {
    color: #00828E;
    padding: 5px 0;
}
/* --------------------------	layout-------------------------- */

#header {
    padding: 30px 40px 0 40px;
    background: #F0F1F0;
}
#header h1 a {
    float: right;
    display: block;
    /*margin-right:38px;*/
    
    width: 186px;
    height: 58px;
    text-indent: -9999px;
    background: url(/wp-content/uploads/2016/11/alfrescologo.png);
}
#nav {
    padding: 24px 38px 0 38px;
}
#nav li {
    margin-right: 20px;
}
#nav a {
    text-decoration: none;
    line-height: 22px;
}
#nav a:hover,
#nav .active a {
    color: #000;
}
#nav .active a {
    border-bottom: 1px solid #00828E;
}
.order-tip {
    margin-bottom: 20px;
    background: #B8BCB6;
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.order-tip a {
    /*display:inline-block;	background:url(images/button-order.png) no-repeat;	width:156px;*/
    
    height: 35px;
    margin: 0 5px 0 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.order-tip a.no-button {
    color: #FFF;
    background: none;
    text-indent: 0px;
    font-size: 20px;
    font-weight: bold;
    width: 126px;
}
#footer > div {
    background: url(images/footer-madeinirl.png) left top no-repeat;
    text-align: right;
}
#footer nav {
    font-size: 14px;
    border-bottom: 1px solid #DBDDDA;
    padding: 20px 0;
}
#footer nav ul {
    float: right;
}
#footer nav li {
    display: block;
    float: left;
}
#footer nav li:first-child a {
    border: 0;
}
#footer nav a {
    color: #666;
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #B8BCB6;
}
#footer nav .active a {
    color: #000;
    text-decoration: underline;
}
#footer p {
    font-size: 12px;
    padding: 15px 0;
    color: #B8BCB6;
}
#footer p a {
    color: #B8BCB6;
    margin: 0 15px;
}
#footer p a:last-child {
    margin-left: 2px;
}
#footer .seo-nav {
    font-size: 11px;
    padding: 20px 0;
}
#footer .seo-nav ul {
    float: right;
}
#footer .seo-nav li {
    display: block;
    float: left;
}
#footer .seo-nav li:first-child a {
    border: 0;
}
#footer .seo-nav a {
    color: #999;
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #B8BCB6;
}
#footer .seo-nav .active a {
    color: #000;
    text-decoration: underline;
}
#footer .foot-note {
    float: left;
    width: 100%;
    border-bottom: 1px solid #DBDDDA;
    margin-bottom: 5px;
}
#footer .foot-note p {
    font-size: 12px;
    padding: 15px 0;
    color: #666;
}
#footer .foot-note p a {
    color: #666;
    margin: 0 15px;
}
#footer .foot-note p a:last-child {
    margin: 0;
}
/* --------------------------	grids-------------------------- */

.wrap {
    /*	background:url(images/grid.png);*/
    
    width: 988px;
    margin: 0 auto;
    position: relative;
}
.wrap-arrow-down {
    background: url(images/down-arrow.png) left bottom no-repeat;
    margin-bottom: -30px;
    padding-bottom: 20px;
}
[class*="col"] {
    float: left;
}
.col1 {
    width: 38px;
}
.col2 {
    width: 76px;
}
.col3 {
    width: 114px;
}
.col4 {
    width: 152px;
}
.col5 {
    width: 200px;
}
.col6 {
    width: 228px;
}
.col7 {
    width: 266px;
}
.col8 {
    width: 304px;
}
.col9 {
    width: 342px;
}
.col10 {
    width: 380px;
}
.col11 {
    width: 418px;
}
.col12 {
    width: 456px;
}
.col13 {
    width: 494px;
}
.col14 {
    width: 532px;
}
.col15 {
    width: 570px;
}
.col16 {
    width: 608px;
}
.col17 {
    width: 646px;
}
.col18 {
    width: 684px;
}
.col19 {
    width: 722px;
}
.col20 {
    width: 760px;
}
.col21 {
    width: 798px;
}
.col22 {
    width: 836px;
}
.col23 {
    width: 874px;
}
.col24 {
    width: 912px;
}
.col25 {
    width: 950px;
}
.offset1 {
    margin-left: 38px;
}
.offset2 {
    margin-left: 66px;
}
.offset3 {
    margin-left: 114px;
}
.offset11 {
    margin-left: 38px;
}
/* --------------------------	specific-------------------------- */

.clear {
    clear: both;
    height: 20px;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.prev,
.next {
    max-width: 49%;
}
.prev,
.alignleft,
.pull-left {
    float: left;
    text-align: left;
}
.next,
.alignright,
.alignright00,
.pull-right {
    float: right;
    text-align: right;
}
.alignleft {
    margin: 0 30px 30px 0;
}
.alignright00 {
    margin: 0 0 30px 30px;
}
.alignright {
    margin: 0 0 30px 30px;
}
.outer {
    padding: 40px 0;
}
.outer:nth-child(odd) {
    background: #F0F1F0;
}
.outer:nth-child(even) {
    background: #fff;
}
.inner {
    padding: 0 38px;
}
.content-bordered {
    border-top: 4px solid #D12514;
    padding-top: 25px;
}
.content-narrow {
    margin: 0 152px;
}
.content-narrow h3 {
    padding-top: 10px;
}
.content ul {
    margin: 0;
    padding: 0 0 20px 23px;
}
.content em a {
    font-style: normal;
    color: #D12514;
    text-decoration: none;
}
.content table {
    table-layout: fixed;
}
.content table a {
    font-family: allerbold;
    font-size: 16px;
    color: #D12514;
}
.content table td {
    padding: 0 38px;
}
.content table {
    margin-top: 20px;
}
.content table table h4 {
    padding: 0;
}
.content table table small {
    font-size: 11px;
}
.content table td {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    white-space: nowrap;
    line-height: 20px;
    vertical-align: middle;
}
.content table td:first-child {
    text-align: left;
    color: #B2B2B2;
    padding-left: 0;
    font-size: 12px;
    width: 25%;
}
.content table table tr:last-child td {
    border: 0;
}
.content table input[type="submit"] {
    font-family: allerbold;
    font-size: 16px;
    background: none;
    padding: 0;
    border: 0;
    color: #D12514;
    cursor: pointer;
}
.content table input[type="submit"]:hover {
    text-decoration: underline;
}
.more {
    clear: both;
    font-size: 12px;
    text-align: right;
}
.more a {
    color: #D12514;
    display: inline-block;
    padding: 5px 25px 5px 0;
    background: url(images/red-right-arrow.png) right 6px no-repeat;
}
/* ------- Home ------- */

.home #main .wrap {
    background-image: url(images/down-arrow.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.home #main .our-heaters .wrap {
    background-image: none;
}
.home .intro {
    padding-top: 20px;
}
.home .hype-container {
    width: 988px;
    margin: 0 auto 20px;
}
.home .quotes {
    width: 535px;
    margin-left: 262px;
}
.home .quotes img {
    float: left;
}
.home .quotes-slider {
    float: right;
    width: 265px;
    background: #B8BCB6;
    color: #fff;
    height: 250px;
}
.home .quotes-slider .bx-wrapper {
    height: 245px;
}
.home .quotes-slider li {
    padding: 10px;
    display: block;
}
.home .quotes-slider .bx-pager {
    position: absolute;
    left: 90px;
    bottom: 10px;
}
.home .quotes-slider .bx-pager a {
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.home .quotes-slider .bx-pager .pager-active {
    background: #D12514;
}
.home .why-alfresco .col15 {
    padding-top: 64px;
}
.home dl {
    float: left;
    padding-left: 70px;
    width: 215px;
    margin: 0;
}
.home dl.three-times-greater {
    background: url(images/why-af-1.png) left top no-repeat;
}
.home dl.energy-efficiency {
    background: url(images/why-af-2.png) left top no-repeat;
}
.home dl.comfort {
    background: url(images/why-af-3.png) left top no-repeat;
}
.home dl.warmth-targeting {
    background: url(images/why-af-4.png) left top no-repeat;
}
.home dt {
    margin-bottom: 5px;
}
.home dt a {
    color: #00828E;
}
.home dd {
    padding-right: 20px;
}
.home .our-heaters .col13 {
    margin-top: 37px;
}
.home .hotspots {
    background: url(images/hotspots-bg.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    color: #00828E;
    height: 380px;
}
.home .hotspots .bx-prev,
.home .hotspots .bx-next {
    text-indent: -9999px;
    display: block;
    width: 24px;
    height: 38px;
    position: absolute;
    bottom: 50px;
    z-index: 700;
}
.home .hotspots .bx-prev {
    background: url(images/pager-prev.png);
    left: 210px
}
.home .hotspots .bx-next {
    background: url(images/pager-next.png);
    right: 210px
}
.home .hotspots .bx-pager a {
    position: absolute;
    width: 39px;
    height: 39px;
    padding: 20px;
    text-indent: -9999px;
    display: block;
    background: url(images/hotspot-dot.png) center no-repeat;
    z-index: 900;
}
.home .hotspots .bx-pager .pager-1 {
    top: 90px;
    left: 115px;
}
.home .hotspots .bx-pager .pager-2 {
    top: 50px;
    left: 235px;
}
.home .hotspots .bx-pager .pager-3 {
    top: 75px;
    left: 466px;
}
.home .hotspots .bx-pager .pager-4 {
    top: 110px;
    right: 313px;
}
.home .hotspots .bx-pager .pager-5 {
    top: 75px;
    right: 194px;
}
.home .hotspots li {
    position: relative;
    display: block;
    list-style: none;
    height: 300px;
    padding: 85px 0 20px 40px;
}
.home .hotspots li > div {
    width: 390px;
    position: absolute;
    left: 340px;
    top: 290px;
}
/*	Applications*/

.applications .content-bordered {
    width: 535px;
}
.applications .content-narrow ul {
    overflow: hidden;
    zoom: 1;
}
.applications .content-narrow li {
    float: left;
    width: 324px;
    height: 30px;
}
/*	Contact*/

.contact-us .content {
    margin-top: 25px;
}
.contact-us address {
    padding: 10px 0 20px 0;
}
/*	Why Alfresco*/

.why-alfresco .quote {
    float: left;
    width: 280px;
    color: #099;
    border-top: 4px solid #D12514;
    padding-top: 20px;
}
.why-alfresco .three-times-greater {
    background: url(images/bg-three-times-greater.png) 20px top no-repeat;
}
.why-alfresco .three-times-greater .content {
    padding-left: 266px;
}
.why-alfresco .energy-efficiency {
    background: url(images/bg-energy-efficiency.png) right top no-repeat;
}
.why-alfresco .energy-efficiency .content {
    margin: -30px 0;
    padding: 40px 0 0 80px;
    min-height: 370px;
}
.why-alfresco .comfort {
    background: url(images/bg-comfort.png) 50px bottom no-repeat;
}
.why-alfresco .comfort .content {
    padding-left: 330px;
    min-height: 370px;
}
.why-alfresco .warmth-targeting {
    background: url(images/bg-warmth-targeting.png) 700px bottom no-repeat;
}
.why-alfresco .warmth-targeting .content {
    padding: 0 380px 30px 80px;
    min-height: 300px;
    margin-bottom: -30px;
}
/*	Our heaters*/

.our-heaters .content-bordered {
    margin-left: 114px;
}
.our-heaters hr {
    border: 0;
    padding-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
/*	Installation*/

.installation .inner {
    background-image: url(images/down-arrow.png);
    background-position: 38px 250px;
    background-repeat: no-repeat;
}
.installation .content a {
    text-decoration: none;
    display: inline-block;
    background: url(images/red-right-arrow.png) right center no-repeat;
    color: #D12514;
    font-size: 18px;
    padding-right: 30px;
    font-family: 'allerbold';
}
.installation .content a:hover {
    text-decoration: underline;
}
/*	Replacement elements*/

.replacement-elements .intro {
    padding-left: 38px;
}
.replacement-elements .intro table {
    width: auto;
    table-layout: auto;
}
.replacement-elements .intro td {
    width: 228px;
    padding: 0 0 0 76px;
}
.replacement-elements h4 {
    font-size: 16px;
}
/* --------------------------	plugins-------------------------- */

.wpcf7 p {
    padding-bottom: 20px;
    position: relative;
}
.wpcf7 em {
    font-style: normal;
    color: #FD0E0E;
    font-size: 12px;
    font-weight: bold;
}
.wpcf7 small {
    display: block;
    font-size: 12px;
    color: #989898;
    text-align: center;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 368px;
    background: #FAFAFA;
    display: block;
    margin: 1px 0 2px;
    padding: 5px;
    border: 1px solid #aaa;
}
.wpcf7 select {
    width: 368px;
    background: #FAFAFA;
    display: block;
    margin: 1px 0 2px;
    padding: 5px;
    border: 1px solid #aaa;
}
.wpcf7 textarea {
    height: 160px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    padding-left: 25px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input {
    width: auto;
    display: block;
    float: left;
    margin: 3px 0 0 -25px;
}
.wpcf7 .submit {
    text-align: right;
}
.wpcf7 .wpcf7-submit {
    display: inline-block;
    background: url(images/red-right-arrow.png) right center no-repeat;
    color: #D12514;
    font-size: 20px;
    padding-right: 30px;
    width: auto;
    border: 0;
    cursor: pointer;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    background: #444;
    color: #fff;
}
.wpcf7 .wpcf7-mail-sent-ok {
    background: #ccebbc;
}
.wpcf7 .wpcf7-display-none {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    border-color: #e00;
    background: #fdd;
}
.wpcf7 .wpcf7-validation-errors {
    background: #b00 !important;
    color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #e00;
    background: url(images/error.png) left center no-repeat;
    width: 250px;
    padding: 5px 20px;
}
.wpcf7 .wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    display: block;
}
.wpcf7 .wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* * jQuery FlexSlider v2.2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Icon Fonts*********************************/
/* Font-face Icons */

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles*********************************/

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme*********************************/

.flexslider {
    margin: 0 0 0px;
    background: #fff;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    height: 77px;
    width: 50px;
    font-size: 0px;
    left: 10px;
    background: url("images/slider-arrow-sprite.png") no-repeat;
    background-position: 0px 0px;
}
.flex-direction-nav .flex-next {
    height: 77px;
    width: 50px;
    font-size: 0px;
    text-align: right;
    right: 10px;
    font-size: 0px;
    background: url("images/slider-arrow-sprite.png") no-repeat;
    background-position: -50px 0px;
}
.flexslider:hover .flex-prev {
    font-size: 0px;
    opacity: 0.7;
    left: 10px;
    font-size: 0px;
}
.flexslider:hover .flex-next {
    font-size: 0px;
    opacity: 0.7;
    right: 10px;
    font-size: 0px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    font-size: 0px;
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-size: 0px;
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
}
.flex-direction-nav a.flex-next:before {}
/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
        font-size: 0px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
        font-size: 0px;
    }
}
.slides {
    padding-top: 10px;
}
.flex-control-thumbs {
    margin: 0px 0 0;
    position: static;
    overflow: hidden;
    padding: 5px 0 0 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 1;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs li {
    width: 65px;
    height: 65px;
    float: left;
    margin: 5px 5px 0 6px;
    border: 0px;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
    border: 2px solid #e41b23;
    margin: -4px 0px 0px 0px;
    padding: 2px;
}
.firstitem {
    margin: 0 0px 0 0;
}
.lastitem {
    margin: 0 0 0 0px;
}
#sliderbox {
    width: 760px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.listboxarea {
    float: left;
    width: 300px;
}
.listboxarea li {
    margin: 10px 0 10px 0;
}
.galwidth {
    width: 535px;
}
/*========================================    Why Alfresco========================================*/

.why-alfresco .cut-your-bills {
    background: url(images/bg-motion.png) 50px bottom no-repeat;
}
.why-alfresco .cut-your-bills .content {
    padding-left: 330px;
    min-height: 290px;
}
.installation .content a.download-link,
.download-link {
    background: url(images/ico-download.png) left center no-repeat;
    clear: both;
    display: inline-block;
    height: 32px;
    margin-top: 20px;
    padding-left: 40px;
    line-height: 32px;
}
/*===========================================			responsive css				==============================================*/
/*==========dropdown start============*/

.dropdown {
    position: relative;
}
.dropdown-toggle {
    *margin-bottom: -3px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.open {
    *z-index: 1000;
}
.open > .dropdown-menu {
    display: block;
}
.collapse {
    position: relative;
    height: 0;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse.in {
    height: auto;
}
/*==========dropdown end============*/
/*==========nav start============*/

#menu-header {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}
#menu-header > li > a {
    display: block;
}
#menu-header > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse #menu-header .active > a,
.navbar-inverse #menu-header .active > a:hover,
.navbar-inverse #menu-header .active > a:focus {
    color: #000;
    border-bottom: 1px solid #00828E;
}
.navbar-inverse #menu-header li.dropdown.open > .dropdown-toggle,
.navbar-inverse #menu-header li.dropdown.active > .dropdown-toggle,
.navbar-inverse #menu-header li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}
/*==========nav end============*/

#menu-header li ul {
    position: absolute;
    width: 20em;
    left: -999em;
    list-style: none;
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#menu-header li:hover ul {
    left: auto;
}
#menu-header li:hover ul a {
    text-decoration: none;
}
#menu-header li ul:hover li a {
    color: #C72929;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*==========navbar start============*/

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
}
.navbar-inner {
    width: auto;
    text-align: left;
}
.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar-inner:after {
    clear: both;
}
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}
.navbar #menu-header {
    position: relative;
    left: 0;
    display: block;
    float: left;
    padding: 24px 0px 0 0px;
}
.navbar #menu-header > li {
    float: left;
}
.navbar #menu-header > li > a {
    float: none;
    margin-right: 12px;
}
.navbar #menu-header > li > a:hover {
    color: #000;
    left: none;
}
.navbar .btn-navbar {
    display: none;
    float: left;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    cursor: pointer;
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar #menu-header> li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar #menu-header > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.navbar-inverse .brand,
.navbar-inverse #menu-header > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}
#footer-email {
    border-left: 0;
    float: left;
    font-family: aller_lightregular;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}
.inner_content {
    width: auto;
    overflow: auto;
}
.inner_wrap {
    float: left;
    padding: 0 20px;
    text-align: justify;
    width: 289px;
}
.inner_replacement_wrap {
    float: left;
    padding: 0 30px;
    text-align: justify;
    width: 255px;
}
.inner_heater_wrap {
    float: left;
    padding: 0 20px;
    text-align: justify;
    width: 430px;
}
/*========================================    Slider========================================*/

#slider {
    margin: 0;
    padding: 0;
    width: 100%;
}
#slider li {
    display: none;
    list-style: none;
    position: relative;
    ;
    margin: 0;
    padding: 0;
    z-index: 1;
}
#slider li#slide-1 {
    display: block;
}
#slider img {
    position: relative;
    z-index: 1;
}
#slider-container .caption {
    color: #fff;
    font-size: 80px;
    font-family: 'alfrescoheatersregular';
    line-height: 1em;
    position: absolute;
    left: 38px;
    top: 88px;
    z-index: 2;
}
#slider-container .caption span {
    display: block;
}
#slider-container .caption .caption-bottom {
    position: relative;
    top: -60px;
    opacity: 0;
    @opacity-ie: (0);
    filter: ~"alpha(opacity=@{opacity-ie})";
    -webkit-transition: opacity .5s ease-in-out, top .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, top .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, top .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, top .5s ease-in-out;
    transition: opacity .5s ease-in-out, top .5s ease-in-out;
}
#slider-container .caption .caption-bottom.active {
    top: 0;
    opacity: 1;
    @opacity-ie: (1);
    filter: ~"alpha(opacity=@{opacity-ie})";
}
/*** Controls **/

#slider-container .bx-viewport {
    z-index: 1;
}
#slider-container .bx-controls {
    position: relative;
    margin-bottom: -20px;
    top: -40px;
    z-index: 2;
}
#slider-container .bx-pager {
    text-align: center;
    width: 100%;
}
#slider-container .bx-pager div {
    display: inline-block;
    margin: 0 5px;
    height: 18px;
    width: 18px;
}
#slider-container .bx-controls a {
    background: #fff;
    border-radius: 100%;
    display: block;
    text-indent: -9999em;
    height: 100%;
    width: 100%;
}
#slider-container .bx-controls a:hover {
    background: #f43628;
}
#slider-container .bx-controls a.active {
    background: #D12514;
}
#slider-container {
    margin: 0 auto 40px;
    width: 990px;
}
/*========================================    Quote Slider========================================*/

.home .quotes-slider {
    position: relative;
    padding: 0 10px;
    height: auto;
    width: 275px;
}
.home .quotes .bx-viewport {
    z-index: 1;
}
.home .quotes .bx-controls {
    display: none;
}
.home .quotes .bx-pager {
    position: static;
}
.home .quotes li {
    height: 100%;
}
img.ajax-loader {
    width: auto;
}
#header {
    padding: 30px 40px 0 40px;
    background: #9BACB6;
}

.outer:nth-child(2n+1) {
    background: #9BACB6;
}

.navbar-inverse .brand, .navbar-inverse #menu-header > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.order-tip {
    margin-bottom: 20px;
    background: #9BACB6;
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
#menu-header li ul {
        color: #fff;
   
}
.nua-products .woocommerce ul.products li.product, .nua-products .woocommerce-page ul.products li.product {min-height: 400px !important; margin-bottom:80px; }
.nua-products ul.products li.product a.button {position: absolute !important; bottom: 20px; }
.nua-products .attachment-shop_catalog.size-shop_catalog.wp-post-image {
    height: 200px !important;
}

.nua-products .woocommerce ul.products li.product, .nua-products .woocommerce-page ul.products li.product {
background-color: #F7F7F7;
border: 1px solid #dc041f;
}

.nua-products .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.7% 2.992em 0;
}

.nua-products .woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin-left: 30px;
}

.nua-products .woocommerce ul.products li.product .price {
   
    text-align: center;
}
.nua-products .woocommerce ul.products li.product h3 {
   
    text-align: center;
}

.hybrid-design-ceramic-infrared-heating-panels .outer:nth-child(2n) {
display:none;
}

.thb-infrared-heater .outer:nth-child(2n) {
display:none;
}

.thc-infrared-curved-radiant-heater .outer:nth-child(2n) {
display:none;
}

.suninx-mirror-heater .outer:nth-child(2n) {
display:none;
}

.glass-heaters-tcg-450-9016 .outer:nth-child(2n) {
display:none;
}

.suninx-remote-control .outer:nth-child(2n) {
display:none;
}

.suninx-intelligent-host .outer:nth-child(2n) {
display:none;
}

.free-standing-foot .outer:nth-child(2n) {
display:none;
}

.vertical-double-leg-towel-rack .outer:nth-child(2n) {
display:none;
}


.vertical-sterilization-rack .outer:nth-child(2n) {
display:none;
}

.fabrics-drying-rack .outer:nth-child(2n) {
display:none;
}

.shoes-drying-rack .outer:nth-child(2n) {
display:none;
}

.horizontal-double-leg-towel-rack .outer:nth-child(2n) {
display:none;
}

.single-leg-towel-rack .outer:nth-child(2n) {
display:none;
}

.horizontal-sterilization-rack .outer:nth-child(2n) {
display:none;
}

.hybrid-shoes-drying-rack .outer:nth-child(2n) {
display:none;
}

.horizontal-sterilization-rack h2.xlarge {
       font-size: 45px;
}

.single-leg-towel-rack h2.xlarge {
       font-size: 45px;
}

.fabrics-drying-rack h2.xlarge {
       font-size: 45px;
}

.vertical-sterilization-rack h2.xlarge {
       font-size: 45px;
}

.vertical-double-leg-towel-rack h2.xlarge {
       font-size: 45px;
}

.free-standing-foot h2.xlarge {
       font-size: 45px;
}

.suninx-intelligent-host h2.xlarge {
       font-size: 45px;
}


.suninx-remote-control h2.xlarge {
       font-size: 45px;
}

.glass-heaters-tcg-450-9016 h2.xlarge {
       font-size: 45px;
}

.suninx-mirror-heater h2.xlarge {
       font-size: 45px;
}

.thc-infrared-curved-radiant-heater h2.xlarge {
       font-size: 27px;
}

.thb-infrared-heater h2.xlarge {
       font-size: 38px;
}

.hybrid-design-ceramic-infrared-heating-panels h2.xlarge {
       font-size: 45px;
}
.horizontal-double-leg-towel-rack  h2.xlarge {
       font-size: 40px;
}
.hybrid-shoes-drying-rack  h2.xlarge {
       font-size: 45px;
}

.shoes-drying-rack  h2.xlarge {
       font-size: 45px;
}


.nua_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ff0000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ff0000;
	box-shadow:inset 0px 1px 0px 0px #ff0000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f00808), color-stop(1, #b50912) );
	background:-moz-linear-gradient( center top, #f00808 5%, #b50912 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00808', endColorstr='#b50912');
	background-color:#f00808;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #fc0000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:54px;
	line-height:54px;
	width:450px;
	text-decoration:none!important;
	text-align:center;
	text-shadow:1px 1px 0px #240624;
	
}
.nua_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b50912), color-stop(1, #f00808) );
	background:-moz-linear-gradient( center top, #b50912 5%, #f00808 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50912', endColorstr='#f00808');
	background-color:#b50912;
}.nua_button:active {
	position:relative;
	top:1px;
}
.btn-container{
	height:54px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}