﻿/*--------------------------------------------------------
    Ecoflue Stoves

Resets
--------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    html, html a {
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background: #f87e1b;
    color: #fff;
}

::selection {
    background: #f87e1b;
    color: #fff;
}

a, a:visited, a:hover {
    outline: none;
}
body {
    background: #fff;
    font: 13px/1.5 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585858;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    scroll-behavior: smooth;
}


img.responsive {
    width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    overflow-x: auto;
}

.hidden {
    display: none !important;
}

.responsive img {
    width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #585858;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover, a:focus {
    color: #f87e1b;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p a, p a:visited {
    line-height: inherit;
}

/* ----------------- Lists ----------------- */

ul, ol {
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

    ul.styled-list {
        padding: 0;
    }

ol {
    list-style: decimal;
}

    ul li ul, ol li ul, ol li ul, ol li ol {
        margin-bottom: 0;
    }


/* ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    position: relative;
    margin-bottom: 0px;
}

h2 {
    font-size: 36px;
    position: relative;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
}
.text-justify {
    text-align: justify;
}

/* ----------------------------- Navigation ----------------------------- */
nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=80);
    background: #000;
    background: rgba(0,0,0,0.8);
    box-shadow:  rgba(0,0,0,0.05) 0 4px 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: 72px;
}
nav div.ten.columns, nav div.two.columns { float: left;}
nav div.two.columns { width: 13%;}
nav div.ten.columns { width: 87%;}
    .main-menu { padding-left: 0;}
    .main-menu li {
        display: inline;
        margin-left: 2px;
        position: relative;
        margin-bottom: 0;
    }
    .main-menu li:first-of-type {margin-left: 5px;}
    .main-menu a {
        font: normal normal bold 11px/72px 'Open Sans', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 9px 13px;
    }
    nav .main-menu li.top-level { margin-bottom: 0;}
    nav .main-menu li.top-level a:hover,
    nav .main-menu li.top-level:hover a,
    nav .main-menu li.top-level.active a {
        color: #fff;
        background: #f87e1b;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    nav .main-menu li.top-level:hover ul li a { background: none;}

    nav .main-menu li.top-level ul li a:hover
        {
        color: #fff;
        background: none;
        }
ul#nav { margin-bottom: 0;}
#nav li.active a {
	color: #000;
    font-weight: bold;
}

#nav ul {
	display: none;
    position: absolute;
    left: 0;
    padding: 5px;
    list-style-type: none;
	width: 450px;
    background: #000;
    background: rgba(0,0,0,.7);
    z-index: 12;
    margin: 0;
}
#nav ul {
    top: 25px;
}

#nav li:hover > ul {
	display:block;
    z-index: 12;
	width: 450px;
    background: #000;
    background: rgba(0,0,0,.7);
    list-style: none;
}
    #nav li:hover > ul li:hover
     {
        background: #f87e1b;
        font-weight: bold;
        cursor: pointer;
    }
#nav ul li {
	float:none;
	display: inline-block;
	position: relative;
    margin: 0;
    z-index: 13;
    list-style:none;
    width: 49%;
    padding: 0;
    text-align: center;
}
#nav ul li:nth-of-type(2n) { margin-left: 1%;}
    #nav li.top-level > a:after { content:  ' ▽'; }
    #nav li.top-level > a:only-child:after { content: ''; }

.selectnav {
    display: none;
}
/* ----------------------------- Contact Reveal Panel ----------------------------- */
#contact-reveal-button { width: auto; float: right; margin-right: 4%;}
#contact-link-button { text-align: center;}

    .call-to-action-button p {
        line-height: 72px;
    } 
    .call-to-action-button p a {
        padding: 5px 10px; 
    }
    .call-to-action-button.light p a {
        border: 1px solid #fff;
        color: #fff;
    }
    .call-to-action-button.light p a:hover {
        background: #fff; border: 1px solid #fff; color: #000;
    } 
    .call-to-action-button.dark p a {
        border: 1px solid #000;
        color: #000;
    }
    .call-to-action-button.dark p a:hover {
        background: #000; border: 1px solid #000; color: #fff;
    } 
#footer .call-to-action-button.light p a:hover { color: #000;}

/* ----------------- Parallax ----------------- */
.parallax {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    color: #ffffff;
    z-index: 0;
}

    .parallax .container {
        display: table;
        overflow: hidden;
    }

    .parallax .parallax-content, .parallax .overlay {
        height: 720px;
    }

.parallax-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.parallax-background {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.background1 {
    background-image: url("/uploads/parallax/parallax-sustainable-forest.jpg");
}


/*------------------------ Quotes ------------------------*/

p.quote {
    font: 300 48px/0.8 'Great Vibes', Helvetica, sans-serif;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.5);
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    z-index: 200;
    margin: 0 5%;
}

.quote i {
    font-size: 25px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
}

.parallax .quote i {
    color: #fff;
}

.quote-author {
    height: 24px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 25px;
    z-index: 200;
    font-style: italic;
    text-align: center;
}


/* ----------------- Page Titles ----------------- */
.title {
    text-align: center;
}
    .title h1 {
        font-family: 'Oswald', "Times New Roman", Times, serif;
        font-size: 40px;
        font-weight: 200;
        margin: 30px 0 20px 0;
        line-height: 1;
        display: inline-block;
        padding: 10px 10px 3px;
        letter-spacing: 1px;
    }

.sub-title {
    text-align: center;
}
.sub-title h2 {
    font-family: 'Oswald', "Times New Roman", Times, serif;
    font-size: 38px;
    font-weight: 200;
    line-height: 1.2;
    padding: 0;
    margin: 35px 0 20px 0;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
#logo { margin-top: 30px;}

/* ----------------- Contact -------------------- */
#contact {
    padding-bottom: 0;
}

.contact-box {
    width: 100%;
    text-align: left;
    padding: 25px 0 60px 0;
}

    .contact-box fieldset legend {
        font-family: 'Open Sans', "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 0.8;
        margin-bottom: 20px;
        line-height: 0.8;
        display: block;
        padding: 10px 10px 3px;
    }

.contact-details {
    width: 70%;
    padding: 5px 0;
    margin: 0 auto 10px;
}

    .contact-details h2 {
        margin-bottom: 0;
    }

#contact-input {
    overflow: hidden;
    margin-bottom: 13px;
    width: 50%;
    float: left;
}

    #contact-input input {
        border: 1px solid #e8e8e8;
        width: 90%;
        font-size: 13px;
        color: #747474;
        padding: 20px 2%;
        float: left;
        margin: 0 1% 2%;
        border-radius: 3px;
    }

#contact-textarea {
    width: 50%;
    float: right;
}

    #contact-textarea textarea {
        border: 1px solid #e8e8e8;
        width: 95%;
        height: 197px;
        font-size: 13px;
        color: #747474;
        padding: 20px 11px 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        resize: none;
    }

        #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
            color: #999;
        }

        #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
            color: #999;
        }

        #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
            color: #999;
        }

    #contact-input label, #contact-textarea label {
        display: block;
        text-align: left;
        font-weight: bold;
        padding-left: 2%;
    }

#contact-submit input {
    padding: 20px 24px 20px 24px;
    border: 0;
    color: #ffffff;
    display: block;
    width: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: #d3d3d3 url("/graphics/icon-send-email.png") no-repeat 50% 0;
    float: right;
    height: 57px;
    line-height: 57px;
}

    #contact-submit input:hover {
        background: #f87e1b url("/graphics/icon-send-email.png") no-repeat 50% 100%;
    }

.contact-address,
.contact-email,
.contact-telephone {
    padding-top: 45px;
    text-align: center;
    background: url("/graphics/icon-address.png") no-repeat 50% 0;
}

.contact-email {
    background: url("/graphics/icon-email.png") no-repeat 50% 0;
}

.contact-telephone {
    background: url("/graphics/icon-telephone.png") no-repeat 50% 0;
}
/* ----------------- Footer -------------------- */
#footer {
    width: 100%;
    padding: 40px 0;
    background: #000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
}
#footer a { color: rgba(255, 255, 255, 0.7);}
#footer a:hover { color: #fffbb9;}
#footer .social-icons {
    text-align: center;
}

    #footer .social-icons .social-icon {
        display: inline-block;
        float: none;
        margin: 0 5px 5px 0;
        background-color: #fff !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 30px;
    }

ul#footer-navigation  {
	padding: 0;
}
    ul#footer-navigation li {
        line-height: 2;
        text-align: center;
    }
       ul#footer-navigation li a:hover {
            color: #ffffc0;
        }


/* ----------------- Back to top -------------------- */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: #515A5F url("/graphics/icon-arrow-up.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }

        #back-to-top a:hover {
            background-color: #222222;
        }

/*----------------- Google Map Styles -------------------- */
.google-map {
    position: relative;
    height: 375px;
    width: 100%;
    max-width: inherit;
    float: left;
    margin: 15px 0px 30px 0px;
    z-index: 1;
}

    .google-map .map_canvas {
        width: 100%;
        height: 100%;
    }

        .google-map .map_canvas h3 {
            margin: 0 0 10px;
            font-size: 14px;
        }

.map_canvas img {
    max-width: none !important;
}

.no-js .map_canvas {
    background: #f1f1f1;
}


/* ----------------- Backgrounds -------------------- */
.button {
    -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    cursor: pointer;
    background-color: #f87e1b;
    height: 40px;
    line-height: 40px !important;
}



/* ----------------- Dividing Blocks -------------------- */
.full-width {
    padding: 50px 0 20px 0;
    margin: 30px 0;
}

    .full-width.ecoflue,
    .ecoflue {
        background-color: #ebebeb;
    }
    .full-width.no-bottom-margin {
        margin-bottom: 0;
    }

.container.top-space {
    margin-top: 30px;
}
/* ----------------- Block Quotes and Pull Quotes -------------------- */
blockquote {
    margin: 0 0 20px 0;
    padding: 0;
}

    blockquote p {
        margin: 0 !important;
        padding: 5px 0 5px 15px;
        border-left: 4px solid #f87e1b;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: lighter;
        font-size: 18px;
        line-height: 1.2;
    }

.pullquote {
    width: 260px;
    margin: 15px 0 !important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.2;
}

    .pullquote.align-left {
        float: left;
        padding: 0px 15px;
        border-left: 4px solid #f87e1b;
    }

    .pullquote.align-right {
        float: right;
        padding: 0px 15px;
        text-align: right;
        border-right: 4px solid #f87e1b;
    }

    .highlight {
        border-color: #c299ff;
        color: #c299ff;
    }
    .callout,
    blockquote p,
    .pullquote.align-right,
    .pullquote.align-left {
        border-color: #f87e1b;
        color: #f87e1b;
    }

.tick-list li {
    line-height: 22px;
    padding: 6px 0px 6px 25px;
    font-size: 16px;
    outline: none;
    background: url("/graphics/icon-product-tick.png") no-repeat 0% 50%;
}


.clear {
    clear: both;
}


#addinfo {
    display: none;
}


/* ----------------- Image Borders -------------------- */
.border-image img
{
    padding: 3px;
    border: solid 1px #f1f1f1;
}


/* ----------------- Highlight Ribbon -------------------- */
.highlight-ribbon-container {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.highlight-ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #f87e1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f87e1b), to(#6a79ac)); 
  background-image: -webkit-linear-gradient(top, #f87e1b, #6a79ac); 
  background-image: -moz-linear-gradient(top, #f87e1b, #6a79ac); 
  background-image: -ms-linear-gradient(top, #f87e1b, #6a79ac); 
  background-image: -o-linear-gradient(top, #f87e1b, #6a79ac);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.highlight-ribbon:before, .highlight-ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.highlight-ribbon:before {
  left: 0;
}
.highlight-ribbon:after {
  right: 0;
}

.services { max-width: 420px; margin: 0 auto; text-align: center;}
.services img { background: #fff; padding: 3%; max-width: 94%; width: 94%; height: auto;}
.services-text-container { margin-top: 30px;}
.services h3 { font-family: 'Oswald'; font-weight: 200; font-size: 40px; line-height: 60px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase;}
.services p { font-family: 'Open Sans'; font-size: 12px;}

#pdca-infographic { background: #fff;}
#work-with-us {
    background: #ebebeb;
    margin-top: 100px;
}
#work-with-us .twelve.columns { text-align: center;}    
#work-with-us .twelve.columns img {
        border: solid 20px #fff;
        margin-top: -100px;
    }
.work-with-us { 
    text-align: center;
    margin-top: 25px;
}
.work-with-us-name { 
    text-transform: uppercase; 
    font-weight: bold;
}
    .work-with-us h4 {
        font-family: 'Oswald';
        font-weight: 200; 
        font-size: 36px;
    }
    .work-with-us-icon { margin: 20px 0 5px 0;}
    .text-overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        font-family:'Oswald'; font-weight: 200; font-size: 48px;
        color: #fff;
        text-align: center;
        line-height: 2.25;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px #000;
    }


    /* ------------------- Quote Form ----------------- */
/* ---------------------- Quote Block --------------------- */
#quote-form-message
{
    width: 920px;
    margin: auto;
    color: #fff;
    background: #000;
    text-align: left;
}
#quote-form-message ul
{
    margin-left: 20px;
}
#quote-form-message h2
{
    padding-top: 10px;
}
#quote-block
{
    background: #000;
    margin: 0;
    padding: 62px 0 10px 0;
    display: none;
    width: 100%;
}
#quote-block form  
{
    width: 910px; 
    padding: 25px; 
    margin: 0 auto; 
    height: 202px; 
}
#quote-block #quote-info-block  
{
    float: left; 
    width: 350px; 
}
#quote-block #quote-message-block  
{
    float: right;
    width: 500px;
}
#quote-block input  
{
    margin-bottom: 15px; 
    padding: 3px 3px; 
    color: #4a4a4a; 
    float: right; 
}
#quote-block label 
{ 
    margin-bottom: 15px; 
    float: left; 
    clear: both; 
    position: relative; 
    top: 10px;
    height: 33px;
}
#submit-container {
    float: right;
    clear: both;
}

#quote-block textarea 
{ 
    padding: 3px 3px; 
    height: 110px; 
    margin-bottom: 15px; 
    color: #4a4a4a; 
    line-height: 20px; 
    font-size: 12px; 
    float: right; 
}
#quote-block input 
{ 
    width: 250px; 
}
#quote-block textarea 
{ 
    width: 350px; 
}
#quote-block label 
{ 
    font-size: 14px; 
    color: #fff; 
}
#quote-block input#submit-quote-block 
{ 
    cursor: pointer; 
    width: 125px; 
    padding: 0 7px; 
    background-color: #972324; 
    border: 0; 
    color: #fff; 
}
#quote-block input#submit-quote-block:hover
{
    background-color: #e10000;
}
#quote-block input, 
#quote-block textarea 
{ 
    outline: none; 
    background-color: #f1f1f1; 
    border: 2px solid #b2b2b2; 
    padding: 7px; 
}
#quote-block input:focus, textarea:focus 
{ 
    border: 2px solid #972324; 
}

#quote-block input, textarea    
{ 
    border-radius: 10px; 
}
span.ajax-loader {
    display: none;
    line-height: 28px;
    margin-left: 20px;
    float: right;
}

    span.ajax-loader img {
        vertical-align: bottom;
    }

.add-info
{
    display: none;
    height: 0;
}



/* ---------------------- Locations Block --------------------- */
#locations-button { text-align: center;}
#locations-block
{
    background: #000;
    margin: 0 auto;
    padding: 10px;
    display: none;
    width: 100%;
    max-width: 980px;
    text-align: left;
}
#locations-block ul
{
    margin: 10px 50px 20px 0;
    width: 99%;
    float: left;
    list-style-type: none;
}
#locations-block ul li
{
    padding: 2px 0;
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: center;
}
#locations-block p
{
    color: #c0c0c0;
    padding: 5px 0 0 5px;
    margin-bottom: 15px;
}
#locations-block ul li a 
{
    background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}
#locations-block ul li a:hover {
	color: #ffffcb;
    background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
    background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
    background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
    background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
    text-decoration: none;    
}
#locations-block ul li a:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffaf46;
}


/* ---------------------- Slideshow --------------------- */
#carousel-wrapper 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}
#carousel-wrapper.no-js
{
    height: auto;
    overflow-y: scroll;
}
#carousel-wrapper.no-js.single
{
    overflow: hidden;
}
#carousel div 
{
    width: 100%;
    float: left;
}
#carousel ul
{
    margin: 0;
    padding: 0;
}
#carousel img 
{
    width: 100%;
}
#carousel-overlay
{
    text-align: center;
    height: 10px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    z-index: 4;
}
#next-container {
    position: absolute;
    z-index: 1000;
    top: 40%;
    right: -30px;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
#next-container.no-js {    
    display: none;
}
    #next-container {
        display: block;
        width: 25px;
        height: 60px;
        background: #9b9383 url("/graphics/icon-arrow-right.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }
    #next-container:hover {background-color: #887f6e; cursor: pointer;}
    
/* ---------------------- Accreditation Logos --------------------- */
.association-logos {text-align: center;}

/* ---------------------- Team Profiles --------------------- */
.team-profiles .row h3 { font-family: 'Oswald'; font-weight: 200; font-size: 36px; line-height: 60px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase; text-align: center;}
.team-profiles .row h4 { font-weight: 200; font-size: 15px; line-height: 1.5; margin: 0 0 10px 0; padding: 0; text-align: center;}
.team-profile p { text-align: justify;}
.team-profiles ul { padding-left: 15px;}
.team-profiles ul li { list-style-type: circle; text-align: justify;}

.team-portrait { text-align: center; max-width: 240px;margin: 0 auto;}
.team-portrait img { width: 92%; border-radius: 50%; padding: 4%; background: #fff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);}

/* ---------------------- Stove Logos --------------------- */
.stove-logos { text-align: center;}
.stove-logos img { max-width: 90px; margin: 9px;}

.clearview-stoves { max-width: 980px; margin: 0 auto; text-align: center;}
.clearview-stoves img {margin: 10px;}

.pull-right { float: right; margin : 0 0 10px 20px;}

/* ---------------------- Projects List --------------------- */
.projects-list h2,
.projects-list h3,
.projects-list h4 { font-family: 'Oswald'; font-weight: 200; font-size: 24px; line-height: 28px; margin: 0 0 10px 0; padding: 0;}
.projects-list h3 { font-size: 22px;}
.projects-list h4 { font-size: 18px}

.external-link { padding-left: 24px; background: url("/graphics/icon-external-link.png") no-repeat 0 50%;}


#filters {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

    #filters ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        #filters ul li {
            display: inline-block;
            padding: 2px 5px;
            color: inherit;
            margin-right: 5px;
            margin-bottom: 5px;
            font-weight: bold;
        }

            #filters ul li h3 {
                font-size: 18px;
                padding: 5px;
                background: #d8d9ce;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            #filters ul li:hover {
                cursor: pointer;
                color: #fff;
            }

                #filters ul li:hover h3, #filters ul li.active h3,
                #filters ul li:hover h3 a, #filters ul li.active h3 a {
                    color: #fff;
                    background: #f87e1b;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }
#gallery-wrap {
    position: relative;
    padding: 0;
    width: 100.1%;
    margin: 0 auto;
    display: block;
    list-style-type: none;
}

    #gallery-wrap li {
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
    }
.ecoflue-gallery {
    border: solid 1px #eaeaea;
    position: relative;
    }
.ecoflue-gallery p { text-align: center; }
       .no-js #gallery-wrap li {
            display: block;
            opacity: 1;
        }
    .gallery-item  { border: solid 6px #fff; }
    .gallery-overlay { background: rgba(255,255,255,.75); position: absolute; bottom: 0; width: 100%; text-align: center;}