#banner-short:before,
#banner-water:before,
#banner-waterdamage:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    animation: 30s infinite zoomin;
}
#banner,
#banner-water {
    margin: -200px 0 0;
    z-index: 50;
    width: 100%;
}
.bottom-swoosh,
.bottom-swoosh-02,
.bottom-swoosh-grey,
.main-content.dark,
.top-swoosh,
.top-swoosh-grey,
.top-swoosh-greybg {
    z-index: 99;
    position: relative;
}
.testimonial-darkblue::after,
.testimonial-lightblue::after {
    content: "";
    right: 15%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    clear: both;
}
#header-contact,
#logo,
.footer-contact,
.footer-logo,
.hide,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
#baseline,
#footer {
    background: #031626;
}
#videocover,
.accreditations {
    right: 0;
    bottom: 0;
}
.uppercase,
nav a {
    text-transform: uppercase;
}
.hidden,
.sub-menu {
    opacity: 0;
}
nav ul,
nav ul li,
ul.dash,
ul.footer-bar {
    list-style-type: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.sub-menu li,
.sub-menu li a,
nav a {
    line-height: 50px;
}
h1,
h2,
h3,
h4 {
    color: #031626;
    line-height: 1.3em;
}
.bold,
p.error-text,
strong {
    font-weight: 700;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p + p {
    margin-top: 0.5em;
}
body {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#top-bar {
background: #031626;
border-bottom: 2px solid #295eaf;
width: 100%;
height: 40px;
}

#top-bar-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0;
}

ul.contact {
list-style: none outside none;
margin: 0 10px 0 0;
padding: 0;
float: right;
}
	
ul.contact li {
display: block;
float: left;
cursor: pointer;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0 30px;
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;
}

ul.contact li a {
font-family: Montserrat, sans-serif;
font-size: 0.9em;
font-weight: 600;
color: #ffffff;
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;
}

ul.contact li a:hover {
color: #295eaf;
}

ul.contact li.facebook {
background:url('../images/facebook.png') no-repeat 50% 0;
border-right: none;
padding: 0;
margin: 7px 0 0 20px;
}

ul.contact li.instagram {
background:url('../images/instagram.png') no-repeat 50% 0;
border-right: none;
padding: 0;
margin: 7px 20px 0;
}

ul.contact li.twitter {
background:url('../images/twitter.png') no-repeat 50% 0;
border-right: none;
padding: 0;
margin: 7px 0 0;
}

a.social:link, a.social:visited, a.social:active {
display: block;
text-decoration: none;
width: 24px;
height: 24px;
}

img.mnu {
position: relative;
top: 5px;
}

#header {
    position: relative;
    background-color: #031626;
    width: 100%;
    height: 100%;
}
#logo {
float: left;
width: 350px;
margin: 0;
padding: 0;
}
#header-contact {
    float: right;
    margin: 0;
    padding: 0;
}
#menu {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100%;
    height: 50px;
    z-index: 999;
}


.overlay {
position: absolute;
background: url('../images/shadow.png');
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}

#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;
border-bottom: 3px solid #0763aa;
margin: -200px 0 0;
padding: 0;
height: 550px;
width: 100%;
overflow: hidden;
z-index: 50;
}

#banner-exterior {
position: relative;
background: url("../images/banner-exterior-cleaning.jpg") center center/cover no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding: 0;
height: 650px;
margin: -200px 0 0;
z-index: 50;
width: 100%;
}

#banner-commercial,
#banner-contact,
#banner-deepclean,
#banner-mould,
#banner-short,
#banner-tenancy,
#banner-totalcare,
#banner-upholstery,
#banner-vehicle,
#banner-waterdamage,
#banner-property,
#banner-driveway,
#banner-patio,
#banner-oil,
#banner-tarmac,
#banner-decking,
#banner-render,
#banner-gutter,
#banner-fascia,
#banner-roof,
#banner-stone,
#banner-solar,
#banner-artificial,
#banner-chewinggum,
#banner-graffiti,
#banner-cladding,
#banner-commercialroof,
#banner-carpark,
#banner-commercialsolar,
#banner-doff,
#banner-workplace {
    position: relative;
    border-bottom: 3px solid #295eaf;
    margin: -200px 0 0;
    padding: 0;
    height: 350px;
    width: 100%;
    overflow: hidden;
    z-index: 50;
}
#banner-short:before {
    background: url("../images/banner-01.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
}
#banner-about:before,
#banner-commercial:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
}
#banner-commercial:before {
    background: url("../images/banner-04.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-contact:before,
#banner-upholstery:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
}
#banner-contact:before {
    background: url("../images/banner-03.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
}
#banner-property:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
}
#banner-property:before {
    background: url("../images/banner-property.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-driveway:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-driveway.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-patio:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-patio.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-oil:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-oil.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-tarmac:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-tarmac.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-decking:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-decking.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-render:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-render.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-gutter:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-guttering.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-fascia:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-fascia.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-roof:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-roof.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-stone:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-stone.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-solar:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-solar.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-artificial:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-artificial.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-chewinggum:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-chewinggum.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-graffiti:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-graffiti.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-cladding:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-cladding.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-commercialroof:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-commercialroof.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-carpark:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-carpark.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-commercialsolar:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-commercialsolar.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
#banner-doff:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    animation: 30s infinite zoomin;
    -moz--o-animation: 30s ease 0s normal none infinite running zoomin;
    background: url("../images/banner-doff.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-animation: 30s infinite zoomin;
    -o-animation: 30s infinite zoomin;
}
@keyframes zoomin {
    0%,
    100% {
        transform: scale(1.5, 1.5);
    }
    50% {
        transform: scale(1, 1);
    }
}
.banner-content {
    position: absolute;
    top: 55%;
    left: 10px;
}
.accreditations,
.accreditations-top {
    left: 0;
    z-index: 9991;
    position: absolute;
}
.bottom-swoosh {
    background: url("../images/swoosh-bottom.png") center bottom/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
}
.bottom-swoosh-02 {
    background: url("../images/swoosh-bottom-02.png") center bottom/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
}
.top-swoosh {
    background: url("../images/swoosh-top.png") center top/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
}
.top-swoosh-greybg {
    background: url("../images/swoosh-top.png") center top/cover no-repeat #f8f8f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
}
.bottom-swoosh-grey {
    background: url("../images/swoosh-bottom-grey.png") center bottom/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
}
.top-swoosh-grey {
    background: url("../images/swoosh-top-grey.png") center top/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 200px;
    margin: -150px 0 0;
}
.main-content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-content.dark {
    border-top: 2px solid #295eaf;
    background: url("../images/icon-bg.png") right center no-repeat #031626;
    -webkit-box-shadow: 0 10px 15px -5px rgba(50, 50, 50, 0.3);
    box-shadow: 0 10px 15px -5px rgba(50, 50, 50, 0.3);
}
.one-column,
.service-inner,
.sub-menu li,
.tile-inner,
.water-inner {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.main-content.grey {
    background: url("../images/icon-bg-white.png") right center no-repeat #f8f8f9;
}
.main-content.greynobg {
    background-color: #f8f8f9;
}
.main-content.blue {
    background: url("../images/icon-bg-blue.png") right center no-repeat #031626;
}
.main-content.videobg,
.service-inner,
.tile-inner,
.water-inner {
    background-color: #fff;
}
.main-content.videobg {
    position: relative;
    padding: 40px 0;
}
.choose-text,
.container,
form#emailForm {
    padding: 0;
    margin: 0;
}
.service-inner {
    border-radius: 20px;
    padding: 0 0 20px;
}
.service-header {
    padding: 20px 0;
    margin: 0;
}
.service-text {
    height: 75px;
    padding: 0 30px 20px;
    margin: 0;
}
.service-text-large {
height: 75px;
padding: 0 30px 20px;
margin: 0;
}
.water-inner {
    border-radius: 20px;
    padding: 0;
}
.tile-inner {
    border-radius: 20px;
    padding: 0 20px 20px;
}
.testimonial-darkblue,
.testimonial-lightblue {
    min-height: 250px;
    padding: 50px 20px 20px 90px;
    border-radius: 20px;
}
.accreditations-top {
    top: -250px;
    right: 0;
}
#footer,
.testimonial-darkblue,
.testimonial-lightblue {
    position: relative;
    width: 100%;
}
.testimonial-lightblue {
    background: url("../images/quote-bg.png") top 20px left 20px no-repeat #295eaf;
}
.testimonial-lightblue::after {
    position: absolute;
    top: 100%;
    border-top: 20px solid #295eaf;
}
.testimonial-darkblue {
    background: url("../images/quote-bg.png") top 20px left 20px no-repeat #222534;
}
.facebook-icon,
.google-icon {
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    position: absolute;
}
.testimonial-darkblue::after {
    position: absolute;
    top: 100%;
    border-top: 20px solid #222534;
}
.google-icon {
    background: url("../images/google-logo-icon.png") center center no-repeat;
}
.facebook-icon {
    background: url("../images/facebook-logo-icon.png") center center no-repeat;
}
#email-response {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
#footer {
    padding: 40px 0;
    margin: 0;
    z-index: 991;
}
.footer-logo {
    width: 250px;
    margin: -50px 0 0;
    padding: 0 0 20px;
}
.footer-contact {
    margin: 0;
    padding: 0 0 0 45px;
}
#baseline {
    width: 100%;
    padding: 20px 0;
    margin: 0;
}
#banner-wrapper,
#header-wrapper,
.main-content-bottom-wrapper,
.main-content-short-wrapper,
.main-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
}
#header-wrapper {
    height: 210px;
    padding: 30px 10px 0;
    margin: 0 auto;
}
#banner-wrapper {
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.main-content-short-wrapper {
    padding: 40px 10px;
    margin: 0 auto;
}
.main-content-wrapper {
    padding: 80px 10px;
    margin: 0 auto;
    overflow: hidden;
}
.main-content-bottom-wrapper {
    padding: 0 10px 60px;
    margin: 0 auto;
    overflow: hidden;
}
.main-content-full-wrapper,
.main-content-fullacred-wrapper,
.main-content-fullnoover-wrapper {
    padding: 100px 10px 200px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.main-content-full-wrapper,
.main-content-fullacred-wrapper {
    overflow: hidden;
}
.testimonial-wrapper {
    padding: 0 10px;
}
.columns-wrapper {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#footer-wrapper {
    width: 100%;
    max-width: 1400px;
    min-height: 210px;
    padding: 0 10px;
    margin: 0 auto;
}
#baseline-wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
}
.left-column,
.top-column-left {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.right-column,
.top-column-right {
    display: block;
    float: right;
    padding: 0;
    overflow: hidden;
}
.top-column-right {
    margin: 0;
    text-align: right;
}
.right-column {
    margin: 0;
}
.icon-image,
.icon-text {
    display: block;
    float: left;
    margin: 0;
}
.icon-image {
    width: 25%;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.icon-text {
    width: 75%;
    padding: 12px 0 0 20px;
    overflow: hidden;
    text-align: left;
}
.one-column,
.two-column {
    padding: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    float: left;
}
.icon-text.single {
    padding: 18px 0 0 20px;
}
.one-column {
    border-radius: 20px;
    width: 100%;
}
.two-column {
    background: #fff;
    width: 50%;
    height: 400px;
}
.two-column.content {
    padding: 80px 40px 0;
    display: block !important;
}
.two-column.flex,
img.full {
    height: auto;
}
.two-column.txt {
    padding: 0 20px;
}
.two-column.porcelain {
    position: relative;
    background: url("../images/porcelain-tiles-01.jpg") center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 50%;
    z-index: 50;
}
.two-column.serv {
background: transparent;
width: 50%;
height: auto;
padding: 0 20px;
}
.two-column.first {
height: auto;
padding: 0 10px 10px 0;
}
.two-column.last {
height: auto;
padding: 0 0 10px 10px;
}
.three-column {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    padding: 0 20px 20px;
    margin: 0;
}
.column-inner.content,
.three-column.test {
    padding: 20px;
}
.three-column.serv {
    width: 33.333%;
    padding: 0 20px;
}
.three-column.servlast {
    width: 33.333%;
}
.column-inner {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 200px;
    padding: 25px 20px 20px 150px;
}
.column-inner.lightblue {
    background: #295eaf;
}
.column-inner.darkblue,
.hr,
.sub-menu li {
    background: #031626;
}
.column-inner.lightblue.price {
    background: url("../images/price.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.insured {
    background: url("../images/insured.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.trained {
    background: url("../images/trained.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.vacuum {
    background: url("../images/vacuum.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.spray {
    background: url("../images/spray.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.sofa {
    background: url("../images/sofa.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.lightblue.guaranteed {
    background: url("../images/guaranteed.png") top 10px left 10px no-repeat #295eaf;
}
.column-inner.darkblue.price {
    background: url("../images/price.png") top 10px left 10px no-repeat #031626;
}
.column-inner.darkblue.affordable {
    background: url("../images/affordable.png") top 10px left 10px no-repeat #031626;
}
.column-inner.darkblue.experienced {
    background: url("../images/experienced.png") top 10px left 10px no-repeat #031626;
}
.column-inner.darkblue.quote {
    background: url("../images/quote.png") top 10px left 10px no-repeat #031626;
}
.column-inner.darkblue.wind {
    background: url("../images/wind.png") top 10px left 10px no-repeat #031626;
}
.column-inner.lightblue.one {
    background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
    height: 350px;
    padding: 40px 20px 20px 120px;
}
.column-inner.darkblue.two {
    background: url("../images/two.png") top 10px left 10px no-repeat #031626;
    height: 350px;
    padding: 40px 20px 20px 120px;
}
.column-inner.lightblue.three {
    background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
    height: 350px;
    padding: 40px 20px 20px 120px;
}
.five-column {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 20px 20px;
    margin: 0;
}
.left-column-60 {
    display: block;
    float: left;
    width: 60%;
    padding: 0 25px 0 0;
    margin: 0;
    overflow: hidden;
}
.right-column-40,
nav a.last {
    padding: 0 0 0 20px;
}
.right-column-40 {
    display: block;
    float: left;
    width: 40%;
    margin: 0;
    overflow: hidden;
}
.right-column-40.grey {
background: #f8f8f9;
border-radius: 15px;
padding: 40px;
}
.tick-icon {
display: block;
float: left;
width: 50px;
margin: 0;
padding: 0;
}

.tick-icon-small {
display: block;
float: left;
width: 40px;
margin: 0;
padding: 0;
}

.tick-text {
display: block;
float: left;
width: 80%;
padding: 0 0 0 20px;
margin: 0;
}
.hr,
.hr-white {
    border: none;
    color: #fff;
    height: 1px;
    width: 50%;
    margin: 0 auto 40px;
    display: block;
}
#footer-column-01 {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    padding: 100px 25px 0 0;
    margin: 0;
}
#footer-column-02,
#footer-column-03 {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    padding: 40px 25px 0 0;
    margin: 0;
}
.hr {
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#031626), to(transparent));
    background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#031626), to(transparent));
    background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#031626), to(transparent));
}
.hr-white {
    background: #fff;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#fff), to(transparent));
    background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#fff), to(transparent));
    background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#fff), to(transparent));
}
.menu_title,
nav a {
    color: #fdfdfd;
    position: relative;
}
section {
    padding: 40px 0 0;
    margin: 0;
    overflow: hidden;
}
section.small {
    padding: 10px 0 0;
    margin: 0;
    overflow: hidden;
}
section.short {
    padding: 20px 0 0;
    margin: 0;
    overflow: hidden;
}
header.main,
section.lower {
    padding: 0 0 40px;
    margin: 0;
    overflow: hidden;
}
header.sub,
section.sub {
    padding: 0 0 20px;
    margin: 0;
    overflow: hidden;
}
section.large {
    padding: 80px 0 0;
    margin: 0;
    overflow: hidden;
}
section.logos {
    position: relative;
    padding: 40px 0 0;
    margin: 0;
    top: 80px;
}
section.blank {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
video {
    width: 100%;
    max-height: 900px;
}
#videocover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}
.menu_title {
    display: none;
    float: right;
    bottom: 0.6em;
    margin-right: 3em;
    font-size: 1.1em;
    font-weight: 400;
}
nav a {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 0 35px;
    text-decoration: none;
}
a.link.under:hover,
h3.blue,
h4.blue,
nav a.active,
nav a:hover,
p.banner-text.blue,
p.main-text.blue,
span.blue {
    color: #295eaf;
}
nav a.nocursor {
    cursor: context-menu;
}
nav ul,
nav ul li {
    height: 50px;
    padding: 0;
    margin: 0;
}
.right {
text-align: right;
}
nav > ul {
    text-align: Right;
}
nav > ul > li {
    display: inline-block;
}
nav > ul > li:first-child {
    border-left: none;
}
.sub-menu-parent {
    position: relative;
    background: url("../images/down.gif") right 15px center no-repeat;
    padding: 0 15px 0 0;
}
.sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: 0.3s ease-in-out, visibility 0s linear 0.3s, z-index 0s linear 10ms;
}
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}
.sub-menu li {
width: 400px;
height: 50px;
border-bottom: 1px solid #ececec;
text-align: left;
}
.sub-menu li.last {
border-bottom: none;
border-radius: 0 0 7px 7px;
}
.sub-menu li a {
font-size: 0.875em;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.light {
font-weight: 300;
}
.normal {
font-weight: 400;
}
.medium {
font-weight: 500;
}
.semibold {
font-weight: 600;
}
.extrabold {
font-weight: 900;
}
.italic {
font-style: italic;
}
.darkshadow {
text-shadow: 2px 2px 2px #000;
}
.noover {
overflow: visible;
}
.clear {
clear: both;
}
span.gradient {
background: #fdfdfd;
background: linear-gradient(left, #f8f8f9 0, #c0c0bf 50%, #f8f8f8 75%, #c0c0bf 100%);
background-clip: text;
text-fill-color: transparent;
background: -webkit-linear-gradient(left, #f8f8f9 0, #c0c0bf 50%, #f8f8f8 75%, #c0c0bf 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}
header.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}
h1,
h2 {
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    display: block;
}
h2.white,
h3.white,
h4.white {
    color: #fdfdfd;
}
h3 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    display: block;
}
h4 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    display: block;
}
p.main-text {
    color: #454545;
    font-size: 1em;
    padding: 0;
    line-height: 1.7em;
}
p.main-text.white {
    color: #eee;
}
p.main-text.lightblue {
    color: #295eaf;
}
p.main-text.small {
    font-size: 0.875em;
	line-height: 1.5em;
}
p.main-text.large {
    font-size: 1.2em;
    margin: 0;
}
p.main-text.icon {
    font-size: 1em;
    line-height: 1.2em;
}
p.main-text.largegrey {
    color: #666;
    font-size: 1.2em;
    margin: 0;
}
p.header-text {
    color: #fdfdfd;
    font-size: 0.975em;
    padding: 0;
    line-height: 1.7em;
}
p.header-contact {
    color: #fdfdfd;
    font-size: 2.4em;
    padding: 0;
    margin: 0;
    line-height: 1.1em;
}
p.banner-text {
    color: #fff;
    font-size: 2.5em;
    padding: 0;
    line-height: 1.2em;
}
p.banner-text.small {
    font-size: 1.2em;
}
p.home-banner-text {
    color: #fff;
    font-size: 2.5em;
    padding: 0;
    line-height: 1.2em;
}
p.large-text {
    color: #fff;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}
p.bullet-text { 
display: inline-block;
color: #031626; 
font-size: 1.2em;
font-weight: 500;
padding: 10px 0 0;
margin: 0;
line-height: 1.2em;
vertical-align: top;
}

p.bullet-text-small {
display: inline-block;
color: #031626; 
font-size: 1.05em; 
padding: 5px 0 0;
margin: 0;
line-height: 1.3em;
vertical-align: top;
}	
p.error-text {
    color: #295eaf;
    font-size: 12em;
    padding: 0;
    line-height: 1em;
}
form.cmxform,
form.cmxform label,
form.cmxform legend {
    color: #4f4c4c;
}
form.cmxform {
    width: 100%;
    font-family: Spartan, sans-serif;
    font-size: 1em;
    padding: 10px 0 0;
}
form.cmxform legend {
    padding-left: 0;
}
form.cmxform fieldset {
    border: none;
    background: none;
    background-color: #transparent;
    margin: 0;
    padding: 10px 0 0;
}
form.cmxform fieldset fieldset,
form.cmxform fieldset p {
    padding: 0 0 20px;
    background: none;
}
form.cmxform label.error,
label.error {
    color: #c52020;
    font-style: italic;
    display: block !important;
    margin: 0 0 10px;
}
input.contact,
textarea.contact {
    color: #454545;
    font-family: Spartan, sans-serif;
    font-size: 1em;
    line-height: 18px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    font-weight: 300;
}
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;
}
.editor-label-buttons {
    background: none;
    border: 0;
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.editor-field,
.editor-field-full,
.editor-field-short {
    background: none;
    border: 0;
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 0;
}
.editor-field {
    width: 33%;
    vertical-align: baseline;
}
.editor-field-full {
    width: 100%;
    vertical-align: baseline;
}
.editor-field-short {
    width: 100px;
    vertical-align: top;
}
input.contact {
    border: 1px solid #bbb;
    border-radius: 7px;
    height: 35px;
    margin: 0 auto 15px;
    padding: 5px 10px;
    width: 92.5%;
}
input.contact.question {
    width: 75px;
    text-align: center;
}
input.contact:focus,
textarea.contact:focus {
    border: 1px solid #295eaf;
}
input.contact.error,
textarea.contact.error {
    border: 1px solid #c52020;
}
textarea.contact {
    border: 1px solid #bbb;
    border-radius: 7px;
    height: 200px;
    margin: 0 auto 25px;
    padding: 10px;
    width: 97%;
}
img,
img.logo {
    height: auto;
    max-width: 100%;
}
a.button,
input.submit {
    position: relative;
    background: url("../images/white-arrow.png") center right 25px no-repeat #031626;
    color: #fff;
    font-size: 1em;
    padding: 15px 80px 15px 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    z-index: 9999;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
input.submit {
    border: 2px solid #295eaf;
    border-radius: 7px;
    margin: 0;
    transition: 0.2s ease-in-out;
}
a.button:hover,
input.submit:hover {
    background: url("../images/white-arrow.png") center right 15px no-repeat #295eaf;
}
a.button {
    border: 2px solid #295eaf;
    border-radius: 7px;
    margin: 0 10px 10px 0;
    transition: 0.2s ease-in-out;
}
.button.banner {
    margin: 0 10px 0 0;
    padding: 20px 80px 20px 20px;
}
.button.large {
    font-size: 1.3em;
    padding: 30px 80px 30px 20px;
}
.button.small {
	background: url("../images/white-arrow-small.png") center right 20px no-repeat #031626;
    font-size: 0.9em;
	font-weight: 600;
    padding: 12px 60px 12px 15px;
}
.button.small:hover {
	background: url("../images/white-arrow-small.png") center right 15px no-repeat #031626;
}
a.plain-button {
    background: url("../images/blue-arrow.png") center right 20px no-repeat;
    border: 0;
    display: inline-block;
    color: #031626;
    cursor: pointer;
    font-size: 0.875em;
    padding: 0 60px 0 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a.plain-button:hover {
    background: url("../images/blue-arrow.png") center right 15px no-repeat;
}
a.link:active,
a.link:link,
a.link:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a.link.under:active,
a.link.under:link,
a.link.under:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a.link:hover {
    color: #295eaf;
    text-decoration: underline;
}
.tel,
.tel:visited,
a.blank:active,
a.blank:link,
a.blank:visited,
a.gallery:active,
a.gallery:link,
a.gallery:visited {
    text-decoration: none;
}
.tel,
.tel:visited {
    color: inherit;
    padding: 0;
    cursor: default;
}
.heading,
ul.footer-bar li {
    color: #fff;
    line-height: 40px;
}
.tel:focus,
.tel:hover {
    color: inherit;
}
ul.footer-bar {
    display: inline-table;
    padding: 10px 0 0;
    margin: 0;
}
ul.footer-bar li {
    float: left;
    margin: 0 20px 0 0;
}
ul.bullets li,
ul.dash li {
    margin-bottom: 5px;
    margin-left: 2em;
    padding: 0;
}
ul.footer-bar li.facebook {
    background: url("../images/facebook.png") no-repeat;
    height: 24px;
    width: 24px;
    line-height: 40px;
    margin: 8px 15px 0 0;
}
ul.footer-bar li.twitter {
    background: url("../images/twitter.png") no-repeat;
    height: 24px;
    width: 24px;
    line-height: 40px;
    margin: 8px 15px 0 0;
}
ul.footer-bar li.instagram {
    background: url("../images/instagram.png") no-repeat;
    height: 24px;
    width: 24px;
    line-height: 40px;
    margin: 8px 0 0;
}
ul.dash {
    padding: 0;
    margin: 0;
}
ul.dash li {
    color: #eee;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.7em;
}
ul.dash li:before {
    content: "\2014";
    position: absolute;
    margin-left: -20px;
    color: #295eaf;
}
ul.dash li a {
    margin: 0 0 0 10px !important;
}
ul.bullets {
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px 0 20px;
    padding: 0;
}
ul.bullets li {
    color: #295eaf;
    text-indent: -1em;
}
span.bullets {
    color: #454545;
    font-size: 1em;
    line-height: 1.7em;
}
img {
    border: 0;
}
img.roundtop {
    border-radius: 10px 10px 0 0;
}
img.roundleft {
    border-radius: 10px 0 0 10px;
}
img.gallery {
    width: 32%;
    border-radius: 10px;
    padding: 0;
    margin: 5px;
}
img.logo {
    border: 0;
    margin: 0 30px;
}
img.logo-first {
    margin: 0 30px 0 0;
}
img.logo-last {
    margin: 0 0 0 30px;
}
.layer1 {
    margin: 0;
    padding: 0;
    width: 100%;
}
.faq-wrapper-darkblue,
.faq-wrapper-lightblue {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    padding: 30px 40px;
    margin: 10px 0 30px;
}
.faq-wrapper-lightblue {
    background-color: #295eaf;
}
.faq-wrapper-darkblue {
    background-color: #031626;
}
.bg,
.heading {
    background: url("../images/expand.png") right 20px center no-repeat;
}
.heading {
    font-size: 1.1em;
    margin: 0;
    padding: 0 80px 0 0;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.new-bg {
    background: url("../images/reduce.png") right 20px center no-repeat;
}
.content {
    background-color: transparent;
    padding: 10px 0 0;
}
.my-slider {
    margin: 0 auto;
    width: 100%;
}
.my-slider ul {
    height: 275px;
    margin: 0;
    overflow: hidden;
}
.my-slider li {
    width: 400px;
    height: 275px;
    float: left;
}

/*===== Accreditations Slider =====*/
.accred-slider {
height: 100px;
margin: 0 auto;
width: 100%;
}

.accred-slider ul {
height: 100px;
margin: 0;
overflow: hidden;
}

.accred-slider li {
float: left;
margin: 0;
}

img.accred-slider {
padding: 0 40px;
}

/*===== Owl Carousel =====*/
.owl-theme .owl-nav [class*="owl-"] {
font-size: 52px;
}

.owl-carousel .owl-item {
padding-bottom: 20px;	
}

/*===== 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 screen and (max-width: 480.99px) and (min-width: 320px) {
    #header-contact,
    #logo {
        float: none;
        margin: 0 auto;
    }
    #logo,
    .footer-logo {
        margin: 0 auto;
    }
    #footer-column-01,
    #header-contact,
    .left-column,
    .right-column,
    nav > ul {
        text-align: center;
    }
	nav a {
	font-size: 0.9em;
    }
    #footer-column-02,
    #footer-column-03 {
        width: 100%;
        padding: 60px 0 0;
    }
    .heading,
    p.banner-text.small,
    p.main-text.large {
        font-size: 1em;
    }
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        height: 220px;
        padding: 20px 10px 0;
    }
    #logo {
        width: 280px;
        padding: 0;
    }
    #header-contact {
        padding: 20px 0 0;
    }
    #menu {
        bottom: 0;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 400px;
    }
    #banner-contact {
        background: url("../images/banner-03.jpg") center bottom/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .banner-content {
        top: 30%;
    }
    .heading {
        line-height: 1.5em;
    }
    .faq-wrapper-darkblue,
    .faq-wrapper-lightblue,
    .two-column.content {
        padding: 20px;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px;
    }
    .service-header {
        height: auto;
        padding: 20px 10px;
    }
    .service-text {
        height: auto;
        padding: 0 10px 20px;
    }
	.service-text-large {
        height: auto;
        padding: 0 10px 20px;
    }
    .choose-text {
        height: auto;
    }
    .icon-text {
        padding: 15px 0 0 20px;
    }
    .icon-text.single {
        padding: 20px 0 0 20px;
    }
    .accreditations {
        bottom: -50px;
    }
    .accreditations-top {
        top: -450px;
    }
    .bottom-swoosh-02,
    .top-swoosh {
        height: 75px;
    }
    .column-inner.lightblue.price {
        background: url("../images/price_98.png") top 10px left 10px no-repeat #295eaf;
    }
    .column-inner.lightblue.insured {
        background: url("../images/insured_98.png") top 10px left 10px no-repeat #295eaf;
    }
    .column-inner.lightblue.vacuum {
        background: url("../images/vacuum_98.png") top 10px left 10px no-repeat #295eaf;
    }
    .column-inner.lightblue.spray {
        background: url("../images/spray_98.png") top 10px left 10px no-repeat #295eaf;
    }
    .column-inner.lightblue.sofa {
        background: url("../images/sofa_98.png") top 10px left 10px no-repeat #295eaf;
    }
    .column-inner.darkblue.quote {
        background: url("../images/quote_98.png") top 10px left 10px no-repeat #031626;
    }
    .column-inner.darkblue.wind {
        background: url("../images/wind_98.png") top 10px left 10px no-repeat #031626;
    }
    #footer {
        overflow: hidden;
    }
    .main-content-wrapper {
        padding: 60px 10px;
    }
    .main-content-full-wrapper {
        padding: 60px 10px 100px;
    }
    .main-content-fullacred-wrapper {
        padding: 100px 10px 300px;
    }
    .main-content-fullnoover-wrapper {
        padding: 100px 10px 250px;
    }
    .left-column {
        width: 100%;
    }
    .right-column {
        width: 100%;
        padding: 40px 0 0;
    }
    .two-column {
        width: 100%;
        height: auto;
    }
	.two-column.serv {
		width: 100%;
		padding: 10px;	
	}
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
    .three-column,
    .three-column.serv {
        width: 100%;
        padding: 10px;
    }
    .three-column.servlast {
        width: 100%;
        padding: 20px 10px 0;
    }
    .column-inner {
        height: 250px;
        padding: 40px 20px 20px 100px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .editor-field,
    .five-column {
        width: 100%;
    }
    .left-column-60 {
        width: 100%;
        padding: 0;
    }
    .right-column-40 {
        width: 100%;
        padding: 40px 0 0;
    }
    #footer-column-01 {
        width: 100%;
    }
    #footer-column-03 {
        text-align: left;
    }
    textarea.contact {
        width: 92.5%;
    }
    h1,
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.2em;
    }
    .button.large,
    h4 {
        font-size: 1.1em;
    }
    p.header-text {
        display: none;
    }
    p.header-contact {
        font-size: 1.3em;
    }
    p.banner-text,
    p.large-text {
        font-size: 1.6em;
    }
    a.button {
        font-size: 0.9em;
        margin: 0 10px 10px 0;
    }
    .button.banner {
        padding: 12px 60px 12px 20px;
        margin: 5px 0;
    }
    .button.large {
        padding: 20px 80px 20px 20px;
    }
    img.logo,
    img.logo-first,
    img.logo-last {
        margin: 0 20px 30px;
    }
    .my-slider li {
        width: 300px;
        height: 300px;
    }
	ul.contact li {
	padding: 0 15px;	
	}
	.hide {
	display: none !important;
	}
	img.gallery {
    width: 95%;
	}
}
@media screen and (max-width: 600.99px) and (min-width: 481px) {
    #header-contact,
    #logo {
        float: none;
        margin: 0 auto;
    }
    #logo {
		width: 280px;
        margin: 0 auto;
    }
	#footer-column-01,
    .left-column,
    .right-column,
    nav > ul {
        text-align: center;
    }
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        height: 200px;
        padding: 20px 10px 0;
    }
    #logo {
        padding: 15px 0 0;
    }
    #header-contact {
        padding: 10px 0 0;
		text-align: center;
    }
    #menu {
        bottom: 0;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 500px;
    }
    #banner-contact {
        background: url("../images/banner-03.jpg") center bottom/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-healthyhome {
        background: url("../images/banner-healthyhome.jpg") center top/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-commercialcarpet::before {
        background: url("../images/banner-commercialcarpet.jpg") center bottom no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .heading {
        font-size: 1em;
        line-height: 1.5em;
        padding: 10px 80px 0 0;
    }
    .faq-wrapper-darkblue,
    .faq-wrapper-lightblue,
    .two-column.content {
        padding: 20px;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px 50px;
    }
    .service-header {
        height: auto;
        padding: 20px 10px;
    }
    .service-text {
        height: auto;
        padding: 0 10px 20px;
    }
	.service-text-large {
        height: auto;
        padding: 0 10px 20px;
    }
    .choose-text {
        height: auto;
    }
    .icon-text {
        padding: 5px 0 0 10px;
    }
    .icon-text.single {
        padding: 12px 0 0 10px;
    }
    .accreditations {
        bottom: -50px;
    }
    .accreditations-top {
        top: -300px;
    }
    .bottom-swoosh-02,
    .top-swoosh {
        height: 100px;
    }
    #footer {
        overflow: hidden;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .main-content-wrapper {
        padding: 60px 10px;
    }
    .main-content-fullnoover-wrapper {
        padding: 100px 10px 200px;
    }
    .left-column {
        width: 100%;
    }
    .right-column {
        width: 100%;
        padding: 40px 0 0;
    }
    .two-column {
        width: 100%;
        height: auto;
    }
	.two-column.serv {
		width: 100%;
		padding: 10px;	
	}
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
    .three-column,
    .three-column.serv {
        width: 100%;
        padding: 10px;
    }
    .three-column.servlast {
        width: 100%;
        padding: 20px 10px 0;
    }
    .column-inner {
        min-height: 150px;
        padding: 40px 20px 20px 130px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    #footer-column-02,
    #footer-column-03,
    .five-column {
        width: 50%;
    }
    .left-column-60 {
        width: 100%;
        padding: 0;
    }
    .right-column-40 {
        width: 100%;
        padding: 40px 0 0;
    }
    #footer-column-01 {
        width: 100%;
    }
    .editor-field {
        width: 100%;
    }
    textarea.contact {
        width: 92.5%;
    }
    h1,
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.4em;
    }
    .button.large,
    h4,
    p.banner-text.small {
        font-size: 1.1em;
    }
    p.header-text {
        display: none;
    }
    p.header-contact {
        font-size: 1.3em;
    }
    p.banner-text {
        font-size: 1.7em;
    }
    p.main-text.icon {
        font-size: 0.95em;
    }
    p.large-text {
        font-size: 1.8em;
    }
    p.main-text.large {
        font-size: 1em;
    }
    a.button {
        font-size: 0.9em;
        margin: 0 10px 10px 0;
    }
    .button.banner {
        padding: 15px 60px 15px 20px;
    }
    .button.large {
        padding: 25px 80px 25px 20px;
    }
    img.logo,
    img.logo-first,
    img.logo-last {
        margin: 0 20px 30px;
    }
	ul.contact li {
	padding: 0 20px;	
	}
	.hide {
	display: none !important;
	}
	img.gallery {
    width: 45%;
	}
}

@media screen and (max-width: 680.99px) and (min-width: 601px) {
    #header-contact,
    #logo {
        float: none;
        margin: 0 auto;
    }
    #logo {
        margin: 0 auto;
    }
	.left-column,
    .right-column {
        width: 100%;
        text-align: center;
    }
    #footer-column-01,
    .left-column,
    .right-column,
    nav > ul {
        text-align: center;
    }
    .button.large,
    p.banner-text.small {
        font-size: 1.2em;
    }
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        height: 170px;
        padding: 20px 10px 0;
    }
    #logo {
        width: 275px;
        padding: 20px 0 0;
    }
    #header-contact {
        padding: 10px 0 0;
		text-align: center;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 500px;
    }
    #banner-contact {
        background: url("../images/banner-03.jpg") center bottom/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-healthyhome {
        background: url("../images/banner-healthyhome.jpg") center top/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-commercialcarpet::before {
        background: url("../images/banner-commercialcarpet.jpg") center bottom no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px 50px;
    }
    .service-header {
        height: 85px;
        padding: 20px 10px 0;
    }
    .service-text {
        height: 100px;
        padding: 0 10px;
    }
	.service-text-large {
		height: 140px;
		padding: 0 10px
	}
    .choose-text {
        height: auto;
    }
    .icon-text {
        padding: 0 0 0 10px;
    }
    .icon-text.single {
        padding: 8px 0 0 10px;
    }
    .accreditations {
        bottom: -50px;
    }
    .heading {
        font-size: 1em;
        line-height: 1.5em;
        padding: 10px 80px 0 0;
    }
    .faq-wrapper-darkblue,
    .faq-wrapper-lightblue {
        padding: 20px;
    }
    #footer {
        overflow: hidden;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .main-content-wrapper {
        padding: 60px 10px;
    }
    .main-content-fullnoover-wrapper {
        padding: 100px 10px 200px;
    }
    .right-column {
        padding: 40px 0 0;
    }
    .icon-image {
        width: 20%;
    }
    .icon-text {
        width: 80%;
    }
    .two-column {
        height: 320px;
    }
    .two-column.content {
        padding: 0 20px;
    }
	.two-column.serv {
	padding: 0 10px;	
	}
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
    .three-column {
        width: 100%;
        padding: 10px;
    }
    .three-column.serv {
        width: 50%;
        padding: 0 10px;
    }
    .three-column.servlast {
        width: 100%;
        padding: 20px 10px 0;
    }
    .column-inner {
        min-height: 150px;
        padding: 40px 20px 20px 130px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .five-column {
        width: 33.333%;
    }
    .left-column-60 {
        width: 100%;
        padding: 0;
    }
    .right-column-40 {
        width: 100%;
        padding: 40px 0 0;
    }
    #footer-column-01 {
        width: 100%;
    }
    #footer-column-02,
    #footer-column-03 {
        width: 50%;
    }
    .editor-field {
        width: 100%;
    }
    textarea.contact {
        width: 92.5%;
    }
    h1 {
        font-size: 2.2em;
    }
    h4 {
        font-size: 1.1em;
    }
	#split-banner {
	height: 400px;
	}
	.banner-left {
	height: 400px;
	}
	.banner-right {
	height: 400px;
	}
	p.home-banner-text {
	font-size: 1.6em;
	}
	p.header-text {
        display: none;
    }
    p.header-contact {
        font-size: 1.3em;
    }
    p.banner-text {
        font-size: 1.8em;
    }
    p.main-text.icon {
        font-size: 0.85em;
    }
    p.large-text {
        font-size: 2em;
    }
    p.main-text.large {
        font-size: 1em;
    }
    .button.banner {
        padding: 15px 60px 15px 20px;
    }
    .button.large {
        padding: 25px 80px 25px 20px;
    }
    img.logo,
    img.logo-first,
    img.logo-last {
        margin: 0 20px 30px;
    }
    img.full {
        height: 100%;
    }
	ul.contact li {
	padding: 0 15px;	
	}
	img.gallery {
    width: 45%;
	}
}

@media screen and (max-width: 768.99px) and (min-width: 681px) {
    .left-column,
    .right-column {
        width: 100%;
        text-align: center;
    }
    #footer-column-01,
    .left-column,
    .right-column,
    nav > ul {
        text-align: center;
    }
    .button.large,
    p.banner-text.small {
        font-size: 1.2em;
    }
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        height: 170px;
        padding: 20px 10px 0;
    }
    #logo {
        width: 275px;
        padding: 20px 0 0;
    }
    #header-contact {
        padding: 10px 0 0;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 500px;
    }
    #banner-contact {
        background: url("../images/banner-03.jpg") center bottom/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-healthyhome {
        background: url("../images/banner-healthyhome.jpg") center top/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-commercialcarpet::before {
        background: url("../images/banner-commercialcarpet.jpg") center bottom no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px 50px;
    }
    .service-header {
        height: 85px;
        padding: 20px 10px 0;
    }
    .service-text {
        height: 100px;
        padding: 0 10px;
    }
	.service-text-large {
		height: 140px;
		padding: 0 10px
	}
    .choose-text {
        height: auto;
    }
    .icon-text {
        padding: 0 0 0 10px;
    }
    .icon-text.single {
        padding: 8px 0 0 10px;
    }
    .accreditations {
        bottom: -50px;
    }
    .heading {
        font-size: 1em;
        line-height: 1.5em;
        padding: 10px 80px 0 0;
    }
    .faq-wrapper-darkblue,
    .faq-wrapper-lightblue {
        padding: 20px;
    }
    #footer {
        overflow: hidden;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .main-content-wrapper {
        padding: 60px 10px;
    }
    .main-content-fullnoover-wrapper {
        padding: 100px 10px 200px;
    }
    .right-column {
        padding: 40px 0 0;
    }
    .icon-image {
        width: 20%;
    }
    .icon-text {
        width: 80%;
    }
    .two-column {
        height: 320px;
    }
    .two-column.content {
        padding: 0 20px;
    }
	.two-column.serv {
	padding: 0 10px;	
	}
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
    .three-column {
        width: 100%;
        padding: 10px;
    }
    .three-column.serv {
        width: 50%;
        padding: 0 10px;
    }
    .three-column.servlast {
        width: 100%;
        padding: 20px 10px 0;
    }
    .column-inner {
        min-height: 150px;
        padding: 40px 20px 20px 130px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: auto;
        padding: 90px 20px 30px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: auto;
        padding: 90px 20px 30px;
    }
    .five-column {
        width: 33.333%;
    }
    .left-column-60 {
        width: 100%;
        padding: 0;
    }
    .right-column-40 {
        width: 100%;
        padding: 40px 0 0;
    }
    #footer-column-01 {
        width: 100%;
    }
    #footer-column-02,
    #footer-column-03 {
        width: 50%;
    }
    .editor-field {
        width: 100%;
    }
    textarea.contact {
        width: 92.5%;
    }
    h1 {
        font-size: 2.2em;
    }
    h4 {
        font-size: 1.1em;
    }
	#split-banner {
	height: 400px;
	}
	.banner-left {
	height: 400px;
	}
	.banner-right {
	height: 400px;
	}
	p.home-banner-text {
	font-size: 1.6em;
	}
    p.banner-text,
    p.header-contact {
        font-size: 1.8em;
    }
    p.main-text.icon {
        font-size: 0.85em;
    }
    p.large-text {
        font-size: 2em;
    }
    p.main-text.large {
        font-size: 1em;
    }
    .button.banner {
        padding: 15px 60px 15px 20px;
    }
    .button.large {
        padding: 25px 80px 25px 20px;
    }
    img.logo,
    img.logo-first,
    img.logo-last {
        margin: 0 20px 30px;
    }
    img.full {
        height: 100%;
    }
	img.gallery {
    width: 48%;
	}
}

@media screen and (max-width: 1024.99px) and (min-width: 769px) {
    #footer-column-01,
    .left-column,
    .right-column {
        width: 100%;
        text-align: center;
    }
    #footer-column-01,
    .left-column,
    .right-column,
    nav > ul {
        text-align: center;
    }
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        height: 170px;
        padding: 20px 10px 0;
    }
    #logo {
        padding: 20px 0 0;
    }
    #header-contact {
        padding: 10px 0 0;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 600px;
    }
    #banner-contact {
        background: url("../images/banner-03.jpg") center bottom/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-healthyhome {
        background: url("../images/banner-healthyhome.jpg") center top/cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-commercialcarpet::before {
        background: url("../images/banner-commercialcarpet.jpg") center bottom no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .main-content.videobg {
        padding: 120px 0;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px 50px;
    }
    .service-header {
        height: 85px;
        padding: 20px 10px 0;
    }
    .service-text {
        height: 100px;
        padding: 0 10px;
    }
	.service-text-large {
		height: 120px;
		padding: 0 10px
	}
    .choose-text {
        height: 130px;
    }
    .accreditations {
        bottom: -120px;
    }
    #footer {
        overflow: hidden;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .main-content-wrapper {
        padding: 60px 10px;
    }
    .right-column {
        padding: 40px 0 0;
    }
    .two-column {
        height: 290px;
    }
    .two-column.content {
        padding: 0 20px;
    }
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
    .three-column {
        width: 50%;
        padding: 10px;
    }
    .three-column.serv,
    .three-column.servlast {
        padding: 0 10px;
    }
    .column-inner {
        padding: 40px 20px 20px 110px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: 400px;
        padding: 80px 20px 20px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: 400px;
        padding: 80px 20px 20px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: 400px;
        padding: 80px 20px 20px;
    }
    .five-column {
        width: 33.333%;
    }
    #footer-column-02,
    #footer-column-03 {
        width: 50%;
    }
    .editor-field {
        width: 32.5%;
    }
	h1 {
	font-size: 2.3em;
	}
    h4,
    p.main-text.large {
        font-size: 1.1em;
    }
    p.header-contact {
        font-size: 2.2em;
    }
	#split-banner {
	height: 400px;
	}
	.banner-left {
	height: 400px;
	}
	.banner-right {
	height: 400px;
	}
	p.home-banner-text {
	font-size: 1.6em;
	}
    p.banner-text,
    p.large-text {
        font-size: 2.3em;
    }
    p.banner-text.small {
        font-size: 1.4em;
    }
    .button.banner {
        padding: 15px 80px 15px 20px;
    }
    .button.large {
        font-size: 1.2em;
        padding: 25px 80px 25px 20px;
    }
    img.logo {
        margin: 0 20px 30px;
    }
    img.logo-first {
        margin: 0 20px 30px 0;
    }
    img.logo-last {
        margin: 0 0 30px 20px;
    }
    img.full {
        height: 100%;
    }
	img.gallery {
    width: 48%;
	}
}
@media screen and (max-width: 1314.99px) and (min-width: 1025px) {
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        padding: 20px 10px 0;
    }
    #header-contact,
    #logo {
        padding: 20px 0 0;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
    #banner,
    #banner-water {
        height: 650px;
    }
    #banner-healthyhome {
        background: url("../images/banner-healthyhome.jpg") center top -50px / cover no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    #banner-commercialcarpet::before {
        background: url("../images/banner-commercialcarpet.jpg") center bottom -50px no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .testimonial-darkblue,
    .testimonial-lightblue {
        padding: 50px 20px 20px 50px;
    }
    .choose-text {
        height: 130px;
    }
    .icon-text {
        padding: 0 0 0 10px;
    }
    .icon-text.single {
        padding: 12px 0 0 10px;
    }
	.two-column.first {
	width: 100%;
	padding: 10px;	
	}
	.two-column.last {
	width: 100%;
	padding: 10px;	
	}
	.column-inner.lightblue.trained {
	height: auto;
	}
	.column-inner.darkblue.experienced {
	height: auto;
	}
	.column-inner.darkblue.affordable {
	height: auto;
	}
	.column-inner.lightblue.guaranteed {
	height: auto;
	}
	.column-inner.lightblue.trained .choose-text {
	height: auto;
	padding: 0 0 20px 0;
	}
	.column-inner.darkblue.experienced .choose-text {
	height: auto;
	padding: 0 0 20px 0;
	}
	.column-inner.darkblue.affordable .choose-text {
	height: auto;
	padding: 0 0 20px 0;
	}
	.column-inner.lightblue.guaranteed .choose-text {
	height: auto;
	padding: 0 0 20px 0;
	}
    .three-column,
    .three-column.serv,
    .three-column.servlast {
        padding: 0 10px;
    }
    .column-inner {
        height: 240px;
        margin: 0 0 20px;
        padding: 30px 20px 20px 130px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: 400px;
        padding: 80px 20px 20px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: 400px;
        padding: 80px 20px 20px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: 400px;
        padding: 80px 20px 20px;
    }
	#split-banner {
	height: 450px;
	}
	.banner-left {
	height: 450px;
	}
	.banner-right {
	height: 450px;
	}
	p.home-banner-text {
	font-size: 1.8em;
	}
    p.banner-text {
        font-size: 2.8em;
    }
    p.banner-text.small {
        font-size: 1.6em;
    }
    p.main-text.icon {
        font-size: 0.975em;
    }
    p.large-text {
        font-size: 2.3em;
    }
    p.main-text.large {
        font-size: 1.1em;
    }
    img.logo {
        margin: 0 10px;
    }
    img.logo-first {
        margin: 0 10px 0 0;
    }
    img.logo-last {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 1330.99px) and (min-width: 1315px) {
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        padding: 20px 10px 0;
    }
    #header-contact,
    #logo {
        padding: 20px 0 0;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
	.column-inner {
        height: 225px;
    }
    .column-inner.lightblue.one {
        background: url("../images/one.png") top 10px left 10px no-repeat #295eaf;
        height: 375px;
        padding: 30px 20px 20px 115px;
    }
    .column-inner.darkblue.two {
        background: url("../images/two.png") top 10px left 10px no-repeat #031626;
        height: 375px;
        padding: 30px 20px 20px 115px;
    }
    .column-inner.lightblue.three {
        background: url("../images/three.png") top 10px left 10px no-repeat #295eaf;
        height: 375px;
        padding: 30px 20px 20px 115px;
    }
	#split-banner {
	height: 500px;
	}
	.banner-left {
	height: 500px;
	}
	.banner-right {
	height: 500px;
	}
	p.home-banner-text {
	font-size: 2em;
	}
}

@media screen and (max-width: 1390.99px) and (min-width: 1331px) {
    .menu_title {
        display: block !important;
    }
    .sub-menu-parent {
        background: 0 0;
        padding: 0;
    }
    #header-wrapper {
        padding: 20px 10px 0;
    }
    #header-contact,
    #logo {
        padding: 20px 0 0;
    }
    #menu {
        bottom: 10px;
        right: 0;
    }
	#split-banner {
	height: 500px;
	}
	.banner-left {
	height: 500px;
	}
	.banner-right {
	height: 500px;
	}
	p.home-banner-text {
	font-size: 2em;
	}
}

@media screen and (max-width: 1800px) and (min-width: 1391px) {
	#split-banner {
	height: 550px;
	}
	.banner-left {
	height: 550px;
	}
	.banner-right {
	height: 550px;
	}
	p.home-banner-text {
	font-size: 2em;
	}
}
