/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*    Blue:      #093a5b          */
/*    Green:     #00a56d          */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#emergency-button-wrapper {
position: fixed;
top: 0;
right: 45%;	
overflow: visible;
z-index: 9999;
}

a.emergency-button {
background: #00a56d;
border: 0 none;
border-radius: 0 0 10px 10px;
height: 45px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 14px 40px 0;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-moz-box-shadow: 0 8px 6px -6px #2e3838;
-webkit-box-shadow: 0 8px 6px -6px #2e3838;
box-shadow: 0 8px 6px -6px #2e3838;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.emergency-button:hover {
background: #093a5b;
}

#header {
position: relative;
width: 100%;
border-top: 5px solid #00a56d;
}

#logo {
display: block;
float: left;
width: 275px;
margin: 0;
padding: 0;
}

#header-contact {
display: block;
float: right;
margin: 0;
padding: 35px 0 0;
}

#menu {
position: relative;
background: none repeat scroll 0 0 #093a5b;
border-bottom: 2px solid #00a56d;
width: 100%;
height: 50px;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #00a56d;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 15%;
left: 10px;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #00a56d;
margin: 0;
padding: 0;
height: 200px;
width: 100%;
z-index: 50;
}

#banner-boiler {
position: relative;
background: url("../images/banner-03.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #00a56d;
margin: 0;
padding: 0;
height: 200px;
width: 100%;
z-index: 50;
}

#banner-plumber {
position: relative;
background: url("../images/banner-04.jpg") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 2px solid #00a56d;
margin: 0;
padding: 0;
height: 200px;
width: 100%;
z-index: 50;
}

.sub-banner {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #00a56d;
border-bottom: 2px solid #00a56d;
width: 100%;
height: 400px;
margin: 0;
padding: 0;
overflow: hidden;
}

#banner-bar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 165, 109, 0.7);
width: 100%;
padding: 0;
}

.cert-banner {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 2px solid #00a56d;
border-bottom: 2px solid #00a56d;
width: 100%;
height: 400px;
margin: 0;
padding: 0;
overflow: hidden;
}

.sub-banner-content {
position: absolute;
top: 25%;
left: 10px;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.blue {
background-color: #093a5b;	
background: url("../images/flame-bg.jpg") center right 50px no-repeat #093a5b;
}

.service-inner {
background-color: #f9f9f9;
border-radius: 10px;
padding: 0 0 40px;
}

.service-header {
padding: 20px 10px;
margin: 0;
}

.service-text {
height: 70px;
padding: 0 40px 20px;
margin: 0;
}

.sidebar-header {
padding: 20px 10px 0;
margin: 0;
}

.sidebar-text {
padding: 20px 10px;
margin: 0;
}

.sidebar-button {
padding: 0 10px 20px 10px;
margin: 0;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer-logo {
display: block;
width: 300px;
margin: 0 auto;
padding: 0;
}

#footer {
background-color: #093a5b;	
background: url("../images/flame-bg.jpg") bottom right 50px no-repeat #093a5b;
border-bottom: 2px solid #00a56d;
width: 100%;
padding: 80px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 #093a5b;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
height: 200px;
padding: 10px;
margin: 0 auto;
}

#menu-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.banner-bar-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
padding: 30px 10px;
margin: 0 auto;
overflow: hidden;
}

.banner-text-wrapper {
display: inline-block;
}

.button-wrapper {
display: inline-block;
float: right;
}

.sub-banner-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1260px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1260px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.sidebar-wrapper {
background: #f9f9f9;
border-radius: 10px;
padding: 0;
margin: 0 0 40px 0;
overflow: hidden;
}

#footer-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.contact-column {
display: block;
float: left;
margin: 0;
padding: 0 10px 0 0;
overflow: hidden;
}

.gassafe-column {
display: block;
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}

.one-column {
display: block;
float: left;
width: 100%;
padding: 0 20px;
margin: 0;
overflow: hidden;
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 0 20px;
margin: 0;
overflow: hidden;
}

.left-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.left-column-40.bordright {
border-right: 2px solid #00a56d;
}

.right-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 0 0 50px;
margin: 0;
overflow: hidden;
}

.right-column-60.testimonial {
min-height: 230px;
}

.two-column-service {
background: #f9f9f9;
display: block;
float: left;
width: 50%;
height: 300px;
padding: 0;
margin: 0;
overflow: hidden;
}

.two-column-service.content {
border-radius: 0 10px 10px 0;
padding: 5% 40px 0;	
}

.left-column-60 {
display: block;
float: left;
width: 65%;
padding: 0 50px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-40 {
display: block;
float: left;
width: 35%;
padding: 0;
margin: 0;
overflow: hidden;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 60px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.9em;
margin-right: 3em;
color: #f5f5f5;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #f5f5f5; 
display: block; 
font-size: 1em;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 50px;
padding: 0 35px; 
text-decoration: none; 
}

nav a:hover {
background-color: #00a56d;
}

nav a.active {
background-color: #00a56d;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: left; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.green {
color: #00a56d;
}

span.small {
font-size: 0.75em;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.top {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #093a5b;
font-size: 3.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1em;
}

h1.white {
color: #ffffff;
}

h1.green {
color: #00a56d;
}

h2 {
color: #093a5b;
font-size: 2.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}

h2.sub {
font-size: 2em;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.green {
color: #00a56d;
}

h3 {
color: #093a5b;
font-size: 1.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.green {
color: #00a56d;
}

h4 {
color: #093a5b;
font-size: 1.4em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.green {
color: #00a56d;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

p.main-text.space {
letter-spacing: 3px;
}

p.header-text {       
color: #093a5b; 
font-size: 1em; 
padding: 0;
margin: 0 0 10px 0;
line-height: 1em;
}

p.header-contact {       
color: #093a5b; 
font-size: 2em;
padding: 0;
margin: 0;
line-height: 1.1em;
}

p.banner-text {       
color: #ffffff; 
font-size: 3em;
letter-spacing: -1px;
padding: 0;
margin: 0;
line-height: 1.2em;
}

p.banner-text.large {  
font-size: 4em;
}

p.banner-text.mid {  
font-family: 'Montserrat', sans-serif;
font-size: 2em;
letter-spacing: 0;
}

p.banner-text.small {  
font-size: 1.25em;
padding: 0 0 0 5px;
letter-spacing: 0px;
line-height: 1.4em;
}

p.banner-text.green {  
color: #00a56d;
}

p.banner-text.gray {  
color: #9f9f9f;
}

p.error-text {       
color: #093a5b; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Montserrat', sans-serif;
font-size: 1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: #da0000;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 49%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}

input.contact {
background: none repeat scroll 0 0 #f6f6f6;
border: 1px solid #f6f6f6;
border-radius: 11px;
box-shadow: 1px 1px 3px #c2c2c2 inset;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
font-weight: 400;
height: 30px;
line-height: 18px;
margin: 0 auto 15px;
padding: 10px;
width: 90%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.full {
width: 95.5%;
}

input.contact:focus {
border: 1px solid #00a56d;
}

input.contact.error {
border: 1px solid #da0000;
}

textarea.contact {
background: none repeat scroll 0 0 #f6f6f6;
border: 1px solid #f6f6f6;
border-radius: 10px;
box-shadow: 1px 1px 3px #c2c2c2 inset;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
font-weight: 400;
height: 150px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 95.5%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #00a56d;
}

textarea.contact.error {
border: 1px solid #da0000;
}

input.submit {
background: #00a56d;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #093a5b;
}

/*===== Buttons =====*/
a.button {
background: #00a56d;
border: 2px solid #00a56d;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button.small {
font-size: 0.9em !important;
padding: 10px 30px;
}

a.button.large {
font-size: 1.2em;
padding: 20px 50px;
}

a.button:hover {
background: #093a5b;
}

a.button-call {
background: #093a5b;
border: 4px solid #093a5b;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1.5em;
font-weight: 600;
padding: 20px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-call.green {
background: #00a56d;
border: 4px solid #00a56d;
}

a.button-call:hover {
background: #00a56d;
}

a.button-call.green:hover {
background: #093a5b;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #00a56d;
text-decoration: none;
}

a.link.under:hover {
color: #00a56d;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 40px 0 0;
}	

ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
line-height: 2em;
padding: 0 30px;
}

ul.footmenu li a:hover {
text-decoration: none;	
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #00a56d; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Social Links =====*/
ul.top-bar {
float: right;
list-style-type: none;
display: inline-table;
padding: 0;
margin: 0;
}

ul.top-bar li {
float: left;
color: #373736; 
font-size: 0.75em; 
font-weight: 400;
margin: 0;
}

ul.top-bar li.first {
padding: 4px 20px 0 0;
}

ul.top-bar li.facebook {
background:url('../images/facebook.png') no-repeat 0 0;
height: 32px;
width: 32px;
line-height: 32px;
margin: 5px 10px 0 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
}

ul.top-bar li.facebook:hover {
background:url('../images/facebook.png') no-repeat 0 -32px;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.full {
height: auto;
}

img.gas {
display: inherit;
}

img.border-top {
border-radius: 10px 10px 0 0;
}

img.finance {
padding: 20px 0 0 20px;
}

/*===== Expandable Styles =====*/
.layer1 {
margin: 0;
padding: 0;
width: 100%;
}
 
.faq-wrapper {
background: #093a5b;
border-radius: 7px; 
padding: 15px 20px;
margin: 10px 0 20px;
}
 
.heading {
background: url("../images/expand.png") no-repeat scroll right 20px center;
color: #ffffff;
font-size: 1.2em;
margin: 0;
padding: 5px 80px 8px 0;
display: block;
line-height: 1.2em;
cursor: pointer;
}

.bg {
background: url("../images/expand.png") no-repeat scroll right 20px center;
}

.new-bg {
background: url("../images/reduce.png") no-repeat scroll right 20px center;
}

.faqcontent {
background-color: transparent;
padding: 10px 0 0 0;
-webkit-transition: none;
-moz-transition: none; 
-o-transition: none; 
-ms-transition: none;
transition: none;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 280px;
}

#emergency-button-wrapper {
right: 10px;
}

a.emergency-button {
font-size: 0.875em;
height: 40px;
padding: 14px 20px 0;	
}

.hide {
display: none;
}

#logo {
float: none;
width: 200px;
margin: 0 auto;
padding: 20px 0 0;
}

#header-contact {
width: 100%;
padding: 15px 0 0;
}

.contact-column {
width: 75%;
}

ul.top-bar li.first {
padding: 4px 10px 0 0;
}

a.button.small {
padding: 10px 20px;
}

#banner {
height: 450px;
}

#banner-short {
height: 100px;
}

.banner-content {
top: 10%;
}

.sub-banner {
height: 300px;
}

.menu_title {
display: block !important;
}

nav a {
letter-spacing: 0;
}

.service-text {
height: 120px;
padding: 0 20px 20px;
}

.one-column {
width: 100%;
padding: 0 10px;
}

.two-column {
width: 100%;
padding: 0 10px;
margin: 0 0 20px 0;
}

.two-column-service {
width: 100%;
height: auto;
}

.two-column-service.content {
padding: 10px 10px 40px;
}

.left-column-40 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-60 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.left-column-40.bordright {
border: none;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.editor-field {
width: 100%;
}

input.contact.full {
width: 90%;
}

textarea.contact {
width: 90%;	
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h2.sub {
font-size: 1.6em;
}

h3 {
font-size: 1.5em;
}

p.main-text.small {
font-size: 0.8em;
}

p.header-text {
font-size: 0.875em;
}

p.header-contact {
font-size: 1.3em;
}

p.header-contact.small {
font-size: 0.9em;
}

p.banner-text {
font-size: 1.6em;
}

p.banner-text.small {
font-size: 1em;
}

p.banner-text.mid {
font-size: 1.1em;
}

p.banner-text.large {
font-size: 1.8em;
}

.banner-bar-wrapper {
padding: 20px 10px;	
}

.banner-text-wrapper {
width: 100%;
text-align: center;
}

.button-wrapper {
float: none;
width: 100%;
padding: 20px 0 0;
text-align: center;
}

a.button-call {
font-size: 0.9em;
padding: 10px 25px;
}

a.button {
font-size: 0.9em;
padding: 12px 30px;
}

a.button.large {
font-size: 1em;
padding: 15px 30px;
}

ul.footmenu li {
padding: 0 15px;
}

ul.footmenu li {
display: block;
font-size: 1em;
padding: 10px;
}

img.full {
height: 250px;
}

img.gas {
width: 70px;
}

img.finance {
padding: 20px 0 0 10px;
}			  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 280px;
}

#emergency-button-wrapper {
right: 20px;
}

a.emergency-button {
font-size: 0.9em;
height: 42px;
padding: 14px 25px 0;	
}

#logo {
float: none;
width: 220px;
margin: 0 auto;
}

#header-contact {
width: 100%;
padding: 25px 0 0;
}

.contact-column {
width: 75%;
}

#banner {
height: 475px;
}

#banner-short {
height: 150px;
}

.banner-content {
top: 10%;
}

.sub-banner {
height: 350px;
}

.menu_title {
display: block !important;
}

.service-text {
height: 120px;
padding: 0 20px 20px;
}

.one-column {
width: 100%;
padding: 0 10px;
}

.two-column {
width: 100%;
padding: 0 10px;
margin: 0 0 20px 0;
}

.two-column-service {
width: 100%;
height: auto;
}

.two-column-service.content {
padding: 10px 10px 40px;
}

.left-column-40 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-60 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.left-column-40.bordright {
border: none;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.editor-field {
width: 48.5%;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.5em;
}

h2.sub {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

p.header-text {
font-size: 0.875em;
}

p.header-contact {
font-size: 1.6em;
}

p.header-contact.small {
font-size: 0.9em;
}

p.banner-text {
font-size: 2em;
}

p.banner-text.small {
font-size: 1.1em;
}

p.banner-text.mid {
font-size: 1.5em;
}

p.banner-text.large {
font-size: 2.6em;
}

.banner-text-wrapper {
width: 100%;
text-align: center;
}

.button-wrapper {
float: none;
width: 100%;
padding: 20px 0 0;
text-align: center;
}

a.button-call {
font-size: 1.1em;
padding: 10px 30px;
}

a.button.large {
font-size: 1.1em;
padding: 15px 35px;
}

ul.footmenu li {
padding: 0 15px;
}

ul.footmenu li {
display: block;
font-size: 1em;
padding: 10px;
}

img.full {
height: 100%;
}

img.gas {
width: 75px;
}

img.finance {
padding: 20px 0 0 10px;
}
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {
				  
#header-wrapper {
height: 280px;
}

#emergency-button-wrapper {
right: 20px;
}

#logo {
float: none;
width: 220px;
margin: 0 auto;
}

#header-contact {
width: 100%;
padding: 20px 0 0;
}

.contact-column {
width: 75%;
}

#banner {
height: 500px;
}

.banner-content {
top: 12%;
}

.menu_title {
display: block !important;
}

.service-text {
height: 120px;
padding: 0 20px 20px;
}

.two-column {
padding: 0 10px;
}

.two-column-service.content {
padding: 10px 10px 0;
}

.left-column-40 {
width: 100%;
padding: 0;
text-align: center;
}

.right-column-60 {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.left-column-40.bordright {
border: none;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.editor-field {
width: 48.5%;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.5em;
}

h3 {
font-size: 1.5em;
}

p.header-contact {
font-size: 1.8em;
}

p.header-contact.small {
font-size: 0.9em;
}

p.banner-text {
font-size: 2.3em;
}

p.banner-text.mid {
font-size: 1.6em;
}

p.banner-text.small {
font-size: 1.1em;
}

p.banner-text.large {
font-size: 3.2em;
}

.banner-text-wrapper {
width: 100%;
text-align: center;
}

.button-wrapper {
float: none;
width: 100%;
padding: 20px 0 0;
text-align: center;
}

a.button-call {
font-size: 1.2em;
padding: 12px 40px;
}

ul.footmenu li {
padding: 0 15px;
}

ul.footmenu li {
display: block;
font-size: 1em;
padding: 10px;
}

img.full {
height: 100%;
}

img.finance {
padding: 20px 0 0 10px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 954.99px) 
			  and (min-width: 769px) {

#header-wrapper {
height: 180px;
}

#logo {
width: 220px;
padding: 10px 0 0;
}

#header-contact {
padding: 45px 0 0;
}

#banner {
height: 450px;
}

.banner-content {
top: 12%;
}

.menu_title {
display: block !important;
}

.service-text {
height: 100px;
padding: 0 20px 20px;
}

.two-column {
padding: 0 10px;
}

.two-column-service.content {
padding: 20px 40px 0;
}

.editor-field {
width: 48.5%;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.5em;
}

p.header-contact {
font-size: 1.8em;
}

p.header-contact.small {
font-size: 0.9em;
}

p.banner-text {
font-size: 2.5em;
}

p.banner-text.mid {
font-size: 1.8em;
}

p.banner-text.small {
font-size: 1.1em;
}

p.banner-text.large {
font-size: 3.5em;
}

a.button-call {
font-size: 1.3em;
}

ul.footmenu li {
padding: 0 15px;
}

img.full {
height: 100%;
}

img.finance {
padding: 20px 0 0 10px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 955px) {

#header-wrapper {
height: 180px;
}

#logo {
width: 220px;
padding: 10px 0 0;
}

#header-contact {
padding: 45px 0 0;
}

#banner {
height: 450px;
}

.banner-content {
top: 12%;
}

nav a {
padding: 0 18px;
letter-spacing: 0px;
}

.service-text {
height: 100px;
padding: 0 20px 20px;
}

.two-column {
padding: 0 10px;
}

.two-column-service.content {
padding: 20px 40px 0;
}

.editor-field {
width: 48.5%;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.5em;
}

p.header-contact {
font-size: 1.8em;
}

p.header-contact.small {
font-size: 0.9em;
}

p.banner-text {
font-size: 2.5em;
}

p.banner-text.mid {
font-size: 1.8em;
}

p.banner-text.small {
font-size: 1.1em;
}

p.banner-text.large {
font-size: 3.5em;
}

a.button-call {
font-size: 1.3em;
}

ul.footmenu li {
padding: 0 15px;
}

img.full {
height: 100%;
}

img.finance {
padding: 20px 0 0 10px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1200px) 
			  and (min-width: 1025px) {
				  
nav a {
padding: 0 25px;
letter-spacing: 0px;
}				  

}