@charset "utf-8";
html, body, div, header, footer, nav, menu, section, figure, span, img, table, td, ul, li, input, button, dt, dd, dl, h1, h2, h3, h4, a {
    margin: 0;
    padding: 0;
    border: none
}
a {
    text-decoration: none;
    outline: none
}
ul {
    list-style: none
}
table {
    border-collapse: collapse
}
p {
    padding: 5px 0;
    margin: 0
}
sup, sub {
    line-height: 50%
}
@font-face {
    font-family: 'MProR';
    src: url(../fonts/myriad-reg-webfont.eot);
    src: url(../fonts/myriad-reg-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/myriad-reg-webfont.woff) format("woff"), url(../fonts/myriad-reg-webfont.ttf) format("truetype"), url(../fonts/myriad-reg-webfont.svg#) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'MProS';
    src: url(../fonts/myriadprosemibold.eot);
    src: url(../fonts/myriadprosemiboldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/myriadprosemibold.woff) format("woff"), url(../fonts/myriadprosemibold.ttf) format("truetype"), url(../fonts/myriadprosemibold.svg#myriadprosemibold) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'MProB';
    src: url(../fonts/myriadpro-bold.eot);
    src: url(../fonts/myriadpro-boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/myriadpro-bold.woff) format("woff"), url(../fonts/myriadpro-bold.ttf) format("truetype"), url(../fonts/myriadpro-bold.svg#MyriadProBold) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Swis';
    src: url(../fonts/tt0009m_-webfont.eot);
    src: url(../fonts/tt0009m_-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/tt0009m_-webfont.woff) format("woff"), url(../fonts/tt0009m_-webfont.ttf) format("truetype"), url(../fonts/tt0009m_-webfont.svg#swis721_cn_btroman) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Swis_B';
    src: url(../fonts/tt0010m_-webfont.eot);
    src: url(../fonts/tt0010m_-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/tt0010m_-webfont.woff) format("woff"), url(../fonts/tt0010m_-webfont.ttf) format("truetype"), url(../fonts/tt0010m_-webfont.svg#swis721_cn_btbold) format("svg");
    font-weight: 400;
    font-style: normal
}
html {
    min-height: 100%
}
body {
    min-height: 100%;
    background: #fff url(../images/bg.jpg) left bottom no-repeat;
    background-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000
}
h1, h2, h3, h4 {
    font: italic bold 24px Arial;
padding: 20px 0px 10px 0px; 
}
h2 {
    padding: 20px 0 10px;
    font-size: 26px
}
h4 {
    padding: 10px 0;
    font-size: 14px
}
hr {
    margin: 15px 0;
    border: none;
    border-top: 3px solid #ddd
}
.grad_bar {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px
}
.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
}
header {
    height: 170px;
    background: url(../images/header.jpg) fixed;
    background-size: 100%
}
header .container {
    height: 100%;
    z-index: 10
}
header .container .mascot {
    position: absolute;
    top: -15px;
    left: 20px
}
header .container .logo {
    padding: 15px 0 0 210px
}
header .container p {
    position: absolute;
    top: 20%;
    right: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}
header .container address {
    position: absolute;
    top: 40%;
    right: 0;
    font: italic bold 32px Arial;
    color: #fff
}
nav {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 750px;
    background: #ed1c24;
    border-radius: 5px;
    z-index: 20
}
nav ul {
    display: table;
    width: 100%;
    text-align: center
}
nav ul li {
    display: table-cell !important;
    border-right: 1px solid #fe686e;
    border-left: 1px solid #d90009
}
nav ul li a {
    display: block;
    padding: 0 !important;
    color: #fff;
    font: italic bold 14px/40px Arial;
    text-transform: uppercase
}
nav ul li a:hover {
    background: #FFF200 !important;
    color: #333 !important;
    text-decoration: none
}
nav ul li:first-child {
    border-left: none
}
nav ul li:first-child a {
    padding: 0 10px;
    border-radius: 5px 0 0 5px
}
nav ul li:last-child {
    border-right: none
}
nav ul li:last-child a {
    border-radius: 0 5px 5px 0
}
nav ul li:hover ul {
    display: block !important
}
nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none !important;
    width: 200px;
    text-align: left;
    background: #ED1C24
}
nav ul ul li {
    display: block !important
}
nav ul ul li a {
    padding: 8px 15px !important;
    line-height: normal
}
nav .nav_resp {
    display: none;
    color: #fff;
    font: italic bold 14px/40px Arial;
    text-transform: uppercase;
    background: #ED1C24
}
nav .nav_resp:hover {
    background: #FFF200;
    color: #333;
    text-decoration: none
}
#banner {
    position: relative;
    height: 580px;
    overflow: hidden
}
#banner img {
    width: 100%
}
#banner .container {
    height: 100%;
    z-index: 8
}
#banner .overlay {
    position: absolute;
    top: 20%;
    right: 0;
    width: 60%;
    z-index: 100
}
#banner .overlay h1 {
    padding: 0 0 50px;
    text-align: right
}
#banner .overlay a {
    display: block;
    padding: 20px 25px;
    font: italic bold 24px Arial;
    text-transform: uppercase;
    color: #ed1c24;
    border: 2px solid #ed1c24;
    float: right;
    transition: all .5s ease
}
#banner .overlay a:hover {
    background: #ed1c24;
    color: #fff;
    text-decoration: none
}
#subbanner {
    padding: 50px 0 20px;
    background: #FFF200
}
#subbanner h1 {
    font-size: 38px
}
#actions div {
    position: relative;
    width: 33.333%;
    height: 220px;
    padding: 40px 50px 0;
    background: url(../images/hotwater_action.jpg);
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    color: #fff;
    float: left
}
#actions div h2 {
    padding: 0 0 20px
}
#actions div a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    padding: 10px 15px;
    font: italic bold 20px Arial;
    color: #fff;
    border: 2px solid #fff;
    float: right;
    transition: all .5s ease
}
#actions div a:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}
#actions div.e {
    background: url(../images/electrical_action.jpg);
    color: #000
}
#actions div.e a {
    color: #000;
    border-color: #000
}
#actions div.e a:hover {
    background: #000;
    color: #fff
}
#actions div.l {
    background: url(../images/locations_action.jpg)
}
#systems {
    text-align: center;
    text-transform: uppercase
}
#systems .col-md-3 {
    width: 25%;
    float: left
}
#systems .col-md-3 img {
    max-width: 100%
}
#content {
    padding: 30px 0
}
#content ul {
    padding: 10px
}
#content ul li {
    position: relative;
    padding: 5px 0
}
#content ul li em {
    position: absolute;
    top: 8px;
    left: -15px;
    color: #4eb800
}
#content aside {
    width: 30%;
    margin: 0 0 20px 30px;
    padding: 30px 20px;
    font-size: 14px;
    background: #01B0EB;
    color: #fff;
    float: right
}
#content aside.locationaside {
    width: 40%
}
#content aside.locationaside a {
    color: #fff
}
#content .sect {
    padding: 30px
}
footer {
    padding: 30px 0 10px
}
footer .container .partners {
    padding: 0 0 30px;
    text-align: center
}
footer .container .partners h4 {
    padding: 0;
    border-top: 3px solid #0c84c7
}
footer .container .partners h4 span {
    position: relative;
    top: -25px;
    display: inline-block;
    padding: 5px 20px;
    background: #fff;
    text-transform: uppercase
}
.left {
    float: left
}
.right {
    float: right
}
.clear {
    clear: both
}
.sect {
    padding: 30px 0
}
.greysect {
    background: #ddd
}
.bluesect {
    background: #01B0EB;
    color: #fff
}
span.contactopen {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background: #0078C1;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px
}
span.contactopen:hover {
    background: #666
}
label {
    display: inline-block;
    width: 130px;
    height: 26px;
    padding: 10px 10px 0 0;
    font: italic bold 14px Arial;
    color: #01B0EB;
    float: left
}
input, textarea, select {
    width: 300px;
    margin: 5px 0;
    padding: 10px;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #ccc;
    font: 12px Arial, sans-serif;
    border-radius: 5px
}
input#contactus {
    width: auto
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: #333
}
input.submit {
    cursor: pointer;
    border: 1px solid #222;
    background: #333;
    color: #fff;
    border-radius: 5px
}
input.submit:hover {
    background: #444
}
#recaptcha_widget_div {
    float: left
}
#recaptcha_area input#recaptcha_response_field {
    left: 0
}
fieldset {
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px
}
legend {
    padding: 7px 10px;
    font-weight: 700;
    color: #000;
    border: 1px solid #eee;
    border-radius: 5px
}
span.required {
    font-size: 13px;
    color: red
}
.error_message {
    display: block;
    height: 22px;
    line-height: 22px;
    background: #fbe3e4 url(../includes/assets/error.html) no-repeat 10px center;
    padding: 3px 10px 3px 35px;
    margin: 10px 0;
    color: #8a1f11;
    border: 1px solid #FBC2C4;
    border-radius: 5px
}
#success_page {
    margin: 10px 0;
    padding: 10px;
    background: #d4ffcd;
    border-radius: 10px
}
#success_page h1 {
    background: url(../includes/assets/success.html) left no-repeat;
    margin-bottom: 0;
    padding-left: 22px;
    font-size: 14px;
    border: none
}
@media screen and (max-width: 1500px) {
    header {
        background-size: auto 100%
    }
    #banner img {
        min-height: 100%;
        width: auto
    }
    #actions div {
        background-size: auto 100% !important
    }
}
@media screen and (max-width: 960px) {
    img {
        max-width: 100%
    }
    .container {
        width: auto
    }
    nav {
        width: 70%
    }
    #actions div {
        height: 350px
    }
    #content {
        padding: 30px 20px
    }
}
@media screen and (max-width: 820px) {
    header h1 {
        display: none
    }
}
@media screen and (max-width: 740px) {
    header .container address {
        top: 80%;
        right: 3%;
        font-size: 26px
    }
    nav {
        width: 100%
    }
    nav ul {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        height: 100%;
        width: 50%;
        background: #ED1C24
    }
    nav ul li {
        display: block !important
    }
    nav .nav_resp {
        display: block;
        position: absolute;
        bottom: 0;
        left: 210px;
        padding: 0 30px;
        font-size: 16px;
        cursor: pointer
    }
}
@media screen and (max-width: 500px) {
    header {
        height: 245px
    }
    header .container .mascot {
        display: none
    }
    header .container .logo {
        display: block;
        max-width: 90%;
        padding: 25px 0 0;
        margin: 0 auto
    }
    header .container address {
        right: 0;
        top: 60%;
        width: 100%;
        text-align: center
    }
    nav {
        bottom: 5%;
        right: 5%;
        width: 90%
    }
    nav .nav_resp {
        position: static;
        text-align: center
    }
    #banner {
        display: none
    }
    #actions div {
        width: auto;
        height: auto;
        padding: 40px 50px 80px;
        float: none
    }
    #content aside {
        width: auto;
        margin: 0;
        float: none
    }
    #systems .col-md-3 {
        width: 50%
    }
    footer .partners {
        display: none
    }
}

#content {
    margin-top: 0px;
    padding-top: 0px !important;
}


/*BOA*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.locationaside .col-md-6 {float: left;width: 50%;}
	.locationaside h1 {font-size: 18px;}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.locationaside .col-md-6 {float: left;width: 50%;}
	.locationaside h1 {font-size: 16px;}
	#content aside {padding-top: 0;}
	h2 {font-size: 20px;}
	nav ul ul {z-index: 999;width: 100%;height: auto;min-height: 190px;text-align: center;}
}
@media only screen and (min-width: 320px) and (max-width: 666px) {
	.locationaside h1 {font-size: 14px;}
}
@media only screen and (min-width: 320px) and (max-width: 567px) {
	.locationaside h1 {font-size: 20px;}
	#content aside.locationaside {width: 100%;float: left;margin-bottom: 20px;}
}
@media only screen and (max-width: 500px) {
	header {height: auto;}
	header .container p {position: relative;top: 0;text-align: center;}
	header .container address {position: relative;top: 0;}
	header .container address br {display: none;}
	header nav {position: relative;top: 0;margin: 0 auto 20px auto;right: 0;bottom: 0;}
}